This commit was manufactured by cvs2svn to create tag
'Root_R3_0_maintenance'.
diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.ws.axis.consumption.core/META-INF/MANIFEST.MF
index 3855d52..2ed822f 100644
--- a/bundles/org.eclipse.jst.ws.axis.consumption.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.ws.axis.consumption.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.jst.ws.axis.consumption.core; singleton:=true
-Bundle-Version: 1.0.305.qualifier
+Bundle-Version: 1.0.304.qualifier
 Bundle-Activator: org.eclipse.jst.ws.internal.axis.consumption.core.plugin.WebServiceAxisConsumptionCorePlugin
 Bundle-Vendor: %PLUGIN_PROVIDER
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_bujava.properties b/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_bujava.properties
index 5aaaa02..c0b562d 100644
--- a/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_bujava.properties
+++ b/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_bujava.properties
@@ -25,8 +25,9 @@
 Service.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT
 !-- Service.ServerId -  ID of target server 
 Service.ServerId=org.eclipse.jst.server.tomcat.50
-!-- Service.TypeId - Java Bean is default for both Top Down and Bottom Up
-!-- Service.TypeId=Java Bean
+!-- Service.TypeId -  "Top Down EJB" or "Bottom Up EJB"  
+!-- Java Bean is default for both Top Down and Bottom Up
+!-- Service.TypeId=Top Down EJB
 
 !-- ServiceProjectName - !--type:String - name of Service project - this property can be used to give the service project a different name than the project containing the initial selection.  type: String    
 !--ServiceProjectName=serviceProjectName
diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_client.properties b/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_client.properties
index 9095f6c..db3ca45 100644
--- a/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_client.properties
+++ b/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_client.properties
@@ -44,7 +44,7 @@
 !-- Workspace relative URI to property file containing mappings
 !-- Mappings are used to override the default package names of the generated Java classes.
 !-- Need not be set if CustomizeClientMappings is false  
-!-- The content of the properties file must be of the format namespace=package.
+!-- The content of the properties file must be of the format package = namespace.
 !--Mappings=/testProj/mappings/mappings.txt
 
 !--OverwriteFilesEnabled - set to true to overwrite files that already exist. type:boolean 
diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_tdjava.properties b/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_tdjava.properties
index a610d10..9e4a6f6 100644
--- a/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_tdjava.properties
+++ b/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_tdjava.properties
@@ -25,8 +25,9 @@
 Service.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT
 !-- Service.ServerId -  ID of target server 
 Service.ServerId=org.eclipse.jst.server.tomcat.50
-!-- Service.TypeId - Java Bean is default for both Top Down and Bottom Up
-!-- Service.TypeId=Java Bean
+!-- Service.TypeId -  "Top Down EJB" or "Bottom Up EJB"  
+!-- Java Bean is default for both Top Down and Bottom Up
+!-- Service.TypeId=Top Down EJB
 
 !-- ServiceProjectName - !--type:String - name of Service project - this property can be used to give the service project a different name than the project containing the initial selection.  type: String    
 !--ServiceProjectName=serviceProjectName
diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.core/src/org/eclipse/jst/ws/internal/axis/consumption/core/command/AxisDeployCommand.java b/bundles/org.eclipse.jst.ws.axis.consumption.core/src/org/eclipse/jst/ws/internal/axis/consumption/core/command/AxisDeployCommand.java
index be9b120..e90a1ac 100644
--- a/bundles/org.eclipse.jst.ws.axis.consumption.core/src/org/eclipse/jst/ws/internal/axis/consumption/core/command/AxisDeployCommand.java
+++ b/bundles/org.eclipse.jst.ws.axis.consumption.core/src/org/eclipse/jst/ws/internal/axis/consumption/core/command/AxisDeployCommand.java
@@ -10,7 +10,6 @@
  * yyyymmdd bug      Email and other contact information
  * -------- -------- -----------------------------------------------------------
  * 20080227   119964 trungha@ca.ibm.com - Trung Ha
- * 20080613   236523 makandre@ca.ibm.com - Andrew Mak, Overwrite setting on Web service wizard is coupled with preference
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.axis.consumption.core.command;
 
@@ -32,11 +31,11 @@
 import org.eclipse.jst.ws.internal.axis.consumption.core.AxisConsumptionCoreMessages;
 import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;
 import org.eclipse.jst.ws.internal.common.J2EEUtils;
+import org.eclipse.jst.ws.internal.plugin.WebServicePlugin;
 import org.eclipse.wst.command.internal.env.common.FileResourceUtils;
 import org.eclipse.wst.command.internal.env.core.common.ProgressUtils;
 import org.eclipse.wst.command.internal.env.core.common.StatusUtils;
 import org.eclipse.wst.command.internal.env.core.context.ResourceContext;
-import org.eclipse.wst.command.internal.env.eclipse.BaseEclipseEnvironment;
 import org.eclipse.wst.common.environment.IEnvironment;
 import org.eclipse.wst.common.environment.IStatusHandler;
 import org.eclipse.wst.common.frameworks.datamodel.AbstractDataModelOperation;
@@ -179,7 +178,7 @@
 					.getWorkspace().getRoot().getProject(project_));
 		IPath relativeServerConfigPath = webInfPath.append(SERVER_CONFIG);
 		IStatusHandler statusHandler = getEnvironment().getStatusHandler();
-		ResourceContext context = ((BaseEclipseEnvironment) getEnvironment())
+		ResourceContext context = WebServicePlugin.getInstance()
 					.getResourceContext();
 		FileResourceUtils.createFile(context, relativeServerConfigPath,
 					new StringInputStream(config), monitor, statusHandler);
diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.core/src/org/eclipse/jst/ws/internal/axis/consumption/core/command/WSDL2JavaCommand.java b/bundles/org.eclipse.jst.ws.axis.consumption.core/src/org/eclipse/jst/ws/internal/axis/consumption/core/command/WSDL2JavaCommand.java
index 1556c97..8e8f5f5 100644
--- a/bundles/org.eclipse.jst.ws.axis.consumption.core/src/org/eclipse/jst/ws/internal/axis/consumption/core/command/WSDL2JavaCommand.java
+++ b/bundles/org.eclipse.jst.ws.axis.consumption.core/src/org/eclipse/jst/ws/internal/axis/consumption/core/command/WSDL2JavaCommand.java
@@ -16,7 +16,6 @@
  * 20070813   188999 pmoogk@ca.ibm.com - Peter Moogk
  * 20070927   204649 kelvinhc@ca.ibm.com - Kelvin Cheung
  * 20080505   225625 pmoogk@ca.ibm.com - Peter Moogk, Fixed null pointer problem, if user cancells out of overwrite resource.
- * 20080604   235648 makandre@ca.ibm.com - Andrew Mak, Errors in client proxy if using default namespace to package mapping
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.axis.consumption.core.command;
 
@@ -27,7 +26,6 @@
 import java.util.HashMap;
 import java.util.Iterator;
 import java.util.List;
-import java.util.Map;
 import java.util.Vector;
 
 import org.apache.axis.constants.Scope;
@@ -223,30 +221,6 @@
 				javaFiles.removeAll(deployFiles);
 			}
 			
-			// update the name2package map with actual package values used by the emitter
-			// because emitter will prefix illegal package names with "_".  See bug
-			// https://bugs.eclipse.org/bugs/show_bug.cgi?id=235648
-			if (!javaWSDLParam.isMetaInfOnly() && javaWSDLParam.getMappings() != null) {
-				
-				Map pkg2NsMap = wsdl2Java.getNamespaces().getPkg2NamespacesMap();
-				
-				Iterator iter = pkg2NsMap.entrySet().iterator();
-				while (iter.hasNext()) {
-					
-					Map.Entry entry = (Map.Entry) iter.next();
-					
-					String pkg = (String) entry.getKey();
-					List nsList = (List) entry.getValue();
-					
-					Iterator iter2 = nsList.iterator();
-					while (iter2.hasNext()) {
-						String ns = (String) iter2.next();
-						if (javaWSDLParam.getMappings().containsKey(ns))
-							javaWSDLParam.getMappings().put(ns, pkg);
-					}
-				}
-			}
-			
 			status = moveGeneratedFiles(environment, monitor);
 			
 		} catch (Exception e) {
diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.ws.axis.consumption.ui/META-INF/MANIFEST.MF
index ef9ed3e..3fb1299 100644
--- a/bundles/org.eclipse.jst.ws.axis.consumption.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.ws.axis.consumption.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.jst.ws.axis.consumption.ui; singleton:=true
-Bundle-Version: 1.0.304.qualifier
+Bundle-Version: 1.0.303.qualifier
 Bundle-Activator: org.eclipse.jst.ws.internal.axis.consumption.ui.plugin.WebServiceAxisConsumptionUIPlugin
 Bundle-Vendor: %PLUGIN_PROVIDER
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.ui/plugin.xml b/bundles/org.eclipse.jst.ws.axis.consumption.ui/plugin.xml
index 79917a4..7c50c17 100644
--- a/bundles/org.eclipse.jst.ws.axis.consumption.ui/plugin.xml
+++ b/bundles/org.eclipse.jst.ws.axis.consumption.ui/plugin.xml
@@ -19,8 +19,7 @@
         <map
               key="CustomizeClientMappings"
               operation="org.eclipse.jst.ws.internal.axis.consumption.ui.command.AxisClientDefaultingCommand"
-              property="CustomizeClientMappings"
-              transform="org.eclipse.wst.command.internal.env.ant.String2BooleanTransformer"/>                                 
+              property="CustomizeClientMappings"/>                                 
  		<map
               key="Mappings"
               operation="org.eclipse.jst.ws.internal.axis.consumption.ui.task.ClientCodeGenOperation"
diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/ClientCodeGenOperation.java b/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/ClientCodeGenOperation.java
index f8dcdf1..33ecbe2 100644
--- a/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/ClientCodeGenOperation.java
+++ b/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/ClientCodeGenOperation.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
+ * Copyright (c) 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -12,9 +12,6 @@
  * 20060509   125094 sengpl@ca.ibm.com - Seng Phung-Lu
  * 20060515   115225 sengpl@ca.ibm.com - Seng Phung-Lu
  * 20060728   145426 kathy@ca.ibm.com - Kathy Chan
- * 20080603   235367 makandre@ca.ibm.com - Andrew Mak, "IWAB0014E Unexpected exception occurred" from ant task for web service client generation
- * 20080626   229867 makandre@ca.ibm.com - Andrew Mak, Missing method in generated proxy class
- * 20080709   240225 kathy@ca.ibm.com - Kathy Chan
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.axis.consumption.ui.task;
 
@@ -32,7 +29,7 @@
 import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;
 
 public class ClientCodeGenOperation extends AbstractDataModelOperation {
-	
+
 	private CopyAxisJarCommand copyAxisJarCommand = null;
 	
 	private WSDL2JavaCommand wsdl2JavaCommand = null;
@@ -103,7 +100,7 @@
 				if (status.getSeverity() == Status.ERROR) {
 					throw new CoreException(status);
 				}
-								
+				
 				// Stub2BeanCommand
 				stub2BeanCommand.setEnvironment(env);
 				stub2BeanCommand.setWebServicesParser(webServicesParser);
@@ -129,10 +126,7 @@
 		
 	}
 
-	public JavaWSDLParameter getJavaWSDLParam() {
-		return javaWSDLParam;
-	}
-	
+
 	public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam) {
 		this.javaWSDLParam = javaWSDLParam;
 	}
diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/Stub2BeanCommand.java b/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/Stub2BeanCommand.java
index b94021c..4bcee6b 100644
--- a/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/Stub2BeanCommand.java
+++ b/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/Stub2BeanCommand.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2003, 2008 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -13,7 +13,6 @@
  * 20060503   126819 rsinha@ca.ibm.com - Rupam Kuehner
  * 20060515   118315 mahutch@ca.ibm.com - Mark Hutchinson
  * 20060728   145426 kathy@ca.ibm.com - Kathy Chan
- * 20080613   236523 makandre@ca.ibm.com - Andrew Mak, Overwrite setting on Web service wizard is coupled with preference
  *******************************************************************************/
 
 package org.eclipse.jst.ws.internal.axis.consumption.ui.task;
@@ -195,7 +194,7 @@
             stub2BeanInfo.addSEI(portTypePkgName, portTypeClassName, servicePkgName, serviceClassName, jndiName, NameMappingUtils.getPortName(port.getName()));
             try
             {              
-              stub2BeanInfo.write(environment, monitor);
+              stub2BeanInfo.write( monitor, environment.getStatusHandler() );
               if (discoveredWsdlPortElementName != null)
               {
                 // The discovered port was processed. Ignore all other ports and services.
diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/Stub2BeanInfo.java b/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/Stub2BeanInfo.java
index c204eac..58805b4 100644
--- a/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/Stub2BeanInfo.java
+++ b/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/Stub2BeanInfo.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2003, 2008 IBM Corporation and others.
+ * Copyright (c) 2003, 2007 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -13,8 +13,6 @@
  * 20060216   127138 pmoogk@ca.ibm.com - Peter Moogk
  * 20060517   141481 pmoogk@ca.ibm.com - Peter Moogk
  * 20070313   176580 makandre@ca.ibm.com - Andrew Mak, Generate a Client WS Proxy accepting URL
- * 20080613   236523 makandre@ca.ibm.com - Andrew Mak, Overwrite setting on Web service wizard is coupled with preference
- * 20080709   240225 kathy@ca.ibm.com - Kathy Chan
  *******************************************************************************/
 
 package org.eclipse.jst.ws.internal.axis.consumption.ui.task;
@@ -27,11 +25,9 @@
 import java.util.List;
 import java.util.Vector;
 import org.eclipse.core.resources.IProject;
-import org.eclipse.core.resources.IncrementalProjectBuilder;
 import org.eclipse.core.runtime.CoreException;
 import org.eclipse.core.runtime.IPath;
 import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.NullProgressMonitor;
 import org.eclipse.core.runtime.Path;
 import org.eclipse.jem.java.JavaClass;
 import org.eclipse.jem.java.JavaHelpers;
@@ -40,9 +36,8 @@
 import org.eclipse.jem.java.Method;
 import org.eclipse.jst.ws.internal.common.JavaMOFUtils;
 import org.eclipse.jst.ws.internal.common.ResourceUtils;
+import org.eclipse.jst.ws.internal.plugin.WebServicePlugin;
 import org.eclipse.wst.command.internal.env.common.FileResourceUtils;
-import org.eclipse.wst.command.internal.env.eclipse.BaseEclipseEnvironment;
-import org.eclipse.wst.common.environment.IEnvironment;
 import org.eclipse.wst.common.environment.IStatusHandler;
 import com.ibm.icu.util.StringTokenizer;
 
@@ -162,10 +157,8 @@
       return javaHelpers.getQualifiedName();
   }
 
-  public void write(IEnvironment env, IProgressMonitor progressMonitor) throws CoreException, IOException
+  public void write(IProgressMonitor progressMonitor, IStatusHandler statusMonitor) throws CoreException, IOException
   {
-	IStatusHandler statusMonitor = env.getStatusHandler();
-	
     IPath        outputPath = new Path( outputFolder_ );
     IProject     project    = ResourceUtils.getProjectOf( outputPath );
     StringWriter sw         = new StringWriter(2048);
@@ -189,7 +182,7 @@
     
     IPath newFilePath = new Path(outputFolder_).append( sb.toString() );
     
-    FileResourceUtils.createFile(((BaseEclipseEnvironment) env).getResourceContext(), newFilePath, bais, progressMonitor, statusMonitor);
+    FileResourceUtils.createFile(WebServicePlugin.getInstance().getResourceContext(), newFilePath, bais, progressMonitor, statusMonitor);
   }
 
   private void writePackage(Writer w) throws IOException
@@ -475,31 +468,14 @@
     newLine(w);
     //WebServiceElement wse = WebServiceElement.getWebServiceElement(model_);
     if (clientProject_ == null) return;//wse.getProxyProject();
-    boolean buildProjectCalled = false;
     StringTokenizer st = new StringTokenizer(seis_.toString(), ";");
     while (st.hasMoreTokens())
     {
       String sei = st.nextToken();
       JavaClass javaClass = JavaMOFUtils.getJavaClass(getPackageName(sei), getClassName(sei), clientProject_);
-      if (javaClass == null) { // build the project if build project has not been called yet and try again
-    	  if (!buildProjectCalled) {
-      		clientProject_.build(IncrementalProjectBuilder.INCREMENTAL_BUILD, new NullProgressMonitor());
-      		buildProjectCalled = true;
-      		javaClass = JavaMOFUtils.getJavaClass(getPackageName(sei), getClassName(sei), clientProject_);
-      	}
-      }
       if (javaClass != null)
       {
         List methods = javaClass.getMethods();
-        if (methods.isEmpty()) {
-        	if (!buildProjectCalled) { // build the project if build project has not been called yet and try again
-        		clientProject_.build(IncrementalProjectBuilder.INCREMENTAL_BUILD, new NullProgressMonitor());
-        		buildProjectCalled = true;
-        		javaClass = JavaMOFUtils.getJavaClass(getPackageName(sei), getClassName(sei), clientProject_);
-        		if (javaClass != null)
-        			methods = javaClass.getMethods();
-        	}    	
-        }
         for (Iterator it = methods.iterator(); it.hasNext();)
         {
           Method method = (Method)it.next();
diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/widgets/AxisMappingsWidget.java b/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/widgets/AxisMappingsWidget.java
index 25cdd31..6251594 100644
--- a/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/widgets/AxisMappingsWidget.java
+++ b/bundles/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/widgets/AxisMappingsWidget.java
@@ -1,15 +1,12 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
+ * Copyright (c) 2004, 2005 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- * IBM Corporation - initial API and implementation
- * yyyymmdd bug      Email and other contact information
- * -------- -------- -----------------------------------------------------------
- * 20080616   235648 makandre@ca.ibm.com - Andrew Mak, Errors in client proxy if using default namespace to package mapping
+ *     IBM Corporation - initial API and implementation
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.axis.consumption.ui.widgets;
 
@@ -47,8 +44,8 @@
   public static final byte MODE_XML2EJB = (byte)3;
   public static final byte MODE_EJB2XML = (byte)4;
   
-  private final String DEFAULT_PACKAGE = "custom.javapackage";
-  private final String DEFAULT_NAMESPACE = "http://custom.namespace";
+  private final String DEFAULT_PACKAGE = "default.javapackage";
+  private final String DEFAULT_NAMESPACE = "http://default.namespace";
   
   /*CONTEXT_ID PWJM0001 for the WSDL to Java Mappings Page*/
   private String INFOPOP_PWJM_PAGE = "PWJM0001"; //$NON-NLS-1$
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.ws.consumption.ui/META-INF/MANIFEST.MF
index cb700d3..a2ffd81 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.jst.ws.consumption.ui; singleton:=true
-Bundle-Version: 1.1.1.qualifier
+Bundle-Version: 1.1.0.qualifier
 Bundle-Activator: org.eclipse.jst.ws.internal.consumption.ui.plugin.WebServiceConsumptionUIPlugin
 Bundle-Vendor: %PLUGIN_PROVIDER
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/FacetOperationDelegate.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/FacetOperationDelegate.java
new file mode 100644
index 0000000..2048192
--- /dev/null
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/FacetOperationDelegate.java
@@ -0,0 +1,307 @@
+/*******************************************************************************
+ * Copyright (c) 2009 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ * yyyymmdd bug      Email and other contact information
+ * -------- -------- -----------------------------------------------------------
+ * 20090303   242635 mahutch@ca.ibm.com - Mark Hutchinson, Remove unnecessary UI dependencies from org.eclipse.jst.ws.consumption
+ *******************************************************************************/
+package org.eclipse.jst.ws.internal.consumption.ui.common;
+
+import java.lang.reflect.InvocationTargetException;
+import java.util.Collections;
+import java.util.HashSet;
+import java.util.Iterator;
+import java.util.Set;
+
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.core.runtime.IStatus;
+import org.eclipse.core.runtime.Platform;
+import org.eclipse.core.runtime.Status;
+import org.eclipse.jem.util.emf.workbench.ProjectUtilities;
+import org.eclipse.jface.operation.IRunnableWithProgress;
+import org.eclipse.jst.ws.internal.consumption.ConsumptionMessages;
+import org.eclipse.jst.ws.internal.consumption.common.FacetUtils;
+import org.eclipse.jst.ws.internal.consumption.common.IFacetOperationDelegate;
+import org.eclipse.osgi.util.NLS;
+import org.eclipse.swt.widgets.Display;
+import org.eclipse.ui.PlatformUI;
+import org.eclipse.wst.command.internal.env.core.common.StatusUtils;
+import org.eclipse.wst.common.project.facet.core.IFacetedProject;
+import org.eclipse.wst.common.project.facet.core.IProjectFacet;
+import org.eclipse.wst.common.project.facet.core.IProjectFacetVersion;
+import org.eclipse.wst.common.project.facet.core.ProjectFacetsManager;
+import org.eclipse.wst.common.project.facet.core.runtime.IRuntime;
+import org.osgi.framework.Bundle;
+
+public class FacetOperationDelegate implements IFacetOperationDelegate {
+
+	public IStatus addFacetsToProject(final IFacetedProject fproject, final Set projectFacetVersions) {
+		final IStatus[] status = new IStatus[1];
+		status[0] = Status.OK_STATUS;
+		final Set actions = FacetUtils.getInstallActions(projectFacetVersions);
+
+		// Create a runnable that applies the install actions to the faceted project
+		IRunnableWithProgress runnable = new IRunnableWithProgress() {
+			public void run(IProgressMonitor shellMonitor) throws InvocationTargetException, InterruptedException {
+				try {
+					fproject.modify(actions, shellMonitor);
+				} catch (CoreException e) {
+					status[0] = getErrorStatusForAddingFacets(fproject.getProject().getName(), projectFacetVersions, e);
+				}
+			}
+		};
+
+		// Run the runnable in another thread unless there is no UI thread (Ant scenarios)
+		if (displayPresent()) {
+			try {
+				PlatformUI.getWorkbench().getProgressService().run(true, false, runnable);
+			} catch (InvocationTargetException ite) {
+				status[0] = getErrorStatusForAddingFacets(fproject.getProject().getName(), projectFacetVersions, ite);
+			} catch (InterruptedException ie) {
+				status[0] = getErrorStatusForAddingFacets(fproject.getProject().getName(), projectFacetVersions, ie);
+			}
+		} else {
+			try {
+				fproject.modify(actions, null);
+			} catch (CoreException e) {
+				status[0] = getErrorStatusForAddingFacets(fproject.getProject().getName(), projectFacetVersions, e);
+			}
+		}
+
+		return status[0];
+	}
+
+	public IStatus createNewFacetedProject(final String projectName) {
+		final IStatus[] status = new IStatus[1];
+		status[0] = Status.OK_STATUS;
+		IProject project = ProjectUtilities.getProject(projectName);
+		if (!project.exists()) {
+			// Create a runnable that creates a new faceted project.
+			IRunnableWithProgress runnable = new IRunnableWithProgress() {
+				public void run(IProgressMonitor shellMonitor) throws InvocationTargetException, InterruptedException {
+					try {
+						IFacetedProject fProject = ProjectFacetsManager.create(projectName, null, shellMonitor);
+						if (fProject == null) {
+							status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }));
+						}
+					} catch (CoreException e) {
+						status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }), e);
+					}
+				}
+			};
+
+			// Run the runnable in another thread unless there is no UI thread (Ant scenarios)
+			try {
+				if (displayPresent()) {
+					PlatformUI.getWorkbench().getProgressService().run(true, false, runnable);
+				} else {
+					try {
+						IFacetedProject fProject = ProjectFacetsManager.create(projectName, null, null);
+						if (fProject == null) {
+							status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }));
+						}
+					} catch (CoreException e) {
+						status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }), e);
+					}
+				}
+			} catch (InvocationTargetException ite) {
+				status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }), ite);
+			} catch (InterruptedException ie) {
+				status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }), ie);
+			}
+		}
+
+		return status[0];
+	}
+
+	public IStatus setFacetRuntimeOnProject(final IFacetedProject fProject, final IRuntime fRuntime) {
+		final IStatus[] status = new IStatus[1];
+		status[0] = Status.OK_STATUS;
+
+		// Create a runnable that sets the facet runtime on the faceted project
+		IRunnableWithProgress runnable = new IRunnableWithProgress() {
+			public void run(IProgressMonitor shellMonitor) throws InvocationTargetException, InterruptedException {
+				try {
+					fProject.setTargetedRuntimes(Collections.singleton(fRuntime), shellMonitor);
+				} catch (CoreException e) {
+					status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_SETTING_RUNTIME, new String[] { fProject.getProject().getName(), fRuntime.getName() }), e);
+				}
+			}
+		};
+
+		// Run the runnable in another thread unless there is no UI thread (Ant scenarios)
+		if (displayPresent()) {
+			try {
+				PlatformUI.getWorkbench().getProgressService().run(true, false, runnable);
+			} catch (InvocationTargetException ite) {
+				status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_SETTING_RUNTIME, new String[] { fProject.getProject().getName(), fRuntime.getName() }), ite);
+			} catch (InterruptedException ie) {
+				status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_SETTING_RUNTIME, new String[] { fProject.getProject().getName(), fRuntime.getName() }), ie);
+			}
+		} else {
+			try {
+				fProject.setTargetedRuntimes(Collections.singleton(fRuntime), null);
+
+			} catch (CoreException e) {
+				status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_SETTING_RUNTIME, new String[] { fProject.getProject().getName(), fRuntime.getName() }), e);
+			}
+		}
+
+		return status[0];
+	}
+
+	public IStatus setFixedFacetsOnProject(final IFacetedProject fProject, final Set fixedFacets) {
+		final IStatus[] status = new IStatus[1];
+		status[0] = Status.OK_STATUS;
+
+		// Create a runnable that sets the fixed facets on the faceted project
+		IRunnableWithProgress runnable = new IRunnableWithProgress() {
+			public void run(IProgressMonitor shellMonitor) throws InvocationTargetException, InterruptedException {
+				try {
+					fProject.setFixedProjectFacets(fixedFacets);
+				} catch (CoreException e) {
+					status[0] = getErrorStatusForSettingFixedFacets(fProject.getProject().getName(), fixedFacets, e);
+				}
+			}
+		};
+
+		// Run the runnable in another thread unless there is no UI thread (Ant scenarios)
+		if (displayPresent()) {
+			try {
+				PlatformUI.getWorkbench().getProgressService().run(true, false, runnable);
+			} catch (InvocationTargetException ite) {
+				status[0] = getErrorStatusForSettingFixedFacets(fProject.getProject().getName(), fixedFacets, ite);
+			} catch (InterruptedException ie) {
+				status[0] = getErrorStatusForSettingFixedFacets(fProject.getProject().getName(), fixedFacets, ie);
+			}
+		} else {
+			try {
+				fProject.setFixedProjectFacets(fixedFacets);
+			} catch (CoreException e) {
+				status[0] = getErrorStatusForSettingFixedFacets(fProject.getProject().getName(), fixedFacets, e);
+			}
+		}
+
+		return status[0];
+	}
+
+	// Check to see if SWT is active and the Display is present or not
+	private static boolean displayPresent() {
+		Bundle b = Platform.getBundle("org.eclipse.swt");
+		if (b == null) {
+			return false;
+		}
+		if ((b.getState() != Bundle.RESOLVED && b.getState() != Bundle.ACTIVE)) {
+			return false;
+		}
+		try {
+			if (Display.getCurrent() == null) {
+				return false;
+			} else {
+				return true;
+			}
+		} catch (NoClassDefFoundError e1) {
+			return false;
+		} catch (Exception e) { 
+			// if the Display class cannot be loaded for whatever reason
+			return false;
+
+		}
+	}
+
+	// the following private methods had to be copied from FacetUtils
+	/**
+	 * Returns a translatable delimited list of facet labels derived from the
+	 * provided set of facets
+	 * 
+	 * @param facets
+	 *            a set containing elements of type {@link IProjectFacet}
+	 * @return String a delimited list of facet labels
+	 */
+	private static String getFacetListMessageString(Set facets) {
+		String facetListMessage = "";
+		int size = facets.size();
+		if (size > 0) {
+			Iterator itr = facets.iterator();
+			IProjectFacet firstProjectFacet = (IProjectFacet) itr.next();
+			facetListMessage = firstProjectFacet.getLabel();
+
+			// Continue appending to facetListMessage until all the facet labels
+			// are in the list.
+			while (itr.hasNext()) {
+				IProjectFacet projectFacet = (IProjectFacet) itr.next();
+				String pfLabel = projectFacet.getLabel();
+				facetListMessage = NLS.bind(ConsumptionMessages.MSG_FACETS, new String[] { facetListMessage, pfLabel });
+			}
+		}
+
+		return facetListMessage;
+	}
+
+	/**
+	 * Returns an error status indicating that the facets could not be set as
+	 * fixed facets on the faceted project
+	 * 
+	 * @param projectName
+	 *            a project name to insert in the error message in the IStatus
+	 * @param facets
+	 *            a set containing elements of type {@link IProjectFacet}. The
+	 *            facets in this set will be listed in the error message in the
+	 *            IStatus.
+	 * @param t
+	 *            a Throwable which will be inserted in the IStatus
+	 * @return an IStatus with severity IStatus.ERROR
+	 */
+	private static IStatus getErrorStatusForSettingFixedFacets(String projectName, Set facets, Throwable t) {
+		IStatus status = Status.OK_STATUS;
+		int size = facets.size();
+		if (size > 0) {
+			String facetList = getFacetListMessageString(facets);
+			status = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_FIXED_FACETS, new String[] { projectName, facetList }), t);
+		}
+
+		return status;
+	}
+
+	/**
+	 * Returns an error status indicating that the facet versions could not be
+	 * added to the faceted project
+	 * 
+	 * @param projectName
+	 *            a project name to insert in the error message in the IStatus
+	 * @param projectFacetVersions
+	 *            a set containing elements of type {@link IProjectFacetVersion}
+	 *            . The facets in this set will be listed in the error message
+	 *            in the IStatus.
+	 * @param t
+	 *            a Throwable which will be inserted in the IStatus
+	 * @return an IStatus with severity IStatus.ERROR
+	 */
+	private static IStatus getErrorStatusForAddingFacets(String projectName, Set projectFacetVersions, Throwable t) {
+		IStatus status = Status.OK_STATUS;
+		int size = projectFacetVersions.size();
+		if (size > 0) {
+			Set facets = new HashSet();
+			// Iterate over projectFacetVersions to form a set of IProjectFacets
+			Iterator itr = projectFacetVersions.iterator();
+			while (itr.hasNext()) {
+				IProjectFacetVersion projectFacet = (IProjectFacetVersion) itr.next();
+				IProjectFacet facet = projectFacet.getProjectFacet();
+				facets.add(facet);
+			}
+			String facetList = getFacetListMessageString(facets);
+			status = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_ADDING_FACETS_TO_PROJECT, new String[] { projectName, facetList }), t);
+		}
+
+		return status;
+	}
+
+}
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/LabelsAndIds.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/LabelsAndIds.java
index a4a6016..f823b91 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/LabelsAndIds.java
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/LabelsAndIds.java
@@ -11,8 +11,6 @@
  * -------- -------- -----------------------------------------------------------
  * 20080221 146023 gilberta@ca.ibm.com - Gilbert Andrews 
  * 20080425   221232 gilberta@ca.ibm.com - Gilbert Andrews
- * 20080616   237298 gilberta@ca.ibm.com - Gilbert Andrews
- * 20080619   237797 gilberta@ca.ibm.com - Gilbert Andrews
  *******************************************************************************/
 /**
  */
@@ -31,12 +29,7 @@
 	  labels_.add(label);
   }
   
-  public int size(){
-	  return labels_.size();
-  }
-  
   public String getId(int index){
-	  if (index < 0 || index + 1 > ids_.size()) return null;
 	  return (String)ids_.get(index);
   }
   
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/ValidationUtils.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/ValidationUtils.java
index d9fea68..2418777 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/ValidationUtils.java
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/ValidationUtils.java
@@ -25,7 +25,6 @@
  * 20080205   170141 kathy@ca.ibm.com - Kathy Chan
  * 20080416   215084 gilberta@ca.ibm.com - Gilbert Andrews
  * 20080417   227599 kathy@ca.ibm.com - Kathy Chan
- * 20080717   241283 ericdp@ca.ibm.com - Eric D. Peters, Class version error when invoking sample JSP on Tomcat 5.5 when Java project is Java 6
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.consumption.ui.common;
 
@@ -316,7 +315,8 @@
 				    		(WebServiceRuntimeExtensionUtils2.getScenarioFromTypeId(typeId) == WebServiceScenario.BOTTOMUP) &&
 				    		J2EEUtils.isJavaComponent(ProjectUtilities.getProject(initialProjectName))){
 				    		
-				    		if(!doesServerSupportProject(serverId,initialProjectName)){
+				    		Set javaSet = FacetUtils.getFacetsForProject(initialProjectName);
+				    		if(!doesServerSupportFacets(serverId,javaSet)){
 				    	    	return StatusUtils.errorStatus(NLS.bind(
 										ConsumptionUIMessages.MSG_SERVICE_SERVER_DOES_NOT_SUPPORT_JAVAPROJECT,
 										new String[] { serverLabel, initialProjectName }));
@@ -549,15 +549,45 @@
    * Returns whether or not the provided server type supports the facet versions on the provided project
    * @param serverFactoryId server type id
    * @param projectName name of a project that may or may not exist.
-   * @return boolean <code>true</code> if the server type supports the facet versions on the project (facets versions are inferred from a Java project), 
-   * <code>false</code> if the server type does not support the facet versions or facet versions on the project cannot be determined.   */
+   * @return boolean <code>true</code>
+   * <ul> 
+   * <li>if the server type supports the facet versions on the project or</li>
+   * <li>if the project is not a faceted project or</li>
+   * <li>if the project does not exist.</li>
+   * </ul>
+   * Returns <code>false</code> otherwise.
+   */
   public boolean doesServerSupportProject(String serverFactoryId, String projectName)
   {
-	Set facets = FacetUtils.getFacetsForProject(projectName);
-	if (facets == null)
-		return true;
-	else 
-		return doesServerSupportFacets(serverFactoryId, facets); 
+    IProject project = ProjectUtilities.getProject(projectName);
+    IFacetedProject fProject = null;
+    if (project.exists())
+    {
+      try
+      {
+        fProject = ProjectFacetsManager.create(project);
+      } catch (CoreException ce)
+      {
+
+      }
+      
+      if (fProject != null)
+      {
+        Set facets = fProject.getProjectFacets();
+        return doesServerSupportFacets(serverFactoryId, facets);
+      }
+      else
+      {
+        //If it's not a faceted project, we have nothing to compare to - assume it's good.
+        return true;
+      }
+    }
+    else
+    {
+      //If the project doesn't exist, we have nothing to compare to - assume it's good.
+      return true;      
+    }
+    
   }
 
   /**
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/extension/PreClientInstallCommand.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/extension/PreClientInstallCommand.java
index 4cf8809..ad1cda9 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/extension/PreClientInstallCommand.java
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/extension/PreClientInstallCommand.java
@@ -15,8 +15,6 @@
  * 20080425   220985 trungha@ca.ibm.com - Trung Ha, Server is recreated when prev publish failed
  * 20080429   220985 trungha@ca.ibm.com - Trung Ha
  * 20080520   233065 makandre@ca.ibm.com - Andrew Mak, Server not found error in Web service generation
- * 20080722   240231 gilberta@ca.ibm.com - Gilbert Andrews
- * 
  *******************************************************************************/
 
 package org.eclipse.jst.ws.internal.consumption.ui.extension;
@@ -118,12 +116,6 @@
       project_ = project;
     }
       
-    public boolean getCanRunTestClient(){
-  	  if(webServiceClient_.getWebServiceClientInfo().getServerInstanceId() != null) return true;
-  	  
-  	  return false;
-    }
-    
     public void setModule( String module )
     {
       module_ = module;
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/server/StartClientWidgetFactory.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/server/StartClientWidgetFactory.java
index e677208..47e5972 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/server/StartClientWidgetFactory.java
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/server/StartClientWidgetFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -10,8 +10,6 @@
  * yyyymmdd bug      Email and other contact information
  * -------- -------- -----------------------------------------------------------
  * 20060529   141422 kathy@ca.ibm.com - Kathy Chan
- * 20080722   240231 gilberta@ca.ibm.com - Gilbert Andrews
- * 
  *******************************************************************************/
 
 package org.eclipse.jst.ws.internal.consumption.ui.server;
@@ -34,7 +32,7 @@
   {
     IServer server = null;
     
-    if( webserviceClient_ != null && webserviceClient_.getWebServiceClientInfo().getServerInstanceId() != null  && context_.getRun())
+    if( webserviceClient_ != null  && context_.getRun())
     {
       server = ServerCore.findServer(webserviceClient_.getWebServiceClientInfo().getServerInstanceId() );
     }
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/ClientWizardWidget.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/ClientWizardWidget.java
index 6836696..4997297 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/ClientWizardWidget.java
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/ClientWizardWidget.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
+ * Copyright (c) 2004, 2007 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -26,7 +26,6 @@
  * 20060907   156211 makandre@ca.ibm.com - Andrew Mak, Selecting service definition invalidated project config when creating web service java client
  * 20061212   159911 makandre@ca.ibm.com - Andrew Mak, changing service definition resets some configuration fields
  * 20060125   159911 kathy@ca.ibm.com - Kathy Chan, Remove unused method and imports
- * 20080613   236523 makandre@ca.ibm.com - Andrew Mak, Overwrite setting on Web service wizard is coupled with preference
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.consumption.ui.widgets;
 
@@ -46,7 +45,6 @@
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.events.ModifyEvent;
 import org.eclipse.swt.events.ModifyListener;
-import org.eclipse.swt.events.SelectionAdapter;
 import org.eclipse.swt.events.SelectionEvent;
 import org.eclipse.swt.events.SelectionListener;
 import org.eclipse.swt.widgets.Button;
@@ -181,11 +179,6 @@
 				INFOPOP_WSWSCEN_CHECKBOX_OVERWRITE);
 		overwriteButton_.setSelection(getResourceContext()
 				.isOverwriteFilesEnabled());
-		overwriteButton_.addSelectionListener(new SelectionAdapter() {
-			public void widgetSelected(SelectionEvent e) {
-				getResourceContext().setOverwriteFilesEnabled(overwriteButton_.getSelection());
-			}
-		});
 	}
     return this;
   }
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/ClientWizardWidgetDefaultingCommand.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/ClientWizardWidgetDefaultingCommand.java
index 9892c8b..a30f226 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/ClientWizardWidgetDefaultingCommand.java
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/ClientWizardWidgetDefaultingCommand.java
@@ -16,7 +16,6 @@
  * 20060728   151078 kathy@ca.ibm.com - Kathy Chan
  * 20080402   225378 makandre@ca.ibm.com - Andrew Mak, Client wizard runtime/server defaulting is not respecting the preference
  * 20080528   234487 makandre@ca.ibm.com - Andrew Mak, Performance degradation in Web service client gen
- * 20080613   236523 makandre@ca.ibm.com - Andrew Mak, Overwrite setting on Web service wizard is coupled with preference
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.consumption.ui.widgets;
 
@@ -30,7 +29,6 @@
 import org.eclipse.jst.ws.internal.data.TypeRuntimeServer;
 import org.eclipse.jst.ws.internal.plugin.WebServicePlugin;
 import org.eclipse.wst.command.internal.env.core.context.ResourceContext;
-import org.eclipse.wst.command.internal.env.eclipse.BaseEclipseEnvironment;
 import org.eclipse.wst.common.frameworks.datamodel.AbstractDataModelOperation;
 
 
@@ -84,7 +82,7 @@
 
   public ResourceContext getResourceContext()
   { 
-    return ((BaseEclipseEnvironment) getEnvironment()).getResourceContext();
+    return WebServicePlugin.getInstance().getResourceContext();
   }
   
   // Current ScenarioContext is used to default the first page of the wizard.  The 
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/ProjectSelectionDialog.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/ProjectSelectionDialog.java
index bb43ca1..94916f3 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/ProjectSelectionDialog.java
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/ProjectSelectionDialog.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
+ * Copyright (c) 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -11,7 +11,6 @@
  * -------- -------- -----------------------------------------------------------
  * 20060413   135581 rsinha@ca.ibm.com - Rupam Kuehner
  * 20060802   148731 mahutch@ca.ibm.com - Mark Hutchinson
- * 20080603   234251 pmoogk@ca.ibm.com - Peter Moogk, Updated the size of project selection dialog
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.consumption.ui.widgets;
 
@@ -52,7 +51,7 @@
 	
 	  protected Point getInitialSize()
 	  {
-	    return this.getShell().computeSize(325, SWT.DEFAULT, true); 
+	    return this.getShell().computeSize(250, SWT.DEFAULT, true); 
 	  }
 
 
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/binding/ClientWidgetBinding.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/binding/ClientWidgetBinding.java
index 89e2453..a575bb5 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/binding/ClientWidgetBinding.java
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/binding/ClientWidgetBinding.java
@@ -29,12 +29,10 @@
  * 20071031   140518 joan@ca.ibm.com - Joan Haggarty
  * 20080325   184761 gilberta@ca.ibm.com - Gilbert Andrews
  * 20080506   227848 makandre@ca.ibm.com - Andrew Mak, Disabled "Run on Server" checkbox is in checked state
- * 20080715   240722 makandre@ca.ibm.com - Andrew Mak, Cannot setup TCP/IP Monitor for soap12 endpoints
- * 20080722   240231 gilberta@ca.ibm.com - Gilbert Andrews
- * 
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.consumption.ui.widgets.binding;
 
+import org.eclipse.jst.ws.internal.consumption.command.common.GetMonitorCommand;
 import org.eclipse.jst.ws.internal.consumption.ui.ConsumptionUIMessages;
 import org.eclipse.jst.ws.internal.consumption.ui.command.CheckForServiceProjectCommand;
 import org.eclipse.jst.ws.internal.consumption.ui.command.data.EclipseIPath2URLStringTransformer;
@@ -42,7 +40,6 @@
 import org.eclipse.jst.ws.internal.consumption.ui.common.ScenarioCleanupCommand;
 import org.eclipse.jst.ws.internal.consumption.ui.extension.ClientRootFragment;
 import org.eclipse.jst.ws.internal.consumption.ui.extension.PreClientDevelopCommand;
-import org.eclipse.jst.ws.internal.consumption.ui.extension.PreClientInstallCommand;
 import org.eclipse.jst.ws.internal.consumption.ui.widgets.ClientWizardWidget;
 import org.eclipse.jst.ws.internal.consumption.ui.widgets.ClientWizardWidgetDefaultingCommand;
 import org.eclipse.jst.ws.internal.consumption.ui.widgets.ClientWizardWidgetOutputCommand;
@@ -74,7 +71,6 @@
 import org.eclipse.wst.ws.internal.extensions.DevelopClientFragment;
 import org.eclipse.wst.ws.internal.extensions.InstallClientFragment;
 import org.eclipse.wst.ws.internal.extensions.RunClientFragment;
-import org.eclipse.wst.ws.internal.monitor.GetMonitorCommand;
 
 
 public class ClientWidgetBinding implements CommandWidgetBinding
@@ -173,7 +169,7 @@
     dataRegistry.addMapping(ClientExtensionDefaultingCommand.class, "TestService",FinishTestFragment.class);
     dataRegistry.addMapping(ClientExtensionDefaultingCommand.class, "TestService", ClientTestWidget.class );
     dataRegistry.addMapping(ClientExtensionDefaultingCommand.class, "RunTestClient", ClientTestWidget.class );
-    dataRegistry.addMapping(PreClientInstallCommand.class, "CanRunTestClient", ClientTestWidget.class );
+    dataRegistry.addMapping(ClientExtensionDefaultingCommand.class, "CanRunTestClient", ClientTestWidget.class );
     dataRegistry.addMapping(SelectionCommand.class, "InitialSelection", ClientTestWidget.class );
     dataRegistry.addMapping(WebServiceClientTestArrivalCommand.class, "SampleProject", ClientTestWidget.class );
     dataRegistry.addMapping(WebServiceClientTestArrivalCommand.class, "SampleProjectEAR", ClientTestWidget.class );
@@ -347,7 +343,7 @@
       dataRegistry.addMapping(ClientWizardWidgetOutputCommand.class, "WsdlURI", ClientExtensionDefaultingCommand.class);
       dataRegistry.addMapping(ClientWizardWidgetOutputCommand.class, "WebServicesParser", ClientExtensionDefaultingCommand.class);
       dataRegistry.addMapping(ClientWizardWidgetOutputCommand.class, "WsdlURI", GetMonitorCommand.class);
-      dataRegistry.addMapping(ClientExtensionDefaultingCommand.class, "WebServicesParser", GetMonitorCommand.class);
+      dataRegistry.addMapping(ClientWizardWidgetOutputCommand.class, "WebServicesParser", GetMonitorCommand.class);
       dataRegistry.addMapping(ClientWizardWidgetOutputCommand.class, "WsdlURI", CheckForServiceProjectCommand.class);
       dataRegistry.addMapping(ClientWizardWidgetOutputCommand.class, "WebServicesParser", CheckForServiceProjectCommand.class);
 
@@ -408,7 +404,6 @@
       dataRegistry.addMapping(ClientExtensionOutputCommand.class, "SetEndpointMethod", ClientTestDelegateCommand.class);
 	  dataRegistry.addMapping(ClientExtensionOutputCommand.class, "ServerInstanceId", FinishDefaultCommand.class);
 
-	  dataRegistry.addMapping(PreClientInstallCommand.class, "CanRunTestClient", ClientTestDelegateCommand.class );
 	  
       // GetMonitorCommand
       dataRegistry.addMapping(GetMonitorCommand.class, "Endpoints", ClientTestDelegateCommand.class);
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/binding/GenSampleWidgetBinding.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/binding/GenSampleWidgetBinding.java
index 325adb6..22da332 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/binding/GenSampleWidgetBinding.java
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/binding/GenSampleWidgetBinding.java
@@ -19,8 +19,6 @@
  * 20080331   224953 gilberta@ca.ibm.com - Gilbert Andrews
  * 20080415   227237 gilberta@ca.ibm.com - Gilbert Andrews
  * 20080425   221232 gilberta@ca.ibm.com - Gilbert Andrews
- * 20080616   237298 gilberta@ca.ibm.com - Gilbert Andrews
- * 20080619   237797 gilberta@ca.ibm.com - Gilbert Andrews
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.consumption.ui.widgets.binding;
 
@@ -37,7 +35,6 @@
 import org.eclipse.jem.util.emf.workbench.ProjectUtilities;
 import org.eclipse.jface.viewers.IStructuredSelection;
 import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
-import org.eclipse.jst.ws.internal.common.J2EEUtils;
 import org.eclipse.jst.ws.internal.common.ResourceUtils;
 import org.eclipse.jst.ws.internal.common.StringToIProjectTransformer;
 import org.eclipse.jst.ws.internal.consumption.command.common.AddModuleToServerCommand;
@@ -144,7 +141,6 @@
     dataRegistry.addMapping(ClientExtensionDefaultingCommand.class, "TestService", ClientTestWidget.class );
     dataRegistry.addMapping(ClientExtensionDefaultingCommand.class, "RunTestClient", ClientTestWidget.class );
     dataRegistry.addMapping(InitializeProxyCommand.class, "CanRunTestClient", ClientTestWidget.class );
-    dataRegistry.addMapping(InitializeProxyCommand.class, "IsWebProject", ClientTestWidget.class );
     dataRegistry.addMapping(SelectionCommand.class, "InitialSelection", ClientTestWidget.class );
     dataRegistry.addMapping(WebServiceClientTestArrivalCommand.class, "SampleProject", ClientTestWidget.class );
     dataRegistry.addMapping(WebServiceClientTestArrivalCommand.class, "SampleProjectEAR", ClientTestWidget.class );
@@ -198,7 +194,6 @@
 	private IWebServiceClient webServiceClient_;
 	private String            wsdlURI_;
 	private boolean canRunTestClient_;
-	private boolean isWebProject = false;
     
 	public IStatus execute( IProgressMonitor monitor, IAdaptable adaptable )
 	{    
@@ -222,7 +217,6 @@
 	    	}
 	    }    
 	  
-	    IProject project = ProjectUtilities.getProject(project_);
 	    WebServiceClientInfo clientInfo = new WebServiceClientInfo();
 	    clientInfo.setImplURL(getProxyBean());
 	    //clientInfo.setJ2eeLevel(j2eeLevel_);
@@ -243,28 +237,24 @@
 	  			canRunTestClient_ = true;
 	  		}
 	  		else if (createServerStatus.getSeverity()==Status.ERROR){
-	  			if(J2EEUtils.isWebComponent(project))
-	  				canRunTestClient_ = false;
-	  			else 
-	  				canRunTestClient_ = true;
+	  			canRunTestClient_ = false;
 	  		}               
 	  	}
 	  	else {
 	  		canRunTestClient_ = true;
 	  	}
 	  	
-	  	
+	  	IProject project = ProjectUtilities.getProject(project_);
 	  	IProject[] earproject = J2EEProjectUtilities.getReferencingEARProjects(project);
 	  	boolean earNull = false;
 	  	if (earproject.length<1) earNull = true;
 	  		
 	  	boolean j2eeProject = J2EEProjectUtilities.isJEEProject(project);
-	  	if(J2EEUtils.isWebComponent(project))
-	  		isWebProject = true;
 	  	
 	  	if (j2eeProject && earNull)
 	  		canRunTestClient_ = false;
-	  		  	
+	  		
+	  	
 		if (!earNull && clientInfo.getServerInstanceId() != null){
 	  		
 	  		AddModuleToServerCommand command = new AddModuleToServerCommand();
@@ -337,10 +327,6 @@
     	return getLegitTestFacility();
     }
     
-    public boolean getIsWebProject()
-    {
-    	return isWebProject;
-    }
     
 	public void setClientTypeRuntimeServer( TypeRuntimeServer typeRuntimeServer )
 	{
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/test/ClientTestDelegateCommand.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/test/ClientTestDelegateCommand.java
index fc2ed41..a642fa1 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/test/ClientTestDelegateCommand.java
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/test/ClientTestDelegateCommand.java
@@ -12,19 +12,16 @@
  * 20060524   142635 gilberta@ca.ibm.com - Gilbert Andrews
  * 20060608   145529 kathy@ca.ibm.com - Kathy Chan
  * 20080325   184761 gilberta@ca.ibm.com - Gilbert Andrews
- * 20080610   224433 makandre@ca.ibm.com - Andrew Mak, Need better error message in sample JSP generation when Java proxy bean does not exist (cont.)
  *******************************************************************************/
 
 package org.eclipse.jst.ws.internal.consumption.ui.widgets.test;
 
 import java.util.List;
 import java.util.Vector;
-
 import org.eclipse.core.runtime.IAdaptable;
 import org.eclipse.core.runtime.IProgressMonitor;
 import org.eclipse.core.runtime.IStatus;
 import org.eclipse.core.runtime.Status;
-import org.eclipse.jst.ws.internal.consumption.ui.ConsumptionUIMessages;
 import org.eclipse.jst.ws.internal.context.ScenarioContext;
 import org.eclipse.jst.ws.internal.data.TypeRuntimeServer;
 import org.eclipse.jst.ws.internal.ext.test.WebServiceTestExtension;
@@ -89,13 +86,9 @@
 	//Get the webservice extension
 	
 	WebServiceTestExtension wscte = (WebServiceTestExtension)testRegistry.getWebServiceExtensionsByName(clientTestID);
+    IWebServiceTester iwst = (IWebServiceTester)wscte.getWebServiceExecutableExtension();
 	TestInfo testInfo = getTestInfo();
 	
-	if (wscte.isCodeGenNeeded() && testInfo.getProxyBean() == null)
-        return StatusUtils.errorStatus(ConsumptionUIMessages.MSG_ERROR_JTS_PROXY_NOT_COMPILED);
-	
-	IWebServiceTester iwst = (IWebServiceTester)wscte.getWebServiceExecutableExtension();		
-		
 	status = commandFactoryExecution(iwst.generate(testInfo),env, monitor );
 	if(status.getSeverity() == Status.ERROR){
 	  return status;	
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/test/ClientTestWidget.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/test/ClientTestWidget.java
index fd9f936..1451b77 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/test/ClientTestWidget.java
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/test/ClientTestWidget.java
@@ -16,9 +16,6 @@
  * 20080425   221232 gilberta@ca.ibm.com - Gilbert Andrews
  * 20080506   227848 makandre@ca.ibm.com - Andrew Mak, Disabled "Run on Server" checkbox is in checked state
  * 20080527   234192 gilberta@ca.ibm.com - Gilbert Andrews
- * 20080616   237298 gilberta@ca.ibm.com - Gilbert Andrews
- * 20080619   237797 gilberta@ca.ibm.com - Gilbert Andrews
- * 20080723   241303 gilberta@ca.ibm.com - Gilbert Andrews
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.consumption.ui.widgets.test;
 
@@ -30,9 +27,7 @@
 import org.eclipse.core.runtime.IStatus;
 import org.eclipse.core.runtime.Path;
 import org.eclipse.core.runtime.Status;
-import org.eclipse.jem.util.emf.workbench.ProjectUtilities;
 import org.eclipse.jface.viewers.IStructuredSelection;
-import org.eclipse.jst.ws.internal.common.J2EEUtils;
 import org.eclipse.jst.ws.internal.common.ResourceUtils;
 import org.eclipse.jst.ws.internal.consumption.common.FacetUtils;
 import org.eclipse.jst.ws.internal.consumption.common.FolderResourceFilter;
@@ -64,11 +59,9 @@
 import org.eclipse.wst.command.internal.env.core.selection.SelectionList;
 import org.eclipse.wst.command.internal.env.ui.widgets.SimpleWidgetDataContributor;
 import org.eclipse.wst.command.internal.env.ui.widgets.WidgetDataEvents;
-import org.eclipse.wst.server.core.IRuntime;
 import org.eclipse.wst.server.core.IServer;
 import org.eclipse.wst.server.core.IServerType;
 import org.eclipse.wst.server.core.ServerCore;
-import org.eclipse.wst.server.core.internal.facets.FacetUtil;
 
 
 public class ClientTestWidget extends SimpleWidgetDataContributor
@@ -86,7 +79,7 @@
    /*CONTEXT_ID PWSM0003 for the Test Type Combo box of the Sample Page*/
   private String INFOPOP_PWSM_COMBOBOX_TEST = "PWSM0003";
   
-  private Combo runtimesCombo;
+  private Combo serverTypeCombo_;
   /*CONTEXT_ID PWSM0004 for the server type combo box of the Sample Page*/
   private String INFOPOP_PWSM_COMBOBOX_SERVER = "PWSM0004";
   
@@ -134,9 +127,8 @@
   private IStructuredSelection initialSelection_;
   private boolean isTestWidget = false;
   private boolean isPopup = false;
-  private boolean isWebProject = false;
   
-  private LabelsAndIds runtimes_;
+  private LabelsAndIds serverTypes_;
   private LabelsAndIds serverInstances_;
   
   private IPath webContentPath_;
@@ -277,24 +269,10 @@
     runTestCheckbox_ = uiUtils.createCheckbox( parent, ConsumptionUIMessages.BUTTON_RUN_TEST,
     										ConsumptionUIMessages.TOOLTIP_PWSM_CHECKBOX_LAUNCH,
                                                INFOPOP_PWSM_CHECKBOX_LAUNCH );
-    runTestCheckbox_.addSelectionListener( new SelectionAdapter() 
-    {
-        public void widgetSelected( SelectionEvent evt )
-        {
-          handleRunTestCheckBox();
-        }
-      });
     
     return this;
   }
   
-  private void handleRunTestCheckBox(){
-	  boolean enabled = runTestCheckbox_.getSelection();
-	  runtimesCombo.setEnabled(enabled);
-	  serverInstanceTypeCombo_.setEnabled(enabled);
-	  
-  }
-  
   private void handleFolderText()
   {
 	// webContentPath_ is set when jspFolderText_ is set for the first time.  Therefore,
@@ -364,9 +342,6 @@
     selectAllMethodsButton_.setEnabled( enabled );
     deselectAllMethodsButton_.setEnabled( enabled );
     sampleFolderBrowseButton_.setEnabled( enabled );
-    
-  
-  
   }
   
   private void handleTestFacilitySelection() {
@@ -407,14 +382,14 @@
   
   private void handleServerChange()
   {
-	  int selection = runtimesCombo.getSelectionIndex();
+	  int selection = serverTypeCombo_.getSelectionIndex();
 	  serverInstances_.clear();
 	  serverInstanceTypeCombo_.removeAll();
 	  IServer[] servers = org.eclipse.wst.server.core.ServerCore.getServers();
 	  for(int j =0; j<servers.length;j++){
-			String id = runtimes_.getId(selection);
-			if(id.equals(servers[j].getRuntime().getId())){
-				serverInstances_.add(servers[j].getRuntime().getId(), servers[j].getName());
+			String id = serverTypes_.getId(selection);
+			if(id.equals(servers[j].getServerType().getId())){
+				serverInstances_.add(servers[j].getId(), servers[j].getName());
 				serverInstanceTypeCombo_.add(servers[j].getName());
 			}
 	  }
@@ -471,74 +446,37 @@
 	  return project;
   }
   
-  
   public void initServersTypes() 
   {
-	if(runtimes_  == null)
-		runtimes_ = new LabelsAndIds();
+	if(serverTypes_  == null)
+		serverTypes_ = new LabelsAndIds();
 	IServer[] servers = org.eclipse.wst.server.core.ServerCore.getServers();
-	IRuntime[] runtimes = org.eclipse.wst.server.core.ServerCore.getRuntimes();
 	IServerType[] serverTypes = ServerCore.getServerTypes();
-	
-	
-	
+	ValidationUtils vu = new ValidationUtils();
 	String projectName = projectCombo_.getText();
-	
 	Set projectFacets = FacetUtils.getFacetsForProject(projectName);
-	for(int i = 0;i<runtimes.length;i++){
-		boolean showServer = false;
-		
-		if(runtimes[i].isStub()){
-			for(int l =0; l<servers.length;l++){
-				if(servers[l].getRuntime() != null){
-					if(runtimes[i].getId().equals(servers[l].getRuntime().getId())){
-						showServer = true;
-					}
-				}
-			}
+	for(int i = 0;i<serverTypes.length;i++){
+		if(vu.doesServerSupportFacets(serverTypes[i].getId(), projectFacets)){
+			serverTypes_.add(serverTypes[i].getId(), serverTypes[i].getName());
+			serverTypeCombo_.add( serverTypes[i].getName() );
 		}
-		else showServer = true;
-		
-		if(showServer && canRunTestClient_){	
-			if(isWebProject){
-				org.eclipse.wst.common.project.facet.core.runtime.IRuntime runtime = FacetUtil.getRuntime(runtimes[i]);
-				if(FacetUtils.doesRuntimeSupportFacets(runtime, projectFacets)){
-					runtimes_.add(runtimes[i].getId(), runtimes[i].getName());
-					runtimesCombo.add( runtimes[i].getName() );
-				}
-			}
-			else{
-				runtimes_.add(runtimes[i].getId(), runtimes[i].getName());
-				runtimesCombo.add( runtimes[i].getName() );	
-			}
-		}
+		serverTypeCombo_.select(0);
 	}
-	
-	runtimesCombo.select(0);
 	if(serverInstances_  == null)
 		serverInstances_ = new LabelsAndIds();
-	
-	
-	String id = runtimes_.getId(0);
-	if(id != null){
-		for(int k =0; k<servers.length;k++){
-			if(servers[k].getRuntime() != null){
-				if(id.equals(servers[k].getRuntime().getId())&& canRunTestClient_){
-					serverInstances_.add(servers[k].getId(), servers[k].getName());
-					serverInstanceTypeCombo_.add(servers[k].getName());
-				}
-			}
+	for(int j =0; j<servers.length;j++){
+		String id = serverTypes_.getId(0);
+		if(id.equals(servers[j].getServerType().getId())){
+			serverInstances_.add(servers[j].getId(), servers[j].getName());
+			serverInstanceTypeCombo_.add(servers[j].getName());
 		}
-		serverInstanceTypeCombo_.select(0);
 	}
-		
-	serverInstanceTypeCombo_.setEnabled(canRunTestClient_ && runTestCheckbox_.getSelection());
-	runtimesCombo.setEnabled(canRunTestClient_ && runTestCheckbox_.getSelection());
+	serverInstanceTypeCombo_.select(0);
+	serverInstanceTypeCombo_.setEnabled(canRunTestClient_);
+	serverTypeCombo_.setEnabled(canRunTestClient_);
   }
   
   
-  
-  
   public void setSampleProject(String clientProject) 
   {
 	projectCombo_.setText(extractProjectName(clientProject));
@@ -592,11 +530,6 @@
 	  runTestCheckbox_.setSelection( value );
   }
   
-  public void setIsWebProject( boolean value )
-  {
-	  isWebProject = value;
-  }
-  
   private boolean canRunTestClient_;
   
   public void setCanRunTestClient(boolean canRunTestClient){
@@ -611,11 +544,11 @@
 	  isPopup = popup;
 	  if(isPopup){
 		  UIUtils      uiUtils  = new UIUtils( pluginId_ );
-		  runtimesCombo = uiUtils.createCombo( comboGroup_, ConsumptionUIMessages.LABEL_SERVERS_LIST,
+		  serverTypeCombo_ = uiUtils.createCombo( comboGroup_, ConsumptionUIMessages.LABEL_SERVERS_LIST,
 					ConsumptionUIMessages.TOOLTIP_PWSM_COMBOBOX_SERVER,
 					INFOPOP_PWSM_COMBOBOX_SERVER,
 		              SWT.SINGLE | SWT.BORDER | SWT.READ_ONLY );
-		    	runtimesCombo.addSelectionListener(
+		    	serverTypeCombo_.addSelectionListener(
 		    		new SelectionAdapter() {
 		    			public void widgetSelected(SelectionEvent e) {
 		    				handleServerChange();
@@ -648,11 +581,9 @@
 	  return serverInstances_.getId(instanceLabel);
   }
   
-  
   public String getExistingServerId(){
-	  int typeLabel = runtimesCombo.getSelectionIndex();
-	  if(typeLabel == -1) return null;
-	  return runtimes_.getId(typeLabel);
+	  int instanceLabel = serverTypeCombo_.getSelectionIndex();
+	  return serverTypes_.getId(instanceLabel);
   }
   
   public BooleanSelection[] getMethods()
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/wsrt/ServiceRuntimeDescriptor.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/wsrt/ServiceRuntimeDescriptor.java
index 092e7cd..dce34ec 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/wsrt/ServiceRuntimeDescriptor.java
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/wsrt/ServiceRuntimeDescriptor.java
@@ -13,7 +13,6 @@
  * 20071107   203826 kathy@ca.ibm.com - Kathy Chan
  * 20071130   203826 kathy@ca.ibm.com - Kathy Chan
  * 20080326   221364 kathy@ca.ibm.com - Kathy Chan
- * 20080626   221364 kathy@ca.ibm.com - Kathy Chan
  *******************************************************************************/
 
 package org.eclipse.jst.ws.internal.consumption.ui.wsrt;
@@ -83,34 +82,25 @@
       IConfigurationElement[] facetElems = elem.getChildren("required-facet-version");
       for (int i = 0; i < facetElems.length; i++)
       {
-    	try {
-    	  String facetID = facetElems[i].getAttribute("facet");
-    	  if (ProjectFacetsManager.isProjectFacetDefined(facetID))
-    	  {
+    	String facetID = facetElems[i].getAttribute("facet");
+    	if (ProjectFacetsManager.isProjectFacetDefined(facetID))
+    	{
 	        RequiredFacetVersion rfv = new RequiredFacetVersion();
-	        IProjectFacet projectFacet = ProjectFacetsManager.getProjectFacet(facetID);
-	        if (projectFacet != null) {
-	        	IProjectFacetVersion projectFacetVersion = projectFacet.getVersion(facetElems[i].getAttribute("version"));
-	        	if (projectFacetVersion != null) {
-	        		rfv.setProjectFacetVersion(projectFacetVersion);
-	        		String allowNewerValue = facetElems[i].getAttribute("allow-newer");
-	        		if (allowNewerValue == null)
-	        		{
-	        			rfv.setAllowNewer(false);
-	        		}
-	        		else
-	        		{
-	        			rfv.setAllowNewer(Boolean.valueOf(allowNewerValue).booleanValue());
-	        		}
-	        
-	        		requiredFacetVersionList.add(rfv);
-	        	}
+	        IProjectFacet projectFacet = ProjectFacetsManager.getProjectFacet(facetID);        
+	        IProjectFacetVersion projectFacetVersion = projectFacet.getVersion(facetElems[i].getAttribute("version"));
+	        rfv.setProjectFacetVersion(projectFacetVersion);
+	        String allowNewerValue = facetElems[i].getAttribute("allow-newer");
+	        if (allowNewerValue == null)
+	        {
+	          rfv.setAllowNewer(false);
 	        }
-    	
-    	  } 
-        } catch (IllegalArgumentException e){
-        	// ignore the facet
-  	    }
+	        else
+	        {
+	          rfv.setAllowNewer(Boolean.valueOf(allowNewerValue).booleanValue());
+	        }
+	        
+	        requiredFacetVersionList.add(rfv);
+    	}    	
       }
       
       requiredFacetVersions = (RequiredFacetVersion[])requiredFacetVersionList.toArray(new RequiredFacetVersion[]{});
diff --git a/bundles/org.eclipse.jst.ws.consumption/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.ws.consumption/META-INF/MANIFEST.MF
index 61fce49..fa272b1 100644
--- a/bundles/org.eclipse.jst.ws.consumption/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.ws.consumption/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.jst.ws.consumption; singleton:=true
-Bundle-Version: 1.0.305.qualifier
+Bundle-Version: 1.0.304.qualifier
 Bundle-ClassPath: wsc.jar,
  webserviceutils.jar
 Bundle-Activator: org.eclipse.jst.ws.internal.consumption.plugin.WebServiceConsumptionPlugin
@@ -39,6 +39,7 @@
  org.eclipse.wst.command.env.core;bundle-version="[1.0.101,1.1.0)",
  org.eclipse.wst.command.env;bundle-version="[1.0.101,1.1.0)",
  org.eclipse.jem.workbench;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.jface;bundle-version="[3.2.0,4.0.0)",
  org.eclipse.wst.ws;bundle-version="[1.0.100,1.2.0)",
  org.eclipse.wst.ws.parser;bundle-version="[1.0.100,1.1.0)",
  org.eclipse.wst.server.core;bundle-version="[1.0.102,2.0.0)",
diff --git a/bundles/org.eclipse.jst.ws.consumption/schema/facetOperationDelegate.exsd b/bundles/org.eclipse.jst.ws.consumption/schema/facetOperationDelegate.exsd
new file mode 100644
index 0000000..45b3400
--- /dev/null
+++ b/bundles/org.eclipse.jst.ws.consumption/schema/facetOperationDelegate.exsd
@@ -0,0 +1,80 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.eclipse.jst.ws.consumption" xmlns="http://www.w3.org/2001/XMLSchema">
+<annotation>
+      <appinfo>
+         <meta.schema plugin="org.eclipse.jst.ws.consumption" id="internalFacetOperationDelegate" name="Facet Operation Delegate"/>
+      </appinfo>
+      <documentation>
+         &lt;b&gt;Internal Extension Point:&lt;/b&gt; This internal extension point allows an IFacetOperationDelegate to be plugged in that is delegated some facet operations. &lt;b&gt;Do not use this extension point.&lt;/b&gt;
+      </documentation>
+   </annotation>
+
+   <element name="extension">
+      <annotation>
+         <appinfo>
+            <meta.element internal="true" />
+         </appinfo>
+      </annotation>
+      <complexType>
+         <sequence>
+            <element ref="FacetOperationDelegate"/>
+         </sequence>
+         <attribute name="point" type="string" use="required">
+            <annotation>
+               <documentation>
+                  
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="id" type="string">
+            <annotation>
+               <documentation>
+                  
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="name" type="string">
+            <annotation>
+               <documentation>
+                  
+               </documentation>
+               <appinfo>
+                  <meta.attribute translatable="true"/>
+               </appinfo>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <element name="FacetOperationDelegate">
+      <annotation>
+         <documentation>
+            This element specifies the FacetOperationDelegate
+         </documentation>
+      </annotation>
+      <complexType>
+         <attribute name="class" type="string" use="required">
+            <annotation>
+               <documentation>
+                  Class that provides the implementation of IFacetOperationDelegate
+               </documentation>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <annotation>
+      <appinfo>
+         <meta.section type="since"/>
+      </appinfo>
+      <documentation>
+         WTP 3.1
+      </documentation>
+   </annotation>
+
+
+
+
+
+</schema>
diff --git a/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/command/common/BuildBeanCommand.java b/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/command/common/BuildBeanCommand.java
new file mode 100644
index 0000000..f04f119
--- /dev/null
+++ b/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/command/common/BuildBeanCommand.java
@@ -0,0 +1,63 @@
+/*******************************************************************************
+ * Copyright (c) 2008 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ * yyyymmdd bug      Email and other contact information
+ * -------- -------- -----------------------------------------------------------
+ * 20081111   252062 mahutch@ca.ibm.com - Mark Hutchinson, Don't depend on AutoBuild to compile bean
+ *******************************************************************************/
+package org.eclipse.jst.ws.internal.consumption.command.common;
+
+import org.eclipse.core.commands.ExecutionException;
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.resources.IncrementalProjectBuilder;
+import org.eclipse.core.runtime.IAdaptable;
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.core.runtime.IStatus;
+import org.eclipse.core.runtime.NullProgressMonitor;
+import org.eclipse.core.runtime.Status;
+import org.eclipse.wst.command.internal.env.core.common.StatusUtils;
+import org.eclipse.wst.common.frameworks.datamodel.AbstractDataModelOperation;
+
+public class BuildBeanCommand extends AbstractDataModelOperation {
+
+	private IProject project_;
+	
+	/*
+	 * This Command builds the service project, and all projects it references. This is different from the
+	 * BuildProjectCommand which only builds the service project
+	 */
+	public BuildBeanCommand() {
+		//default constructor
+	}
+	
+	public IStatus execute(IProgressMonitor monitor, IAdaptable info) throws ExecutionException {
+		IProject[] referencedProjects;
+		
+		try {
+			referencedProjects = project_.getReferencedProjects();
+			for (int i = 0; i < referencedProjects.length; i++) {
+				referencedProjects[i].build(IncrementalProjectBuilder.INCREMENTAL_BUILD, monitor);
+			}
+			project_.build(IncrementalProjectBuilder.INCREMENTAL_BUILD, monitor);
+			
+		} catch (Exception e) {
+			return StatusUtils.errorStatus(e);
+		}
+		return Status.OK_STATUS;
+	}
+	
+	
+	  /**
+	   * @param project the service project to be built.
+	   */
+	  public void setProject(IProject project) {
+	    this.project_ = project;
+	  }
+
+}
diff --git a/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/command/common/ComputeEndpointCommand.java b/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/command/common/ComputeEndpointCommand.java
index 579f7d2..8163727 100644
--- a/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/command/common/ComputeEndpointCommand.java
+++ b/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/command/common/ComputeEndpointCommand.java
@@ -1,16 +1,12 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
+ * Copyright (c) 2004, 2005 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- * IBM Corporation - initial API and implementation
- * yyyymmdd bug      Email and other contact information
- * -------- -------- -----------------------------------------------------------
- * 20080613   237116 makandre@ca.ibm.com - Andrew Mak, Web service monitoring fails on https endpoint
- * 20080715   240722 makandre@ca.ibm.com - Andrew Mak, Cannot setup TCP/IP Monitor for soap12 endpoints
+ *     IBM Corporation - initial API and implementation
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.consumption.command.common;
 
@@ -28,7 +24,6 @@
 import org.eclipse.core.runtime.IStatus;
 import org.eclipse.core.runtime.Status;
 import org.eclipse.wst.common.frameworks.datamodel.AbstractDataModelOperation;
-import org.eclipse.wst.ws.internal.monitor.ExtensibilityElementTransformerRegistry;
 import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;
 
 public class ComputeEndpointCommand extends AbstractDataModelOperation
@@ -87,15 +82,9 @@
             for (Iterator it3 = port.getExtensibilityElements().iterator(); it3.hasNext();)
             {
               ExtensibilityElement ext = (ExtensibilityElement)it3.next();
-              String location = null;
               if (ext instanceof SOAPAddress)
-            	location = ((SOAPAddress)ext).getLocationURI();
-              else
-            	location = ExtensibilityElementTransformerRegistry.INSTANCE.transform(ext);
-              if (location != null)
               {
-                if (location.startsWith("https://"))
-                	location = "http://" + location.substring(8);
+                String location = ((SOAPAddress)ext).getLocationURI();
                 try
                 {
                   URL url = new URL(location);
diff --git a/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/command/common/ComputeProxyEndpointCommand.java b/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/command/common/ComputeProxyEndpointCommand.java
index c99346d..fd014e8 100644
--- a/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/command/common/ComputeProxyEndpointCommand.java
+++ b/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/command/common/ComputeProxyEndpointCommand.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
+ * Copyright (c) 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -10,7 +10,6 @@
  * yyyymmdd bug      Email and other contact information
  * -------- -------- -----------------------------------------------------------
  * 20060728   145426 kathy@ca.ibm.com - Kathy Chan
- * 20080613   237116 makandre@ca.ibm.com - Andrew Mak, Web service monitoring fails on https endpoint
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.consumption.command.common;
 
@@ -57,8 +56,6 @@
   		// Use the endpoint that matches with the proxy the extension passes to us if it is set
   		if (proxyEndpoint != null) {
   			String location = proxyEndpoint;
-  			if (location.startsWith("https://"))
-            	location = "http://" + location.substring(8);
   			try
 			{
   				URL url = new URL(location);
diff --git a/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/command/common/GetMonitorCommand.java b/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/command/common/GetMonitorCommand.java
new file mode 100644
index 0000000..840cd64
--- /dev/null
+++ b/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/command/common/GetMonitorCommand.java
@@ -0,0 +1,233 @@
+/*******************************************************************************
+ * Copyright (c) 2004, 2006 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ * yyyymmdd bug      Email and other contact information
+ * -------- -------- -----------------------------------------------------------
+ * 20060612   146564 kathy@ca.ibm.com - Kathy Chan
+ * 20060728   145426 kathy@ca.ibm.com - Kathy Chan
+ *******************************************************************************/
+package org.eclipse.jst.ws.internal.consumption.command.common;
+
+// TODO: Get rid of this. A replacement is in org.eclipse.wst.ws.
+
+import java.net.MalformedURLException;
+import java.net.URL;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Map;
+import java.util.Vector;
+
+import javax.wsdl.Definition;
+import javax.wsdl.Port;
+import javax.wsdl.Service;
+import javax.wsdl.extensions.ExtensibilityElement;
+import javax.wsdl.extensions.http.HTTPAddress;
+import javax.wsdl.extensions.soap.SOAPAddress;
+
+import org.eclipse.core.runtime.IAdaptable;
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.core.runtime.IStatus;
+import org.eclipse.core.runtime.Status;
+import org.eclipse.jst.ws.internal.consumption.ConsumptionMessages;
+import org.eclipse.jst.ws.internal.consumption.common.WSDLParserFactory;
+import org.eclipse.osgi.util.NLS;
+import org.eclipse.wst.command.internal.env.core.common.StatusUtils;
+import org.eclipse.wst.common.environment.IEnvironment;
+import org.eclipse.wst.common.environment.StatusException;
+import org.eclipse.wst.common.frameworks.datamodel.AbstractDataModelOperation;
+import org.eclipse.wst.internet.monitor.core.internal.provisional.IMonitor;
+import org.eclipse.wst.internet.monitor.core.internal.provisional.IMonitorWorkingCopy;
+import org.eclipse.wst.internet.monitor.core.internal.provisional.MonitorCore;
+import org.eclipse.wst.server.core.util.SocketUtil;
+import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;
+
+public class GetMonitorCommand extends AbstractDataModelOperation
+{
+  private boolean monitorService;
+  private boolean create;
+  private WebServicesParser webServicesParser;
+  private String wsdlURI;
+  private List endpoints;
+  private String proxyEndpoint;
+
+  public GetMonitorCommand()
+  {
+    monitorService = true;
+    create = true;
+  }
+
+  public IStatus execute( IProgressMonitor monitor, IAdaptable adaptable )
+  {
+    IEnvironment env = getEnvironment();
+    
+    endpoints = new Vector();
+    if (monitorService && wsdlURI != null && wsdlURI.length() > 0)
+    {
+    	webServicesParser = WSDLParserFactory.getWSDLParser();
+      Definition definition = webServicesParser.getWSDLDefinition(wsdlURI);
+      if (definition != null)
+      {
+        Map services = definition.getServices();
+        for (Iterator servicesIt = services.values().iterator(); servicesIt.hasNext();)
+        {
+          Service service = (Service)servicesIt.next();
+          Map ports = service.getPorts();
+          for (Iterator portsIt = ports.values().iterator(); portsIt.hasNext();)
+          {
+            Port wsdlPort = (Port)portsIt.next();
+            List extElements = wsdlPort.getExtensibilityElements();
+            for (Iterator extElementsIt = extElements.iterator(); extElementsIt.hasNext();)
+            {
+              ExtensibilityElement extElement = (ExtensibilityElement)extElementsIt.next();
+              String endpoint = null;
+              URL endpointURL = null;
+              if (extElement instanceof SOAPAddress)
+                endpoint = ((SOAPAddress)extElement).getLocationURI();
+              else if (extElement instanceof HTTPAddress)
+                endpoint = ((HTTPAddress)extElement).getLocationURI();
+              if (endpoint != null)
+              {
+                try
+                {
+                  endpointURL = new URL(endpoint);
+                }
+                catch (MalformedURLException murle)
+                {
+                }
+              }
+              if (endpointURL != null)
+              {
+                String protocol = endpointURL.getProtocol();
+                String host = endpointURL.getHost();
+                int port = endpointURL.getPort();
+                if (port == -1)
+                {
+                  if ("http".equalsIgnoreCase(protocol))
+                    port = 80;
+                  else if ("https".equalsIgnoreCase(protocol))
+                    port = 443;
+                }
+                if (protocol != null && protocol.startsWith("http") && host != null && host.length() > 0 && port != -1)
+                {
+                  IMonitor m = null;
+                  IMonitor[] monitors = MonitorCore.getMonitors();
+                  for (int i=0; i<monitors.length; i++)
+                  {
+                    if (host.equalsIgnoreCase(monitors[i].getRemoteHost()) && port == monitors[i].getRemotePort())
+                    {
+                      m = monitors[i];
+                      break;
+                    }
+                  }
+                  if (m == null && create)
+                  {
+                    int monitoredPort = SocketUtil.findUnusedPort(5000, 15000);
+                    IMonitorWorkingCopy monitorWorkingCopy = MonitorCore.createMonitor();
+                    monitorWorkingCopy.setLocalPort(monitoredPort);
+                    monitorWorkingCopy.setRemoteHost(host);
+                    monitorWorkingCopy.setRemotePort(port);
+                    monitorWorkingCopy.setProtocol("HTTP");
+                    try
+                    {
+                      m = monitorWorkingCopy.save();
+                    }
+                    catch (Throwable t)
+                    {
+                      IStatus warning = StatusUtils.warningStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_UNABLE_TO_START_MONITOR, new Object[]{String.valueOf(port), endpoint}), t);
+                      try
+                      {
+                        if (env != null)
+                          env.getStatusHandler().report(warning);
+                      }
+                      catch (StatusException se)
+                      {
+                      }
+                    }
+                  }
+                  if (m != null)
+                  {
+                    try
+                    {
+                      		if (!m.isRunning())
+                      			m.start();
+                      		// Use the endpoint that matches with the proxy the extension passes to us if it is set
+                      		if (proxyEndpoint != null) {
+                      			try {
+                      				endpointURL = new URL(proxyEndpoint);
+                      			} catch (MalformedURLException murle)
+    			                { 
+                      				// ignore proxy endpoint 
+    			                }
+                      		}
+                      		StringBuffer sb = new StringBuffer(endpointURL.getProtocol());
+                      		sb.append("://localhost:");
+                      		sb.append(String.valueOf(m.getLocalPort()));
+                      		sb.append(endpointURL.getFile());
+                      		endpoints.add(sb.toString());
+    					}
+                     
+                    catch (Throwable t)
+                    {
+                      IStatus warning = StatusUtils.warningStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_UNABLE_TO_START_MONITOR, new Object[]{String.valueOf(port), endpoint}), t);
+                      try
+                      {
+                        if (env != null)
+                          env.getStatusHandler().report(warning);
+                      }
+                      catch (StatusException se)
+                      {
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        }
+      }
+    }
+    return Status.OK_STATUS;
+  }
+
+  public void setMonitorService(boolean monitorService)
+  {
+    this.monitorService = monitorService;
+  }
+
+  public void setDefinition(Definition definition)
+  {
+  }
+
+  public void setWebServicesParser(WebServicesParser webServicesParser)
+  {
+    this.webServicesParser = webServicesParser;
+  }
+  
+  public void setWsdlURI(String wsdlURI)
+  {
+    this.wsdlURI = wsdlURI;
+  }
+
+  public void setCreate(boolean create)
+  {
+    this.create = create;
+  }
+
+  public List getEndpoints()
+  {
+    return endpoints;
+  }
+  
+  /**
+   * @param proxyEndpoint The proxyEndpoint to set.
+   */
+  public void setProxyEndpoint(String proxyEndpoint) {
+  	this.proxyEndpoint = proxyEndpoint;
+  }
+}
diff --git a/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/common/IFacetOperationDelegate.java b/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/common/IFacetOperationDelegate.java
new file mode 100644
index 0000000..3d6a69d
--- /dev/null
+++ b/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/common/IFacetOperationDelegate.java
@@ -0,0 +1,72 @@
+/*******************************************************************************
+ * Copyright (c) 2009 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ * yyyymmdd bug      Email and other contact information
+ * -------- -------- -----------------------------------------------------------
+ * 20090303   242635 mahutch@ca.ibm.com - Mark Hutchinson, Remove unnecessary UI dependencies from org.eclipse.jst.ws.consumption
+ *******************************************************************************/
+package org.eclipse.jst.ws.internal.consumption.common;
+
+import java.util.Set;
+
+import org.eclipse.core.runtime.IStatus;
+import org.eclipse.wst.common.project.facet.core.IFacetedProject;
+import org.eclipse.wst.common.project.facet.core.IProjectFacet;
+import org.eclipse.wst.common.project.facet.core.IProjectFacetVersion;
+import org.eclipse.wst.common.project.facet.core.runtime.IRuntime;
+
+public interface IFacetOperationDelegate {
+
+	/**
+	  * Adds the provided set of facet versions to the provided faceted project
+	  * 
+	  * @param fproject A faceted project which exists in the workspace
+	  * @param projectFacetVersions A set containing elements of type {@link IProjectFacetVersion}
+	  * @return An IStatus with a severity of IStatus.OK if the facet 
+	  * versions were added successfully. Otherwise, an IStatus with a severity of
+	  * IStatus.ERROR. 
+	  */
+	 public IStatus addFacetsToProject(final IFacetedProject fproject, final Set projectFacetVersions);
+	 
+	 /**
+	   * Creates a new faceted project with the provided name
+	   * 
+	   * @param projectName A String containing the name of the project to be created
+	   * @return An IStatus with a severity of IStatus.OK if the faceted project
+	   * was created successfully or if a project of the provided name already
+	   * exists in the workspace. Otherwise, an IStatus with severity of
+	   * IStatus.ERROR. 
+	   */
+	  public IStatus createNewFacetedProject(final String projectName);
+	  
+	  /**
+	   * Sets the provided set of facets as fixed on the faceted project
+	   * 
+	   * @param fProject A faceted project which exists in the workspace
+	   * @param fixedFacets A set containing elements of type {@link IProjectFacet}
+	   * @return An IStatus with a severity of IStatus.OK if the facets 
+	   * were successfully set as fixed facets on the faceted project. 
+	   * Otherwise, an IStatus with a severity of IStatus.ERROR.
+	   * 
+	   * @see IFacetedProject#setFixedProjectFacets
+	   */
+	  public IStatus setFixedFacetsOnProject(final IFacetedProject fProject, final Set fixedFacets);
+	  
+	  /**
+	   * Binds the faceted project to the facet runtime
+	   * 
+	   * @param fProject A faceted project which exists in the workspace
+	   * @param fRuntime A facet runtime
+	   * @return An IStatus with a severity of IStatus.OK if the faceted project
+	   * was bound to the facet runtime successfully. Otherwise, an IStatus with severity of
+	   * IStatus.ERROR. 
+	   */
+	  public IStatus setFacetRuntimeOnProject(final IFacetedProject fProject, final IRuntime fRuntime);
+	
+}
diff --git a/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/common/JavaMerger.java b/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/common/JavaMerger.java
index 13493b8..941f2c1 100644
--- a/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/common/JavaMerger.java
+++ b/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/common/JavaMerger.java
@@ -11,7 +11,6 @@
  * -------- -------- -----------------------------------------------------------
  * 20070509   182274 kathy@ca.ibm.com - Kathy Chan
  * 20080122   215048 kathy@ca.ibm.com - Kathy Chan
- * 20080613   236523 makandre@ca.ibm.com - Andrew Mak, Overwrite setting on Web service wizard is coupled with preference
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.consumption.common;
 
@@ -35,11 +34,11 @@
 import org.eclipse.emf.codegen.merge.java.facade.FacadeHelper;
 import org.eclipse.emf.codegen.util.CodeGenUtil;
 import org.eclipse.jst.ws.internal.consumption.ConsumptionMessages;
+import org.eclipse.jst.ws.internal.plugin.WebServicePlugin;
 import org.eclipse.osgi.util.NLS;
 import org.eclipse.wst.command.internal.env.common.FileResourceUtils;
 import org.eclipse.wst.command.internal.env.core.common.StatusUtils;
 import org.eclipse.wst.command.internal.env.core.context.ResourceContext;
-import org.eclipse.wst.command.internal.env.core.context.TransientResourceContext;
 import org.eclipse.wst.common.environment.IStatusHandler;
 import org.eclipse.wst.ws.internal.plugin.WSPlugin;
 import org.eclipse.wst.ws.internal.preferences.PersistentMergeContext;
@@ -154,10 +153,7 @@
 		
 		PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();
 		if (mergeContext.isSkeletonMergeEnabled()) {
-			ResourceContext resourceContext = new TransientResourceContext();
-			resourceContext.setCheckoutFilesEnabled(true);
-			resourceContext.setCreateFoldersEnabled(true);
-			resourceContext.setOverwriteFilesEnabled(true);
+			ResourceContext resourceContext = WebServicePlugin.getInstance().getResourceContext();
 			for (int i = 0; i < size; i++) {
 				String mergedContent = null;
 				JMerger jMerger = null;
diff --git a/bundles/org.eclipse.jst.ws.creation.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.ws.creation.ui/META-INF/MANIFEST.MF
index a857509..b0d4f52 100644
--- a/bundles/org.eclipse.jst.ws.creation.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.ws.creation.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.jst.ws.creation.ui; singleton:=true
-Bundle-Version: 1.0.306.qualifier
+Bundle-Version: 1.0.305.qualifier
 Bundle-Activator: org.eclipse.jst.ws.internal.creation.ui.plugin.WebServiceCreationUIPlugin
 Bundle-Vendor: %PLUGIN_PROVIDER
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.jst.ws.creation.ui/src/org/eclipse/jst/ws/internal/creation/ui/widgets/ServerWizardWidget.java b/bundles/org.eclipse.jst.ws.creation.ui/src/org/eclipse/jst/ws/internal/creation/ui/widgets/ServerWizardWidget.java
index 852a8de..c531637 100644
--- a/bundles/org.eclipse.jst.ws.creation.ui/src/org/eclipse/jst/ws/internal/creation/ui/widgets/ServerWizardWidget.java
+++ b/bundles/org.eclipse.jst.ws.creation.ui/src/org/eclipse/jst/ws/internal/creation/ui/widgets/ServerWizardWidget.java
@@ -57,7 +57,6 @@
  * 20080402   198439 kathy@ca.ibm.com - Kathy Chan
  * 20080416   215084 gilberta@ca.ibm.com - Gilbert Andrews
  * 20080417   227599 kathy@ca.ibm.com - Kathy Chan
- * 20080613   236523 makandre@ca.ibm.com - Andrew Mak, Overwrite setting on Web service wizard is coupled with preference
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.creation.ui.widgets;
 
@@ -105,7 +104,6 @@
 import org.eclipse.swt.events.ControlListener;
 import org.eclipse.swt.events.ModifyEvent;
 import org.eclipse.swt.events.ModifyListener;
-import org.eclipse.swt.events.SelectionAdapter;
 import org.eclipse.swt.events.SelectionEvent;
 import org.eclipse.swt.events.SelectionListener;
 import org.eclipse.swt.graphics.Rectangle;
@@ -631,11 +629,6 @@
 					ConsumptionUIMessages.CHECKBOX_OVERWRITE_FILES, ConsumptionUIMessages.TOOLTIP_WSWSCEN_BUTTON_OVERWRITE_FILES, INFOPOP_WSWSCEN_CHECKBOX_OVERWRITE);
 			overwriteButton_.setSelection(getResourceContext()
 					.isOverwriteFilesEnabled());
-			overwriteButton_.addSelectionListener(new SelectionAdapter() {
-				public void widgetSelected(SelectionEvent e) {
-					getResourceContext().setOverwriteFilesEnabled(overwriteButton_.getSelection());
-				}
-			});
 		}
 
 		return this;
diff --git a/bundles/org.eclipse.jst.ws/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.ws/META-INF/MANIFEST.MF
index 5980551..7bb0dfe 100644
--- a/bundles/org.eclipse.jst.ws/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.ws/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.jst.ws
-Bundle-Version: 1.0.305.qualifier
+Bundle-Version: 1.0.304.qualifier
 Bundle-Activator: org.eclipse.jst.ws.internal.plugin.WebServicePlugin
 Bundle-Vendor: %PLUGIN_PROVIDER
 Bundle-Localization: plugin
@@ -27,7 +27,7 @@
  org.eclipse.emf.common;bundle-version="[2.2.0,3.0.0)",
  org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
  org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
- org.eclipse.jface;bundle-version="[3.2.0,4.0.0)";resolution:=optional,
+ org.eclipse.jface;bundle-version="[3.2.0,4.0.0)",
  org.eclipse.emf.ecore;bundle-version="[2.2.0,3.0.0)",
  org.eclipse.jem.workbench;bundle-version="[2.0.0,3.0.0)",
  org.eclipse.wst.server.core;bundle-version="[1.0.102,2.0.0)",
diff --git a/bundles/org.eclipse.jst.ws/src/org/eclipse/jst/ws/internal/common/ResourceUtils.java b/bundles/org.eclipse.jst.ws/src/org/eclipse/jst/ws/internal/common/ResourceUtils.java
index d36a486..21b0310 100644
--- a/bundles/org.eclipse.jst.ws/src/org/eclipse/jst/ws/internal/common/ResourceUtils.java
+++ b/bundles/org.eclipse.jst.ws/src/org/eclipse/jst/ws/internal/common/ResourceUtils.java
@@ -15,7 +15,6 @@
  * 20060503   126819 rsinha@ca.ibm.com - Rupam Kuehner
  * 20080122   215866 trungha@ca.ibm.com - Trung Ha
  * 20080303   218696 ericdp@ca.ibm.com - Eric D. Peters, APIs using EJBArtifactEdit not able to deal with some EJB 3.0 beans properly
- * 20080626   236645 kathy@ca.ibm.com - Kathy Chan
  *******************************************************************************/
 package org.eclipse.jst.ws.internal.common;
 
@@ -624,6 +623,7 @@
 	 *            The project.
 	 * @return The build output location of the <code>project</code> or null
 	 *         if the project has no Java nature.
+	 * @deprecated not used 
 	 */
 	public static IPath getJavaOutputLocation(IProject project) {
 		IPath outputLocation = null;
diff --git a/bundles/org.eclipse.wst.command.env.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.command.env.ui/META-INF/MANIFEST.MF
index ae703f1..6674687 100644
--- a/bundles/org.eclipse.wst.command.env.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.command.env.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.wst.command.env.ui; singleton:=true
-Bundle-Version: 1.1.1.qualifier
+Bundle-Version: 1.1.0.qualifier
 Bundle-Activator: org.eclipse.wst.command.internal.env.ui.plugin.EnvUIPlugin
 Bundle-Vendor: %PLUGIN_PROVIDER
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.wst.command.env.ui/src/org/eclipse/wst/command/internal/env/ui/dialog/AntFileImportWizardPage.java b/bundles/org.eclipse.wst.command.env.ui/src/org/eclipse/wst/command/internal/env/ui/dialog/AntFileImportWizardPage.java
index 0b0586b..f3c76b2 100644
--- a/bundles/org.eclipse.wst.command.env.ui/src/org/eclipse/wst/command/internal/env/ui/dialog/AntFileImportWizardPage.java
+++ b/bundles/org.eclipse.wst.command.env.ui/src/org/eclipse/wst/command/internal/env/ui/dialog/AntFileImportWizardPage.java
@@ -12,7 +12,6 @@
  * 20080221   146023 gilberta@ca.ibm.com - Gilbert Andrews 
  * 20080512   222094 makandre@ca.ibm.com - Andrew Mak, Error handling when Ant template cannot be found
  * 20080618   237671 makandre@ca.ibm.com - Andrew Mak, Label on Ant files wizard is truncated
- * 20080716   238059 makandre@ca.ibm.com - Andrew Mak, New ant files wizard not working
  *******************************************************************************/
 package org.eclipse.wst.command.internal.env.ui.dialog;
 
@@ -121,10 +120,6 @@
 		iniatialize();
 	}
 	
-	protected boolean validateSourceGroup() {
-		return runtime_.getItemCount() > 0;
-	}
-
 	protected ITreeContentProvider getFolderProvider() {
 		 return null;
 	}
@@ -156,8 +151,7 @@
 	private void iniatialize(){
 		antExtC_ = AntExtensionCreation.getInstance();
 		labelsAndIdsRuntime_ = antExtC_.getRuntimeLabelsAndIds();
-		if (labelsAndIdsRuntime_.getLabels().length > 0)
-			setRuntimeLabels(labelsAndIdsRuntime_.getLabels());
+		setRuntimeLabels(labelsAndIdsRuntime_.getLabels());
 	}
 	
 	public String getScenario(){
diff --git a/bundles/org.eclipse.wst.command.env/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.wst.command.env/.settings/org.eclipse.jdt.core.prefs
index 947d7f7..216c1c1 100644
--- a/bundles/org.eclipse.wst.command.env/.settings/org.eclipse.jdt.core.prefs
+++ b/bundles/org.eclipse.wst.command.env/.settings/org.eclipse.jdt.core.prefs
@@ -1,21 +1,21 @@
-#Fri Jul 11 10:32:37 EDT 2008
+#Mon Jan 30 10:37:15 EST 2006
 eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.compliance=1.4
 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
 org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
 org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
 org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
 org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
@@ -54,4 +54,4 @@
 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
 org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core.compiler.source=1.3
diff --git a/bundles/org.eclipse.wst.command.env/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.command.env/META-INF/MANIFEST.MF
index 7aa613a..533e955 100644
--- a/bundles/org.eclipse.wst.command.env/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.command.env/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.wst.command.env; singleton:=true
-Bundle-Version: 1.0.306.qualifier
+Bundle-Version: 1.0.305.qualifier
 Bundle-Activator: org.eclipse.wst.command.internal.env.plugin.EnvPlugin
 Bundle-Vendor: %PLUGIN_PROVIDER
 Bundle-Localization: plugin
@@ -21,7 +21,7 @@
  org.eclipse.wst.common.frameworks;bundle-version="[1.1.200,2.0.0)",
  org.eclipse.core.commands;bundle-version="[3.4.0,4.0.0)",
  org.eclipse.wst.common.environment;bundle-version="[1.0.200,2.0.0)",
- org.apache.ant;bundle-version="[1.7.0,2.0.0)";resolution:=optional,
- org.eclipse.ant.core;bundle-version="[3.1.300,4.0.0)";resolution:=optional
+ org.apache.ant;bundle-version="[1.7.0,2.0.0)",
+ org.eclipse.ant.core;bundle-version="[3.1.300,4.0.0)"
 Eclipse-LazyStart: true
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: J2SE-1.4
diff --git a/bundles/org.eclipse.wst.command.env/src/org/eclipse/wst/command/internal/env/common/FileResourceUtils.java b/bundles/org.eclipse.wst.command.env/src/org/eclipse/wst/command/internal/env/common/FileResourceUtils.java
index 583b84b..2cfa425 100644
--- a/bundles/org.eclipse.wst.command.env/src/org/eclipse/wst/command/internal/env/common/FileResourceUtils.java
+++ b/bundles/org.eclipse.wst.command.env/src/org/eclipse/wst/command/internal/env/common/FileResourceUtils.java
@@ -12,8 +12,6 @@
  * 20060112   121199 jesper@selskabet.org - Jesper Møller
  * 20070813   188999 pmoogk@ca.ibm.com - Peter Moogk
  * 20080613   236523 makandre@ca.ibm.com - Andrew Mak, Overwrite setting on Web service wizard is coupled with preference
- * 20080625   237129 makandre@ca.ibm.com - Andrew Mak, Error moving resource: null
- * 20080711   240408 rkklai@ca.ibm.com - Raymond Lai, support case-insensitive platform makeFile when a file with variant case exists
  *******************************************************************************/
 package org.eclipse.wst.command.internal.env.common;
 
@@ -28,7 +26,6 @@
 import org.eclipse.core.resources.IFolder;
 import org.eclipse.core.resources.IProject;
 import org.eclipse.core.resources.IResource;
-import org.eclipse.core.resources.IResourceStatus;
 import org.eclipse.core.resources.IWorkspace;
 import org.eclipse.core.resources.IWorkspaceRoot;
 import org.eclipse.core.resources.ResourcesPlugin;
@@ -605,121 +602,92 @@
  
     throws CoreException
   {
-	 IFile file = parent.getFile( new Path(fileName) );
-
-	 // create the file if it doesn't exist
-	 if (!file.exists()) {
-		 try {
-			 file.create( inputStream, true, null);    
-			 return file;
-		 } catch (CoreException coreException) {
-			 // this error only happens in a case-insensitive file system; so ignore the cases.
-			 if (coreException.getStatus().getCode() == IResourceStatus.CASE_VARIANT_EXISTS) {
-				 boolean foundIgnoringCase = false;
-
-				 for (IResource resource : parent.members()) {
-					 if (resource.getName().equalsIgnoreCase(fileName)) {
-						 // found the file
-						 foundIgnoringCase = true;
-						 fileName = resource.getName();
-						 file = parent.getFile( new Path(fileName));
-						 break;
-					 }
-				 }
-
-				 // can't find the file causing the CASE_VARIANT_EXISTS exception; throw the exception
-				 if (!foundIgnoringCase)
-					 throw coreException;
-			 } else {
-				 // throw other exceptions
-				 throw coreException;
-			 }
-		 }
-	 }
-
-	 
+    IResource child  = parent.findMember(fileName);
     Choice    result = null;
     
-
-    if( file.getType() == IResource.FILE )
+    if( child != null )
     {
-      if( !resourceContext.isOverwriteFilesEnabled() )   
+      if( child.getType() == IResource.FILE )
       {
-        result = statusHandler.report( 
-              StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_OVERWRITE_DISABLED,
-                                         new Object[] {parent.getFullPath().toString(),fileName}) ),					  		    
-              getThreeStateFileOptions() );
-        
-        if( result == null || result.getShortcut() == 'C' )
+        if( !resourceContext.isOverwriteFilesEnabled() )   
         {
-          return null;
-        }
-        else if( result.getShortcut() == 'A' )
-        {
-          resourceContext.setOverwriteFilesEnabled(true);
-          PersistentResourceContext.getInstance().setOverwriteFilesEnabled(true);
-        }
-      }	
-        
-      //We have permission to overwrite so check if file is read-only
-      if( file.getResourceAttributes() == null )
-      {
-      	// resource is likely out-of-sync with filesystem
-      	throw new CoreException( 
-      	          new Status( IStatus.ERROR,
-      	                      "ResourceUtils",
-      	                      0, 
-      	                      file.getFullPath().toString(),
-      						  null ) );
-      }
-      else if( file.getResourceAttributes().isReadOnly() )
-      {
-        if( !resourceContext.isCheckoutFilesEnabled() ) 
-        {            
           result = statusHandler.report( 
-                       StatusUtils.errorStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_CHECKOUT_DISABLED,
-                                                new Object[]{ parent.getFullPath().toString(),fileName} ) ), 
-                       getThreeStateFileOptions() );
+                StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_OVERWRITE_DISABLED,
+                                           new Object[] {parent.getFullPath().toString(),fileName}) ),					  		    
+                getThreeStateFileOptions() );
           
           if( result == null || result.getShortcut() == 'C' )
           {
             return null;
-		  }
+          }
           else if( result.getShortcut() == 'A' )
           {
-            resourceContext.setCheckoutFilesEnabled(true);
-            PersistentResourceContext.getInstance().setCheckoutFilesEnabled(true);
+            resourceContext.setOverwriteFilesEnabled(true);
+            PersistentResourceContext.getInstance().setOverwriteFilesEnabled(true);
+          }
+        }	
+        
+        //We have permission to overwrite so check if file is read-only
+        if( child.getResourceAttributes().isReadOnly() )
+        {
+          if( !resourceContext.isCheckoutFilesEnabled() ) 
+          {            
+            result = statusHandler.report( 
+                         StatusUtils.errorStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_CHECKOUT_DISABLED,
+                                                  new Object[]{ parent.getFullPath().toString(),fileName} ) ), 
+                         getThreeStateFileOptions() );
+            
+		    if( result == null || result.getShortcut() == 'C' )
+		    {
+              return null;
+		    }
+            else if( result.getShortcut() == 'A' )
+            {
+              resourceContext.setCheckoutFilesEnabled(true);
+              PersistentResourceContext.getInstance().setCheckoutFilesEnabled(true);
+            }
+          }
+
+          IFile[] files = new IFile[1];
+          files[0] = (IFile)child;
+          
+          IStatus status = getWorkspace().validateEdit(files,null);
+          
+          try
+          {
+            statusHandler.report( status );
+          }
+          catch( StatusException exc )
+          {
+            return null;
           }
         }
 
-        IFile[] files = new IFile[1];
-        files[0] = (IFile)file;
-          
-        IStatus status = getWorkspace().validateEdit(files,null);
+        //Change the contents of the existing file.
+        IFile file = parent.getFile( new Path(fileName) );
+        file.setContents( inputStream, true, true, null );
         
-        try
-        {
-          statusHandler.report( status );
-        }
-        catch( StatusException exc )
-        {
-          return null;
-        }
-      }
-      file.setContents( inputStream, true, true, null );
-        
-      return file;
+        return file;
       
+      }
+      else
+      {
+        throw new CoreException( 
+          new Status( IStatus.ERROR,
+                      "ResourceUtils",
+                      0, 
+                      NLS.bind(EnvironmentMessages.MSG_ERROR_RESOURCE_NOT_FILE,
+				                       new Object[] {parent.getFullPath().append(fileName)}),
+					  null ) );
+      }
     }
     else
     {
-      throw new CoreException( 
-        new Status( IStatus.ERROR,
-                    "ResourceUtils",
-                    0, 
-                    NLS.bind(EnvironmentMessages.MSG_ERROR_RESOURCE_NOT_FILE,
-		                       new Object[] {parent.getFullPath().append(fileName)}),
-		                       null ) );
+      //Create a new file.
+      IFile file = parent.getFile( new Path(fileName) );
+      file.create( inputStream, true, null);
+      
+      return file;
     }
   }
 
diff --git a/bundles/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF
index 55a5e52..a4840a9 100644
--- a/bundles/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.wst.ws.explorer; singleton:=true
-Bundle-Version: 1.0.306.qualifier
+Bundle-Version: 1.0.305.qualifier
 Bundle-Activator: org.eclipse.wst.ws.internal.explorer.plugin.ExplorerPlugin
 Bundle-Vendor: %PLUGIN_PROVIDER
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.wst.ws.explorer/wsexplorer/wsdl_content.jsp b/bundles/org.eclipse.wst.ws.explorer/wsexplorer/wsdl_content.jsp
index 0f23f26..76a9366 100644
--- a/bundles/org.eclipse.wst.ws.explorer/wsexplorer/wsdl_content.jsp
+++ b/bundles/org.eclipse.wst.ws.explorer/wsexplorer/wsdl_content.jsp
@@ -13,7 +13,6 @@
  * 20060317   127456 cbrealey@ca.ibm.com - Chris Brealey
  * 20060524   142499 jeffliu@ca.ibm.com - Jeffrey Liu
  * 20070109   169553 makandre@ca.ibm.com - Andrew Mak
- * 20080618   186456 makandre@ca.ibm.com - Andrew Mak
  *******************************************************************************/
 %>
 <%@ page contentType="text/html; charset=UTF-8" import="org.eclipse.core.resources.*,
@@ -347,11 +346,11 @@
         <div id="workbench" >
           <table width="95%" border=0 cellpadding=3 cellspacing=0>
             <tr>
-              <td height=30 valign="bottom" class="labels"><label for="<%=ActionInputs.CATEGORY%>"><%=controller.getMessage("FORM_LABEL_WSDL_CATEGORY")%></label></td>
+              <td height=30 valign="bottom" class="labels"><%=controller.getMessage("FORM_LABEL_WSDL_CATEGORY")%></td>
             </tr>
             <tr>
               <td nowrap>
-                <select id="<%=ActionInputs.CATEGORY%>" name="<%=ActionInputs.CATEGORY%>" onChange="fillWSDLFilesByCategory(this.value)" class="selectlist">
+                <select name="<%=ActionInputs.CATEGORY%>" onChange="fillWSDLFilesByCategory(this.value)" class="selectlist">
                 </select>
                 <input type="button" value="<%=controller.getMessage("FORM_BUTTON_REFRESH")%>" onClick="document.location.reload()" class="button">
               </td>
@@ -360,11 +359,11 @@
           <div id="projects" style="display:none;">          
             <table width="95%" border=0 cellpadding=3 cellspacing=0>              
               <tr>
-                <td height=30 valign="bottom" class="labels"><label for="project"><%=controller.getMessage("FORM_LABEL_WSDL_SOURCE_WEBPROJECTS")%></label></td>
+                <td height=30 valign="bottom" class="labels"><%=controller.getMessage("FORM_LABEL_WSDL_SOURCE_WEBPROJECTS")%></td>
               </tr>
               <tr>
                 <td nowrap>
-                  <select id="project" name="project" onChange="fillWSDLFiles(this.value)" class="selectlist">
+                  <select name="project" onChange="fillWSDLFiles(this.value)" class="selectlist">
                   </select>
                   <input type="button" value="<%=controller.getMessage("FORM_BUTTON_REFRESH")%>" onClick="document.location.reload()" class="button">
                 </td>
@@ -373,11 +372,11 @@
           </div>
           <table>
             <tr>
-              <td height=10 valign="bottom" class="labels"><label for="<%=ActionInputs.QUERY_INPUT_WEBPROJECT_WSDL_URL%>"><%=controller.getMessage("FORM_LABEL_WSDL_URL")%></label></td>
+              <td height=10 valign="bottom" class="labels"><%=controller.getMessage("FORM_LABEL_WSDL_URL")%></td>
             </tr>
             <tr>
               <td>
-                <select id="<%=ActionInputs.QUERY_INPUT_WEBPROJECT_WSDL_URL%>" name="<%=ActionInputs.QUERY_INPUT_WEBPROJECT_WSDL_URL%>" class="selectlist">
+                <select name="<%=ActionInputs.QUERY_INPUT_WEBPROJECT_WSDL_URL%>" class="selectlist">
                 </select>
               </td>
             </tr>
diff --git a/bundles/org.eclipse.wst.ws.service.policy.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.ws.service.policy.ui/META-INF/MANIFEST.MF
index 5c6226e..91bd568 100644
--- a/bundles/org.eclipse.wst.ws.service.policy.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.ws.service.policy.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.wst.ws.service.policy.ui;singleton:=true
-Bundle-Version: 1.0.1.qualifier
+Bundle-Version: 1.0.0.qualifier
 Bundle-Activator: org.eclipse.wst.ws.service.policy.ui.ServicePolicyActivatorUI
 Bundle-Vendor: %PLUGIN_PROVIDER
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.wst.ws.service.policy.ui/src/org/eclipse/wst/ws/internal/service/policy/ui/ServicePoliciesComposite.java b/bundles/org.eclipse.wst.ws.service.policy.ui/src/org/eclipse/wst/ws/internal/service/policy/ui/ServicePoliciesComposite.java
index 2036517..21e779b 100644
--- a/bundles/org.eclipse.wst.ws.service.policy.ui/src/org/eclipse/wst/ws/internal/service/policy/ui/ServicePoliciesComposite.java
+++ b/bundles/org.eclipse.wst.ws.service.policy.ui/src/org/eclipse/wst/ws/internal/service/policy/ui/ServicePoliciesComposite.java
@@ -17,7 +17,6 @@
  * 20080324   223634 ericdp@ca.ibm.com - Eric D. Peters, Service Policies preference tree should be 3 level tree
  * 20080506   219005 ericdp@ca.ibm.com - Eric D. Peters, Service policy preference page not restoring properly
  * 20080530   234944 pmoogk@ca.ibm.com - Peter Moogk, Fixed focus problem for action controls
- * 20080716   239457 ericdp@ca.ibm.com - Eric D. Peters, Service Policy UI Restore defaults does not refresh validation error
  *******************************************************************************/
 package org.eclipse.wst.ws.internal.service.policy.ui;
 
@@ -494,7 +493,7 @@
 			//select the first item in the tree & fire event so UI is updated
 			masterPolicyTree.setSelection(treeItems[0]);
 			masterPolicyTree.notifyListeners(SWT.Selection, new Event());
-			error = validateAllPolicies((IServicePolicy)treeItems[0].getData());
+			validateAllPolicies((IServicePolicy)treeItems[0].getData());
 		}
 
 	}
@@ -889,21 +888,20 @@
 		for (IServicePolicy servicePolicyItem : servicePolicyList) {
 			validatePolicy(servicePolicyItem);
 		}
-		// get the error for the selected/focusPolicy
+		// define error message
 		IStatus error = (focusPolicy == null) ? null : allErrors
 				.get(focusPolicy.getId());
-		//if there was no error for the selected/focusPolicy, get the first error in the list of errors
 		if (error == null)
 			if (!allErrors.isEmpty())
 				error = allErrors.get(allErrors.keys().nextElement());
 
-		// update master policy tree nodes denoting node error status
+		// update master policy tree
 		TreeItem[] treeItems = masterPolicyTree.getItems();
 		for (int i = 0; i < treeItems.length; i++) {
 			updateValidStates(treeItems[i], false);
 		}
 		if (detailsPolicyTree.isVisible()) {
-			// update details preference tree nodes denoting node error status
+			// update details preference tree
 			treeItems = detailsPolicyTree.getItems();
 			for (int i = 0; i < treeItems.length; i++) {
 				updateValidStates(treeItems[i], false);
diff --git a/bundles/org.eclipse.wst.ws.service.policy/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.ws.service.policy/META-INF/MANIFEST.MF
index 8d30bf3..3262a84 100644
--- a/bundles/org.eclipse.wst.ws.service.policy/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.ws.service.policy/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.wst.ws.service.policy;singleton:=true
-Bundle-Version: 1.0.1.qualifier
+Bundle-Version: 1.0.0.qualifier
 Bundle-Activator: org.eclipse.wst.ws.service.policy.ServicePolicyActivator
 Bundle-Vendor: %PLUGIN_PROVIDER
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/EnumerationStateImpl.java b/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/EnumerationStateImpl.java
index 43ec950..e2d0840 100644
--- a/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/EnumerationStateImpl.java
+++ b/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/EnumerationStateImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation and others.
+ * Copyright (c) 2007 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -10,7 +10,6 @@
  * yyyymmdd bug      Email and other contact information
  * -------- -------- -----------------------------------------------------------
  * 20071024   196997 pmoogk@ca.ibm.com - Peter Moogk
- * 20080625   238482 pmoogk@ca.ibm.com - Peter Moogk, Adding thread safety to the service platform api.
  *******************************************************************************/
 package org.eclipse.wst.ws.service.internal.policy;
 
@@ -30,8 +29,10 @@
   private IPolicyState                state;
   private String                      defaultId;
   
-  public EnumerationStateImpl( ServicePolicyPlatform platform, String enumId, String defaultId, IPolicyState state )
+  public EnumerationStateImpl( String enumId, String defaultId, IPolicyState state )
   {
+    ServicePolicyPlatform platform = ServicePolicyPlatform.getInstance();
+    
     this.enumId    = enumId;
     this.enumList  = platform.getStateEnumeration( enumId );
     this.state     = state;
diff --git a/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/LocalUtils.java b/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/LocalUtils.java
index 75e7a4b..fbf1ee8 100644
--- a/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/LocalUtils.java
+++ b/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/LocalUtils.java
@@ -11,7 +11,6 @@
  * -------- -------- -----------------------------------------------------------
  * 20071030   196997 pmoogk@ca.ibm.com - Peter Moogk
  * 20080325   222095 pmoogk@ca.ibm.com - Peter Moogk
- * 20080626   238635 pmoogk@ca.ibm.com - Peter Moogk, Locally added service policy nodes meta data coliding with state data.
  *******************************************************************************/
 package org.eclipse.wst.ws.service.internal.policy;
 
@@ -33,7 +32,7 @@
 
 public class LocalUtils
 {
-  private static final String BASE_KEY      = "org.eclipse.wst.local."; //$NON-NLS-1$
+  private static final String BASE_KEY      = "org.eclipse.wst."; //$NON-NLS-1$
   private static final String LOCAL_IDS_KEY = "localIds"; //$NON-NLS-1$
   private static final String PARENT_KEY    = "parentId"; //$NON-NLS-1$
   private static final String MUTABLE_KEY   = "mutable"; //$NON-NLS-1$
diff --git a/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/PolicyStateImpl.java b/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/PolicyStateImpl.java
index 7dcc8de..d206b9b 100644
--- a/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/PolicyStateImpl.java
+++ b/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/PolicyStateImpl.java
@@ -14,7 +14,6 @@
  * 20080109   214818 pmoogk@ca.ibm.com - Peter Moogk
  * 20080325   222095 pmoogk@ca.ibm.com - Peter Moogk
  * 20080430   221578 pmoogk@ca.ibm.com - Peter Moogk, Fixed commit problem.
- * 20080625   238482 pmoogk@ca.ibm.com - Peter Moogk, Adding thread safety to the service platform api.
  *******************************************************************************/
 package org.eclipse.wst.ws.service.internal.policy;
 
@@ -46,10 +45,10 @@
   private Map<String,TableEntry>           table;
   private ServicePolicyPlatform            platform;
 
-  public PolicyStateImpl( ServicePolicyPlatform platform, IServicePolicy policy, IProject project)
+  public PolicyStateImpl( IServicePolicy policy, IProject project)
   {
     this.service              = Platform.getPreferencesService();
-    this.platform             = platform;
+    this.platform             = ServicePolicyPlatform.getInstance();
     this.project              = project;
     this.policy               = policy;
     this.mutable              = policy.isPredefined() ? false : true;
diff --git a/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/ServicePolicyImpl.java b/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/ServicePolicyImpl.java
index 54e4673..45ff306 100644
--- a/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/ServicePolicyImpl.java
+++ b/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/ServicePolicyImpl.java
@@ -11,7 +11,6 @@
  * -------- -------- -----------------------------------------------------------
  * 20071024   196997 pmoogk@ca.ibm.com - Peter Moogk
  * 20080214   218996 pmoogk@ca.ibm.com - Peter Moogk, Concurrent exception fix
- * 20080625   238482 pmoogk@ca.ibm.com - Peter Moogk, Adding thread safety to the service platform api.
  *******************************************************************************/
 package org.eclipse.wst.ws.service.internal.policy;
 
@@ -66,7 +65,7 @@
     this.children                   = new Vector<IServicePolicy>();
     this.relationshipList           = new Vector<IPolicyRelationship>();
     this.unresolvedRelationshipList = new Vector<UnresolvedRelationship>();
-    this.policyState                = new PolicyStateImpl( platform.getApiPlatform(), this, null );
+    this.policyState                = new PolicyStateImpl( this, null );
     this.platform                   = platform;  
     this.childChangeListeners       = new Vector<IPolicyChildChangeListener>();
     this.projectPolicyStates        = new HashMap<IProject, PolicyStateImpl>();
@@ -179,7 +178,7 @@
     
     if( projectPolicyState == null )
     {
-      projectPolicyState = new PolicyStateImpl( platform.getApiPlatform(), this, project );
+      projectPolicyState = new PolicyStateImpl( this, project );
       projectPolicyState.internalSetMutable( policyState.isMutable() );
       projectPolicyStates.put( project, projectPolicyState );
     }
@@ -193,7 +192,7 @@
     
     if( enumListId != null )
     {
-      newEnum = new EnumerationStateImpl( platform.getApiPlatform(), enumListId, defaultEnumId, policyState );
+      newEnum = new EnumerationStateImpl( enumListId, defaultEnumId, policyState );
     }
     
     return newEnum;
@@ -205,7 +204,7 @@
     
     if( enumListId != null )
     {
-      newEnum = new EnumerationStateImpl( platform.getApiPlatform(), enumListId, defaultEnumId, getPolicyState( project ) );
+      newEnum = new EnumerationStateImpl( enumListId, defaultEnumId, getPolicyState( project ) );
     }
     
     return newEnum;
diff --git a/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/ServicePolicyPlatformImpl.java b/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/ServicePolicyPlatformImpl.java
index 4d257fd..c200f90 100644
--- a/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/ServicePolicyPlatformImpl.java
+++ b/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/internal/policy/ServicePolicyPlatformImpl.java
@@ -14,7 +14,6 @@
  * 20080111   214907 pmoogk@ca.ibm.com - Peter Moogk
  * 20080214   218996 pmoogk@ca.ibm.com - Peter Moogk, Concurrent exception fix
  * 20080325   222095 pmoogk@ca.ibm.com - Peter Moogk
- * 20080625   238482 pmoogk@ca.ibm.com - Peter Moogk, Adding thread safety to the service platform api.
  *******************************************************************************/
 package org.eclipse.wst.ws.service.internal.policy;
 
@@ -38,7 +37,6 @@
 import org.eclipse.wst.ws.service.policy.IServicePolicy;
 import org.eclipse.wst.ws.service.policy.IStateEnumerationItem;
 import org.eclipse.wst.ws.service.policy.ServicePolicyActivator;
-import org.eclipse.wst.ws.service.policy.ServicePolicyPlatform;
 import org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener;
 import org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformLoadListener;
 import org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformProjectLoadListener;
@@ -61,11 +59,9 @@
   private List<IServicePolicy>                     queuedChildChangePolicy;
   private List<Boolean>                            queuedChildChangeAdded;
   private List<IPolicyPlatformProjectLoadListener> projectPlatformListeners;
-  private ServicePolicyPlatform                    apiPlatform;
   
-  public ServicePolicyPlatformImpl( ServicePolicyPlatform platform )
+  public ServicePolicyPlatformImpl()
   {
-    apiPlatform = platform;
   }
   
   public void load()
@@ -102,21 +98,11 @@
     for( String localPolicyId : localIds )
     {
       LocalUtils.loadLocalPolicy( localPolicyId, this );
-    }       
-  }
-  
-  public void callLoadListeners()
-  {
+    }
+       
     for( IPolicyPlatformLoadListener loadListener : loadListeners )
     {
-      try
-      {
-        loadListener.load();
-      }
-      catch( Exception exc )
-      {
-        ServicePolicyActivator.logError( "Error in load listener:" + loadListener.getClass().getName(), exc ); //$NON-NLS-1$
-      }
+      loadListener.load();
     }
     
     commitChanges( false );   
@@ -125,12 +111,7 @@
     for( IProject project : enabledProjectMap.keySet() )
     {
       commitChanges( project );
-    }    
-  }
-  
-  public ServicePolicyPlatform getApiPlatform()
-  {
-    return apiPlatform;
+    }
   }
   
   public void addEnabledExpression( Expression expression )
diff --git a/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.java b/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.java
index 377d783..ed99f1d 100644
--- a/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.java
+++ b/bundles/org.eclipse.wst.ws.service.policy/src/org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.java
@@ -12,7 +12,6 @@
  * 20071024   196997 pmoogk@ca.ibm.com - Peter Moogk
  * 20080325   222095 pmoogk@ca.ibm.com - Peter Moogk
  * 20080516   232603 pmoogk@ca.ibm.com - Peter Moogk, Clean up java doc
- * 20080625   238482 pmoogk@ca.ibm.com - Peter Moogk, Adding thread safety to the service platform api.
  *******************************************************************************/
 package org.eclipse.wst.ws.service.policy;
 
@@ -31,11 +30,12 @@
  */
 public class ServicePolicyPlatform
 {
-  private static ServicePolicyPlatform instancePlatform = null;
-  private ServicePolicyPlatformImpl    platformImpl;
+  private static ServicePolicyPlatform instance;
+  private ServicePolicyPlatformImpl platformImpl;
   
   private ServicePolicyPlatform()
   {
+    platformImpl = new ServicePolicyPlatformImpl();
   }
   
   /**
@@ -44,17 +44,15 @@
    * 
    * @return returns a singleton instance of this service policy platform.
    */
-  public static synchronized ServicePolicyPlatform getInstance()
+  public static ServicePolicyPlatform getInstance()
   {
-    if( instancePlatform == null )
+    if( instance == null )
     {
-      instancePlatform              = new ServicePolicyPlatform();     
-      instancePlatform.platformImpl = new ServicePolicyPlatformImpl( instancePlatform );
-      instancePlatform.platformImpl.load();
-      instancePlatform.platformImpl.callLoadListeners();
+      instance = new ServicePolicyPlatform();
+      instance.platformImpl.load();
     }
     
-    return instancePlatform;
+    return instance;
   }
   
   /**
@@ -76,7 +74,7 @@
    * the service policies.  The method only applies to state changes at the workspace
    * level.
    */
-  public synchronized void commitChanges()
+  public void commitChanges()
   {
     platformImpl.commitChanges( true );
   }
@@ -86,7 +84,7 @@
    * the service policies.  The method only applies to state changes at the workspace
    * level.
    */
-  public synchronized void discardChanges()
+  public void discardChanges()
   {
     platformImpl.discardChanges(); 
   }
@@ -96,7 +94,7 @@
    * the service policies for a particular project.  The method only applies to 
    * state changes at the project level.
    */
-  public synchronized void commitChanges( IProject project )
+  public void commitChanges( IProject project )
   {
     platformImpl.commitChanges( project );
   }
@@ -106,8 +104,8 @@
    * the service policies for a particular project.  The method only applies to 
    * state changes at the project level.
    */
-  public synchronized void discardChanges( IProject project )
-  { 
+  public void discardChanges( IProject project )
+  {
     platformImpl.discardChanges( project ); 
   }
   
@@ -170,7 +168,7 @@
    * @param project
    * @param value
    */
-  public synchronized void setProjectPreferencesEnabled( IProject project, boolean value )
+  public void setProjectPreferencesEnabled( IProject project, boolean value )
   {
     platformImpl.setProjectPreferencesEnabled( project, value ); 
   }
@@ -179,7 +177,7 @@
    * Restores the workspace level defaults.  Note: the state changes made by 
    * calling this method need to be committed or discarded by the platform.
    */
-  public synchronized void restoreDefaults()
+  public void restoreDefaults()
   {
     platformImpl.restoreDefaults();
   }
@@ -191,7 +189,7 @@
    * 
    * @param project
    */
-  public synchronized void restoreDefaults( IProject project )
+  public void restoreDefaults( IProject project )
   {
     platformImpl.restoreDefaults( project );
   }
@@ -214,7 +212,7 @@
    * should be used.
    * @return returns a service policy object.
    */
-  public synchronized IServicePolicy createServicePolicy( IServicePolicy parent, String id, String enumListId, String defaultEnumId )
+  public IServicePolicy createServicePolicy( IServicePolicy parent, String id, String enumListId, String defaultEnumId )
   {
     return platformImpl.createServicePolicy( parent, id, enumListId, defaultEnumId );
   }
@@ -224,7 +222,7 @@
    * 
    * @param policy the service policy
    */
-  public synchronized void removeServicePolicy( IServicePolicy policy )
+  public void removeServicePolicy( IServicePolicy policy )
   {
     platformImpl.removePlatformPolicy( policy );
   }
@@ -238,7 +236,7 @@
    * @param onCommit indicates whether this listener should be invoked when
    * the the platform changes are committed.
    */
-  public synchronized void addChildChangeListener( IPolicyChildChangeListener listener, boolean onCommit )
+  public void addChildChangeListener( IPolicyChildChangeListener listener, boolean onCommit )
   {
     platformImpl.addChildChangeListener( listener, onCommit );  
   }
@@ -251,7 +249,7 @@
    * 
    * @param queue
    */
-  public synchronized void queueChildChangeListeners( boolean queue )
+  public void queueChildChangeListeners( boolean queue )
   {
     platformImpl.queueChildChangeListeners( queue );
   }
@@ -263,7 +261,7 @@
    * @param onCommit indicates whether this change listener should be removed
    * from the onCommit list.
    */
-  public synchronized void removeChildChangeListener( IPolicyChildChangeListener listener, boolean onCommit )
+  public void removeChildChangeListener( IPolicyChildChangeListener listener, boolean onCommit )
   {
     platformImpl.removeChildChangeListener( listener, onCommit );   
   }
@@ -275,7 +273,7 @@
    * 
    * @param listener the listener
    */
-  public synchronized void addProjectLoadListener( IPolicyPlatformProjectLoadListener listener )
+  public void addProjectLoadListener( IPolicyPlatformProjectLoadListener listener )
   {
     platformImpl.addProjectLoadListener( listener );
   }
@@ -285,7 +283,7 @@
    * 
    * @param listener the listener
    */
-  public synchronized void removeProjectLoadListener( IPolicyPlatformProjectLoadListener listener )
+  public void removeProjectLoadListener( IPolicyPlatformProjectLoadListener listener )
   {
     platformImpl.removeProjectLoadListener( listener );    
   }
diff --git a/bundles/org.eclipse.wst.ws/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.ws/META-INF/MANIFEST.MF
index 8073896..896a073 100644
--- a/bundles/org.eclipse.wst.ws/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.ws/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.wst.ws; singleton:=true
-Bundle-Version: 1.1.1.qualifier
+Bundle-Version: 1.1.0.qualifier
 Bundle-Activator: org.eclipse.wst.ws.internal.plugin.WSPlugin
 Bundle-Vendor: %PLUGIN_PROVIDER
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.wst.ws/plugin.properties b/bundles/org.eclipse.wst.ws/plugin.properties
index 372c25b..5e821fe 100644
--- a/bundles/org.eclipse.wst.ws/plugin.properties
+++ b/bundles/org.eclipse.wst.ws/plugin.properties
@@ -12,7 +12,6 @@
 # 20071122   209858 pmoogk@ca.ibm.com - Peter Moogk
 # 20080324   220739 makandre@ca.ibm.com - Andrew Mak, Text Description missing for Profile Complaince nodes
 # 20080403   225480 kathy@ca.ibm.com - Kathy Chan
-# 20080715   240722 makandre@ca.ibm.com - Andrew Mak, Cannot setup TCP/IP Monitor for soap12 endpoints
 ###############################################################################
 
 #
@@ -26,7 +25,6 @@
 X_WEB_SERVICE_LOCATOR_WORKSPACE=Workspace Web Service Locator
 X_WEB_SERVICE_LOCATOR_CATEGORY_WORKSPACE=Workspace WSDL documents
 X_WSIL_CONTENT_TYPE=Web Services Inspection Language Document
-XP_EXTENSIBILITY_ELEMENT_TRANSFORMER=Extensibility Element Transformer
 
 MSG_ERROR_UNABLE_TO_START_MONITOR=IWAB0001E Unable to monitor port {0} of {1}.
 
diff --git a/bundles/org.eclipse.wst.ws/plugin.xml b/bundles/org.eclipse.wst.ws/plugin.xml
index a75c587..6278ad7 100644
--- a/bundles/org.eclipse.wst.ws/plugin.xml
+++ b/bundles/org.eclipse.wst.ws/plugin.xml
@@ -5,8 +5,6 @@
 
    <!-- The following extension point is internal, though likely to be promoted for public use, possibly with changes, in a future release. -->
    <extension-point id="locator" name="%XP_WEB_SERVICE_LOCATOR" schema="schema/webServiceLocator.exsd"/>
-   
-   <extension-point id="ExtensibilityElementTransformer" name="%XP_EXTENSIBILITY_ELEMENT_TRANSFORMER" schema="schema/ExtensibilityElementTransformer.exsd"/>
 
    <!-- Extension providing workspace WSDL discovery -->   
    <extension
diff --git a/bundles/org.eclipse.wst.ws/schema/ExtensibilityElementTransformer.exsd b/bundles/org.eclipse.wst.ws/schema/ExtensibilityElementTransformer.exsd
deleted file mode 100644
index 207ad72..0000000
--- a/bundles/org.eclipse.wst.ws/schema/ExtensibilityElementTransformer.exsd
+++ /dev/null
@@ -1,103 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.ws" xmlns="http://www.w3.org/2001/XMLSchema">
-<annotation>
-      <appinfo>
-         <meta.schema plugin="org.eclipse.wst.ws" id="ExtensibilityElementTransformer" name="Extensibility Element Transformer"/>
-      </appinfo>
-      <documentation>
-         [Enter description of this extension point.]
-
-      </documentation>
-   </annotation>
-
-   <element name="extension">
-      <annotation>
-         <appinfo>
-            <meta.element />
-         </appinfo>
-      </annotation>
-      <complexType>
-         <sequence minOccurs="1" maxOccurs="unbounded">
-            <element ref="transformer"/>
-         </sequence>
-         <attribute name="point" type="string" use="required">
-            <annotation>
-               <documentation>
-                  
-               </documentation>
-            </annotation>
-         </attribute>
-         <attribute name="id" type="string">
-            <annotation>
-               <documentation>
-                  
-               </documentation>
-            </annotation>
-         </attribute>
-         <attribute name="name" type="string">
-            <annotation>
-               <documentation>
-                  
-               </documentation>
-               <appinfo>
-                  <meta.attribute translatable="true"/>
-               </appinfo>
-            </annotation>
-         </attribute>
-      </complexType>
-   </element>
-
-   <element name="transformer">
-      <complexType>
-         <attribute name="class" type="string" use="required">
-            <annotation>
-               <documentation>
-                  
-               </documentation>
-               <appinfo>
-                  <meta.attribute kind="java" basedOn=":org.eclipse.wst.ws.internal.monitor.IExtensibilityElementTransformer"/>
-               </appinfo>
-            </annotation>
-         </attribute>
-      </complexType>
-   </element>
-
-   <annotation>
-      <appinfo>
-         <meta.section type="since"/>
-      </appinfo>
-      <documentation>
-         [Enter the first release in which this extension point appears.]
-      </documentation>
-   </annotation>
-
-   <annotation>
-      <appinfo>
-         <meta.section type="examples"/>
-      </appinfo>
-      <documentation>
-         [Enter extension point usage example here.]
-      </documentation>
-   </annotation>
-
-   <annotation>
-      <appinfo>
-         <meta.section type="apiinfo"/>
-      </appinfo>
-      <documentation>
-         [Enter API information here.]
-      </documentation>
-   </annotation>
-
-   <annotation>
-      <appinfo>
-         <meta.section type="implementation"/>
-      </appinfo>
-      <documentation>
-         [Enter information about supplied implementation of this extension point.]
-      </documentation>
-   </annotation>
-
-
-</schema>
diff --git a/bundles/org.eclipse.wst.ws/src/org/eclipse/wst/ws/internal/monitor/ExtensibilityElementTransformerRegistry.java b/bundles/org.eclipse.wst.ws/src/org/eclipse/wst/ws/internal/monitor/ExtensibilityElementTransformerRegistry.java
deleted file mode 100644
index 1711da2..0000000
--- a/bundles/org.eclipse.wst.ws/src/org/eclipse/wst/ws/internal/monitor/ExtensibilityElementTransformerRegistry.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- * yyyymmdd bug      Email and other contact information
- * -------- -------- -----------------------------------------------------------
- * 20080715   240722 makandre@ca.ibm.com - Andrew Mak, Cannot setup TCP/IP Monitor for soap12 endpoints
- *******************************************************************************/
-
-package org.eclipse.wst.ws.internal.monitor;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import javax.wsdl.extensions.ExtensibilityElement;
-
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IConfigurationElement;
-import org.eclipse.core.runtime.IExtensionRegistry;
-import org.eclipse.core.runtime.Platform;
-import org.eclipse.wst.ws.internal.plugin.WSPlugin;
-
-public class ExtensibilityElementTransformerRegistry {
-
-	public static final ExtensibilityElementTransformerRegistry INSTANCE =
-		new ExtensibilityElementTransformerRegistry();
-	
-	private List<IExtensibilityElementTransformer> transformers;
-	
-	private ExtensibilityElementTransformerRegistry() {
-		
-		transformers = new ArrayList<IExtensibilityElementTransformer>();
-		
-		IExtensionRegistry extensionRegistry = Platform.getExtensionRegistry();
-		IConfigurationElement[] configs = 
-			extensionRegistry.getConfigurationElementsFor("org.eclipse.wst.ws.ExtensibilityElementTransformer");
-		
-		for (IConfigurationElement config : configs) {
-			
-			try {
-				IExtensibilityElementTransformer transformer = (IExtensibilityElementTransformer) 
-					config.createExecutableExtension("class");			
-			
-				transformers.add(transformer);
-			}
-			catch (CoreException e) {
-				WSPlugin.getInstance().getLog().log(e.getStatus());
-			}
-		}
-	}
-	
-	public String transform(ExtensibilityElement element) {
-		
-		for (IExtensibilityElementTransformer transformer : transformers) {
-			String str = transformer.transform(element);
-			if (str != null)
-				return str;			
-		}
-
-		return null;
-	}
-}
diff --git a/bundles/org.eclipse.wst.ws/src/org/eclipse/wst/ws/internal/monitor/GetMonitorCommand.java b/bundles/org.eclipse.wst.ws/src/org/eclipse/wst/ws/internal/monitor/GetMonitorCommand.java
index ac7c169..2cdee64 100644
--- a/bundles/org.eclipse.wst.ws/src/org/eclipse/wst/ws/internal/monitor/GetMonitorCommand.java
+++ b/bundles/org.eclipse.wst.ws/src/org/eclipse/wst/ws/internal/monitor/GetMonitorCommand.java
@@ -1,16 +1,12 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
+ * Copyright (c) 2004, 2007 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- * IBM Corporation - initial API and implementation
- * yyyymmdd bug      Email and other contact information
- * -------- -------- -----------------------------------------------------------
- * 20080709   237116 makandre@ca.ibm.com - Andrew Mak, Web service monitoring fails on https endpoint
- * 20080715   240722 makandre@ca.ibm.com - Andrew Mak, Cannot setup TCP/IP Monitor for soap12 endpoints
+ *     IBM Corporation - initial API and implementation
  *******************************************************************************/
 package org.eclipse.wst.ws.internal.monitor;
 
@@ -54,8 +50,6 @@
 	private String wsdlURI;
 
 	private List endpoints;
-	
-	private String proxyEndpoint;
 
 	public GetMonitorCommand() {
 		monitorService = true;
@@ -84,8 +78,6 @@
 								endpoint = ((SOAPAddress) extElement).getLocationURI();
 							else if (extElement instanceof HTTPAddress)
 								endpoint = ((HTTPAddress) extElement).getLocationURI();
-							else
-								endpoint = ExtensibilityElementTransformerRegistry.INSTANCE.transform(extElement);
 							if (endpoint != null) {
 								try {
 									endpointURL = new URL(endpoint);
@@ -103,19 +95,7 @@
 									else if ("https".equalsIgnoreCase(protocol))
 										port = 443;
 								}
-								if ("https".equalsIgnoreCase(protocol))
-				                {
-				                	IStatus warning = StatusUtils.warningStatus( NLS.bind(WstWSPluginMessages.MSG_ERROR_UNABLE_TO_START_MONITOR, new Object[]{String.valueOf(port), endpoint}));
-				                	try
-				                    {
-				                      if (env != null)
-				                        env.getStatusHandler().report(warning);
-				                    }
-				                    catch (StatusException se)
-				                    {
-				                    }
-				                }
-				                else if (protocol != null && protocol.equalsIgnoreCase("http") && host != null && host.length() > 0 && port != -1) {
+								if (protocol != null && protocol.startsWith("http") && host != null && host.length() > 0 && port != -1) {
 									IMonitor m = null;
 									IMonitor[] monitors = MonitorCore.getMonitors();
 									for (int i = 0; i < monitors.length; i++) {
@@ -148,15 +128,6 @@
 										try {
 											if (!m.isRunning())
 												m.start();
-											// Use the endpoint that matches with the proxy the extension passes to us if it is set
-				                      		if (proxyEndpoint != null) {
-				                      			try {
-				                      				endpointURL = new URL(proxyEndpoint);
-				                      			} catch (MalformedURLException murle)
-				    			                { 
-				                      				// ignore proxy endpoint 
-				    			                }
-				                      		}
 											StringBuffer sb = new StringBuffer(endpointURL.getProtocol());
 											sb.append("://localhost:");
 											sb.append(String.valueOf(m.getLocalPort()));
@@ -205,11 +176,4 @@
 	public List getEndpoints() {
 		return endpoints;
 	}
-	
-	/**
-	 * @param proxyEndpoint The proxyEndpoint to set.
-	 */
-	public void setProxyEndpoint(String proxyEndpoint) {
-	  	this.proxyEndpoint = proxyEndpoint;
-	}
 }
diff --git a/bundles/org.eclipse.wst.ws/src/org/eclipse/wst/ws/internal/monitor/IExtensibilityElementTransformer.java b/bundles/org.eclipse.wst.ws/src/org/eclipse/wst/ws/internal/monitor/IExtensibilityElementTransformer.java
deleted file mode 100644
index 20b1678..0000000
--- a/bundles/org.eclipse.wst.ws/src/org/eclipse/wst/ws/internal/monitor/IExtensibilityElementTransformer.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- * yyyymmdd bug      Email and other contact information
- * -------- -------- -----------------------------------------------------------
- * 20080715   240722 makandre@ca.ibm.com - Andrew Mak, Cannot setup TCP/IP Monitor for soap12 endpoints
- *******************************************************************************/
-
-package org.eclipse.wst.ws.internal.monitor;
-
-import javax.wsdl.extensions.ExtensibilityElement;
-
-public interface IExtensibilityElementTransformer {
-
-	public String transform(ExtensibilityElement element);
-}
diff --git a/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
index 523c863..ea37d07 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %_UI_PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.wst.wsdl.ui; singleton:=true
-Bundle-Version: 1.2.101.qualifier
+Bundle-Version: 1.2.100.qualifier
 Bundle-Activator: org.eclipse.wst.wsdl.ui.internal.WSDLEditorPlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.wst.wsdl.ui/build.properties b/bundles/org.eclipse.wst.wsdl.ui/build.properties
index ec59965..26692d3 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/build.properties
+++ b/bundles/org.eclipse.wst.wsdl.ui/build.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2001, 2008 IBM Corporation and others.
+# Copyright (c) 2001, 2006 IBM Corporation and others.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
@@ -21,4 +21,3 @@
            src-soap/,\
            src-search/
 output.. = bin/
-src.includes = schema/
diff --git a/bundles/org.eclipse.wst.wsdl.ui/schema/extensibilityItemTreeProviders.exsd b/bundles/org.eclipse.wst.wsdl.ui/schema/extensibilityItemTreeProviders.exsd
new file mode 100644
index 0000000..e7f897c
--- /dev/null
+++ b/bundles/org.eclipse.wst.wsdl.ui/schema/extensibilityItemTreeProviders.exsd
@@ -0,0 +1,115 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.eclipse.wst.wsdl.ui">
+<annotation>
+      <appInfo>
+         <meta.schema plugin="org.eclipse.wst.wsdl.ui" id="extensibilityItemTreeProviders" name="Extensibility Item Tree Providers"/>
+      </appInfo>
+      <documentation>
+         The Extensibility Item Tree Provider extension point allows clients to register custom ILabelProviders (to provide custom labels and icons) for Extensibility Elements in the WSDL Editor based on the Extensibility Element&apos;s namespace.
+      </documentation>
+   </annotation>
+
+   <element name="extension">
+      <complexType>
+         <sequence>
+            <element ref="extensibilityItemTreeProvider"/>
+         </sequence>
+         <attribute name="point" type="string" use="required">
+            <annotation>
+               <documentation>
+                  a fully qualified identifier of the target extension point
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="id" type="string">
+            <annotation>
+               <documentation>
+                  an optional identifier of the extension instance
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="name" type="string">
+            <annotation>
+               <documentation>
+                  an optional name of the extension instance
+               </documentation>
+               <appInfo>
+                  <meta.attribute translatable="true"/>
+               </appInfo>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <element name="extensibilityItemTreeProvider">
+      <complexType>
+         <attribute name="namespace" type="string" use="required">
+            <annotation>
+               <documentation>
+                  The namespace this extension point instance applies to.
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="labelProviderClass" type="string" use="required">
+            <annotation>
+               <documentation>
+                  The class that implements &lt;code&gt;org.eclipse.jface.viewers.ILabelProvider&lt;/code&gt;.
+               </documentation>
+               <appInfo>
+                  <meta.attribute kind="java"/>
+               </appInfo>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <annotation>
+      <appInfo>
+         <meta.section type="since"/>
+      </appInfo>
+      <documentation>
+         &lt;b&gt;This extension point is internal and should not be used by any other plugins.&lt;/b&gt;
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appInfo>
+         <meta.section type="examples"/>
+      </appInfo>
+      <documentation>
+         The following is an example of an Extensibility Item Tree Provider contribution:
+&lt;pre&gt;
+   &lt;extension
+         point=&quot;org.eclipse.wst.wsdl.ui.extensibilityItemTreeProviders&quot;&gt;
+      &lt;extensibilityItemTreeProvider
+            namespace=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot;
+            labelProviderClass=&quot;org.eclipse.wst.wsdl.ui.internal.outline.SOAPLabelProvider&quot;/&gt;
+   &lt;/extension&gt;
+&lt;/pre&gt;
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appInfo>
+         <meta.section type="apiInfo"/>
+      </appInfo>
+      <documentation>
+         The supplied class must implement &lt;code&gt;org.eclipse.jface.viewers.ILabelProvider&lt;/code&gt;.
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appInfo>
+         <meta.section type="copyright"/>
+      </appInfo>
+      <documentation>
+         Copyright (c) 2000, 2005 IBM Corporation and others.&lt;br&gt;
+All rights reserved. This program and the accompanying materials are made 
+available under the terms of the Eclipse Public License v1.0 which accompanies 
+this distribution, and is available at &lt;a
+href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
+      </documentation>
+   </annotation>
+
+</schema>
diff --git a/bundles/org.eclipse.wst.wsdl.ui/schema/internalEditorExtensions.exsd b/bundles/org.eclipse.wst.wsdl.ui/schema/internalEditorExtensions.exsd
new file mode 100644
index 0000000..f5710d7
--- /dev/null
+++ b/bundles/org.eclipse.wst.wsdl.ui/schema/internalEditorExtensions.exsd
@@ -0,0 +1,107 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.eclipse.wst.wsdl.ui">
+<annotation>
+      <appInfo>
+         <meta.schema plugin="org.eclipse.wst.wsdl.ui" id="internalEditorExtensions" name="Internal Editor Extensions"/>
+      </appInfo>
+      <documentation>
+         The Internal Editor Extension point is used to provide GUI objects, actions, context menu items, etc... for non WSDL Model Objects in the WSDL Editor.
+      </documentation>
+   </annotation>
+
+   <element name="extension">
+      <complexType>
+         <sequence>
+            <element ref="internalEditorExtension"/>
+         </sequence>
+         <attribute name="point" type="string" use="required">
+            <annotation>
+               <documentation>
+                  a fully qualified identifier of the target extension point
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="id" type="string">
+            <annotation>
+               <documentation>
+                  an optional identifier of the extension instance
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="name" type="string">
+            <annotation>
+               <documentation>
+                  an optional name of the extension instance
+               </documentation>
+               <appInfo>
+                  <meta.attribute translatable="true"/>
+               </appInfo>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <element name="internalEditorExtension">
+      <complexType>
+         <attribute name="class" type="string" use="required">
+            <annotation>
+               <documentation>
+                  The class that implements &lt;code&gt;org.eclipse.wst.wsdl.ui.internal.extension.WSDLEditorExtension&lt;/code&gt;.
+               </documentation>
+               <appInfo>
+                  <meta.attribute kind="java"/>
+               </appInfo>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <annotation>
+      <appInfo>
+         <meta.section type="since"/>
+      </appInfo>
+      <documentation>
+         &lt;b&gt;This extension point is internal and should not be used by any other plugins.&lt;/b&gt;
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appInfo>
+         <meta.section type="examples"/>
+      </appInfo>
+      <documentation>
+         The following is an example of an Internal Editor Extension contribution:
+&lt;pre&gt;
+   &lt;extension
+         point=&quot;org.eclipse.wst.wsdl.ui.internalEditorExtensions&quot;&gt;
+      &lt;internalEditorExtension
+            class=&quot;org.eclipse.wst.wsdl.ui.internal.xsd.XSDExtension&quot; /&gt;
+   &lt;/extension&gt;
+&lt;/pre&gt;
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appInfo>
+         <meta.section type="apiInfo"/>
+      </appInfo>
+      <documentation>
+         The supplied class must implement &lt;code&gt;org.eclipse.wst.wsdl.ui.internal.extension.WSDLEditorExtension&lt;/code&gt;.
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appInfo>
+         <meta.section type="copyright"/>
+      </appInfo>
+      <documentation>
+         Copyright (c) 2000, 2005 IBM Corporation and others.&lt;br&gt;
+All rights reserved. This program and the accompanying materials are made 
+available under the terms of the Eclipse Public License v1.0 which accompanies 
+this distribution, and is available at &lt;a
+href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
+      </documentation>
+   </annotation>
+
+</schema>
diff --git a/bundles/org.eclipse.wst.wsdl.ui/schema/propertyDescriptorProvider.exsd b/bundles/org.eclipse.wst.wsdl.ui/schema/propertyDescriptorProvider.exsd
new file mode 100644
index 0000000..6138460
--- /dev/null
+++ b/bundles/org.eclipse.wst.wsdl.ui/schema/propertyDescriptorProvider.exsd
@@ -0,0 +1,115 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.eclipse.wst.wsdl.ui">
+<annotation>
+      <appInfo>
+         <meta.schema plugin="org.eclipse.wst.wsdl.ui" id="propertyDescriptorProvider" name="Property Descriptor Provider"/>
+      </appInfo>
+      <documentation>
+         The Property Descriptor Provider extension point allows clients to register their own custom IPropertyDescriptor in the WSDL Editor based on namespace.
+      </documentation>
+   </annotation>
+
+   <element name="extension">
+      <complexType>
+         <sequence>
+            <element ref="propertyDescriptorProvider"/>
+         </sequence>
+         <attribute name="point" type="string" use="required">
+            <annotation>
+               <documentation>
+                  a fully qualified identifier of the target extension point
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="id" type="string">
+            <annotation>
+               <documentation>
+                  an optional identifier of the extension instance
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="name" type="string">
+            <annotation>
+               <documentation>
+                  an optional name of the extension instance
+               </documentation>
+               <appInfo>
+                  <meta.attribute translatable="true"/>
+               </appInfo>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <element name="propertyDescriptorProvider">
+      <complexType>
+         <attribute name="namespace" type="string">
+            <annotation>
+               <documentation>
+                  The namespace this extension point instance applies to.
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="class" type="string">
+            <annotation>
+               <documentation>
+                  The class that implements &lt;code&gt;org.eclipse.ui.views.properties.IPropertyDescriptor&lt;/code&gt;.
+               </documentation>
+               <appInfo>
+                  <meta.attribute kind="java"/>
+               </appInfo>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <annotation>
+      <appInfo>
+         <meta.section type="since"/>
+      </appInfo>
+      <documentation>
+         &lt;b&gt;This extension point is internal and should not be used by any other plugins.&lt;/b&gt;
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appInfo>
+         <meta.section type="examples"/>
+      </appInfo>
+      <documentation>
+         The following is an example of an  contribution:
+&lt;pre&gt;
+   &lt;extension
+         point=&quot;org.eclipse.wst.wsdl.ui.propertyDescriptorProvider&quot;&gt;
+      &lt;propertyDescriptorProvider
+            namespace=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot;
+            class=&quot;org.eclipse.wst.wsdl.ui.internal.example.ExamplePropertyDescriptor&quot;/&gt;
+   &lt;/extension&gt;
+&lt;/pre&gt;
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appInfo>
+         <meta.section type="apiInfo"/>
+      </appInfo>
+      <documentation>
+         The supplied class must implement &lt;code&gt;org.eclipse.ui.views.properties.IPropertyDescriptor&lt;/code&gt;.
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appInfo>
+         <meta.section type="copyright"/>
+      </appInfo>
+      <documentation>
+         Copyright (c) 2000, 2005 IBM Corporation and others.&lt;br&gt;
+All rights reserved. This program and the accompanying materials are made 
+available under the terms of the Eclipse Public License v1.0 which accompanies 
+this distribution, and is available at &lt;a
+href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
+      </documentation>
+   </annotation>
+
+</schema>
diff --git a/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/InternalWSDLMultiPageEditor.java b/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/InternalWSDLMultiPageEditor.java
index 4e57023..d576c07 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/InternalWSDLMultiPageEditor.java
+++ b/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/InternalWSDLMultiPageEditor.java
@@ -22,7 +22,6 @@
 import org.eclipse.gef.KeyStroke;
 import org.eclipse.gef.ui.actions.ActionRegistry;
 import org.eclipse.gef.ui.actions.GEFActionConstants;
-import org.eclipse.gef.ui.actions.PrintAction;
 import org.eclipse.jface.text.IDocument;
 import org.eclipse.jface.viewers.IContentProvider;
 import org.eclipse.jface.viewers.IPostSelectionProvider;
@@ -487,9 +486,6 @@
 	    action.setSelectionProvider(getSelectionManager());
 	    registry.registerAction(action);
 	    
-	    PrintAction printAction = new PrintAction(this);
-	    registry.registerAction(printAction);
-	    
       ASDDirectEditAction directEditAction = new ASDDirectEditAction(this);
       directEditAction.setSelectionProvider(getSelectionManager());
       registry.registerAction(directEditAction);
diff --git a/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/WSDLActionBarContributor.java b/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/WSDLActionBarContributor.java
index 79ca421..5166bd0 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/WSDLActionBarContributor.java
+++ b/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/WSDLActionBarContributor.java
@@ -118,7 +118,6 @@
           actionBars.setGlobalActionHandler(ActionFactory.DELETE.getId(), registry.getAction(ASDDeleteAction.ID));
           actionBars.setGlobalActionHandler(GEFActionConstants.ZOOM_IN, registry.getAction(GEFActionConstants.ZOOM_IN));
           actionBars.setGlobalActionHandler(GEFActionConstants.ZOOM_OUT, registry.getAction(GEFActionConstants.ZOOM_OUT));
-          actionBars.setGlobalActionHandler(ActionFactory.PRINT.getId(), registry.getAction(ActionFactory.PRINT.getId()));
           zoomInRetargetAction.setEnabled(true);
           zoomOutRetargetAction.setEnabled(true);
           captureScreenAction.setEnabled(true);
diff --git a/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/dialogs/ProtocolComponentControl.java b/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/dialogs/ProtocolComponentControl.java
index 1d0b7ff..7daf265 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/dialogs/ProtocolComponentControl.java
+++ b/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/dialogs/ProtocolComponentControl.java
@@ -20,7 +20,6 @@
 import org.eclipse.swt.events.ModifyListener;
 import org.eclipse.swt.events.SelectionEvent;
 import org.eclipse.swt.events.SelectionListener;
-import org.eclipse.swt.graphics.Point;
 import org.eclipse.swt.layout.GridData;
 import org.eclipse.swt.layout.GridLayout;
 import org.eclipse.swt.widgets.Button;
@@ -246,13 +245,6 @@
         pageBook.showPage(page.getControl());
         pageBook.layout();
         pageBook.getParent().layout();
-        
-        // resize the wizard dialog if necessary for the updated page
-        Point size = pageBook.getShell().getSize();
-        Point minSize = pageBook.getShell().computeSize(SWT.DEFAULT, SWT.DEFAULT, true);
-        int newX = Math.max(size.x, minSize.x);
-        int newY = Math.max(size.y, minSize.y);
-        pageBook.getShell().setSize(newX, newY);
 		
 		page.setOptionsOnGenerator();
       }
diff --git a/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/wizards/NewWSDLWizard.java b/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/wizards/NewWSDLWizard.java
index 2436465..0e5cfd8 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/wizards/NewWSDLWizard.java
+++ b/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/wizards/NewWSDLWizard.java
@@ -56,9 +56,6 @@
 import org.eclipse.wst.wsdl.internal.impl.WSDLFactoryImpl;
 import org.eclipse.wst.wsdl.ui.internal.InternalWSDLMultiPageEditor;
 import org.eclipse.wst.wsdl.ui.internal.Messages;
-import org.eclipse.wst.wsdl.ui.internal.WSDLEditorPlugin;
-import org.eclipse.wst.wsdl.ui.internal.asd.contentgenerator.ui.extension.ContentGeneratorUIExtension;
-import org.eclipse.wst.wsdl.ui.internal.asd.contentgenerator.ui.extension.ContentGeneratorUIExtensionRegistry;
 import org.eclipse.wst.wsdl.ui.internal.util.ComponentReferenceUtil;
 import org.eclipse.wst.wsdl.ui.internal.util.CreateWSDLElementHelper;
 import org.eclipse.wst.wsdl.util.WSDLResourceImpl;
@@ -154,17 +151,7 @@
 				}
 
 				CreateWSDLElementHelper.serviceName = definitionName;
-				
-				// use protocol name (as opposed to protocol label) in port name
-				String protocolName = new String();
-				String protocol = optionsPage.getProtocol();
-			    ContentGeneratorUIExtensionRegistry registry = WSDLEditorPlugin.getInstance().getContentGeneratorUIExtensionRegistry();
-			    ContentGeneratorUIExtension extension = registry.getExtensionForLabel(protocol);
-			    if (extension != null) {
-					protocolName = extension.getName();
-			    }
-				CreateWSDLElementHelper.portName = definitionName + protocolName;
-			    
+				CreateWSDLElementHelper.portName = definitionName + optionsPage.getProtocol();
 				Service service = CreateWSDLElementHelper.createService(definition);
 
 				// Generate Binding
diff --git a/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/wizards/WSDLNewFileOptionsPage.java b/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/wizards/WSDLNewFileOptionsPage.java
index 21c1299..9407038 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/wizards/WSDLNewFileOptionsPage.java
+++ b/bundles/org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/wizards/WSDLNewFileOptionsPage.java
@@ -33,7 +33,6 @@
 import org.eclipse.swt.events.SelectionAdapter;
 import org.eclipse.swt.events.SelectionEvent;
 import org.eclipse.swt.events.SelectionListener;
-import org.eclipse.swt.graphics.Point;
 import org.eclipse.swt.layout.GridData;
 import org.eclipse.swt.layout.GridLayout;
 import org.eclipse.swt.widgets.Button;
@@ -381,14 +380,7 @@
     	  protocolPageBook.showPage(page.getControl());
     	  protocolPageBook.layout();
     	  protocolPageBook.getParent().layout();
-    	  
-    	  // resize the wizard dialog if necessary for the updated page
-    	  Point size = protocolPageBook.getShell().getSize();
-    	  Point minSize = protocolPageBook.getShell().computeSize(SWT.DEFAULT, SWT.DEFAULT, true);
-    	  int newX = Math.max(size.x, minSize.x);
-    	  int newY = Math.max(size.y, minSize.y);
-    	  protocolPageBook.getShell().setSize(newX, newY);
-    	  
+		
     	  page.setOptionsOnGenerator();
       }
     }
diff --git a/bundles/org.eclipse.wst.wsdl.ui/src-asd/org/eclipse/wst/wsdl/ui/internal/asd/design/editparts/ParameterTypeEditPart.java b/bundles/org.eclipse.wst.wsdl.ui/src-asd/org/eclipse/wst/wsdl/ui/internal/asd/design/editparts/ParameterTypeEditPart.java
index 1bd2321..d1599ff 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/src-asd/org/eclipse/wst/wsdl/ui/internal/asd/design/editparts/ParameterTypeEditPart.java
+++ b/bundles/org.eclipse.wst.wsdl.ui/src-asd/org/eclipse/wst/wsdl/ui/internal/asd/design/editparts/ParameterTypeEditPart.java
@@ -38,7 +38,6 @@
 import org.eclipse.ui.IWorkbenchPage;
 import org.eclipse.ui.PlatformUI;
 import org.eclipse.wst.wsdl.ui.internal.asd.design.DesignViewGraphicsConstants;
-import org.eclipse.wst.wsdl.ui.internal.asd.design.directedit.ASDCCombo;
 import org.eclipse.wst.wsdl.ui.internal.asd.design.directedit.TypeReferenceDirectEditManager;
 import org.eclipse.wst.wsdl.ui.internal.asd.design.editpolicies.ASDSelectionEditPolicy;
 import org.eclipse.wst.wsdl.ui.internal.asd.design.figures.BaseLinkIconFigure;
@@ -239,15 +238,8 @@
 
 				public boolean canExecute()
 				{
-                  // dont execute if name is not changing
-                  IParameter parameter = (IParameter)getModel();
-                  Object newValue = ((ASDCCombo)request.getCellEditor().getControl()).getText();
-                  if (newValue instanceof String)
-                  {
-                      return !newValue.equals(parameter.getComponentName());
-                  }
-                  return true;
-			    }
+					return true;
+				}
 			};
 		}
 
diff --git a/bundles/org.eclipse.wst.wsdl/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.wsdl/META-INF/MANIFEST.MF
index 8a0f627..1682cad 100644
--- a/bundles/org.eclipse.wst.wsdl/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.wsdl/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.wst.wsdl; singleton:=true
-Bundle-Version: 1.1.201.qualifier
+Bundle-Version: 1.1.200.qualifier
 Bundle-Activator: org.eclipse.wst.wsdl.WSDLPluginImplementation
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.wst.wsdl/build.properties b/bundles/org.eclipse.wst.wsdl/build.properties
index 26ddea0..44d00e2 100644
--- a/bundles/org.eclipse.wst.wsdl/build.properties
+++ b/bundles/org.eclipse.wst.wsdl/build.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2001, 2008 IBM Corporation and others.
+# Copyright (c) 2001, 2007 IBM Corporation and others.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
@@ -20,5 +20,4 @@
                   src-soap/,\
                   src-wsdl/
 output.. = bin/
-src.includes = component.xml,\
-               schema/
+src.includes = component.xml
diff --git a/docs/org.eclipse.jst.ws.axis.infopop/.cvsignore b/docs/org.eclipse.jst.ws.axis.infopop/.cvsignore
deleted file mode 100644
index c14487c..0000000
--- a/docs/org.eclipse.jst.ws.axis.infopop/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-build.xml
diff --git a/docs/org.eclipse.jst.ws.axis.infopop/.project b/docs/org.eclipse.jst.ws.axis.infopop/.project
deleted file mode 100644
index ac4579a..0000000
--- a/docs/org.eclipse.jst.ws.axis.infopop/.project
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.jst.ws.axis.infopop</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
-	</natures>
-</projectDescription>
diff --git a/docs/org.eclipse.jst.ws.axis.infopop/META-INF/MANIFEST.MF b/docs/org.eclipse.jst.ws.axis.infopop/META-INF/MANIFEST.MF
deleted file mode 100644
index 1dfeabb..0000000
--- a/docs/org.eclipse.jst.ws.axis.infopop/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,8 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.jst.ws.axis.infopop; singleton:=true
-Bundle-Version: 1.0.300.qualifier
-Bundle-Vendor: %pluginProvider
-Bundle-Localization: plugin
-Eclipse-LazyStart: true
diff --git a/docs/org.eclipse.jst.ws.axis.infopop/about.html b/docs/org.eclipse.jst.ws.axis.infopop/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/docs/org.eclipse.jst.ws.axis.infopop/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in 
-("Content"). Unless otherwise indicated below, the Content is provided to you 
-under the terms and conditions of the Eclipse Public License Version 1.0 
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>. 
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the 
-Content is being redistributed by another party ("Redistributor") and different 
-terms and conditions may apply to your use of any object code in the Content. 
-Check the RedistributorÂ’s license that was provided with the Content. If no such 
-license exists, contact the Redistributor. Unless otherwise indicated below, the 
-terms and conditions of the EPL still apply to any source code in the Content 
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.jst.ws.axis.infopop/axisconsumptionui-f1Contexts.xml b/docs/org.eclipse.jst.ws.axis.infopop/axisconsumptionui-f1Contexts.xml
deleted file mode 100644
index 69ba8b9..0000000
--- a/docs/org.eclipse.jst.ws.axis.infopop/axisconsumptionui-f1Contexts.xml
+++ /dev/null
@@ -1,99 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?NLS TYPE="org.eclipse.help.contexts"?>
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<contexts>
-
-<!--WebServiceAxisProxyPage.java-->
-
-<context id="PWJB0001">
-<!--WSDL to Java Bindings Page-->
-<description>Select the location where the Web service client will be created. The Java bean client proxy that is generated provides a remote procedure call interface to the Web service.</description>
-</context>
-
-<context id="PWJB0003">
-<!--Folder field of the WSDL to Java Bindings Page-->
-<description>Select the project and folder in which the Web service client will be created.</description>
-</context>
-
-<context id="PWJB0009">
-<!--Indicates whether to generate a proxy or not-->
-<description>Select this check box Java bean client proxy to the Web service. The Java bean client proxy that is generated provides a remote procedure call interface to the Web service.</description>
-</context>
-
-<context id="PWJB0016">
-<!--Show Mappings checkbox of the Bean Methods Page-->
-<description>Select this check box to customize the mappings between packages and namespaces.</description>
-</context>
-
-<!--WebServiceAxisMappingsPage.java-->
-
-<context id="PWJM0001">
-<!--WSDL to Java Mappings Page-->
-<description>Use this panel to add customized package to namespace mappings.</description>
-</context>
-
-<!--AxisEmitterPreferencePage.java-->
-
-<context id="PPAE0001">
-<!--Axis Emitter Preference Page-->
-<description>Use this page to select the default behavior of the wizards when generating Axis Web services.</description>
-</context>
-
-<context id="PPAE0002">
-<!--Generate code for all elements-->
-<description>By default, WSDL2Java only generates code for those elements in the WSDL file that are referenced. Selecting this checkbox will generate code for all elements in the scope regardless of whether they are referenced. By default, the scope is all WSDL files; if generateImports(false), then the scope is only the immediate WSDL file.</description>
-</context>
-
-<context id="PPAE0003">
-<!--Emits separate Helper classes for metadata-->
-<description>If you select this option WSDL2Java will create a separate helper class that contains the metadata rather than including it in the skeleton.</description>
-</context>
-
-<context id="PPAE0004">
-<!--Prefers building beans to straight arrays for wrapped XML array types-->
-<description>If you would rather a specific JavaBean class (ArrayOfString) be generated for these types of schemas, select this option.</description>
-</context>
-
-<context id="PPAE0005">
-<!--Add scope to deploy.wsdd-->
-<description>This indicates how to deploy the server implementation. 
-Application uses one instance of the implementation class for all requests. 
-Request creates a new instance of the implementation class for each request. 
-Session creates a new instance of the implementation class for each session.</description>
-</context>
-
-<context id="PPAE0006">
-<!--Timeout-->
-<description>The default is 45 seconds. Use -1 to disable the timeout.</description>
-</context>
-
-<context id="PPAE0007">
-<!--Look for allowed methods in inherited class-->
-<description>If this option is specified, the Java2WSDL parser will look into extended classes to determine the list of methods to export into the WSDL file.</description>
-</context>
-
-<context id="PPAE0008">
-<!--Look for allowed methods in inherited class-->
-<description>Use this page to select the default behavior of the wizards when generating Axis Web services.</description>
-</context>
-
-<context id="PPAE0009">
-<!--Look for allowed methods in inherited class-->
-<description>Use this page to select the default behavior of the wizards when generating Axis Web services.</description>
-</context>
-
-<context id="PPAE0010">
-<!--validate against JAXRPC-->
-<description>If selected, the tools will examine the Java service class and its value types to determine if it satisfies important requirements of the JAX-RPC specification.</description>
-</context>
-
-</contexts>
diff --git a/docs/org.eclipse.jst.ws.axis.infopop/axiscreationui-f1Contexts.xml b/docs/org.eclipse.jst.ws.axis.infopop/axiscreationui-f1Contexts.xml
deleted file mode 100644
index 4f09978..0000000
--- a/docs/org.eclipse.jst.ws.axis.infopop/axiscreationui-f1Contexts.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?NLS TYPE="org.eclipse.help.contexts"?>
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<contexts>
-
-<!--WebServiceAxisBeanConfigPage.java-->
-<context id="PBCF0001">
-<!--Bean Identity Page-->
-<description>On this page you can select the name of the WSDL file that will be generated, and the methods that will be included in the Web service. You can also select the encoding style. RPC/Encoded is the recommended encoding style for the Axis runtime environment. This encoding method is not WS-I compliant.</description>
-</context>
-
-<context id="PBCF0006">
-<!--WSDL Folder field in the Bean Config Page-->
-<description>This field lists the location of the WSDL file being generated.</description>
-</context>
-<context id="PBCF0007">
-<!--WSDL File field of the Bean Config Page-->
-<description>This field contains the name of the WSDL file that will be generated. Accept the default or enter a new name.</description>
-</context>
-
-<context id="PBCF0016">
-<!--Show Mappings checkbox of the Bean Methods Page-->
-<description>Select this check box to customize the mappings between packages and namespaces.</description>
-</context>
-
-<context id="PBME0002">
-<!--Methods tree of the Bean Methods Page-->
-<description>Select from the available Java bean methods which ones to include in your Web service.</description>
-</context>
-<context id="PBME0010">
-<!--Select All button of the Bean Methods Page-->
-<description>Click this button to include all listed methods in your Web service.</description>
-</context>
-<context id="PBME0011">
-<!--Deselect All button of the Bean Methods Page-->
-<description>Click this button to remove all listed methods from your Web service.</description>
-</context>
-
-
-
-<!--WebServiceSkeletonAxisConfigPage.java-->
-
-<context id="PBSC0001">
-<!--Skeleton Config Page-->
-<description>Use this page to specify information about the Java bean skeleton being created.</description>
-</context>
-<context id="PBSC0004">
-<!--Skeleton Folder field of the Skeleton Config Page-->
-<description>Enter the location where the Java bean skeleton will be created, or accept the default.</description>
-</context>
-<context id="PBSC0016">
-<!--Show Mappings checkbox of the Bean Methods Page-->
-<description>Select this check box to customize the mappings between namespaces and packages.</description>
-</context>
-
-</contexts>
diff --git a/docs/org.eclipse.jst.ws.axis.infopop/build.properties b/docs/org.eclipse.jst.ws.axis.infopop/build.properties
deleted file mode 100644
index addef52..0000000
--- a/docs/org.eclipse.jst.ws.axis.infopop/build.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-bin.includes = axisconsumptionui-f1Contexts.xml,\
-               axiscreationui-f1Contexts.xml,\
-               plugin.xml,\
-               plugin.properties,\
-               about.html,\
-               META-INF/
-src.includes = build.properties
-generateSourceBundle=false
diff --git a/docs/org.eclipse.jst.ws.axis.infopop/plugin.properties b/docs/org.eclipse.jst.ws.axis.infopop/plugin.properties
deleted file mode 100644
index 3950bae..0000000
--- a/docs/org.eclipse.jst.ws.axis.infopop/plugin.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-# properties file for org.eclipse.jst.ws.axis.infopop
-pluginName     = Web services Axis context sensitive help
-pluginProvider = Eclipse.org
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.axis.infopop/plugin.xml b/docs/org.eclipse.jst.ws.axis.infopop/plugin.xml
deleted file mode 100644
index c53d6c4..0000000
--- a/docs/org.eclipse.jst.ws.axis.infopop/plugin.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?NLS TYPE="org.eclipse.help.toc"?> 
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<plugin>
-
-	<extension point="org.eclipse.help.contexts">
-		<contexts file="axisconsumptionui-f1Contexts.xml" plugin="org.eclipse.jst.ws.axis.consumption.ui"/>
-		<contexts file="axiscreationui-f1Contexts.xml" plugin="org.eclipse.jst.ws.axis.creation.ui"/>
-	</extension>
-</plugin>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/.cvsignore b/docs/org.eclipse.jst.ws.axis.ui.doc.user/.cvsignore
deleted file mode 100644
index 5e1193f..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/.cvsignore
+++ /dev/null
@@ -1,4 +0,0 @@
-org.eclipse.jst.ws.axis.ui.doc.user_1.0.0.jar
-bak
-temp
-build.xml
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/.project b/docs/org.eclipse.jst.ws.axis.ui.doc.user/.project
deleted file mode 100644
index e75aa99..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/.project
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.jst.ws.axis.ui.doc.user</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
-	</natures>
-</projectDescription>
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/DocBuild.xml b/docs/org.eclipse.jst.ws.axis.ui.doc.user/DocBuild.xml
deleted file mode 100644
index d9c00d5..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/DocBuild.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!-- 
-
-	This script build the Help plug-in by transforming the DITA source files into HTML.
-	
-	To use this script, you must install DITA-OT on your machine in the directory
-	defined by the dita.ot.dir property.
-	
-	Run the default target after you edit the DITA source files to regenerate the HTML.
-	
-	To customize this script for other Help plug-ins, modify the value of the args.input property
-	to be the DITA map file for the plug-in.
-	
-	NOTE: This script assumes that links to sibling Help plug-ins have scope="peer", otherwise the
-	output directory structure will be shifted incorrectly.
-	
-	NOTE: This script assumes that you hand code your plugin.xml file in myplugin.xml. This file
-	will be copied over the generated plugin.xml which is currently not being generated correctly
-	by DITA-OT.
-	
-	ChangeLog:
-	2006-04-05 Arthur Ryman <ryman@ca.ibm.com>
-	- Created.
-	2008-01-09 Kate Price <katep@ca.ibm.com>
-	- modified for new DITA-OT version
-	2008-05-05 Kate Price <katep@ca.ibm.com>
-	- modified to add generation of pre-built help index. 
-	- Must delete /index folder before running build	
--->
-<project name="eclipsehelp" default="all">
-
-	<property name="dita.ot.dir" location="C:/DITA-OT1.2.2" />
-
-	<path id="dost.class.path">
-		<pathelement location="${dita.ot.dir}${file.separator}lib${file.separator}dost.jar" />
-	</path>
-
-	<taskdef name="integrate" classname="org.dita.dost.platform.IntegratorTask">
-		<classpath refid="dost.class.path" />
-	</taskdef>
-	<target name="all" depends="integrate, eclipsehelp">
-	</target>
-	<target name="integrate">
-		<integrate ditadir="${dita.ot.dir}" />
-	</target>
-
-	<!-- revise below here -->
-	<target name="eclipsehelp">
-		<ant antfile="${dita.ot.dir}${file.separator}conductor.xml" target="init" dir="${dita.ot.dir}">
-			<property name="args.copycss" value="no" />
-			<property name="args.csspath" value="../org.eclipse.wst.doc.user" />
-			<property name="args.eclipse.provider" value="Eclipse.org" />
-			<property name="args.eclipse.version" value="3.0.0" />
-			<property name="args.input" location="wsaxisbuild_toc.ditamap" />   
-			<property name="clean.temp" value="true" />
-			<property name="dita.extname" value=".dita" />
-			<property name="dita.temp.dir" location="temp" />
-			<property name="output.dir" location="" />
-			<property name="transtype" value="eclipsehelp" />
-		</ant>
-		<copy file="myplugin.xml" tofile="plugin.xml" overwrite="yes" />
-	</target>
-	<target name="build.index" description="Builds search index for the plug-in" if="eclipse.running">
-	     <help.buildHelpIndex manifest="plugin.xml" destination="."/>
-	</target>
-</project>
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/META-INF/MANIFEST.MF b/docs/org.eclipse.jst.ws.axis.ui.doc.user/META-INF/MANIFEST.MF
deleted file mode 100644
index f1de8d3..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,7 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.jst.ws.axis.ui.doc.user; singleton:=true
-Bundle-Version: 1.1.0.qualifier
-Bundle-Vendor: %pluginProvider
-Bundle-Localization: plugin
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/about.html b/docs/org.eclipse.jst.ws.axis.ui.doc.user/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in 
-("Content"). Unless otherwise indicated below, the Content is provided to you 
-under the terms and conditions of the Eclipse Public License Version 1.0 
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>. 
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the 
-Content is being redistributed by another party ("Redistributor") and different 
-terms and conditions may apply to your use of any object code in the Content. 
-Check the RedistributorÂ’s license that was provided with the Content. If no such 
-license exists, contact the Redistributor. Unless otherwise indicated below, the 
-terms and conditions of the EPL still apply to any source code in the Content 
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/build.properties b/docs/org.eclipse.jst.ws.axis.ui.doc.user/build.properties
deleted file mode 100644
index 70a3d46..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/build.properties
+++ /dev/null
@@ -1,27 +0,0 @@
-bin.includes = plugin.properties,\
-               plugin.xml,\
-               wsaxisbuild_toc.xml,\
-               org.eclipse.jst.ws.axis.ui.doc.userindex.xml,\
-               about.html,\
-               concepts/*.htm*,\
-               tasks/*.htm*,\
-               index/,\
-               META-INF/,\
-               topics/,\
-               wsaxis_reltable_toc.xml
-src.includes = build.properties,\
-               *.maplist,\
-               *.ditamap,\
-               concepts/*.dita,\
-               tasks/*.dita,\
-               topics/,\
-               wsaxis_reltable_toc.xml,\
-               wsaxisbuild_toc.xml,\
-               org.eclipse.jst.ws.axis.ui.doc.userindex.xml,\
-               index/,\
-               META-INF/,\
-               plugin.properties,\
-               plugin.xml
-bin.excludes = DocBuild.xml,\
-               myPlugin*.xml,\
-               topics/*.dita
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/_5.cfs b/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/_5.cfs
deleted file mode 100644
index 3f728c1..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/_5.cfs
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/deletable b/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/deletable
deleted file mode 100644
index 593f470..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/deletable
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/indexed_contributions b/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/indexed_contributions
deleted file mode 100644
index 00a7b5e..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/indexed_contributions
+++ /dev/null
@@ -1,3 +0,0 @@
-#This is a generated file; do not edit.

-#Wed May 14 15:38:28 EDT 2008

-org.eclipse.jst.ws.axis.ui.doc.user=org.eclipse.jst.ws.axis.ui.doc.user\n1.1.0.qualifier

diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/indexed_dependencies b/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/indexed_dependencies
deleted file mode 100644
index 0c51c82..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/indexed_dependencies
+++ /dev/null
@@ -1,4 +0,0 @@
-#This is a generated file; do not edit.

-#Wed May 14 15:38:28 EDT 2008

-lucene=1.9.1.v200803061811

-analyzer=org.eclipse.help.base\#3.3.100.v20080425?locale\=en

diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/indexed_docs b/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/indexed_docs
deleted file mode 100644
index 5bb57ca..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/indexed_docs
+++ /dev/null
@@ -1,7 +0,0 @@
-#This is a generated file; do not edit.

-#Wed May 14 15:38:28 EDT 2008

-/org.eclipse.jst.ws.axis.ui.doc.user/topics/caxistover.html=0

-/org.eclipse.jst.ws.axis.ui.doc.user/topics/tsampappa.html=0

-/org.eclipse.jst.ws.axis.ui.doc.user/topics/ttomcatserv.html=0

-/org.eclipse.jst.ws.axis.ui.doc.user/topics/tsklwsdla.html=0

-/org.eclipse.jst.ws.axis.ui.doc.user/topics/twsbeana.html=0

diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/segments b/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/segments
deleted file mode 100644
index 6f42bd1..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/index/segments
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/myplugin.xml b/docs/org.eclipse.jst.ws.axis.ui.doc.user/myplugin.xml
deleted file mode 100644
index 3ce3680..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/myplugin.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?NLS TYPE="org.eclipse.help.toc"?> 
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<plugin>
-  
-	<extension point="org.eclipse.help.toc">
-		<toc file="wsaxisbuild_toc.xml" />
-       <index path="index/"/>
-	</extension>
-	
-	<extension point="org.eclipse.help.index">
-      <index file="org.eclipse.jst.ws.axis.ui.doc.userindex.xml"/>
-</extension>
-    <extension point="org.eclipse.help.base.luceneSearchParticipants">
-      <binding participantId="org.eclipse.help.base.xhtml"/>
-   </extension>
-</plugin>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/org.eclipse.jst.ws.axis.ui.doc.user.maplist b/docs/org.eclipse.jst.ws.axis.ui.doc.user/org.eclipse.jst.ws.axis.ui.doc.user.maplist
deleted file mode 100644
index 4a43822..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/org.eclipse.jst.ws.axis.ui.doc.user.maplist
+++ /dev/null
@@ -1,8 +0,0 @@
-<maplist version="3.6.2">
-  <nav>
-    <map file="wsaxisbuild_toc.ditamap"/>
-  </nav>
-  <link>
-    <map file="wsaxisbuild_toc.ditamap"/>
-  </link>
-</maplist>
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/org.eclipse.jst.ws.axis.ui.doc.userindex.xml b/docs/org.eclipse.jst.ws.axis.ui.doc.user/org.eclipse.jst.ws.axis.ui.doc.userindex.xml
deleted file mode 100644
index c2872a8..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/org.eclipse.jst.ws.axis.ui.doc.userindex.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<index>
-  <entry keyword="Axis runtime environment">
-    <entry keyword="Web services">
-      <entry keyword="overview">
-        <topic href="topics/caxistover.html#axisoverview" title="Creating Web services with the Apache Axis1 runtime environment"/>
-      </entry>
-      <entry keyword="Java beans">
-        <topic href="topics/twsbeana.html#twsbeana" title="Creating a Web service from a Java bean using the Apache Axis1 runtime environment"/>
-      </entry>
-      <entry keyword="skeleton">
-        <topic href="topics/tsklwsdla.html#tsklwsdla" title="Creating a Java bean skeleton from a WSDL document using the Apache Axis1 runtime environment"/>
-      </entry>
-      <entry keyword="clients">
-        <topic href="topics/tsampappa.html#tsampappa" title="Generating a Java client proxy and a sample application from a WSDL document using the Axis1 runtime environment"/>
-      </entry>
-    </entry>
-    <entry keyword="Apache Tomcat">
-      <topic href="topics/ttomcatserv.html#creatinganapachetomcatserver" title="Creating an Apache Tomcat server and Web project"/>
-    </entry>
-  </entry>
-  <entry keyword="Web services">
-    <entry keyword="Axis runtime environment">
-      <entry keyword="overview">
-        <topic href="topics/caxistover.html#axisoverview" title="Creating Web services with the Apache Axis1 runtime environment"/>
-      </entry>
-      <entry keyword="creating a Web service">
-        <topic href="topics/twsbeana.html#twsbeana" title="Creating a Web service from a Java bean using the Apache Axis1 runtime environment"/>
-      </entry>
-      <entry keyword="skeleton Web services">
-        <topic href="topics/tsklwsdla.html#tsklwsdla" title="Creating a Java bean skeleton from a WSDL document using the Apache Axis1 runtime environment"/>
-      </entry>
-      <entry keyword="Web service clients">
-        <topic href="topics/tsampappa.html#tsampappa" title="Generating a Java client proxy and a sample application from a WSDL document using the Axis1 runtime environment"/>
-      </entry>
-    </entry>
-    <entry keyword="creating an Apache Tomcat server">
-      <topic href="topics/ttomcatserv.html#creatinganapachetomcatserver" title="Creating an Apache Tomcat server and Web project"/>
-    </entry>
-  </entry>
-  <entry keyword="Apache Tomcat">
-    <entry keyword="servers for Web services">
-      <topic href="topics/ttomcatserv.html#creatinganapachetomcatserver" title="Creating an Apache Tomcat server and Web project"/>
-    </entry>
-  </entry>
-</index>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/plugin.properties b/docs/org.eclipse.jst.ws.axis.ui.doc.user/plugin.properties
deleted file mode 100644
index 786fb87..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/plugin.properties
+++ /dev/null
@@ -1,15 +0,0 @@
-###############################################################################
-# Copyright (c) 2001, 2005 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-# 
-# Contributors:
-#     IBM Corporation - initial API and implementation
-###############################################################################
-# NLS_MESSAGEFORMAT_VAR 
-# NLS_ENCODING=UTF-8 
-
-pluginName = Axis Web services documentation
-pluginProvider = Eclipse.org
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/plugin.xml b/docs/org.eclipse.jst.ws.axis.ui.doc.user/plugin.xml
deleted file mode 100644
index 3ce3680..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/plugin.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?NLS TYPE="org.eclipse.help.toc"?> 
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<plugin>
-  
-	<extension point="org.eclipse.help.toc">
-		<toc file="wsaxisbuild_toc.xml" />
-       <index path="index/"/>
-	</extension>
-	
-	<extension point="org.eclipse.help.index">
-      <index file="org.eclipse.jst.ws.axis.ui.doc.userindex.xml"/>
-</extension>
-    <extension point="org.eclipse.help.base.luceneSearchParticipants">
-      <binding participantId="org.eclipse.help.base.xhtml"/>
-   </extension>
-</plugin>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/caxistover.dita b/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/caxistover.dita
deleted file mode 100644
index 2f7183a..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/caxistover.dita
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>

-<!--Arbortext, Inc., 1988-2006, v.4002-->

-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"

- "concept.dtd">

-<concept id="axisoverview" xml:lang="en-us">

-<title>Creating Web services with the Apache Axis1 runtime environment</title>

-<shortdesc>This runtime environments is for users who prefer to develop for

-the open Apache Axis platform.</shortdesc>

-<prolog><metadata>

-<keywords><indexterm keyref="caxistover|1|AxisruntimeenvironmentWebservicesoverview"

-status="unchanged">Axis runtime environment<indexterm>Web services<indexterm>overview</indexterm></indexterm></indexterm>

-<indexterm keyref="caxistover|2|WebservicesAxisruntimeenvironment" status="unchanged">Web

-services<indexterm>Axis runtime environment<indexterm>overview</indexterm></indexterm></indexterm>

-</keywords>

-</metadata></prolog>

-<conbody>

-<section><title>Apache Axis1 Overview</title><p>Axis is the third generation

-of the Apache SOAP implementation. It evolved from Apache SOAP to make the

-SOAP engine more flexible, configurable, and able to handle both SOAP and

-the upcoming XML Protocol specification from the W3C open-source effort. Axis

-is based on JSR 101 <tm tmclass="special" tmowner="Sun Microsystems, Inc."

-tmtype="tm" trademark="Java">Java</tm> APIs for XML based RPC (also known

-as JAX-RPC). JSR 101 provides a single interface to any XML-based RPC mechanism,

-including SOAP.</p><p>Web services application server uses Axis within a servlet

-to process the incoming message, extract information from the message headers,

-and payloads, as well as conforming to the particular RPC semantics. </p></section>

-</conbody>

-<related-links>

-<linklist><title>Related Concepts</title>

-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">

-<linktext>Web services</linktext></link>

-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">

-<linktext>Tools for Web services development</linktext></link>

-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cjaxrpc.dita" scope="peer">

-<linktext>JAX-RPC</linktext></link>

-</linklist>

-<linklist><title>Related Tasks</title>

-<link href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.dita" scope="peer">

-<linktext> Developing Web services</linktext></link>

-</linklist>

-</related-links>

-</concept>

diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/caxistover.html b/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/caxistover.html
deleted file mode 100644
index ea6ba76..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/caxistover.html
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="concept" name="DC.Type" />
-<meta name="DC.Title" content="Creating Web services with the Apache Axis1 runtime environment" />
-<meta name="abstract" content="This runtime environments is for users who prefer to develop for the open Apache Axis platform." />
-<meta name="description" content="This runtime environments is for users who prefer to develop for the open Apache Axis platform." />
-<meta content="Axis runtime environment, Web services, overview, Web services" name="DC.subject" />
-<meta content="Axis runtime environment, Web services, overview, Web services" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../topics/twsbeana.html" />
-<meta scheme="URI" name="DC.Relation" content="../topics/tsklwsdla.html" />
-<meta scheme="URI" name="DC.Relation" content="../topics/tsampappa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cjaxrpc.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/tasks/toverws.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="axisoverview" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Creating Web services with the Apache Axis1 runtime environment</title>
-</head>
-<body id="axisoverview"><a name="axisoverview"><!-- --></a>
-
-
-<h1 class="topictitle1">Creating Web services with the Apache Axis1 runtime environment</h1>
-
-
-
-<div><p>This runtime environments is for users who prefer to develop for
-the open Apache Axis platform.</p>
-
-<div class="section"><h4 class="sectiontitle">Apache Axis1 Overview</h4><p>Axis is the third generation
-of the Apache SOAP implementation. It evolved from Apache SOAP to make the
-SOAP engine more flexible, configurable, and able to handle both SOAP and
-the upcoming XML Protocol specification from the W3C open-source effort. Axis
-is based on JSR 101 Java™ APIs for XML based RPC (also known
-as JAX-RPC). JSR 101 provides a single interface to any XML-based RPC mechanism,
-including SOAP.</p>
-<p>Web services application server uses Axis within a servlet
-to process the incoming message, extract information from the message headers,
-and payloads, as well as conforming to the particular RPC semantics. </p>
-</div>
-
-</div>
-
-<div><div class="reltasks"><strong>Related tasks</strong><br />
-<div><a href="../topics/twsbeana.html" title="The Web Service wizard assists you in creating a new Web service, configuring it for deployment, and deploying the Web service to a server. Once your Web service is deployed, the wizard assists you in generating the client proxy and sample application to test the Web service. When you have completed testing, you can publish your Web service to a UDDI Business Registry using the Export wizard.">Creating a Web service from a Java bean using the Apache Axis1 runtime environment</a></div>
-<div><a href="../topics/tsklwsdla.html" title="The Web service wizard assists you in creating a skeleton bean from an existing WSDL document. The skeleton bean contains a set of methods that correspond to the operations described in the WSDL document. When the bean is created, each method has a trivial implementation that you replace by editing the bean.">Creating a Java bean skeleton from a WSDL document using the Apache Axis1 runtime environment</a></div>
-<div><a href="../topics/tsampappa.html" title="The Web Service Client wizard assists you in generating a Java bean proxy and a sample application. The sample Web application demonstrates how to code a proxy file.">Generating a Java client proxy and a sample application from a WSDL document using the Axis1 runtime environment</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html">Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cjaxrpc.html">JAX-RPC</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.html"> Developing Web services</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/tsampappa.dita b/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/tsampappa.dita
deleted file mode 100644
index 58e7882..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/tsampappa.dita
+++ /dev/null
@@ -1,138 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>

-<!--Arbortext, Inc., 1988-2006, v.4002-->

-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"

- "task.dtd">

-<task id="tsampappa" xml:lang="en-us">

-<title>Generating a <tm tmclass="special" tmowner="Sun Microsystems, Inc."

-tmtype="tm" trademark="Java">Java</tm> client proxy and a sample application

-from a WSDL document using the Axis1 runtime environment</title>

-<titlealts>

-<searchtitle>Generating a Java client proxy and a sample application from

-a WSDL document using the Axis runtime environment</searchtitle>

-</titlealts>

-<shortdesc>The Web Service Client wizard assists you in generating a <tm tmclass="special"

-tmowner="Sun Microsystems, Inc." tmtype="tm" trademark="Java">Java</tm> bean

-proxy and a sample application. The sample Web application demonstrates how

-to code a proxy file.</shortdesc>

-<prolog><metadata>

-<keywords><indexterm keyref="tsampappa|1|AxisruntimeenvironmentWebserviceclients"

-status="unchanged">Axis runtime environment<indexterm>Web services<indexterm>clients</indexterm></indexterm></indexterm>

-<indexterm keyref="tsampappa|2|WebservicesAxisruntimeenvironmentWebserviceclients"

-status="unchanged">Web services<indexterm>Axis runtime environment<indexterm>Web

-service clients</indexterm></indexterm></indexterm></keywords>

-</metadata></prolog>

-<taskbody>

-<prereq><p>Prerequisites:</p><ol>

-<li conref="twsbeana.dita#twsbeana/createtomcatlink"></li>

-<li>Discover and import a WSDL document into the Web project. You can only

-use a WSDL file that contains a service element.</li>

-</ol></prereq>

-<context>To generate a <tm tmclass="special" tmowner="Sun Microsystems, Inc."

-tmtype="tm" trademark="Java">Java</tm> client proxy and a sample application

-from a discovered WSDL document:</context>

-<steps>

-<step><cmd>Switch to the Java EE perspective (<uicontrol>Window > Open Perspective

-> Java EE</uicontrol>).</cmd></step>

-<step><cmd>In the Navigator view, select the Web project in which you want

-to generate a sample application.</cmd></step>

-<step><cmd>Click  <uicontrol>File > New > Other</uicontrol>. Select  <uicontrol>Web

-Services</uicontrol> in order to display the various Web service wizards.

-Select the  <uicontrol>Web Service Client</uicontrol> wizard. Click  <uicontrol>Next</uicontrol>.</cmd>

-</step>

-<step><cmd>Web Services page: </cmd>

-<substeps>

-<substep><cmd>Enter the URI to the WSDL, WSIL, or HTML file that will be used

-to generate the client.</cmd></substep>

-<substep><cmd>Select the type of proxy to be generated</cmd></substep>

-<substep><cmd>Select the stages of Web services development that you want

-to complete using the slider:</cmd><info><ul>

-<li>Develop: this will develop the WSDL definition and implementation of the

-Web service. This includes such tasks as creating the modules which will contain

-the generated code and Java files, as well as copying the Axis JARs..</li>

-<li>Assemble: this ensures the project that will host the Web service or client

-gets associated to an EAR when required by the target application server.</li>

-<li>Deploy: this will create the deployment code for the service.</li>

-<li>Install: this will install and configure the Web module and EARs on the

-target server.</li>

-<li>Start: this will start the server once the service has been installed

-on it. The server-config.wsdd file will be generated.</li>

-<li>Test: this will provide various options for testing the service, such

-as using the Web Service Explorer or sample JSPs.</li>

-</ul></info></substep>

-<substep><cmd>Select your server: the default server is displayed. If you

-want to deploy your client to a different server click the link to specify

-a different server.</cmd></substep>

-<substep><cmd>Select your runtime: the default runtime is displayed. If you

-want to deploy your client to a different runtime click the link to specify

-a different runtime.</cmd></substep>

-<substep><cmd>Select the client project: the project containing the project

-selected in your workspace is displayed. To select a different project and

-EAR click on the project link.</cmd><info>Ensure that the project selected

-as the Client Web Project is different from the Service Web Project, or the

-service will be overwritten by the client's generated artifacts.</info></substep>

-<substep><cmd>Monitor the Web service: this will send the Web service traffic

-through the TCP/IP Monitor, which allows you to watch the SOAP traffic generated

-by the Web service and to test this traffic for WS-I compliance. Alternately

-you can manually set up a TCP/IP monitor as described in <xref href="../../org.eclipse.wst.wsi.ui.doc.user/tasks/tmonitor.dita"

-scope="peer">Using the TCP/IP Monitor to test Web services</xref></cmd></substep>

-</substeps>

-</step>

-<step><cmd>Web Service Proxy page: This panel shows the options for the proxy.

-It lists the folder where the proxy will be generated, and you can optionally

-create custom mappings between namespaces and packages.</cmd></step>

-<step><cmd>Web Service Namespace to Package Mappings page: if you selected

- <uicontrol>Define custom mapping for namespace to package</uicontrol> on

-the previous page, you can enter your custom mapping pairs on this page by

-clicking  <uicontrol>Add</uicontrol>. Alternately, you can click  <b>Import</b> to

-import custom mapping pairs from a  <systemoutput>.properties</systemoutput> file.

-The content of the properties file must be of the format  <codeph><varname>namespace=package</varname></codeph>.</cmd>

-<info>You will need to escape some special characters in the properties files.

- For example <codeph>http://someNamespace=somePackage</codeph> should be <codeph>http\://someNamespace=somePackage</codeph>.

- Otherwise, the colon (:) would be treated as delimiter resulting in trying

-to map <codeph>http</codeph> to <codeph>//someNamespace=somePackage</codeph>.</info>

-</step>

-<step><cmd>Web Service Client Test page: This page displays if you selected

-to test your client. Select the test facility that you will use to test the

-proxy, and the methods that you want included in the proxy. Note that the

-Universal Test Client (UTC) is only compatible with Web service clients deployed

-on <tm tmclass="ibm" tmowner="IBM Corporation" tmtype="reg" trademark="WebSphere">WebSphere</tm> servers.</cmd>

-</step>

-<step><cmd>Click  <uicontrol>Finish</uicontrol>. If you have selected to test

-the proxy, the test client will open in a browser window.</cmd></step>

-</steps>

-<result><p>The generated <tm tmclass="special" tmowner="Sun Microsystems, Inc."

-tmtype="tm" trademark="Java">Java</tm> bean proxy provides a remote procedure

-call interface to the Web service. The sample Web application demonstrates

-how to code the proxy file.</p><p>Once you have generated your <tm tmclass="special"

-tmowner="Sun Microsystems, Inc." tmtype="tm" trademark="Java">Java</tm> client

-proxy, you may test the methods of the Web service through the proxy using

-Web Services sample JSPs or the Universal test client.</p><ul outputclass="wsclienttestoptions">

-<li>If you have selected to test the generated proxy using Web service JSPs,

-the proxy is launched in a Web browser at the following URL: <codeph>http://localhost: <varname>port</varname>/ <varname>WebProject</varname>Client/sample<i

->BeanName</i>/ <varname>WebServiceName</varname>/TestClient.jsp</codeph> You

-can use this sample application to test the Web service by selecting a method,

-entering a value for the method, and clicking  <uicontrol>Invoke</uicontrol>.

-The result of the method will display in the results pane.</li>

-<li>If you have selected to test the Web service using the Web Services Explorer,

-the Explorer will open. Select the operation you want to test, enter the required

-information, and click  <b>Go</b>. The result will display in the Status pane.</li>

-</ul><p>For more information on creating a Web project, refer to the Web application

-development documentation.</p></result>

-</taskbody>

-<related-links>

-<linklist><title>Related Concepts</title>

-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">

-<linktext> Tools for Web services development</linktext></link>

-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">

-<linktext>Web services development</linktext></link>

-</linklist>

-<linklist><title>Related Tasks</title>

-<link href="../../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.dita"

-scope="peer"><linktext> Using the Web Services Explorer</linktext></link>

-</linklist>

-<linklist><title>Related Reference</title>

-<link href="../../org.eclipse.jst.ws.doc.user/ref/rwsdl.dita" scope="peer">

-<linktext>WSDL documents</linktext></link>

-</linklist>

-</related-links>

-</task>

diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/tsampappa.html b/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/tsampappa.html
deleted file mode 100644
index d20f70a..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/tsampappa.html
+++ /dev/null
@@ -1,192 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Generating a Java client proxy and a sample application from a WSDL document using the Axis1 runtime environment" />
-<meta name="abstract" content="The Web Service Client wizard assists you in generating a Java bean proxy and a sample application. The sample Web application demonstrates how to code a proxy file." />
-<meta name="description" content="The Web Service Client wizard assists you in generating a Java bean proxy and a sample application. The sample Web application demonstrates how to code a proxy file." />
-<meta content="Axis runtime environment, Web services, clients, Web service clients" name="DC.subject" />
-<meta content="Axis runtime environment, Web services, clients, Web service clients" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../topics/caxistover.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/ref/rwsdl.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="tsampappa" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Generating a Java client proxy and a sample application from
-a WSDL document using the Axis runtime environment</title>
-</head>
-<body id="tsampappa"><a name="tsampappa"><!-- --></a>
-
-
-<h1 class="topictitle1">Generating a Java client proxy and a sample application
-from a WSDL document using the Axis1 runtime environment</h1>
-
-
-
-
-<div><p>The Web Service Client wizard assists you in generating a Java™ bean
-proxy and a sample application. The sample Web application demonstrates how
-to code a proxy file.</p>
-
-<div class="p"><p>Prerequisites:</p>
-<ol>
-<li>If you are using the Apache Jakarta Tomcat servlet
-container as your server, you must install it, configure an instance of it,
-and create a Web project targeted to it as described in <a href="ttomcatserv.html">Creating an Apache Tomcat server and Web project</a></li>
-
-<li>Discover and import a WSDL document into the Web project. You can only
-use a WSDL file that contains a service element.</li>
-
-</ol>
-</div>
-
-<div class="section">To generate a Java client proxy and a sample application
-from a discovered WSDL document:</div>
-
-<ol>
-<li class="stepexpand"><span>Switch to the Java EE perspective (<span class="uicontrol">Window &gt; Open Perspective
-&gt; Java EE</span>).</span></li>
-
-<li class="stepexpand"><span>In the Navigator view, select the Web project in which you want
-to generate a sample application.</span></li>
-
-<li class="stepexpand"><span>Click  <span class="uicontrol">File &gt; New &gt; Other</span>. Select  <span class="uicontrol">Web
-Services</span> in order to display the various Web service wizards.
-Select the  <span class="uicontrol">Web Service Client</span> wizard. Click  <span class="uicontrol">Next</span>.</span>
-</li>
-
-<li class="stepexpand"><span>Web Services page: </span>
-<ol type="a">
-<li class="substepexpand"><span>Enter the URI to the WSDL, WSIL, or HTML file that will be used
-to generate the client.</span></li>
-
-<li class="substepexpand"><span>Select the type of proxy to be generated</span></li>
-
-<li class="substepexpand"><span>Select the stages of Web services development that you want
-to complete using the slider:</span> <ul>
-<li>Develop: this will develop the WSDL definition and implementation of the
-Web service. This includes such tasks as creating the modules which will contain
-the generated code and Java files, as well as copying the Axis JARs..</li>
-
-<li>Assemble: this ensures the project that will host the Web service or client
-gets associated to an EAR when required by the target application server.</li>
-
-<li>Deploy: this will create the deployment code for the service.</li>
-
-<li>Install: this will install and configure the Web module and EARs on the
-target server.</li>
-
-<li>Start: this will start the server once the service has been installed
-on it. The server-config.wsdd file will be generated.</li>
-
-<li>Test: this will provide various options for testing the service, such
-as using the Web Service Explorer or sample JSPs.</li>
-
-</ul>
-</li>
-
-<li class="substepexpand"><span>Select your server: the default server is displayed. If you
-want to deploy your client to a different server click the link to specify
-a different server.</span></li>
-
-<li class="substepexpand"><span>Select your runtime: the default runtime is displayed. If you
-want to deploy your client to a different runtime click the link to specify
-a different runtime.</span></li>
-
-<li class="substepexpand"><span>Select the client project: the project containing the project
-selected in your workspace is displayed. To select a different project and
-EAR click on the project link.</span> Ensure that the project selected
-as the Client Web Project is different from the Service Web Project, or the
-service will be overwritten by the client's generated artifacts.</li>
-
-<li class="substepexpand"><span>Monitor the Web service: this will send the Web service traffic
-through the TCP/IP Monitor, which allows you to watch the SOAP traffic generated
-by the Web service and to test this traffic for WS-I compliance. Alternately
-you can manually set up a TCP/IP monitor as described in <a href="../../org.eclipse.wst.wsi.ui.doc.user/tasks/tmonitor.html">Using the TCP/IP Monitor to test Web services</a></span></li>
-
-</ol>
-
-</li>
-
-<li class="stepexpand"><span>Web Service Proxy page: This panel shows the options for the proxy.
-It lists the folder where the proxy will be generated, and you can optionally
-create custom mappings between namespaces and packages.</span></li>
-
-<li class="stepexpand"><span>Web Service Namespace to Package Mappings page: if you selected
- <span class="uicontrol">Define custom mapping for namespace to package</span> on
-the previous page, you can enter your custom mapping pairs on this page by
-clicking  <span class="uicontrol">Add</span>. Alternately, you can click  <strong>Import</strong> to
-import custom mapping pairs from a  <tt class="sysout">.properties</tt> file.
-The content of the properties file must be of the format  <samp class="codeph"><var class="varname">namespace=package</var></samp>.</span>
- You will need to escape some special characters in the properties files.
- For example <samp class="codeph">http://someNamespace=somePackage</samp> should be <samp class="codeph">http\://someNamespace=somePackage</samp>.
- Otherwise, the colon (:) would be treated as delimiter resulting in trying
-to map <samp class="codeph">http</samp> to <samp class="codeph">//someNamespace=somePackage</samp>.
-</li>
-
-<li class="stepexpand"><span>Web Service Client Test page: This page displays if you selected
-to test your client. Select the test facility that you will use to test the
-proxy, and the methods that you want included in the proxy. Note that the
-Universal Test Client (UTC) is only compatible with Web service clients deployed
-on WebSphere<sup>®</sup> servers.</span>
-</li>
-
-<li class="stepexpand"><span>Click  <span class="uicontrol">Finish</span>. If you have selected to test
-the proxy, the test client will open in a browser window.</span></li>
-
-</ol>
-
-<div class="section"><p>The generated Java bean proxy provides a remote procedure
-call interface to the Web service. The sample Web application demonstrates
-how to code the proxy file.</p>
-<p>Once you have generated your Java client
-proxy, you may test the methods of the Web service through the proxy using
-Web Services sample JSPs or the Universal test client.</p>
-<ul class="wsclienttestoptions">
-<li>If you have selected to test the generated proxy using Web service JSPs,
-the proxy is launched in a Web browser at the following URL: <samp class="codeph">http://localhost: <var class="varname">port</var>/ <var class="varname">WebProject</var>Client/sample<em>BeanName</em>/ <var class="varname">WebServiceName</var>/TestClient.jsp</samp> You
-can use this sample application to test the Web service by selecting a method,
-entering a value for the method, and clicking  <span class="uicontrol">Invoke</span>.
-The result of the method will display in the results pane.</li>
-
-<li>If you have selected to test the Web service using the Web Services Explorer,
-the Explorer will open. Select the operation you want to test, enter the required
-information, and click  <strong>Go</strong>. The result will display in the Status pane.</li>
-
-</ul>
-<p>For more information on creating a Web project, refer to the Web application
-development documentation.</p>
-</div>
-
-</div>
-
-<div><div class="relconcepts"><strong>Related concepts</strong><br />
-<div><a href="../topics/caxistover.html" title="This runtime environments is for users who prefer to develop for the open Apache Axis platform.">Creating Web services with the Apache Axis1 runtime environment</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.html"> Using the Web Services Explorer</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/ref/rwsdl.html">WSDL documents</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/tsklwsdla.dita b/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/tsklwsdla.dita
deleted file mode 100644
index 19e852a..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/tsklwsdla.dita
+++ /dev/null
@@ -1,130 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>

-<!--Arbortext, Inc., 1988-2006, v.4002-->

-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"

- "../../dtd/task.dtd">

-<task id="tsklwsdla" xml:lang="en-us">

-<title>Creating a <tm tmclass="special" tmowner="Sun Microsystems, Inc." tmtype="tm"

-trademark="Java">Java</tm> bean skeleton from a WSDL document using the Apache

-Axis1 runtime environment</title>

-<titlealts>

-<searchtitle>Creating a Java bean skeleton from a WSDL document using the

-Apache Axis1 runtime environment</searchtitle>

-</titlealts>

-<shortdesc>The Web service wizard assists you in creating a skeleton bean

-from an existing WSDL document. The skeleton bean contains a set of methods

-that correspond to the operations described in the WSDL document. When the

-bean is created, each method has a trivial implementation that you replace

-by editing the bean.</shortdesc>

-<prolog><metadata>

-<keywords><indexterm keyref="tsklwsdla|1|AxisruntimeenvironmentskeletonWebservices"

-status="unchanged">Axis runtime environment<indexterm>Web services<indexterm>skeleton</indexterm></indexterm></indexterm>

-<indexterm keyref="tsklwsdla|2|WebservicesAxisruntimeenvironmentskeletonWebservices"

-status="unchanged">Web services<indexterm>Axis runtime environment<indexterm>skeleton

-Web services</indexterm></indexterm></indexterm></keywords>

-</metadata></prolog>

-<taskbody>

-<prereq><p>Prerequisites:</p><ol>

-<li conref="twsbeana.dita#twsbeana/createtomcatlink"></li>

-<li>Create or import a WSDL file into the Web Content folder of the Web project.

-You can only use a WSDL file that contains a service element.</li>

-</ol></prereq>

-<context>To create a Web service from a WSDL file using the Apache Axis1 runtime

-environment:</context>

-<steps>

-<step><cmd>Switch to the Java EE perspective (<uicontrol>Window > Open Perspective

-> Java EE</uicontrol>).</cmd></step>

-<step><cmd>In the Project Explorer view, select the WSDL file that you created

-or imported into the Web Content folder of your Web project.</cmd></step>

-<step><cmd>Click  <uicontrol>File > New > Other</uicontrol>. Select  <uicontrol>Web

-Services</uicontrol> in order to display the various Web service wizards.

-Select the  <uicontrol>Web Service</uicontrol> wizard. Click  <uicontrol>Next</uicontrol>.</cmd>

-</step>

-<step><cmd>Web Services page: select  <uicontrol>Top down Java bean Web service</uicontrol> as

-your Web service type, and select the artifact from which the service will

-be created.</cmd>

-<substeps conref="twsbeana.dita#twsbeana/createstep4ul">

-<substep><cmd></cmd></substep>

-</substeps>

-</step>

-<step><cmd>Web Services Skeleton <tm tmclass="special" tmowner="Sun Microsystems, Inc."

-tmtype="tm" trademark="Java">Java</tm> Bean Configuration page: Select the

-folder where the generated <tm tmclass="special" tmowner="Sun Microsystems, Inc."

-tmtype="tm" trademark="Java">Java</tm> will be stored. If you want to review

-or edit the mappings between packages and namespaces, select the  <uicontrol>Define

-custom mapping for namespace to package</uicontrol> check box. Click  <uicontrol>Next</uicontrol>.</cmd>

-</step>

-<step><cmd>Web Service Namespace to Package Mappings page: if you selected

- <uicontrol>Define custom mapping for package to namespace</uicontrol> on

-the previous panel, you can enter your custom mapping pairs on this panel

-by clicking  <uicontrol>Add</uicontrol>. Alternately, you can click  <b>Import</b> to

-import custom mapping pairs from a  <systemoutput>.properties</systemoutput> file.

-The content of the properties file must be of the format  <codeph><varname>namespace=package</varname></codeph>.</cmd>

-<info>You will need to escape some special characters in the properties files.

- For example <codeph>http://someNamespace=somePackage</codeph> should be <codeph>http\://someNamespace=somePackage</codeph>.

- Otherwise, the colon (:) would be treated as delimiter resulting in trying

-to map <codeph>http</codeph> to <codeph>//someNamespace=somePackage</codeph>.</info>

-</step>

-<step><cmd>Web Service Test page: If you selected to test the Web service,

-select the test facility for the generated Web service. This will open the

-Web service in the Web Services Explorer. Select the operation you want to

-test, enter the required information, and click  <uicontrol>Go</uicontrol>.

-The result will display in the Status pane. Click  <uicontrol>Next</uicontrol>.</cmd>

-</step>

-<step><cmd>Web Service Proxy page: If you have selected to generate a proxy,

-this page shows the options for the proxy. It lists the folder where the proxy

-will be generated, and you can optionally create custom mappings between namespaces

-and packages. Click  <uicontrol>Next</uicontrol>.</cmd></step>

-<step><cmd>Web Service Client Test page: Use this page to select the following

-options: </cmd>

-<substeps>

-<substep><cmd>Select your test facility. You can test the generated proxy

-in the Web Service Explorer, or you can generate a sample Web service JSP.</cmd>

-</substep>

-<substep><cmd>If you selected to test the proxy through a JSP, you can select

-the folder where the JSP will be located, and you can select the methods that

-will be included in the JSP.</cmd></substep>

-<substep><cmd>Select  <uicontrol>Run test on server</uicontrol> to start the

-server for you automatically.</cmd></substep>

-</substeps>

-</step>

-<step><cmd>Web Service Publication page: If you have selected to publish your

-Web service to a UDDI registry, use this page to launch the Web Services Explorer

-and select the UDDI registry to which the Web service will be published. Click

- <uicontrol>Finish</uicontrol>.</cmd></step>

-</steps>

-<result conref="twsbeana.dita#twsbeana/axiswscreateresult">After the Web service

-has been created, the following may occur depending on the options you selected: <ul>

-<li>If you have selected to test the generated proxy using Web service JSPs,

-the proxy is launched in a Web browser at the following URL: <codeph>http://localhost: <varname>port</varname>/ <varname>WebProject</varname>Client/sample<i

->BeanName</i>/<varname>WebServiceName</varname>/TestClient.jsp</codeph> You

-can use this sample application to test the Web service by selecting a method,

-entering a value for the method, and clicking  <uicontrol>Invoke</uicontrol>.

-The result of the method will display in the results pane.</li>

-<li>If you have selected to test the Web service using the Web Services Explorer,

-the Explorer will open. Select the operation you want to test, enter the required

-information, and click  <b>Go</b>. The result will display in the Status pane.</li>

-<li>If you have selected to publish the Web service, the Web Services Explorer

-is launched displaying the page required to publish your Web service. Follow

-the instructions in <varname>Publishing the Web service</varname> to complete

-this task.</li>

-</ul></result>

-</taskbody>

-<related-links>

-<linklist><title>Related Concepts</title>

-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">

-<linktext> Tools for Web services development</linktext></link>

-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">

-<linktext>Web services development</linktext></link>

-</linklist>

-<linklist><title>Related Tasks</title>

-<link href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.dita" scope="peer">

-<linktext> Developing Web services</linktext></link>

-<link href="../../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.dita"

-scope="peer"><linktext> Using the Web Services Explorer</linktext></link>

-</linklist>

-<linklist><title>Related Reference</title>

-<link href="../../org.eclipse.jst.ws.doc.user/ref/rwsdl.dita" scope="peer">

-<linktext>WSDL documents</linktext></link>

-</linklist>

-</related-links>

-</task>

diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/tsklwsdla.html b/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/tsklwsdla.html
deleted file mode 100644
index 576a9b7..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/tsklwsdla.html
+++ /dev/null
@@ -1,226 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Creating a Java bean skeleton from a WSDL document using the Apache Axis1 runtime environment" />
-<meta name="abstract" content="The Web service wizard assists you in creating a skeleton bean from an existing WSDL document. The skeleton bean contains a set of methods that correspond to the operations described in the WSDL document. When the bean is created, each method has a trivial implementation that you replace by editing the bean." />
-<meta name="description" content="The Web service wizard assists you in creating a skeleton bean from an existing WSDL document. The skeleton bean contains a set of methods that correspond to the operations described in the WSDL document. When the bean is created, each method has a trivial implementation that you replace by editing the bean." />
-<meta content="Axis runtime environment, Web services, skeleton, skeleton Web services" name="DC.subject" />
-<meta content="Axis runtime environment, Web services, skeleton, skeleton Web services" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../topics/caxistover.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/tasks/toverws.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/ref/rwsdl.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="tsklwsdla" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Creating a Java bean skeleton from a WSDL document using the
-Apache Axis1 runtime environment</title>
-</head>
-<body id="tsklwsdla"><a name="tsklwsdla"><!-- --></a>
-
-
-<h1 class="topictitle1">Creating a Java bean skeleton from a WSDL document using the Apache
-Axis1 runtime environment</h1>
-
-
-
-
-<div><p>The Web service wizard assists you in creating a skeleton bean
-from an existing WSDL document. The skeleton bean contains a set of methods
-that correspond to the operations described in the WSDL document. When the
-bean is created, each method has a trivial implementation that you replace
-by editing the bean.</p>
-
-<div class="p"><p>Prerequisites:</p>
-<ol>
-<li>If you are using the Apache Jakarta Tomcat servlet
-container as your server, you must install it, configure an instance of it,
-and create a Web project targeted to it as described in <a href="ttomcatserv.html">Creating an Apache Tomcat server and Web project</a></li>
-
-<li>Create or import a WSDL file into the Web Content folder of the Web project.
-You can only use a WSDL file that contains a service element.</li>
-
-</ol>
-</div>
-
-<div class="section">To create a Web service from a WSDL file using the Apache Axis1 runtime
-environment:</div>
-
-<ol>
-<li class="stepexpand"><span>Switch to the Java EE perspective (<span class="uicontrol">Window &gt; Open Perspective
-&gt; Java EE</span>).</span></li>
-
-<li class="stepexpand"><span>In the Project Explorer view, select the WSDL file that you created
-or imported into the Web Content folder of your Web project.</span></li>
-
-<li class="stepexpand"><span>Click  <span class="uicontrol">File &gt; New &gt; Other</span>. Select  <span class="uicontrol">Web
-Services</span> in order to display the various Web service wizards.
-Select the  <span class="uicontrol">Web Service</span> wizard. Click  <span class="uicontrol">Next</span>.</span>
-</li>
-
-<li class="stepexpand"><span>Web Services page: select  <span class="uicontrol">Top down Java bean Web service</span> as
-your Web service type, and select the artifact from which the service will
-be created.</span>
-<ol type="a">
-<li class="substepexpand"><span>Select the stages of Web services development that you want
-to complete using the slider:</span> <ul>
-<li>Develop: this will develop the WSDL definition and implementation of the
-Web service. This includes such tasks as creating the modules which will contain
-the generated code, WSDL files, deployment descriptors, and Java files when
-appropriate.</li>
-
-<li>Assemble: this ensures the project that will host the Web service or client
-gets associated to an EAR when required by the target application server.</li>
-
-<li>Deploy: this will create the deployment code for the service.</li>
-
-<li>Install: this will install and configure the Web module and EARs on the
-target server.</li>
-
-<li>Start: this will start the server once the service has been installed
-on it. The server-config.wsdd file will be generated.</li>
-
-<li>Test: this will provide various options for testing the service, such
-as using the Web Service Explorer or sample JSPs.</li>
-
-</ul>
-</li>
-
-<li class="substepexpand"><span>Select your server: the default server is displayed. If you
-want to deploy your service to a different server click the link to specify
-a different server.</span></li>
-
-<li class="substepexpand"><span>Select your runtime: the default runtime is displayed. If you
-want to deploy your service to a different runtime click the link to specify
-a different runtime.</span></li>
-
-<li class="substepexpand"><span>Select the service project: the project containing the project
-selected in your workspace is displayed. To select a different project and
-EAR click on the project link.</span> Ensure that the project selected
-as the Client Web Project is different from the Service Web Project, or the
-service will be overwritten by the client's generated artifacts.</li>
-
-<li class="substepexpand"><span>If you want to create a client, select the type of proxy to
-be generated and repeat the above steps for the client.</span></li>
-
-<li class="substepexpand"><span>Publish the Web service: this will launch the Web Services Explorer
-to publish your Web service to a UDDI registry.</span></li>
-
-<li class="substepexpand"><span>Monitor the Web service: this will send the Web service traffic
-through the TCP/IP Monitor, which allows you to watch the SOAP traffic generated
-by the Web service and to test this traffic for WS-I compliance. Alternately
-you can manually set up a TCP/IP monitor as described in <a href="../../org.eclipse.wst.wsi.ui.doc.user/tasks/tmonitor.html">Using the TCP/IP Monitor to test Web services</a></span></li>
-
-</ol>
-
-</li>
-
-<li class="stepexpand"><span>Web Services Skeleton Java™ Bean Configuration page: Select the
-folder where the generated Java will be stored. If you want to review
-or edit the mappings between packages and namespaces, select the  <span class="uicontrol">Define
-custom mapping for namespace to package</span> check box. Click  <span class="uicontrol">Next</span>.</span>
-</li>
-
-<li class="stepexpand"><span>Web Service Namespace to Package Mappings page: if you selected
- <span class="uicontrol">Define custom mapping for package to namespace</span> on
-the previous panel, you can enter your custom mapping pairs on this panel
-by clicking  <span class="uicontrol">Add</span>. Alternately, you can click  <strong>Import</strong> to
-import custom mapping pairs from a  <tt class="sysout">.properties</tt> file.
-The content of the properties file must be of the format  <samp class="codeph"><var class="varname">namespace=package</var></samp>.</span>
- You will need to escape some special characters in the properties files.
- For example <samp class="codeph">http://someNamespace=somePackage</samp> should be <samp class="codeph">http\://someNamespace=somePackage</samp>.
- Otherwise, the colon (:) would be treated as delimiter resulting in trying
-to map <samp class="codeph">http</samp> to <samp class="codeph">//someNamespace=somePackage</samp>.
-</li>
-
-<li class="stepexpand"><span>Web Service Test page: If you selected to test the Web service,
-select the test facility for the generated Web service. This will open the
-Web service in the Web Services Explorer. Select the operation you want to
-test, enter the required information, and click  <span class="uicontrol">Go</span>.
-The result will display in the Status pane. Click  <span class="uicontrol">Next</span>.</span>
-</li>
-
-<li class="stepexpand"><span>Web Service Proxy page: If you have selected to generate a proxy,
-this page shows the options for the proxy. It lists the folder where the proxy
-will be generated, and you can optionally create custom mappings between namespaces
-and packages. Click  <span class="uicontrol">Next</span>.</span></li>
-
-<li class="stepexpand"><span>Web Service Client Test page: Use this page to select the following
-options: </span>
-<ol type="a">
-<li><span>Select your test facility. You can test the generated proxy
-in the Web Service Explorer, or you can generate a sample Web service JSP.</span>
-</li>
-
-<li><span>If you selected to test the proxy through a JSP, you can select
-the folder where the JSP will be located, and you can select the methods that
-will be included in the JSP.</span></li>
-
-<li><span>Select  <span class="uicontrol">Run test on server</span> to start the
-server for you automatically.</span></li>
-
-</ol>
-
-</li>
-
-<li class="stepexpand"><span>Web Service Publication page: If you have selected to publish your
-Web service to a UDDI registry, use this page to launch the Web Services Explorer
-and select the UDDI registry to which the Web service will be published. Click
- <span class="uicontrol">Finish</span>.</span></li>
-
-</ol>
-
-<div class="section"><div class="p">After the Web service has been created,
-the following may occur depending on the options you selected: <ul>
-<li>If you have selected to test the generated proxy using Web service JSPs,
-the proxy is launched in a Web browser at the following URL: http://localhost: <var class="varname">port</var>/ <var class="varname">WebProject</var>Client/sample<em>BeanName</em>/ <var class="varname">WebServiceName</var>/TestClient.jsp You can use
-this sample application to test the Web service by selecting a method, entering
-a value for the method, and clicking  <span class="uicontrol">Invoke</span>. The result
-of the method will display in the results pane.</li>
-
-<li>If you have selected to test the Web service using the Web Services Explorer,
-the Explorer will open. Select the operation you want to test, enter the required
-information, and click  <strong>Go</strong>. The result will display in the Status pane.</li>
-
-<li>If you have selected to publish the Web service, the Web Services Explorer
-is launched displaying the page required to publish your Web service. Follow
-the instructions in  <var class="varname">Publishing the Web service</var> to complete
-this task.</li>
-
-</ul>
-</div>
-</div>
-
-</div>
-
-<div><div class="relconcepts"><strong>Related concepts</strong><br />
-<div><a href="../topics/caxistover.html" title="This runtime environments is for users who prefer to develop for the open Apache Axis platform.">Creating Web services with the Apache Axis1 runtime environment</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.html"> Developing Web services</a></div>
-<div><a href="../../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.html"> Using the Web Services Explorer</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/ref/rwsdl.html">WSDL documents</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/ttomcatserv.dita b/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/ttomcatserv.dita
deleted file mode 100644
index 278ec44..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/ttomcatserv.dita
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>

-<!--Arbortext, Inc., 1988-2006, v.4002-->

-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"

- "../../dtd/task.dtd">

-<task id="creatinganapachetomcatserver" xml:lang="en-us">

-<title>Creating an Apache Tomcat server and Web project</title>

-<shortdesc>If you plan to create a Web service that uses Apache Jakarta Tomcat

-as its server, Tomcat must be installed and a server created before you begin

-creating your Web service.</shortdesc>

-<prolog><metadata>

-<keywords><indexterm keyref="ttomcatserv|1|AxisruntimeenvironmentcreatinganApacheTomcatserver"

-status="unchanged">Axis runtime environment<indexterm>Apache Tomcat</indexterm></indexterm>

-<indexterm keyref="ttomcatserv|2|TomcatservercreatingserversforWebservices"

-status="unchanged">Apache Tomcat<indexterm>servers for Web services</indexterm></indexterm>

-<indexterm keyref="ttomcatserv|3|WebservicescreatinganApacheTomcatserver"

-status="unchanged">Web services<indexterm>creating an Apache Tomcat server</indexterm></indexterm>

-</keywords>

-</metadata></prolog>

-<taskbody>

-<prereq>Install Apache Jakarta Tomcat from this URL: <xref href="http://jakarta.apache.org/tomcat"

-scope="external">http://jakarta.apache.org/tomcat</xref></prereq>

-<context>Once you have installed the server, create a Tomcat server in the

-workbench by doing the following: </context>

-<steps>

-<step><cmd>From the File menu, select <uicontrol>New > Other > Server > Server

-> Next</uicontrol>.</cmd></step>

-<step><cmd>Select Tomcat v 3.x, 4.x, v5.x, or 6.x as the server type, electing

-the correct version of Tomcat for your install, and click <uicontrol>Next</uicontrol>.</cmd>

-</step>

-<step><cmd>On the Tomcat server page:</cmd>

-<substeps>

-<substep><cmd>Enter a server name.</cmd></substep>

-<substep><cmd>Specify where Tomcat is installed.</cmd></substep>

-<substep><cmd>Click <uicontrol>Installed JREs</uicontrol>, click <uicontrol>Add</uicontrol>,

-and enter the appropriate information for the JDK you plan to use for Tomcat.

-For example, for Tomcat v5.0 the JRE name would be jdk141 and the JRE home

-would be the home directory for JDK 1.4.1. Click <uicontrol>OK</uicontrol> twice

-once you have entered this information. Ensure that the newly added JDK is

-now selected in the JRE field of the Tomcat server page. Note that if you

-point the server at a JRE rather than a JDK the JSPs will not properly compile

-and will not be able to run on the Tomcat server.</cmd></substep>

-</substeps>

-</step>

-<step><cmd>Click <uicontrol>Finish</uicontrol>.</cmd><stepresult> To see the

-server you have created in the workspace, from the Window menu select <uicontrol>Show

-view > Other > Server > Servers > Ok.</uicontrol> </stepresult></step>

-</steps>

-<example><p>To build a dynamic Web project that points to the Tomcat server

-that you have created:</p><ol>

-<li>Create the service Web project by selecting <uicontrol>New > Dynamic Web

-project</uicontrol>. Enter the following information: <ul>

-<li>Project Name: enter a project name</li>

-<li>Target runtime: Tomcat server v3.x, 4.x, 5.x, or 6.0 depending on the

-version you installed. If it is not listed, click New and browse to the location

-where it is installed.</li>

-<li>Ensure that <uicontrol>Add project to an EAR</uicontrol> is <i>not</i> selected.</li>

-</ul></li>

-<li>Click <uicontrol>Finish</uicontrol>.</li>

-<li>To associate the project with the server, right-click the Tomcat server

-you created in the Server view and select <uicontrol>Add and remove projects</uicontrol>.

-Select the service and client projects from the Available projects list and

-click <uicontrol>Add</uicontrol>. </li>

-</ol></example>

-</taskbody>

-</task>

diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/ttomcatserv.html b/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/ttomcatserv.html
deleted file mode 100644
index 0502ac8..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/ttomcatserv.html
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Creating an Apache Tomcat server and Web project" />
-<meta name="abstract" content="If you plan to create a Web service that uses Apache Jakarta Tomcat as its server, Tomcat must be installed and a server created before you begin creating your Web service." />
-<meta name="description" content="If you plan to create a Web service that uses Apache Jakarta Tomcat as its server, Tomcat must be installed and a server created before you begin creating your Web service." />
-<meta content="Axis runtime environment, Apache Tomcat, servers for Web services, Web services, creating an Apache Tomcat server" name="DC.subject" />
-<meta content="Axis runtime environment, Apache Tomcat, servers for Web services, Web services, creating an Apache Tomcat server" name="keywords" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="creatinganapachetomcatserver" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Creating an Apache Tomcat server and Web project</title>
-</head>
-<body id="creatinganapachetomcatserver"><a name="creatinganapachetomcatserver"><!-- --></a>
-
-
-<h1 class="topictitle1">Creating an Apache Tomcat server and Web project</h1>
-
-
-
-<div><p>If you plan to create a Web service that uses Apache Jakarta Tomcat
-as its server, Tomcat must be installed and a server created before you begin
-creating your Web service.</p>
-
-<div class="p">Install Apache Jakarta Tomcat from this URL: <a href="http://jakarta.apache.org/tomcat" target="_blank">http://jakarta.apache.org/tomcat</a></div>
-
-<div class="section">Once you have installed the server, create a Tomcat server in the
-workbench by doing the following: </div>
-
-<ol>
-<li class="stepexpand"><span>From the File menu, select <span class="uicontrol">New &gt; Other &gt; Server &gt; Server
-&gt; Next</span>.</span></li>
-
-<li class="stepexpand"><span>Select Tomcat v 3.x, 4.x, v5.x, or 6.x as the server type, electing
-the correct version of Tomcat for your install, and click <span class="uicontrol">Next</span>.</span>
-</li>
-
-<li class="stepexpand"><span>On the Tomcat server page:</span>
-<ol type="a">
-<li><span>Enter a server name.</span></li>
-
-<li><span>Specify where Tomcat is installed.</span></li>
-
-<li><span>Click <span class="uicontrol">Installed JREs</span>, click <span class="uicontrol">Add</span>,
-and enter the appropriate information for the JDK you plan to use for Tomcat.
-For example, for Tomcat v5.0 the JRE name would be jdk141 and the JRE home
-would be the home directory for JDK 1.4.1. Click <span class="uicontrol">OK</span> twice
-once you have entered this information. Ensure that the newly added JDK is
-now selected in the JRE field of the Tomcat server page. Note that if you
-point the server at a JRE rather than a JDK the JSPs will not properly compile
-and will not be able to run on the Tomcat server.</span></li>
-
-</ol>
-
-</li>
-
-<li class="stepexpand"><span>Click <span class="uicontrol">Finish</span>.</span>  To see the
-server you have created in the workspace, from the Window menu select <span class="uicontrol">Show
-view &gt; Other &gt; Server &gt; Servers &gt; Ok.</span> </li>
-
-</ol>
-
-<div class="example"><p>To build a dynamic Web project that points to the Tomcat server
-that you have created:</p>
-<ol>
-<li>Create the service Web project by selecting <span class="uicontrol">New &gt; Dynamic Web
-project</span>. Enter the following information: <ul>
-<li>Project Name: enter a project name</li>
-
-<li>Target runtime: Tomcat server v3.x, 4.x, 5.x, or 6.0 depending on the
-version you installed. If it is not listed, click New and browse to the location
-where it is installed.</li>
-
-<li>Ensure that <span class="uicontrol">Add project to an EAR</span> is <em>not</em> selected.</li>
-
-</ul>
-</li>
-
-<li>Click <span class="uicontrol">Finish</span>.</li>
-
-<li>To associate the project with the server, right-click the Tomcat server
-you created in the Server view and select <span class="uicontrol">Add and remove projects</span>.
-Select the service and client projects from the Available projects list and
-click <span class="uicontrol">Add</span>. </li>
-
-</ol>
-</div>
-
-</div>
-
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/twsbeana.dita b/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/twsbeana.dita
deleted file mode 100644
index 141f229..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/twsbeana.dita
+++ /dev/null
@@ -1,176 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>

-<!--Arbortext, Inc., 1988-2006, v.4002-->

-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"

- "../../dtd/task.dtd">

-<task id="twsbeana" xml:lang="en-us">

-<title>Creating a Web service from a <tm tmclass="special" tmowner="Sun Microsystems, Inc."

-tmtype="tm" trademark="Java">Java</tm> bean using the Apache Axis1 runtime

-environment</title>

-<titlealts>

-<searchtitle>Creating a Web service from a Java bean using the Apache Axis1

-runtime environment</searchtitle>

-</titlealts>

-<shortdesc>The Web Service wizard assists you in creating a new Web service,

-configuring it for deployment, and deploying the Web service to a server.

-Once your Web service is deployed, the wizard assists you in generating the

-client proxy and sample application to test the Web service. When you have

-completed testing, you can publish your Web service to a UDDI Business Registry

-using the Export wizard.</shortdesc>

-<prolog><metadata>

-<keywords><indexterm keyref="twsbeana|1|Axis1runtimeenvironmentWebservicesJavabeans"

-status="unchanged">Axis runtime environment<indexterm>Web services<indexterm>Java

-beans</indexterm></indexterm></indexterm><indexterm keyref="twsbeana|2|WebservicesAxisruntimeenvironmentcreatingaWebservice"

-status="unchanged">Web services<indexterm>Axis runtime environment<indexterm>creating

-a Web service</indexterm></indexterm></indexterm></keywords>

-</metadata></prolog>

-<taskbody>

-<prereq><p>Prerequisites:<ol>

-<li id="createtomcatlink">If you are using the Apache Jakarta Tomcat servlet

-container as your server, you must install it, configure an instance of it,

-and create a Web project targeted to it as described in <xref href="ttomcatserv.dita"

-scope="local">Creating an Apache Tomcat server and Web project</xref></li>

-<li>Create or import a bean into the <tm tmclass="special" tmowner="Sun Microsystems, Inc."

-tmtype="tm" trademark="Java">Java</tm> source folder of the Web project. To

-import, select the <b>Java Resources: src</b> folder, and from the file menu

-select <menucascade><uicontrol>Import</uicontrol><uicontrol>General</uicontrol>

-<uicontrol>File System</uicontrol></menucascade> and browse to where your

-package is.</li>

-</ol></p></prereq>

-<context>To create a Web service from a bean using the Apache Axis1 runtime

-environment:</context>

-<steps>

-<step><cmd>Switch to the Java EE perspective (<uicontrol>Window > Open Perspective

-> Java EE</uicontrol>).</cmd></step>

-<step><cmd>In the Project Explorer view, select the bean that you created

-or imported into the source folder of your Web project.</cmd></step>

-<step><cmd>Click  <uicontrol>File > New > Other</uicontrol>.</cmd><info>Select<uicontrol>Web

-Services</uicontrol> in order to display the various Web service wizards.

-Select the  <uicontrol>Web Service</uicontrol> wizard. Click  <uicontrol>Next</uicontrol>.</info>

-</step>

-<step><cmd>Web Services page: select  <uicontrol>Bottom up Java bean Web service</uicontrol> as

-your Web service type, and enter the URI to the WSDL, WSIL, or HTML file that

-will be used to generate the service.</cmd>

-<substeps id="createstep4ul">

-<substep><cmd>Select the stages of Web services development that you want

-to complete using the slider:</cmd><info><ul>

-<li>Develop: this will develop the WSDL definition and implementation of the

-Web service. This includes such tasks as creating the modules which will contain

-the generated code, WSDL files, deployment descriptors, and Java files when

-appropriate.</li>

-<li>Assemble: this ensures the project that will host the Web service or client

-gets associated to an EAR when required by the target application server.</li>

-<li>Deploy: this will create the deployment code for the service.</li>

-<li>Install: this will install and configure the Web module and EARs on the

-target server.</li>

-<li>Start: this will start the server once the service has been installed

-on it. The server-config.wsdd file will be generated.</li>

-<li>Test: this will provide various options for testing the service, such

-as using the Web Service Explorer or sample JSPs.</li>

-</ul></info></substep>

-<substep><cmd>Select your server: the default server is displayed. If you

-want to deploy your service to a different server click the link to specify

-a different server.</cmd></substep>

-<substep><cmd>Select your runtime: the default runtime is displayed. If you

-want to deploy your service to a different runtime click the link to specify

-a different runtime.</cmd></substep>

-<substep><cmd>Select the service project: the project containing the project

-selected in your workspace is displayed. To select a different project and

-EAR click on the project link.</cmd><info>Ensure that the project selected

-as the Client Web Project is different from the Service Web Project, or the

-service will be overwritten by the client's generated artifacts.</info></substep>

-<substep><cmd>If you want to create a client, select the type of proxy to

-be generated and repeat the above steps for the client.</cmd></substep>

-<substep><cmd>Publish the Web service: this will launch the Web Services Explorer

-to publish your Web service to a UDDI registry.</cmd></substep>

-<substep><cmd>Monitor the Web service: this will send the Web service traffic

-through the TCP/IP Monitor, which allows you to watch the SOAP traffic generated

-by the Web service and to test this traffic for WS-I compliance. Alternately

-you can manually set up a TCP/IP monitor as described in <xref href="../../org.eclipse.wst.wsi.ui.doc.user/tasks/tmonitor.dita"

-scope="peer">Using the TCP/IP Monitor to test Web services</xref></cmd></substep>

-</substeps>

-</step>

-<step><cmd>Web Service <tm tmclass="special" tmowner="Sun Microsystems, Inc."

-tmtype="tm" trademark="Java">Java</tm> Bean Identity page: the Web service

-WSDL name will be listed.</cmd><info>You have the following options:<ul>

-<li>Select the methods to expose.</li>

-<li>Select the encoding style. RPC/Encoded is the recommended encoding style

-for the Axis runtime environment. This encoding method is not WS-I compliant.</li>

-<li>Select if you want to customize the package to namespace mappings.</li>

-</ul>Click  <uicontrol>Next</uicontrol></info></step>

-<step><cmd>Web Service Package to Namespace Mappings page: if you selected

- <uicontrol>Define custom mapping for package to namespace</uicontrol> on

-the previous panel, you can enter your custom mapping pairs on this panel

-by clicking  <uicontrol>Add</uicontrol>. Alternately, you can click  <b>Import</b> to

-import custom mapping pairs from a  <systemoutput>.properties</systemoutput> file.

-The content of the properties file must be of the format  <codeph><varname>package=namespace</varname></codeph>. </cmd>

-<info>You will need to escape some special characters in the properties files.

- For example <codeph>somePackage=http://someNamespace</codeph> should be <codeph>somePackage=http\://someNamespace</codeph>.

- Otherwise, the colon (:) would be treated as delimiter resulting in trying

-to map <codeph>somepackage</codeph> to <codeph>http</codeph>.</info></step>

-<step><cmd>Web Service Test page: If you selected to test the Web service,

-select the test facility for the generated Web service.</cmd><info>This will

-open the Web service in the Web Services Explorer. Select the operation you

-want to test, enter the required information, and click<uicontrol>Go</uicontrol>.

-The result will display in the Status pane. Click  <uicontrol>Next</uicontrol>.</info>

-</step>

-<step><cmd>Web Service Proxy page: if you have selected to generate a proxy,

-select if you want to customize the package to namespace mappings.</cmd></step>

-<step><cmd>Web Service Client Test page: Use this page to select the following

-options: </cmd>

-<substeps>

-<substep><cmd>Select your test facility. You can test the generated proxy

-in the Web Service Explorer, or you can generate a sample Web service JSP.</cmd>

-</substep>

-<substep><cmd>If you selected to test the proxy through a JSP, you can select

-the folder where the JSP will be located, and you can select the methods that

-will be included in the JSP.</cmd></substep>

-<substep><cmd>Select  <uicontrol>Run test on server</uicontrol> to start the

-server for you automatically.</cmd></substep>

-</substeps>

-</step>

-<step><cmd>Web Service Publication page: Select whether or not you want to

-publish this Web service to a UDDI registry. Click <uicontrol>Finish</uicontrol>.&nbsp;</cmd>

-<info>Note: you may see a warning stating <codeph>Error in generating WSDL

-from Java. ClassNotFound: &lt;bean name></codeph>. This error can be safely

-ignored.</info></step>

-</steps>

-<result id="axiswscreateresult"><p>After the Web service has been created,

-the following may occur depending on the options you selected: <ul>

-<li>If you have selected to test the generated proxy using Web service JSPs,

-the proxy is launched in a Web browser at the following URL: http://localhost: <varname>port</varname>/ <varname>WebProject</varname>Client/sample<i

->BeanName</i>/ <varname>WebServiceName</varname>/TestClient.jsp You can use

-this sample application to test the Web service by selecting a method, entering

-a value for the method, and clicking  <uicontrol>Invoke</uicontrol>. The result

-of the method will display in the results pane.</li>

-<li>If you have selected to test the Web service using the Web Services Explorer,

-the Explorer will open. Select the operation you want to test, enter the required

-information, and click  <b>Go</b>. The result will display in the Status pane.</li>

-<li>If you have selected to publish the Web service, the Web Services Explorer

-is launched displaying the page required to publish your Web service. Follow

-the instructions in  <varname>Publishing the Web service</varname> to complete

-this task.</li>

-</ul></p></result>

-<postreq><p> <uicontrol>Important:</uicontrol> If your methods contain types,

-not supported by the sample, such as arrays, indexed properties, and collections,

-the methods will be omitted from the sample and you will receive a warning

-message.</p></postreq>

-</taskbody>

-<related-links>

-<linklist><title>Related Concepts</title>

-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">

-<linktext> Tools for Web services development</linktext></link>

-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">

-<linktext>Web services development</linktext></link>

-</linklist>

-<linklist><title>Related Tasks</title>

-<link href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.dita" scope="peer">

-<linktext> Developing Web services</linktext></link>

-<link href="../../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.dita"

-scope="peer"><linktext> Using the Web Services Explorer</linktext></link>

-</linklist>

-<linklist><title>Related Reference</title>

-<link href="../../org.eclipse.jst.ws.doc.user/ref/rwsdl.dita" scope="peer">

-<linktext>WSDL documents</linktext></link>

-</linklist>

-</related-links>

-</task>

diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/twsbeana.html b/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/twsbeana.html
deleted file mode 100644
index e52427b..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/topics/twsbeana.html
+++ /dev/null
@@ -1,241 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Creating a Web service from a Java bean using the Apache Axis1 runtime environment" />
-<meta name="abstract" content="The Web Service wizard assists you in creating a new Web service, configuring it for deployment, and deploying the Web service to a server. Once your Web service is deployed, the wizard assists you in generating the client proxy and sample application to test the Web service. When you have completed testing, you can publish your Web service to a UDDI Business Registry using the Export wizard." />
-<meta name="description" content="The Web Service wizard assists you in creating a new Web service, configuring it for deployment, and deploying the Web service to a server. Once your Web service is deployed, the wizard assists you in generating the client proxy and sample application to test the Web service. When you have completed testing, you can publish your Web service to a UDDI Business Registry using the Export wizard." />
-<meta content="Axis runtime environment, Web services, Java beans, creating a Web service" name="DC.subject" />
-<meta content="Axis runtime environment, Web services, Java beans, creating a Web service" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../topics/caxistover.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/tasks/toverws.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/ref/rwsdl.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="twsbeana" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Creating a Web service from a Java bean using the Apache Axis1
-runtime environment</title>
-</head>
-<body id="twsbeana"><a name="twsbeana"><!-- --></a>
-
-
-<h1 class="topictitle1">Creating a Web service from a Java bean using the Apache Axis1 runtime
-environment</h1>
-
-
-
-
-<div><p>The Web Service wizard assists you in creating a new Web service,
-configuring it for deployment, and deploying the Web service to a server.
-Once your Web service is deployed, the wizard assists you in generating the
-client proxy and sample application to test the Web service. When you have
-completed testing, you can publish your Web service to a UDDI Business Registry
-using the Export wizard.</p>
-
-<div class="p"><div class="p">Prerequisites:<ol>
-<li id="twsbeana__createtomcatlink"><a name="twsbeana__createtomcatlink"><!-- --></a>If you are using the Apache Jakarta Tomcat servlet
-container as your server, you must install it, configure an instance of it,
-and create a Web project targeted to it as described in <a href="ttomcatserv.html">Creating an Apache Tomcat server and Web project</a></li>
-
-<li>Create or import a bean into the Java™ source folder of the Web project. To
-import, select the <strong>Java Resources: src</strong> folder, and from the file menu
-select <span class="menucascade"><span class="uicontrol">Import</span> &gt; <span class="uicontrol">General</span>
- &gt; <span class="uicontrol">File System</span></span> and browse to where your
-package is.</li>
-
-</ol>
-</div>
-</div>
-
-<div class="section">To create a Web service from a bean using the Apache Axis1 runtime
-environment:</div>
-
-<ol>
-<li class="stepexpand"><span>Switch to the Java EE perspective (<span class="uicontrol">Window &gt; Open Perspective
-&gt; Java EE</span>).</span></li>
-
-<li class="stepexpand"><span>In the Project Explorer view, select the bean that you created
-or imported into the source folder of your Web project.</span></li>
-
-<li class="stepexpand"><span>Click  <span class="uicontrol">File &gt; New &gt; Other</span>.</span> Select<span class="uicontrol">Web
-Services</span> in order to display the various Web service wizards.
-Select the  <span class="uicontrol">Web Service</span> wizard. Click  <span class="uicontrol">Next</span>.
-</li>
-
-<li class="stepexpand"><span>Web Services page: select  <span class="uicontrol">Bottom up Java bean Web service</span> as
-your Web service type, and enter the URI to the WSDL, WSIL, or HTML file that
-will be used to generate the service.</span>
-<a name="twsbeana__createstep4ul"><!-- --></a><ol type="a" id="twsbeana__createstep4ul">
-<li class="substepexpand"><span>Select the stages of Web services development that you want
-to complete using the slider:</span> <ul>
-<li>Develop: this will develop the WSDL definition and implementation of the
-Web service. This includes such tasks as creating the modules which will contain
-the generated code, WSDL files, deployment descriptors, and Java files when
-appropriate.</li>
-
-<li>Assemble: this ensures the project that will host the Web service or client
-gets associated to an EAR when required by the target application server.</li>
-
-<li>Deploy: this will create the deployment code for the service.</li>
-
-<li>Install: this will install and configure the Web module and EARs on the
-target server.</li>
-
-<li>Start: this will start the server once the service has been installed
-on it. The server-config.wsdd file will be generated.</li>
-
-<li>Test: this will provide various options for testing the service, such
-as using the Web Service Explorer or sample JSPs.</li>
-
-</ul>
-</li>
-
-<li class="substepexpand"><span>Select your server: the default server is displayed. If you
-want to deploy your service to a different server click the link to specify
-a different server.</span></li>
-
-<li class="substepexpand"><span>Select your runtime: the default runtime is displayed. If you
-want to deploy your service to a different runtime click the link to specify
-a different runtime.</span></li>
-
-<li class="substepexpand"><span>Select the service project: the project containing the project
-selected in your workspace is displayed. To select a different project and
-EAR click on the project link.</span> Ensure that the project selected
-as the Client Web Project is different from the Service Web Project, or the
-service will be overwritten by the client's generated artifacts.</li>
-
-<li class="substepexpand"><span>If you want to create a client, select the type of proxy to
-be generated and repeat the above steps for the client.</span></li>
-
-<li class="substepexpand"><span>Publish the Web service: this will launch the Web Services Explorer
-to publish your Web service to a UDDI registry.</span></li>
-
-<li class="substepexpand"><span>Monitor the Web service: this will send the Web service traffic
-through the TCP/IP Monitor, which allows you to watch the SOAP traffic generated
-by the Web service and to test this traffic for WS-I compliance. Alternately
-you can manually set up a TCP/IP monitor as described in <a href="../../org.eclipse.wst.wsi.ui.doc.user/tasks/tmonitor.html">Using the TCP/IP Monitor to test Web services</a></span></li>
-
-</ol>
-
-</li>
-
-<li class="stepexpand"><span>Web Service Java Bean Identity page: the Web service
-WSDL name will be listed.</span> You have the following options:<ul>
-<li>Select the methods to expose.</li>
-
-<li>Select the encoding style. RPC/Encoded is the recommended encoding style
-for the Axis runtime environment. This encoding method is not WS-I compliant.</li>
-
-<li>Select if you want to customize the package to namespace mappings.</li>
-
-</ul>
-Click  <span class="uicontrol">Next</span></li>
-
-<li class="stepexpand"><span>Web Service Package to Namespace Mappings page: if you selected
- <span class="uicontrol">Define custom mapping for package to namespace</span> on
-the previous panel, you can enter your custom mapping pairs on this panel
-by clicking  <span class="uicontrol">Add</span>. Alternately, you can click  <strong>Import</strong> to
-import custom mapping pairs from a  <tt class="sysout">.properties</tt> file.
-The content of the properties file must be of the format  <samp class="codeph"><var class="varname">package=namespace</var></samp>. </span>
- You will need to escape some special characters in the properties files.
- For example <samp class="codeph">somePackage=http://someNamespace</samp> should be <samp class="codeph">somePackage=http\://someNamespace</samp>.
- Otherwise, the colon (:) would be treated as delimiter resulting in trying
-to map <samp class="codeph">somePackage</samp> to <samp class="codeph">http</samp>.
-</li>
-
-<li class="stepexpand"><span>Web Service Test page: If you selected to test the Web service,
-select the test facility for the generated Web service.</span> This will
-open the Web service in the Web Services Explorer. Select the operation you
-want to test, enter the required information, and click<span class="uicontrol">Go</span>.
-The result will display in the Status pane. Click  <span class="uicontrol">Next</span>.
-</li>
-
-<li class="stepexpand"><span>Web Service Proxy page: if you have selected to generate a proxy,
-select if you want to customize the package to namespace mappings.</span></li>
-
-<li class="stepexpand"><span>Web Service Client Test page: Use this page to select the following
-options: </span>
-<ol type="a">
-<li><span>Select your test facility. You can test the generated proxy
-in the Web Service Explorer, or you can generate a sample Web service JSP.</span>
-</li>
-
-<li><span>If you selected to test the proxy through a JSP, you can select
-the folder where the JSP will be located, and you can select the methods that
-will be included in the JSP.</span></li>
-
-<li><span>Select  <span class="uicontrol">Run test on server</span> to start the
-server for you automatically.</span></li>
-
-</ol>
-
-</li>
-
-<li class="stepexpand"><span>Web Service Publication page: Select whether or not you want to
-publish this Web service to a UDDI registry. Click <span class="uicontrol">Finish</span>. </span>
- Note: you may see a warning stating <samp class="codeph">Error in generating WSDL
-from Java. ClassNotFound: &lt;bean name&gt;</samp>. This error can be safely
-ignored.</li>
-
-</ol>
-
-<div class="section" id="twsbeana__axiswscreateresult"><a name="twsbeana__axiswscreateresult"><!-- --></a><div class="p">After the Web service has been created,
-the following may occur depending on the options you selected: <ul>
-<li>If you have selected to test the generated proxy using Web service JSPs,
-the proxy is launched in a Web browser at the following URL: http://localhost: <var class="varname">port</var>/ <var class="varname">WebProject</var>Client/sample<em>BeanName</em>/ <var class="varname">WebServiceName</var>/TestClient.jsp You can use
-this sample application to test the Web service by selecting a method, entering
-a value for the method, and clicking  <span class="uicontrol">Invoke</span>. The result
-of the method will display in the results pane.</li>
-
-<li>If you have selected to test the Web service using the Web Services Explorer,
-the Explorer will open. Select the operation you want to test, enter the required
-information, and click  <strong>Go</strong>. The result will display in the Status pane.</li>
-
-<li>If you have selected to publish the Web service, the Web Services Explorer
-is launched displaying the page required to publish your Web service. Follow
-the instructions in  <var class="varname">Publishing the Web service</var> to complete
-this task.</li>
-
-</ul>
-</div>
-</div>
-
-<div class="section"><p> <span class="uicontrol">Important:</span> If your methods contain types,
-not supported by the sample, such as arrays, indexed properties, and collections,
-the methods will be omitted from the sample and you will receive a warning
-message.</p>
-</div>
-
-</div>
-
-<div><div class="relconcepts"><strong>Related concepts</strong><br />
-<div><a href="../topics/caxistover.html" title="This runtime environments is for users who prefer to develop for the open Apache Axis platform.">Creating Web services with the Apache Axis1 runtime environment</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.html"> Developing Web services</a></div>
-<div><a href="../../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.html"> Using the Web Services Explorer</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/ref/rwsdl.html">WSDL documents</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/wsaxis_reltable_toc.ditamap b/docs/org.eclipse.jst.ws.axis.ui.doc.user/wsaxis_reltable_toc.ditamap
deleted file mode 100644
index d7f9b7c..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/wsaxis_reltable_toc.ditamap
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>

-<!--Arbortext, Inc., 1988-2006, v.4002-->

-<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN"

- "map.dtd">

-<map title="Reltable for Axis Web services docs">

-<reltable>

-<relheader>

-<relcolspec type="concept"></relcolspec>

-<relcolspec type="task"></relcolspec>

-<relcolspec type="reference"></relcolspec>

-</relheader>

-<relrow>

-<relcell collection-type="family">

-<topicref href="topics/caxistover.dita" navtitle="Creating Web services with the Apache Axis runtime environments">

-</topicref>

-</relcell>

-<relcell>

-<topicref href="topics/twsbeana.dita" navtitle="Creating an Axis1 Web service from a Java bean">

-</topicref>

-<topicref href="topics/tsklwsdla.dita" navtitle="Creating an Axis1 Web service from WSDL">

-</topicref>

-<topicref href="topics/tsampappa.dita" navtitle="Creating an Axis1 Web service client">

-</topicref>

-</relcell>

-<relcell></relcell>

-</relrow>

-</reltable>

-</map>

diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/wsaxis_reltable_toc.xml b/docs/org.eclipse.jst.ws.axis.ui.doc.user/wsaxis_reltable_toc.xml
deleted file mode 100644
index 2a520d3..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/wsaxis_reltable_toc.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?NLS TYPE="org.eclipse.help.toc"?>
-
-<toc label="Reltable for Axis Web services docs"/>
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/wsaxisbuild_toc.ditamap b/docs/org.eclipse.jst.ws.axis.ui.doc.user/wsaxisbuild_toc.ditamap
deleted file mode 100644
index 33f18d3..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/wsaxisbuild_toc.ditamap
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN"
- "map.dtd">
-<map anchorref="../org.eclipse.jst.ws.doc.user/wscreationt1_toc.ditamap#wsaxis"
-id="wsaxis" title="wsaxis">
-<topicref href="topics/caxistover.dita" navtitle="Apache Axis1 runtime" toc="yes">
-<topicref href="topics/ttomcatserv.dita" navtitle="Installing and configuring Apache Tomcat">
-</topicref>
-<topicref href="topics/twsbeana.dita" navtitle="Creating a Web service from a Java bean">
-</topicref>
-<topicref href="topics/tsklwsdla.dita" navtitle="Creating a Java Skeleton from WSDL">
-</topicref>
-<topicref href="topics/tsampappa.dita" navtitle="Generating a Java client proxy from a WSDL document">
-</topicref>
-</topicref>
-</map>
diff --git a/docs/org.eclipse.jst.ws.axis.ui.doc.user/wsaxisbuild_toc.xml b/docs/org.eclipse.jst.ws.axis.ui.doc.user/wsaxisbuild_toc.xml
deleted file mode 100644
index f572b8e..0000000
--- a/docs/org.eclipse.jst.ws.axis.ui.doc.user/wsaxisbuild_toc.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?NLS TYPE="org.eclipse.help.toc"?>
-
-<toc link_to="../org.eclipse.jst.ws.doc.user/wscreationt1_toc.xml#wsaxis" label="wsaxis" topic="topics/caxistover.html">
-<topic label="Creating Web services with the Apache Axis1 runtime environment" href="topics/caxistover.html">
-<topic label="Creating an Apache Tomcat server and Web project" href="topics/ttomcatserv.html"/>
-<topic label="Creating a Web service from a Java bean using the Apache Axis1 runtime environment" href="topics/twsbeana.html"/>
-<topic label="Creating a Java bean skeleton from a WSDL document using the Apache Axis1 runtime environment" href="topics/tsklwsdla.html"/>
-<topic label="Generating a Java client proxy and a sample application from a WSDL document using the Axis1 runtime environment" href="topics/tsampappa.html"/>
-</topic>
-</toc>
diff --git a/docs/org.eclipse.jst.ws.consumption.infopop/.cvsignore b/docs/org.eclipse.jst.ws.consumption.infopop/.cvsignore
deleted file mode 100644
index c14487c..0000000
--- a/docs/org.eclipse.jst.ws.consumption.infopop/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-build.xml
diff --git a/docs/org.eclipse.jst.ws.consumption.infopop/.project b/docs/org.eclipse.jst.ws.consumption.infopop/.project
deleted file mode 100644
index 440bda3..0000000
--- a/docs/org.eclipse.jst.ws.consumption.infopop/.project
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.jst.ws.consumption.infopop</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
-	</natures>
-</projectDescription>
diff --git a/docs/org.eclipse.jst.ws.consumption.infopop/META-INF/MANIFEST.MF b/docs/org.eclipse.jst.ws.consumption.infopop/META-INF/MANIFEST.MF
deleted file mode 100644
index 98cadd3..0000000
--- a/docs/org.eclipse.jst.ws.consumption.infopop/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,7 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.jst.ws.consumption.infopop; singleton:=true
-Bundle-Version: 1.0.300.qualifier
-Bundle-Vendor: %pluginProvider
-Bundle-Localization: plugin
diff --git a/docs/org.eclipse.jst.ws.consumption.infopop/about.html b/docs/org.eclipse.jst.ws.consumption.infopop/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/docs/org.eclipse.jst.ws.consumption.infopop/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in 
-("Content"). Unless otherwise indicated below, the Content is provided to you 
-under the terms and conditions of the Eclipse Public License Version 1.0 
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>. 
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the 
-Content is being redistributed by another party ("Redistributor") and different 
-terms and conditions may apply to your use of any object code in the Content. 
-Check the RedistributorÂ’s license that was provided with the Content. If no such 
-license exists, contact the Redistributor. Unless otherwise indicated below, the 
-terms and conditions of the EPL still apply to any source code in the Content 
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.jst.ws.consumption.infopop/build.properties b/docs/org.eclipse.jst.ws.consumption.infopop/build.properties
deleted file mode 100644
index 9457ec2..0000000
--- a/docs/org.eclipse.jst.ws.consumption.infopop/build.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-bin.includes = plugin.xml,\
-               wsconsumptionui-f1Contexts.xml,\
-               wscreationui-f1Contexts.xml,\
-               about.html,\
-               META-INF/,\
-               plugin.properties
-src.includes = build.properties
-generateSourceBundle=false
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.infopop/plugin.properties b/docs/org.eclipse.jst.ws.consumption.infopop/plugin.properties
deleted file mode 100644
index 07977b2..0000000
--- a/docs/org.eclipse.jst.ws.consumption.infopop/plugin.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-! Plug-in properties
-pluginName     = Web services UI
-pluginProvider = Eclipse.org
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.infopop/plugin.xml b/docs/org.eclipse.jst.ws.consumption.infopop/plugin.xml
deleted file mode 100644
index 0e56cca..0000000
--- a/docs/org.eclipse.jst.ws.consumption.infopop/plugin.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<?NLS TYPE="org.eclipse.help.toc"?> 
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<plugin>
-  
-	<extension point="org.eclipse.help.contexts">
-		<contexts file="wsconsumptionui-f1Contexts.xml" plugin="org.eclipse.jst.ws.consumption.ui"/>
-		<contexts file="wscreationui-f1Contexts.xml" plugin="org.eclipse.jst.ws.creation.ui"/>
-	</extension>
-</plugin>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.infopop/wsconsumptionui-f1Contexts.xml b/docs/org.eclipse.jst.ws.consumption.infopop/wsconsumptionui-f1Contexts.xml
deleted file mode 100644
index b3c9ceb..0000000
--- a/docs/org.eclipse.jst.ws.consumption.infopop/wsconsumptionui-f1Contexts.xml
+++ /dev/null
@@ -1,414 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?NLS TYPE="org.eclipse.help.contexts"?>
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<contexts>
-
-<!--TopologyPreferencePage.java-->
-
-<context id="PPTP0001">
-<!--PTPP0001 for the Topology Preference Page-->
-<description>These tables respresents the the types of projects available into which you can generate a Web service or client. 
-You cannot add or remove project types, however you can change the order in which they appear in the Web services wizard. This is useful if you are creating several Web services that use the same type of service or client project because you can set that service or client project type as the default. 
-To change the order, select a project type and use the up and down arrows to move it within the list. Changing the order of the list does not restrict your ability to select any of the options.
-If you select the check box, by default the Web services wizard will generate the Web services server and client code into different EARs. It is recommended that you enable this feature.
-</description>
-</context>
-
-<!-- Server and Runtime Preference page-->
-<context id="SRPF0001">
-<description>Select the default Web server to be used for Web service creation.</description>
-</context>
-<context id="SRPF0002">
-<!--runtime preference on the server runtime preference page-->
-<description>Select the default server run-time environment to be used for Web service creation.</description>
-</context>
-
-<!-- Start server page-->
-<context id="SSWP0001">
-<description>If you have chosen to install, start, or deploy the Web service, the server needs to be started before the wizard can proceed.</description>
-</context>
-
-<!-- EJB selection widget-->
-<context id="PEBD0001">
-<!-- EAR Projects drop-down box -->
-<description>Select from the listed EAR projects.</description>
-</context>
-
-<context id="PEBD0002">
-<!-- Table containing all of the bean names -->
-<description>Select from the listed Java beans.</description>
-</context>
-
-<!--WebServiceTPBeanClassPage.java-->
-<context id="PBCL0001">
-<!--PBCL0001 for the Bean Selection Page-->
-<description>Use this page to select the Java bean or class used to create the Web service.</description>
-</context>
-<context id="PBCL0002">
-<!--PBCL0002 for the Bean Selection field of the Bean Selection Page-->
-<description>Enter the name of the Java bean to be used to create the Web service. Defaults to the selected Java bean. Click Browse classes to view the bean class of the selected Java bean. The bean class is a model or template (an abstract data type) that can be instantiated to create objects with a common definition and therefore, common properties, operations, and behavior.</description>
-</context>
-<context id="PBCL0003">
-<!--PBCL0003 for the Bean Class Browse button of the Bean Selection Page-->
-<description>Click to view the bean class of the selected Java bean.</description>
-</context>
-<context id="PBCL0004">
-<!--PBCL0004 for the Bean Resource Browse button of the Bean Selection Page-->
-<description>Browse to the correct Java bean to be used to create the Web service.</description>
-</context>
-
-
-<!--WSDLSelectionWidget.java-->
-<context id="PCON0001">
-<!-- WSDL Selection Page-->
-<description>Use this page to select the WSDL, WSIL, or HTML document that will be used to create the Web service. By default WSDL validation is disabled. You can enable it through Preferences > Web Services > Wizard Validation.</description>
-</context>
-
-<context id="PCON0002">
-<!-- WSDL Document text field of the WSDL Selection Page-->
-<description>Enter the path to a WSDL, WSIL, or HTML document.</description>
-</context>
-
-<context id="PCON0003">
-<!-- WSDL Resource Browse button of the WSDL Selection Page-->
-<description>Browse to the location of a WSDL, WSIL, or HTML document.</description>
-</context>
-
-<context id="PCON0004">
-<!--  for the Wizard WSDL Validation table of the WSDL Selection Page-->
-<description>This table lists any issues the WSDL validator may have encountered while examining the specified WSDL file. By default WSDL validation is disabled. You can enable it through Preferences > Web Services > Wizard Validation.</description>
-</context>
-
-<context id="PCON0005">
-<!--  Wizard WSDL Validation summary message of the WSDL Selection Page-->
-<description>This table lists any issues the WSDL validator may have encountered while examining the specified WSDL file. By default WSDL validation is disabled. You can enable it through Preferences > Web Services > Wizard Validation.</description>
-</context>
-
-<context id="PCON0006">
-<!--  Stop Wizard WSDL Validation button of the WSDL Selection Page-->
-<description>Click this button to stop the validation of the selected WSDL file.</description>
-</context>
-
-<!--RuntimeServerSelectionDialog.java-->
-<context id="PWRS0001">
-<!--  Run-time/servers in the Web Service type-->
-<description>Select the scenario configuration for runtime environments, servers, and projects.</description>
-</context>
-
-<context id="PWRS0002">
-<!--  service-side run-time environment selection of the run-time environment selection Page-->
-<description>This is the server-side runtime environment which the Web service will use.</description>
-</context>
-
-<context id="PWRS0003">
-<!-- service-side server selection of the run-time environment selection Page-->
-<description>This is the server-side server on which the Web service will run.</description>
-</context>
-
-<context id="PWRS0005">
-<!--  runtime view radio button-->
-<description>Select this view to see runtime/server combinations sorted by runtime.</description>
-</context>
-
-<context id="PWRS0006">
-<!--server view radio button-->
-<description>Select this view to see runtime/server combinations sorted by server.</description>
-</context>
-
-<context id="PWRS0007">
-<!--  cexplore view radio button-->
-<description>Select this view to explore available runtime/server combinations.</description>
-</context>
-
-
-<!--ProjectSelectionWidget.java-->
-<context id="PWRS0016">
-<!--  service-side Web project combo box of the run-time environment selection Page-->
-<description>Select the project in which the Web service client will be created. The wizard will generate this project if it does not already exist.</description>
-</context>
-
-<context id="PWRS0018">
-<!-- client type combo box  -->
-<description>Select from the listed project types the type of project that you want created to contain your Web service client.</description>
-</context>
-
-<context id="PWRS0020">
-<!-- service project type combo box -->
-<description>Select from the listed project types the type of project that you want created to contain your Web service.</description>
-</context>
-
-
-<context id="PWSM0001">
-<!-- Sample Page -->
-<description>The sample Web application demonstrates how to code the proxy file.</description>
-</context>
-
-<context id="PWSM0002">
-<!-- Test check box of the Sample Page -->
-<description>If selected will launch the sample Web application in the Web browser.</description>
-</context>
-
-<context id="PWSM0003">
-<!-- Test Type Combo box of the Sample Page -->
-<description>The sample Web application demonstrates how to code the proxy file.</description>
-</context>
-
-<context id="PWSM0006">
-<!-- Select All button of the Sample Page -->
-<description>Click this button to add all the available methods to the Web service sample proxy.</description>
-</context>
-
-<context id="PWSM0007">
-<!-- Deselect All button of the Sample Page -->
-<description>Click this button to remove all the available methods to the Web service sample proxy.</description>
-</context>
-
-<context id="PWSM0008">
-<!-- JSP Folder field of the Sample Page -->
-<description>Folder into which your Web service JSPs are deposited.</description>
-</context>
-
-<context id="PWSM0009">
-<!-- JSP Folder Browse button of the Sample Page -->
-<description>Click to find the folder into which your Web service JSPs are deposited.</description>
-</context>
-
-<context id="PWSM0010">
-<!-- Project combo box of the Sample Page -->
-<description>Select an existing project into which your sample will be generated.</description>
-</context>
-
-<context id="PWSM0014">
-<!-- Folder field of the Sample Page -->
-<description>Folder into which the fully qualified proxy is generated. Defaults to the source folder inside of your Web project.</description>
-</context>
-
-<context id="PWSM0015">
-<!-- Run test check box of the Sample Page -->
-<description>Select this check box to run the sample application on the server.</description>
-</context>
-
-<context id="PWSM0016">
-<!-- EAR combo box of the Sample Page -->
-<description>Select the EAR in which you want your Web service sample application created.</description>
-</context>
-
-<!-- handler wizard-->
-<context id="AHDL0001">
-<!--Handler config page-->
-<description>Use this wizard to add and remove handlers for a Web service. The order in which they are listed represents the order in which the handlers will be acted upon.</description>
-</context>
-<context id="AHDL0002">
-<!--Handler config page-->
-<description>Use this wizard to add and remove handlers for a Web service. The order in which they are listed represents the order in which the handlers will be acted upon.</description>
-</context>
-<context id="AHDL0003">
-<!--Handler config page-->
-<description>Use this wizard to add and remove handlers for a Web service. The order in which they are listed represents the order in which the handlers will be acted upon.</description>
-</context>
-
-
-
-<!--WebServiceWizNewFirstPage-->
-<context id="WSWSCEN0001">
-<!-- First Page-->
-<description>On this page select the artifact from which your Web client will be created, and the stages of Web services development that you want
-to complete:
-- Develop: this will create the client code
-- Assemble: this ensures that the project that will host the client gets associated to an EAR when required by the target application server
-- Deploy: this will create the deployment code for the client
-- Install: this will install the client on the chosen server
-- Start: this will start the server once the client has been installed on it
-- Test: this will provide various options for testing the client
-Select the server and runtime for your Web client, and whether or not you want to publish or monitor the service.
-</description>
-</context>
-
-<context id="WSWSCEN0014">
-<!--Monitor checkbox of the First Page-->
-<description>Monitor the Web service: this will send the Web service traffic through the TCP/IP Monitor, which allows you to watch the SOAP traffic generated by the Web service and to test this traffic for WS-I compliance.</description>
-</context>
-
-<context id="WSWSCEN0020">
-<!--Service implementation field of the First Page-->
-<description>Enter the URI to the WSDL, WSIL, or HTML file that will be used to generate the service</description>
-</context>
-
-<context id="WSWSCEN0022">
-<!--Server link of the First Page-->
-<description>Select your server: the default server is displayed. If you want to deploy your service to a different server click the link to specify a different server.</description>
-</context>
-
-<context id="WSWSCEN0023">
-<!--runtime link of the First Page-->
-<description>Select your runtime: the default runtime is displayed. If you
-want to deploy your service to a different runtime click the link to specify
-a different runtime.</description>
-</context>
-
-<context id="WSWSCEN0024">
-<!--projects link of the First Page-->
-<description>Select the service project: the project containing the project
-selected in your workspace is displayed. To select a different project and
-EAR click on the project link. Ensure that the project selected
-as the Client Web Project is different from the Service Web Project, or the
-service will be overwritten by the client's generated artifacts.</description>
-</context>
-
-<context id="WSWSCEN0025">
-<!--client type combo of the First Page-->
-<description>The Java bean client proxy that is generated provides a remote procedure call interface to the Web service.</description>
-</context>
-
-<context id="WSWSCEN0026">
-<!--Client slider of the First Page-->
-<description>Select the stages of Web services client development that you want
-to complete using the slider:
-- Develop: this will create the client code
-- Assemble: this ensures that the project that will host the client gets associated to an EAR when required by the target application server
-- Deploy: this will create the deployment code for the client
-- Install: this will install the client on the chosen server
-- Start: this will start the server once the client has been installed on it
-- Test: this will provide various options for testing the client
-</description>
-</context>
-
-<context id="WSWSCEN0030">
-<!--file overwrite checkbox of the First Page-->
-<description>This allows you to overwrite files without receiving a warning message asking for confirmation when overwriting files.</description>
-</context>
-
-<context id="WSIL0001">
-<!--  WSIL Import Page-->
-<description>Enter the required information to generate a standardized WSDL reference (WSIL) document in your project.</description>
-</context>
-
-<context id="WSIL0002">
-<!--  WSIL Text field-->
-<description>Enter the name of the WSIL document being generated, or accept the default.</description>
-</context>
-
-<context id="WSIL0003">
-<!--  WSIL browse button-->
-<description>Browse to the location of a WSDL or WSIL file from which the new WSIL document will be generated.</description>
-</context>
-
-<context id="WSIL0004">
-<!--  WSIL table-->
-<description>This lists all the WSDL URIs that will be included in the WSIL document.</description>
-</context>
-
-<context id="PWPR0001">
-<!-- Project Page -->
-<description>Select the type of Web service you want to generate and any file and folder options for your Web service.</description>
-</context>
-
-<context id="PWPR0003">
-<!--Overwrite files without warning (checkbox)-->
-<description>Allows you to overwrite files without receiving a warning message asking for confirmation when overwriting files.</description>
-</context>
-
-<context id="PWPR0004">
-<!--Create folders when necessary (checkbox)-->
-<description>Select to create folders and folder structures without receiving a warning message asking for confirmation.</description>
-</context>
-
-<context id="PWPR0005">
-<!--  Generate Proxy check box of the Project Page -->
-<description>The generated Java bean proxy provides a remote procedure call interface to the Web service.</description>
-</context>
-
-<context id="PWPR0006">
-<!--  Test Proxy check box of the Project Page -->
-<description>Select this check box to test the generated proxy.</description>
-</context>
-
-<context id="PWPR0009">
-<!--  Start Web Project check box check box of the Project Page -->
-<description>Click to start the server. If you leave the box unchecked you will have to manually start the server.</description>
-</context>
-
-<context id="PWPR0010">
-<!-- Web Service Type combo box of the Project Page -->
-<description>Select the type of Web service you want to build. Your selection will affect the files available for selection.</description>
-</context>
-
-<context id="PWPR0011">
-<!--  Wizard Scenario Service group of the Project Page -->
-<description>Select the type of Web service you want to build. Your selection will affect the files available for selection.</description>
-</context>
-
-<context id="PWPR0011">
-<!--  Test service checkbox of the project page -->
-<description>Select this check box to launch the Web service in the Web Services Explorer in order to examine it.</description>
-</context>
-
-<context id="PWPR0012">
-<!--  Launch UDDI check box of the Project Page -->
-<description>Select this checkbox to launch the Web Services Explorer in order to publish the Web service to a UDDI registry.</description>
-</context>
-
-<context id="PWPR0013">
-<!--  Wizard Scenario Client group of the Project Page -->
-<description>The generated Java bean proxy provides a remote procedure call interface to the Web service.</description>
-</context>
-
-<context id="PWPR0014">
-<!--  Web Service Client Type combo box of the Project Page -->
-<description>Select the client proxy type. The generated Java bean proxy provides a remote procedure call interface to the Web service.</description>
-</context>
-
-<context id="PWPR0015">
-<!--  Check Out Files check box of the Project Page -->
-<description>Select to check out files without receiving a warning message asking for confirmation.</description>
-</context>
-
-
-<context id="PWPB0001">
-<!--  UDDI Publish Page -->
-<description>Select to launch the Web Services Explorer to allow you to publish the Web service.</description>
-</context>
-
-<context id="PWPB0002">
-<!--  UDDI Launch check box of the UDDI Publish Page-->
-<description>If selected will launch the Web Services Explorer to allow you to publish the Web service.</description>
-</context>
-
-<context id="PWWS0001">
-<!--  WSDL Selection Page-->
-<description>Use this page to select the WSDL, WSIL, or HTML document that will be used to create the Web service.</description>
-</context>
-
-<context id="PWWS0002">
-<!--  WSDL Document text field of the WSDL Selection Page-->
-<description>Enter the path to a WSDL, WSIL, or HTML document.</description>
-</context>
-
-<context id="PWWS0003">
-<!--  WSDL Resource Browse button of the WSDL Selection Page-->
-<description>Browse to the location of a WSDL, WSIL, or HTML document.</description>
-</context>
-
-
-<context id="DBAS0001">
-<!-- HTTP basic authentication user name -->
-<description>Enter the user name used for HTTP basic authentication.</description>
-</context>
-
-<context id="DBAS0002">
-<!-- HTTP basic authentication password -->
-<description>Enter the password used for HTTP basic authentication.</description>
-</context>
-
-
-
-</contexts>
diff --git a/docs/org.eclipse.jst.ws.consumption.infopop/wscreationui-f1Contexts.xml b/docs/org.eclipse.jst.ws.consumption.infopop/wscreationui-f1Contexts.xml
deleted file mode 100644
index d1e377c..0000000
--- a/docs/org.eclipse.jst.ws.consumption.infopop/wscreationui-f1Contexts.xml
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?NLS TYPE="org.eclipse.help.contexts"?>
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<contexts>
-
-<context id="PSTP0001">
-<!--  Test Type Combo box of the Service Test Page-->
-<description>Select the test facility in which you would like to test the Web service being created.</description>
-</context>
-
-<context id="PSTP0002">
-<!--  Launch button of the Service Test Page-->
-<description>Click this to launch the Web service in a browser window to test it.</description>
-</context>
-
-<!--WebServiceWizNewFirstPage-->
-
-<context id="WSWSCEN0001">
-<!-- First Page-->
-<description>On this page select the artifact from which your Web service or client will be created, and the stages of Web services development that you want to complete:
-- Develop: this will create the service code
-- Assemble: this ensures that the project that will host the Web service or client gets associated to an EAR when required by the target application server
-- Deploy: this will create the deployment code for the service
-- Install: this will install the service on the chosen server
-- Start: this will start the server once the service has been installed on it
-- Test: this will provide various options for testing the service
-Select the server and runtime for your Web service or client, and whether or not you want to publish or monitor the service.
-</description>
-</context>
-
-<context id="WSWSCEN0010">
-<!--Web service type combo box of the First Page-->
-<description>Select the type of Web service you want to create. A bottom-up service creates a service from a Java bean or EJB, while a top-down service will create a service from a WSDL file and then create a skeleton Java bean or EJB for you to implement later.</description>
-</context>
-
-<context id="WSWSCEN0014">
-<!--Monitor checkbox of the First Page-->
-<description>Monitor the Web service: this will send the Web service traffic through the TCP/IP Monitor, which allows you to watch the SOAP traffic generated by the Web service and to test this traffic for WS-I compliance.</description>
-</context>
-
-<context id="WSWSCEN0012">
-<!--Launch UDDI check box of the First Page-->
-<description>Publish the Web service: this will launch the Web Services Explorer to publish your Web service to a UDDI registry.</description>
-</context>
-
-<context id="WSWSCEN0020">
-<!--Service implementation field of the First Page-->
-<description>Enter the URI to the WSDL, WSIL, or HTML file that will be used to generate the service</description>
-</context>
-
-<context id="WSWSCEN0021">
-<!--Service slider of the First Page-->
-<description>Select the stages of Web services development that you want to complete using the slider:
-- Develop: this will create the service code
-- Assemble: this ensures that the project that will host the Web service or client gets associated to an EAR when required by the target application server
-- Deploy: this will create the deployment code for the service
-- Install: this will install the service on the chosen server
-- Start: this will start the server once the service has been installed on it
-- Test: this will provide various options for testing the service
-</description>
-</context>
-
-<context id="WSWSCEN0022">
-<!--Server link of the First Page-->
-<description>Select your server: the default server is displayed. If you want to deploy your service to a different server click the link to specify a different server.</description>
-</context>
-
-<context id="WSWSCEN0023">
-<!--runtime link of the First Page-->
-<description>Select your runtime: the default runtime is displayed. If you want to deploy your service to a different runtime click the link to specify a different runtime.</description>
-</context>
-
-<context id="WSWSCEN0024">
-<!--projects link of the First Page-->
-<description>Select the service project: the project containing the project selected in your workspace is displayed. To select a different project and EAR click on the project link. Ensure that the project selected as the Client Web Project is different from the Service Web Project, or the service will be overwritten by the client's generated artifacts.</description>
-</context>
-
-<context id="WSWSCEN0030">
-<!--file overwrite checkbox of the First Page-->
-<description>This allows you to overwrite files without receiving a warning message asking for confirmation when overwriting files.</description>
-</context>
-
-</contexts>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/.cvsignore b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/.cvsignore
deleted file mode 100644
index d540fb2..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-org.eclipse.jst.ws.consumption.ui.doc.user_1.0.0.jar
-bak
-temp
-DitaLink.cat
-build.xml
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/.project b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/.project
deleted file mode 100644
index 0b3dcb1..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/.project
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.jst.ws.consumption.ui.doc.user</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
-	</natures>
-</projectDescription>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/DocBuild.xml b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/DocBuild.xml
deleted file mode 100644
index a1df5ec..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/DocBuild.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!-- 
-
-	This script build the Help plug-in by transforming the DITA source files into HTML.
-	
-	To use this script, you must install DITA-OT on your machine in the directory
-	defined by the dita.ot.dir property.
-	
-	Run the default target after you edit the DITA source files to regenerate the HTML.
-	
-	To customize this script for other Help plug-ins, modify the value of the args.input property
-	to be the DITA map file for the plug-in.
-	
-	NOTE: This script assumes that links to sibling Help plug-ins have scope="peer", otherwise the
-	output directory structure will be shifted incorrectly.
-	
-	NOTE: This script assumes that you hand code your plugin.xml file in myplugin.xml. This file
-	will be copied over the generated plugin.xml which is currently not being generated correctly
-	by DITA-OT.
-	
-	ChangeLog:
-	2006-04-05 Arthur Ryman <ryman@ca.ibm.com>
-	- Created.
-	2008-05-05 Kate Price <katep@ca.ibm.com>
-	- modified to add generation of pre-built help index. 
-	- Must delete /index folder before running build
--->
-<project name="eclipsehelp" default="all">
-
-	<property name="dita.ot.dir" location="C:/DITA-OT1.2.2" />
-
-	<path id="dost.class.path">
-		<pathelement location="${dita.ot.dir}${file.separator}lib${file.separator}dost.jar" />
-	</path>
-
-	<taskdef name="integrate" classname="org.dita.dost.platform.IntegratorTask">
-		<classpath refid="dost.class.path" />
-	</taskdef>
-	<target name="all" depends="integrate, eclipsehelp">
-	</target>
-	<target name="integrate">
-		<integrate ditadir="${dita.ot.dir}" />
-	</target>
-
-	<!-- revise below here -->
-	<target name="eclipsehelp">
-		<ant antfile="${dita.ot.dir}${file.separator}conductor.xml" target="init" dir="${dita.ot.dir}">
-			<property name="args.copycss" value="no" />
-			<property name="args.csspath" value="../org.eclipse.wst.doc.user" />
-			<property name="args.eclipse.provider" value="Eclipse.org" />
-			<property name="args.eclipse.version" value="3.3.0" />
-			<property name="args.input" location="wsconsumptiont_toc.ditamap" />
-			<property name="clean.temp" value="true" />
-			<property name="dita.extname" value=".dita" />
-			<property name="dita.temp.dir" location="temp" />
-			<property name="output.dir" location="" />
-			<property name="transtype" value="eclipsehelp" />
-		</ant>
-		<copy file="myplugin.xml" tofile="plugin.xml" overwrite="yes" />
-	</target>
-	<target name="build.index" description="Builds search index for the plug-in" if="eclipse.running">
-	     <help.buildHelpIndex manifest="plugin.xml" destination="."/>
-	</target>	
-</project>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/META-INF/MANIFEST.MF b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/META-INF/MANIFEST.MF
deleted file mode 100644
index a76606a..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,8 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.jst.ws.consumption.ui.doc.user; singleton:=true
-Bundle-Version: 1.0.400.qualifier
-Bundle-Vendor: %pluginProvider
-Bundle-Localization: plugin
-Eclipse-LazyStart: true
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/about.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in 
-("Content"). Unless otherwise indicated below, the Content is provided to you 
-under the terms and conditions of the Eclipse Public License Version 1.0 
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>. 
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the 
-Content is being redistributed by another party ("Redistributor") and different 
-terms and conditions may apply to your use of any object code in the Content. 
-Check the RedistributorÂ’s license that was provided with the Content. If no such 
-license exists, contact the Redistributor. Unless otherwise indicated below, the 
-terms and conditions of the EPL still apply to any source code in the Content 
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/build.properties b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/build.properties
deleted file mode 100644
index febd402..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/build.properties
+++ /dev/null
@@ -1,20 +0,0 @@
-bin.includes = plugin.properties,\
-               plugin.xml,\
-               wsconsumptionbuild_toc.xml,\
-               wsconsumptiont_toc.xml,\
-               org.eclipse.jst.ws.consumption.ui.doc.userindex.xml,\
-               about.html,\
-               images/,\
-               concepts/*.htm*,\
-               tasks/*.htm*,\
-               ref/*.htm*,\
-               index/,\
-               META-INF/
-src.includes = build.properties,\
-		       *.maplist,\
-               *.ditamap,\
-		       concepts/*.dita,\
-               tasks/*.dita,\
-               ref/*.dita
-bin.excludes = DocBuild.xml,\
-               myPlugin*.xml
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cuddi.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cuddi.dita
deleted file mode 100644
index baabb38..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cuddi.dita
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="cuddi" xml:lang="en-us">
-<title>Universal Description, Discovery, and Integration (UDDI)</title>
-<titlealts>
-<searchtitle>Universal Description, Discovery, and Integration (UDDI)</searchtitle>
-</titlealts>
-<shortdesc>Universal Description, Discovery, and Integration (UDDI) specification
-defines a way to publish and discover information about Web services.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>UDDI</indexterm><indexterm>Universal Description, Discovery,
-and Integration </indexterm><indexterm>Web services<indexterm>UDDI</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<conbody>
-<p>UDDI has two functions: <ul>
-<li>It is a SOAP-based protocol that defines how clients communicate with
-UDDI registries.</li>
-<li>It is a particular set of global replicated registries.</li>
-</ul></p>
-<p>UDDI includes an XML schema for SOAP messages that defines a set of documents
-to describe business and services information, a common set of APIs for querying
-and publishing information to the directories, and an API for replicating
-directory entries between peer UDDI nodes.</p>
-<p>For more information on UDDI refer to  <xref format="html" href="http://www.uddi.org"
-scope="external">www.uddi.org</xref></p>
-<section><title>UDDI registries</title><p>UDDI manages the discovery of Web
-services by relying on a distributed registry of businesses and their service
-descriptions implemented in a common XML format. Before you can publish your
-business entity and Web service to a public registry, you must first register
-your business entity with a UDDI registry.</p><p>UDDI registries come in two
-forms: public and private.&nbsp; Both types comply to the same specifications.&nbsp;
-A private registry enables you to publish and test your internal e-business
-applications in&nbsp;a secure, private environment.</p><p>A public registry
-is a collection of peer directories that contain information about businesses
-and services. It locates services that are registered at one of its peer nodes
-and facilitates the discovery of published Web services. Data is replicated
-at each of the registries on a regular basis. This ensures consistency in
-service description formats and makes it easy to track changes as they occur. <tm
-tmclass="ibm" tmowner="IBM Corporation" tmtype="reg" trademark="IBM">IBM</tm> maintains
-two public registries called the <tm tmclass="ibm" tmowner="IBM Corporation"
-tmtype="reg" trademark="IBM">IBM</tm> UDDI Business Registry and the <tm tmclass="ibm"
-tmowner="IBM Corporation" tmtype="reg" trademark="IBM">IBM</tm> UDDI Test
-Registry. The <tm tmclass="ibm" tmowner="IBM Corporation" tmtype="reg" trademark="IBM">IBM</tm> UDDI
-Test Registry allows you to develop your Web service and experience the UDDI
-registration process without placing your Web service in an official registry.&nbsp;
-Use the <tm tmclass="ibm" tmowner="IBM Corporation" tmtype="reg" trademark="IBM">IBM</tm> UDDI
-Test Registry to experiment with UDDI, and to test and validate your Web service.&nbsp;
-For more information on the IBM's public registries, refer to  <xref format="html"
-href="http://uddi.ibm.com" scope="external">http://uddi.ibm.com</xref> For
-a list of public registries, refer to  <xref href="http://www.uddi.org/register.html"
-scope="external">http://www.uddi.org/register.html</xref></p><p>A private
-registry allows you to publish and test your internal applications in a secure,
-private environment.</p><p>The UDDI Business Registry acts as a B2B directory
-linking marketplaces, buyers, and sellers. The information provided in the
-registry consists of three components: white pages, yellow pages, and green
-pages. White pages include the business name, contact information, and a text
-description of the business's services. Yellow pages include industrial categorizations
-based on standard taxonomies such as NAICS, ISO 3166, and UNSPSC. Green pages
-include references to specifications for Web services and pointers to various
-file and URL-based discovery mechanisms. This makes it easy for businesses
-to integrate across marketplaces. Because it is registered, information is
-made available across all applications. For more information on NAICS refer
-to  <xref format="html" href="http://www.naics.com" scope="external">www.naics.com</xref> For
-more information on UNSPSC refer to  <xref format="html" href="http://www.unspsc.org"
-scope="external">www.unspsc.org</xref> For more information on ISO 3166 refer
-to  <xref format="html" href="http://www.iso.org/iso/en/prods-services/iso3166ma/index.html"
-scope="external">http://www.iso.org/iso/en/prods-services/iso3166ma/index.html</xref></p><p>Businesses
-populate the registry with descriptions of the services that they support.
-UDDI assigns a unique identifier to each service description and business
-registration. These become the service and business keys respectively. Search
-engines, and applications query the registry to discover services. UDDI servers
-are a directory of available services and service providers.</p></section>
-</conbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="cwsdlud.dita"></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsilud.dita" scope="peer">
-<linktext>Relationship between UDDI and WSIL</linktext></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../tasks/tuddiexp.dita"></link>
-</linklist>
-<linklist><title>Related Reference</title>
-<link href="../ref/ruddi.dita"></link>
-</linklist>
-</related-links>
-</concept>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cuddi.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cuddi.html
deleted file mode 100644
index 71aa883..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cuddi.html
+++ /dev/null
@@ -1,120 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="concept" name="DC.Type" />
-<meta name="DC.Title" content="Universal Description, Discovery, and Integration (UDDI)" />
-<meta name="abstract" content="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services." />
-<meta name="description" content="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services." />
-<meta content="UDDI, Universal Description, Discovery, and Integration, Web services" name="DC.subject" />
-<meta content="UDDI, Universal Description, Discovery, and Integration, Web services" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="cwsdlud.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsilud.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/ruddi.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="cuddi" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Universal Description, Discovery, and Integration (UDDI)</title>
-</head>
-<body id="cuddi"><a name="cuddi"><!-- --></a>
-
-
-<h1 class="topictitle1">Universal Description, Discovery, and Integration (UDDI)</h1>
-
-
-
-
-<div><p>Universal Description, Discovery, and Integration (UDDI) specification
-defines a way to publish and discover information about Web services.</p>
-
-<div class="p">UDDI has two functions: <ul>
-<li>It is a SOAP-based protocol that defines how clients communicate with
-UDDI registries.</li>
-
-<li>It is a particular set of global replicated registries.</li>
-
-</ul>
-</div>
-
-<p>UDDI includes an XML schema for SOAP messages that defines a set of documents
-to describe business and services information, a common set of APIs for querying
-and publishing information to the directories, and an API for replicating
-directory entries between peer UDDI nodes.</p>
-
-<p>For more information on UDDI refer to  <a href="http://www.uddi.org" target="_blank">www.uddi.org</a></p>
-
-<div class="section"><h4 class="sectiontitle">UDDI registries</h4><p>UDDI manages the discovery of Web
-services by relying on a distributed registry of businesses and their service
-descriptions implemented in a common XML format. Before you can publish your
-business entity and Web service to a public registry, you must first register
-your business entity with a UDDI registry.</p>
-<p>UDDI registries come in two
-forms: public and private.  Both types comply to the same specifications. 
-A private registry enables you to publish and test your internal e-business
-applications in a secure, private environment.</p>
-<p>A public registry
-is a collection of peer directories that contain information about businesses
-and services. It locates services that are registered at one of its peer nodes
-and facilitates the discovery of published Web services. Data is replicated
-at each of the registries on a regular basis. This ensures consistency in
-service description formats and makes it easy to track changes as they occur. IBM<sup>®</sup> maintains
-two public registries called the IBM UDDI Business Registry and the IBM UDDI Test
-Registry. The IBM UDDI
-Test Registry allows you to develop your Web service and experience the UDDI
-registration process without placing your Web service in an official registry. 
-Use the IBM UDDI
-Test Registry to experiment with UDDI, and to test and validate your Web service. 
-For more information on the IBM's public registries, refer to  <a href="http://uddi.ibm.com" target="_blank">http://uddi.ibm.com</a> For
-a list of public registries, refer to  <a href="http://www.uddi.org/register.html" target="_blank">http://www.uddi.org/register.html</a></p>
-<p>A private
-registry allows you to publish and test your internal applications in a secure,
-private environment.</p>
-<p>The UDDI Business Registry acts as a B2B directory
-linking marketplaces, buyers, and sellers. The information provided in the
-registry consists of three components: white pages, yellow pages, and green
-pages. White pages include the business name, contact information, and a text
-description of the business's services. Yellow pages include industrial categorizations
-based on standard taxonomies such as NAICS, ISO 3166, and UNSPSC. Green pages
-include references to specifications for Web services and pointers to various
-file and URL-based discovery mechanisms. This makes it easy for businesses
-to integrate across marketplaces. Because it is registered, information is
-made available across all applications. For more information on NAICS refer
-to  <a href="http://www.naics.com" target="_blank">www.naics.com</a> For
-more information on UNSPSC refer to  <a href="http://www.unspsc.org" target="_blank">www.unspsc.org</a> For more information on ISO 3166 refer
-to  <a href="http://www.iso.org/iso/en/prods-services/iso3166ma/index.html" target="_blank">http://www.iso.org/iso/en/prods-services/iso3166ma/index.html</a></p>
-<p>Businesses
-populate the registry with descriptions of the services that they support.
-UDDI assigns a unique identifier to each service description and business
-registration. These become the service and business keys respectively. Search
-engines, and applications query the registry to discover services. UDDI servers
-are a directory of available services and service providers.</p>
-</div>
-
-</div>
-
-<div>
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="cwsdlud.html" title="The Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services. UDDI has two functions: (1) it is a SOAP-based protocol that defines how UDDI clients communicate with registries, and (2) it is a particular set of globally replicated registries.">Relationship between UDDI and WSDL</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsilud.html">Relationship between UDDI and WSIL</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../ref/ruddi.html" title="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.">Data structure types (UDDI registry)</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cwsdlud.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cwsdlud.dita
deleted file mode 100644
index fecbf45..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cwsdlud.dita
+++ /dev/null
@@ -1,111 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="cwsdlud" xml:lang="en-us">
-<title>Relationship between UDDI and WSDL</title>
-<shortdesc>The Universal Description, Discovery, and Integration (UDDI) specification
-defines a way to publish and discover information about Web services. UDDI
-has two functions: (1) it is a SOAP-based protocol that defines how UDDI clients
-communicate with registries, and (2) it is a particular set of globally replicated
-registries.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>UDDI<indexterm>relationship with WSDL</indexterm></indexterm>
-<indexterm>WSDL<indexterm>relationship with UDDI</indexterm></indexterm></keywords>
-</metadata></prolog>
-<conbody>
-<p>Registering a service involves four core data structure types:</p>
-<ul>
-<li>The  <systemoutput>businessEntity</systemoutput> data type contains information
-about the business that has a published service.</li>
-<li>The  <systemoutput>businessService</systemoutput> data type is a description
-of a Web service.</li>
-<li>The  <systemoutput>bindingTemplate</systemoutput> data type contains technical
-information for determining the entry point and construction specifications
-for invoking a Web service.</li>
-<li>The  <systemoutput>tModel</systemoutput> data type provides a reference
-system to assist in the discovery of Web services and acts as a technical
-specification for a Web service.</li>
-</ul>
-<p>For more information on the UDDI data types, refer to the related reference
-topics at the end of this topic.</p>
-<p>Web Services Description Language (WSDL) is an XML-based standard specification
-for describing Web services. WSDL defines an XML format for describing network
-services as a set of endpoints that operate on messages that contain either
-document-oriented or procedure-oriented information.</p>
-<p>The WSDL service description can be structured in many ways. However, to
-assist with publishing and finding WSDL service descriptions in a UDDI registry,
-WSDL documents consist of two main parts:&nbsp;</p>
-<ul>
-<li>The service interface definition describes the abstract type interface
-and its protocol binding, known as the WSDL binding document</li>
-<li>The service implementation definition describes the service access location
-information, known as the WSDL service document</li>
-</ul>
-<p>When creating Web services with the Apache Axis run-time environment, the
-Web services tools create a single WSDL document when generating Web services
-from <tm tmclass="special" tmowner="Sun Microsystems, Inc." tmtype="tm" trademark="Java">Java</tm> beans
-or EJBs. This WSDL document contains both the service interface and implementation
-documents.</p>
-<p>A service interface is described by a WSDL document that contains the types,
-import, message, portType, and binding elements. A service interface contains
-the WSDL service definition that will be used to implement one or more services.
-It is an abstract definition of a Web service, and is used to describe a specific
-type of service. This document can reference another service interface document
-using an import element. The Web services tools in this product generate a
-service interface document that contains only the message and portType elements
-that are referenced by the binding document that contains only bindings for
-the portType.</p>
-<p>The service implementation document contains the service elements. A service
-implementation document contains a description of a service that implements
-a service interface. At least one of the import elements will contain a reference
-to the WSDL service interface document; however monolithic WSDL such as that
-created using the Axis run-time environment does not have imports. A service
-implementation document can contain references to more than one service interface
-document.</p>
-<p>A service provider hosts a Web service and makes it accessible using protocols
-such as SOAP/HTTP and SOAP/JMS. The Web service is described by the WSDL documents
-that are stored on the provider's server or in a special repository. The WSDL
-documents are referenced by UDDI business services (service documents) and
-tModels (binding documents). These pointers enable discovery of a Web service
-by a service requestor.</p>
-<p>Figure 1. Relationship between UDDI and WSDL.</p>
-<p> <image alt="Illustration of the relationship between UDDI and WSDL." href="../images/wsdluddi.gif">
-</image> </p>
-<p>Figure 1 illustrates the relationship between UDDI and WSDL. The WSDL service
-element references the WSDL binding element. The URL of the document containing
-the WSDL binding element is published to the UDDI business registry as a tModel.
-The URL of the document containing the WSDL service element is published to
-the UDDI business registry as a businessService and contains information about
-the bindingTemplate. For more information on UDDI registry data structure
-types, refer to the related reference section at the end of this document.
-Note that the import portion of the diagram is optional depending on the run-time
-environment; monolithic WSDL such as that created using the Axis run-time
-environment does not have imports.</p>
-<p>The service implementation describes an instance of a service. The instance
-is defined using a WSDL service element. The service element in a service
-implementation document is used to publish a UDDI businessService. When publishing
-a WSDL service description, a service interface must be published as a tModel
-before a service implementation is published as a businessService.</p>
-<p>A service implementation is published in a UDDI registry as part of a businessService
-with one or more bindingTemplate elements. The businessService is published
-by the service provider. A new businessService is created for a service element
-that is defined in the service implementation document. A new bindingTemplate
-element is created within a businessService for each port element that is
-defined within a service element.</p>
-<p>For more information on the relationship between WSDL and UDDI refer to
- <xref href="http://uddi.org/bestpractices.html" scope="external">uddi.org/bestpractices.html</xref>.</p>
-</conbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="cuddi.dita"></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsdl.dita" scope="peer">
-<linktext>Web Services Description Language (WSDL)</linktext></link>
-</linklist>
-<linklist><title>Related Reference</title>
-<link href="../ref/ruddi.dita"></link>
-<link href="../../org.eclipse.jst.ws.doc.user/ref/rwsdl.dita" scope="peer">
-<linktext>Web Services Description Language (WSDL)</linktext></link>
-</linklist>
-</related-links>
-</concept>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cwsdlud.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cwsdlud.html
deleted file mode 100644
index a3ebdb4..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cwsdlud.html
+++ /dev/null
@@ -1,156 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="concept" name="DC.Type" />
-<meta name="DC.Title" content="Relationship between UDDI and WSDL" />
-<meta name="abstract" content="The Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services. UDDI has two functions: (1) it is a SOAP-based protocol that defines how UDDI clients communicate with registries, and (2) it is a particular set of globally replicated registries." />
-<meta name="description" content="The Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services. UDDI has two functions: (1) it is a SOAP-based protocol that defines how UDDI clients communicate with registries, and (2) it is a particular set of globally replicated registries." />
-<meta content="UDDI, relationship with WSDL, WSDL, relationship with UDDI" name="DC.subject" />
-<meta content="UDDI, relationship with WSDL, WSDL, relationship with UDDI" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="cuddi.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsdl.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/ruddi.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/ref/rwsdl.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="cwsdlud" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Relationship between UDDI and WSDL</title>
-</head>
-<body id="cwsdlud"><a name="cwsdlud"><!-- --></a>
-
-
-<h1 class="topictitle1">Relationship between UDDI and WSDL</h1>
-
-
-
-<div><p>The Universal Description, Discovery, and Integration (UDDI) specification
-defines a way to publish and discover information about Web services. UDDI
-has two functions: (1) it is a SOAP-based protocol that defines how UDDI clients
-communicate with registries, and (2) it is a particular set of globally replicated
-registries.</p>
-
-<p>Registering a service involves four core data structure types:</p>
-
-<ul>
-<li>The  <tt class="sysout">businessEntity</tt> data type contains information
-about the business that has a published service.</li>
-
-<li>The  <tt class="sysout">businessService</tt> data type is a description
-of a Web service.</li>
-
-<li>The  <tt class="sysout">bindingTemplate</tt> data type contains technical
-information for determining the entry point and construction specifications
-for invoking a Web service.</li>
-
-<li>The  <tt class="sysout">tModel</tt> data type provides a reference
-system to assist in the discovery of Web services and acts as a technical
-specification for a Web service.</li>
-
-</ul>
-
-<p>For more information on the UDDI data types, refer to the related reference
-topics at the end of this topic.</p>
-
-<p>Web Services Description Language (WSDL) is an XML-based standard specification
-for describing Web services. WSDL defines an XML format for describing network
-services as a set of endpoints that operate on messages that contain either
-document-oriented or procedure-oriented information.</p>
-
-<p>The WSDL service description can be structured in many ways. However, to
-assist with publishing and finding WSDL service descriptions in a UDDI registry,
-WSDL documents consist of two main parts: </p>
-
-<ul>
-<li>The service interface definition describes the abstract type interface
-and its protocol binding, known as the WSDL binding document</li>
-
-<li>The service implementation definition describes the service access location
-information, known as the WSDL service document</li>
-
-</ul>
-
-<p>When creating Web services with the Apache Axis run-time environment, the
-Web services tools create a single WSDL document when generating Web services
-from Java™ beans
-or EJBs. This WSDL document contains both the service interface and implementation
-documents.</p>
-
-<p>A service interface is described by a WSDL document that contains the types,
-import, message, portType, and binding elements. A service interface contains
-the WSDL service definition that will be used to implement one or more services.
-It is an abstract definition of a Web service, and is used to describe a specific
-type of service. This document can reference another service interface document
-using an import element. The Web services tools in this product generate a
-service interface document that contains only the message and portType elements
-that are referenced by the binding document that contains only bindings for
-the portType.</p>
-
-<p>The service implementation document contains the service elements. A service
-implementation document contains a description of a service that implements
-a service interface. At least one of the import elements will contain a reference
-to the WSDL service interface document; however monolithic WSDL such as that
-created using the Axis run-time environment does not have imports. A service
-implementation document can contain references to more than one service interface
-document.</p>
-
-<p>A service provider hosts a Web service and makes it accessible using protocols
-such as SOAP/HTTP and SOAP/JMS. The Web service is described by the WSDL documents
-that are stored on the provider's server or in a special repository. The WSDL
-documents are referenced by UDDI business services (service documents) and
-tModels (binding documents). These pointers enable discovery of a Web service
-by a service requestor.</p>
-
-<p>Figure 1. Relationship between UDDI and WSDL.</p>
-
-<p> <img src="../images/wsdluddi.gif" alt="Illustration of the relationship between UDDI and WSDL." /> </p>
-
-<p>Figure 1 illustrates the relationship between UDDI and WSDL. The WSDL service
-element references the WSDL binding element. The URL of the document containing
-the WSDL binding element is published to the UDDI business registry as a tModel.
-The URL of the document containing the WSDL service element is published to
-the UDDI business registry as a businessService and contains information about
-the bindingTemplate. For more information on UDDI registry data structure
-types, refer to the related reference section at the end of this document.
-Note that the import portion of the diagram is optional depending on the run-time
-environment; monolithic WSDL such as that created using the Axis run-time
-environment does not have imports.</p>
-
-<p>The service implementation describes an instance of a service. The instance
-is defined using a WSDL service element. The service element in a service
-implementation document is used to publish a UDDI businessService. When publishing
-a WSDL service description, a service interface must be published as a tModel
-before a service implementation is published as a businessService.</p>
-
-<p>A service implementation is published in a UDDI registry as part of a businessService
-with one or more bindingTemplate elements. The businessService is published
-by the service provider. A new businessService is created for a service element
-that is defined in the service implementation document. A new bindingTemplate
-element is created within a businessService for each port element that is
-defined within a service element.</p>
-
-<p>For more information on the relationship between WSDL and UDDI refer to
- <a href="http://uddi.org/bestpractices.html" target="_blank">uddi.org/bestpractices.html</a>.</p>
-
-</div>
-
-<div>
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsdl.html">Web Services Description Language (WSDL)</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../ref/ruddi.html" title="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.">Data structure types (UDDI registry)</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/ref/rwsdl.html">Web Services Description Language (WSDL)</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/addfav.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/addfav.gif
deleted file mode 100644
index 48895f4..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/addfav.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/adduddi.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/adduddi.gif
deleted file mode 100644
index 8399bb0..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/adduddi.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/beaninfojsp.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/beaninfojsp.gif
deleted file mode 100644
index 3cbe40c..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/beaninfojsp.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/bindnode.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/bindnode.gif
deleted file mode 100644
index 7bf5d03..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/bindnode.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/browsebutton.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/browsebutton.gif
deleted file mode 100644
index d84a5bb..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/browsebutton.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/busasst.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/busasst.gif
deleted file mode 100644
index 3fdcbb0..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/busasst.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/fav.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/fav.gif
deleted file mode 100644
index debfabd..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/fav.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/find.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/find.gif
deleted file mode 100644
index 6dc3ebe..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/find.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/fswsdlicon.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/fswsdlicon.gif
deleted file mode 100644
index 3060e55..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/fswsdlicon.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/login.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/login.gif
deleted file mode 100644
index 237bdd2..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/login.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/loginicon.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/loginicon.gif
deleted file mode 100644
index ed510ca..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/loginicon.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/logouticon.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/logouticon.gif
deleted file mode 100644
index d7709cf..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/logouticon.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/mptwsdlicon.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/mptwsdlicon.gif
deleted file mode 100644
index 905e655..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/mptwsdlicon.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/newjsp.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/newjsp.gif
deleted file mode 100644
index 2f4b509..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/newjsp.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/opnode.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/opnode.gif
deleted file mode 100644
index a8eb349..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/opnode.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/proxyonjsp.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/proxyonjsp.gif
deleted file mode 100644
index 652e4ea..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/proxyonjsp.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/publish2.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/publish2.gif
deleted file mode 100644
index 14a11a5..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/publish2.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/pubserv.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/pubserv.gif
deleted file mode 100644
index 31d36b7..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/pubserv.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/refserv.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/refserv.gif
deleted file mode 100644
index f5c015b..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/refserv.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/runjsf.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/runjsf.gif
deleted file mode 100644
index 6e884d2..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/runjsf.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/scenario7.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/scenario7.gif
deleted file mode 100644
index a36531e..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/scenario7.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/servnode.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/servnode.gif
deleted file mode 100644
index e51233d..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/servnode.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/soapudws.cdr b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/soapudws.cdr
deleted file mode 100644
index d5edaeb..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/soapudws.cdr
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/uddi.cdr b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/uddi.cdr
deleted file mode 100644
index 2352f01..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/uddi.cdr
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/uddi.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/uddi.gif
deleted file mode 100644
index 7a02c09..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/uddi.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/uddiref.cdr b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/uddiref.cdr
deleted file mode 100644
index e8da32a..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/uddiref.cdr
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/uddiref.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/uddiref.gif
deleted file mode 100644
index 7c148a7..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/uddiref.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/uddiview.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/uddiview.gif
deleted file mode 100644
index 0601bc8..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/uddiview.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlbnddetl.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlbnddetl.gif
deleted file mode 100644
index 002262f..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlbnddetl.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdldetail.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdldetail.gif
deleted file mode 100644
index ef54568..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdldetail.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdldtlicon.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdldtlicon.gif
deleted file mode 100644
index d8ee67c..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdldtlicon.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlexp.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlexp.gif
deleted file mode 100644
index 92ef10a..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlexp.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlfavicon.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlfavicon.gif
deleted file mode 100644
index f9acc3d..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlfavicon.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlicon.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlicon.gif
deleted file mode 100644
index 9aec326..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlicon.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlnode.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlnode.gif
deleted file mode 100644
index 7b7521a..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlnode.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlop.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlop.gif
deleted file mode 100644
index 287dd4a..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlop.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlopret.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlopret.gif
deleted file mode 100644
index 2c83e35..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlopret.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlopretx.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlopretx.gif
deleted file mode 100644
index eba2026..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlopretx.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlpage.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlpage.gif
deleted file mode 100644
index 537c1c0..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlpage.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlservdet.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlservdet.gif
deleted file mode 100644
index 987cb85..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlservdet.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlstatx.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlstatx.gif
deleted file mode 100644
index 91ba787..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdlstatx.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdltemp.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdltemp.gif
deleted file mode 100644
index 99bd207..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdltemp.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdluddi.cdr b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdluddi.cdr
deleted file mode 100644
index 8949098..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdluddi.cdr
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdluddi.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdluddi.gif
deleted file mode 100644
index febb7d5..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsdluddi.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsilpage.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsilpage.gif
deleted file mode 100644
index b5e6e03..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsilpage.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsilview.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsilview.gif
deleted file mode 100644
index 789d689..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsilview.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsinjsp.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsinjsp.gif
deleted file mode 100644
index 0e5d5f0..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wsinjsp.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wswizicon.gif b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wswizicon.gif
deleted file mode 100644
index 3b17aa7..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/images/wswizicon.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/_k.cfs b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/_k.cfs
deleted file mode 100644
index de87c13..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/_k.cfs
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/deletable b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/deletable
deleted file mode 100644
index 593f470..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/deletable
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/indexed_contributions b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/indexed_contributions
deleted file mode 100644
index bffb910..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/indexed_contributions
+++ /dev/null
@@ -1,3 +0,0 @@
-#This is a generated file; do not edit.

-#Wed May 14 16:49:29 EDT 2008

-org.eclipse.jst.ws.consumption.ui.doc.user=org.eclipse.jst.ws.consumption.ui.doc.user\n1.0.400.qualifier

diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/indexed_dependencies b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/indexed_dependencies
deleted file mode 100644
index 5e02d64..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/indexed_dependencies
+++ /dev/null
@@ -1,4 +0,0 @@
-#This is a generated file; do not edit.

-#Wed May 14 16:49:29 EDT 2008

-lucene=1.9.1.v200803061811

-analyzer=org.eclipse.help.base\#3.3.100.v20080425?locale\=en

diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/indexed_docs b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/indexed_docs
deleted file mode 100644
index eb546fd..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/indexed_docs
+++ /dev/null
@@ -1,21 +0,0 @@
-#This is a generated file; do not edit.

-#Wed May 14 16:49:29 EDT 2008

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tlogexp.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/taddreg.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tdiscov.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/treg.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tgenwsil.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cwsdlud.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tassert.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cuddi.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/ref/ruddi.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tupdate.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/twsdlexp.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tunpub.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tstrtexp.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tbkmrk.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tpublish.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tbusproj.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tpubent.html=0

-/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/ttestwsdl.html=0

diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/segments b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/segments
deleted file mode 100644
index 6222156..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/index/segments
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/myplugin.xml b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/myplugin.xml
deleted file mode 100644
index 9817aa5..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/myplugin.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<?NLS TYPE="org.eclipse.help.toc"?> 
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<plugin>
-  
-	<extension point="org.eclipse.help.toc">
-		<toc file="wsconsumptionbuild_toc.xml"/>
-		<toc file="wsconsumptiont_toc.xml" />
-       <index path="index/"/>
-	</extension>
-    <extension point="org.eclipse.help.index">
-      <index file="org.eclipse.jst.ws.consumption.ui.doc.userindex.xml"/>
-</extension>
-    <extension point="org.eclipse.help.base.luceneSearchParticipants">
-      <binding participantId="org.eclipse.help.base.xhtml"/>
-   </extension>
-</plugin>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/org.eclipse.jst.ws.consumption.ui.doc.user.maplist b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/org.eclipse.jst.ws.consumption.ui.doc.user.maplist
deleted file mode 100644
index aec04b0..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/org.eclipse.jst.ws.consumption.ui.doc.user.maplist
+++ /dev/null
@@ -1,10 +0,0 @@
-<maplist version="3.6.2">
-  <nav>
-    <map file="wsconsumptionbuild_toc.ditamap"/>
-    <map file="wsconsumptiont_toc.ditamap"/>
-  </nav>
-  <link>
-    <map file="wsconsumptiont_toc.ditamap"/>
-    <map file="wsconsumptionbuild_toc.ditamap"/>
-  </link>
-</maplist>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/org.eclipse.jst.ws.consumption.ui.doc.userindex.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/org.eclipse.jst.ws.consumption.ui.doc.userindex.html
deleted file mode 100644
index 82527a6..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/org.eclipse.jst.ws.consumption.ui.doc.userindex.html
+++ /dev/null
@@ -1,179 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html
-  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="copyright" content="Copyright (c) 2000, 2006 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="security" content="public" />
-<meta name="Robots" content="index,follow" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta name="DC.Format" content="XHTML" />
-<link rel="stylesheet" type="text/css" href="../org.eclipse.wst.doc.user/ibmdita.css" />
-<link rel="stylesheet" type="text/css" href="../org.eclipse.wst.doc.user/common.css" />
-<title>Index</title>
-</head>
-<body>
-<h1>Index</h1>
-<a name="IDX0_42" href="#IDX1_42">B</a>
-<a name="IDX0_44" href="#IDX1_44">D</a>
-<a name="IDX0_52" href="#IDX1_52">R</a>
-<a name="IDX0_53" href="#IDX1_53">S</a>
-<a name="IDX0_55" href="#IDX1_55">U</a>
-<a name="IDX0_57" href="#IDX1_57">W</a>
-<hr></hr>
-<strong><a name="IDX1_42" href="#IDX0_42">B</a></strong>
-<ul class="indexlist">
-<li>business entities
-<ul class="indexlist">
-<li><a href="tasks/tuddiexp.html#tuddiexp">publishing</a>
-</li>
-<li><a href="tasks/tpubent.html#tpubent">publishing to UDDI</a>
-</li>
-<li><a href="tasks/tunpub.html#tunpub">removing from a UDDI registry</a>
-</li>
-<li><a href="tasks/tupdate.html#tupdate">updating in a UDDI registry</a>
-</li>
-</ul>
-</li>
-</ul>
-<strong><a name="IDX1_44" href="#IDX0_44">D</a></strong>
-<ul class="indexlist">
-<li>data structure types
-<ul class="indexlist">
-<li><a href="ref/ruddi.html#ruddi">UDDI registry</a>
-</li>
-</ul>
-</li>
-</ul>
-<strong><a name="IDX1_52" href="#IDX0_52">R</a></strong>
-<ul class="indexlist">
-<li>registries
-<ul class="indexlist">
-<li><a href="tasks/taddreg.html#taddreg">adding to the Web Services Explorer</a>
-</li>
-</ul>
-</li>
-</ul>
-<strong><a name="IDX1_53" href="#IDX0_53">S</a></strong>
-<ul class="indexlist">
-<li>service interfaces
-<ul class="indexlist">
-<li><a href="tasks/tunpub.html#tunpub">removing from a UDDI registry</a>
-</li>
-<li><a href="tasks/tupdate.html#tupdate">updating UDDI registries</a>
-</li>
-</ul>
-</li>
-</ul>
-<strong><a name="IDX1_55" href="#IDX0_55">U</a></strong>
-<ul class="indexlist">
-<li><a href="concepts/cuddi.html#cuddi">UDDI</a>
-<ul class="indexlist">
-<li><a href="ref/ruddi.html#ruddi">data structure types</a>
-</li>
-<li><a href="tasks/tdiscov.html#tdiscov">discovering Web services</a>
-</li>
-<li><a href="tasks/tlogexp.html#tlogexp">logging into a registry</a>
-</li>
-<li><a href="tasks/tassert.html#tassert">managing publisher assertions</a>
-</li>
-<li><a href="tasks/tbusproj.html#tbusproj">managing services</a>
-</li>
-<li><a href="tasks/tpubent.html#tpubent">publishing a business entity</a>
-</li>
-<li><a href="tasks/tpublish.html#tpublish">publishing a Web service</a>
-</li>
-<li><a href="tasks/treg.html#treg">registering with a registry</a>
-</li>
-<li><a href="concepts/cwsdlud.html#cwsdlud">relationship with WSDL</a>
-</li>
-<li><a href="tasks/tunpub.html#tunpub">removing services from a registry</a>
-</li>
-</ul>
-</li>
-<li><a href="concepts/cuddi.html#cuddi">Universal Description, Discovery, and Integration</a>
-</li>
-</ul>
-<strong><a name="IDX1_57" href="#IDX0_57">W</a></strong>
-<ul class="indexlist">
-<li>Web Service Explorer
-<ul class="indexlist">
-<li><a href="tasks/tbkmrk.html#tbkmrk">adding Favorites</a>
-</li>
-</ul>
-</li>
-<li>Web services
-<ul class="indexlist">
-<li><a href="tasks/taddreg.html#taddreg">adding a registry to the Web Services Explorer</a>
-</li>
-<li><a href="tasks/tdiscov.html#tdiscov">discovering</a>
-</li>
-<li><a href="tasks/twsdlexp.html#twsdlexp">exploring WSDL</a>
-</li>
-<li><a href="tasks/tgenwsil.html#tgenwsil">generating WSIL</a>
-</li>
-<li><a href="tasks/tbusproj.html#tbusproj">managing services</a>
-</li>
-<li><a href="tasks/tpubent.html#tpubent">publishing a business entity</a>
-</li>
-<li><a href="tasks/tpublish.html#tpublish">publishing to a UDDI registry</a>
-</li>
-<li><a href="tasks/treg.html#treg">registering with a UDDI registry</a>
-</li>
-<li><a href="tasks/tunpub.html#tunpub">removing from a UDDI registry</a>
-</li>
-<li><a href="tasks/ttestwsdl.html#ttestwsdl">testing with the Web Services Explorer</a>
-</li>
-<li><a href="concepts/cuddi.html#cuddi">UDDI</a>
-</li>
-<li><a href="tasks/tupdate.html#tupdate">updating UDDI registries</a>
-</li>
-</ul>
-</li>
-<li>Web Services
-<ul class="indexlist">
-<li>publishing
-<ul class="indexlist">
-<li><a href="tasks/tuddiexp.html#tuddiexp">overview</a>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-<li>Web Services Explorer
-<ul class="indexlist">
-<li><a href="tasks/taddreg.html#taddreg">adding a registry</a>
-</li>
-<li><a href="tasks/tstrtexp.html#tstrtexp">launching</a>
-</li>
-<li><a href="tasks/tlogexp.html#tlogexp">logging into a UDDI registry</a>
-</li>
-<li><a href="tasks/tuddiexp.html#tuddiexp">publishing Web services</a>
-</li>
-</ul>
-</li>
-<li>WSDL
-<ul class="indexlist">
-<li><a href="tasks/tbkmrk.html#tbkmrk">adding to Favorites</a>
-</li>
-<li><a href="tasks/twsdlexp.html#twsdlexp">exploring</a>
-</li>
-<li><a href="concepts/cwsdlud.html#cwsdlud">relationship with UDDI</a>
-</li>
-<li><a href="tasks/ttestwsdl.html#ttestwsdl">testing with the Web Services Explorer</a>
-</li>
-</ul>
-</li>
-<li>WSIL
-<ul class="indexlist">
-<li><a href="tasks/tbkmrk.html#tbkmrk">adding to Favorites</a>
-</li>
-<li><a href="tasks/tdiscov.html#tdiscov">discovering Web services</a>
-</li>
-<li><a href="tasks/tgenwsil.html#tgenwsil">generating</a>
-</li>
-</ul>
-</li>
-</ul>
-</body></html>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/org.eclipse.jst.ws.consumption.ui.doc.userindex.xml b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/org.eclipse.jst.ws.consumption.ui.doc.userindex.xml
deleted file mode 100644
index 8476076..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/org.eclipse.jst.ws.consumption.ui.doc.userindex.xml
+++ /dev/null
@@ -1,164 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<index>
-  <entry keyword="UDDI">
-    <topic href="concepts/cuddi.html#cuddi" title="Universal Description, Discovery, and Integration (UDDI)"/>
-    <entry keyword="relationship with WSDL">
-      <topic href="concepts/cwsdlud.html#cwsdlud" title="Relationship between UDDI and WSDL"/>
-    </entry>
-    <entry keyword="discovering Web services">
-      <topic href="tasks/tdiscov.html#tdiscov" title="Discovering Web Services"/>
-    </entry>
-    <entry keyword="registering with a registry">
-      <topic href="tasks/treg.html#treg" title="Registering with a UDDI registry"/>
-    </entry>
-    <entry keyword="logging into a registry">
-      <topic href="tasks/tlogexp.html#tlogexp" title="Logging in to a UDDI registry"/>
-    </entry>
-    <entry keyword="publishing a business entity">
-      <topic href="tasks/tpubent.html#tpubent" title="Publishing a business entity"/>
-    </entry>
-    <entry keyword="publishing a Web service">
-      <topic href="tasks/tpublish.html#tpublish" title="Publishing a Web service"/>
-    </entry>
-    <entry keyword="data structure types">
-      <topic href="ref/ruddi.html#ruddi" title="Data structure types (UDDI registry)"/>
-    </entry>
-    <entry keyword="removing services from a registry">
-      <topic href="tasks/tunpub.html#tunpub" title="Removing a business entity, Web service, or service interface from a registry"/>
-    </entry>
-    <entry keyword="managing services">
-      <topic href="tasks/tbusproj.html#tbusproj" title="Managing referenced services"/>
-    </entry>
-    <entry keyword="managing publisher assertions">
-      <topic href="tasks/tassert.html#tassert" title="Managing publisher assertions"/>
-    </entry>
-  </entry>
-  <entry keyword="Universal Description, Discovery, and Integration">
-    <topic href="concepts/cuddi.html#cuddi" title="Universal Description, Discovery, and Integration (UDDI)"/>
-  </entry>
-  <entry keyword="Web services">
-    <entry keyword="UDDI">
-      <topic href="concepts/cuddi.html#cuddi" title="Universal Description, Discovery, and Integration (UDDI)"/>
-    </entry>
-    <entry keyword="discovering">
-      <topic href="tasks/tdiscov.html#tdiscov" title="Discovering Web Services"/>
-    </entry>
-    <entry keyword="exploring WSDL files">
-      <topic href="tasks/twsdlexp.html#twsdlexp" title="Exploring WSDL using the WSDL Explorer"/>
-    </entry>
-    <entry keyword="testing with the Web Services Explorer">
-      <topic href="tasks/ttestwsdl.html#ttestwsdl" title="Testing WSDL documents and Web services using the WSDL Explorer"/>
-    </entry>
-    <entry keyword="registering with a UDDI registry">
-      <topic href="tasks/treg.html#treg" title="Registering with a UDDI registry"/>
-    </entry>
-    <entry keyword="adding a registry to the Web Services Explorer">
-      <topic href="tasks/taddreg.html#taddreg" title="Adding a Registry to the Web Services Explorer"/>
-    </entry>
-    <entry keyword="publishing">
-      <entry keyword="business entities">
-        <topic href="tasks/tpubent.html#tpubent" title="Publishing a business entity"/>
-      </entry>
-      <entry keyword="UDDI registry">
-        <topic href="tasks/tpublish.html#tpublish" title="Publishing a Web service"/>
-      </entry>
-    </entry>
-    <entry keyword="updating UDDI registries">
-      <topic href="tasks/tupdate.html#tupdate" title="Updating a business entity, Web service, or service interface"/>
-    </entry>
-    <entry keyword="removing from a UDDI registry">
-      <topic href="tasks/tunpub.html#tunpub" title="Removing a business entity, Web service, or service interface from a registry"/>
-    </entry>
-    <entry keyword="managing services">
-      <topic href="tasks/tbusproj.html#tbusproj" title="Managing referenced services"/>
-    </entry>
-    <entry keyword="generating WSIL files">
-      <topic href="tasks/tgenwsil.html#tgenwsil" title="Generating a WSIL file"/>
-    </entry>
-  </entry>
-  <entry keyword="WSDL">
-    <entry keyword="relationship with UDDI">
-      <topic href="concepts/cwsdlud.html#cwsdlud" title="Relationship between UDDI and WSDL"/>
-    </entry>
-    <entry keyword="adding to Favorites">
-      <topic href="tasks/tbkmrk.html#tbkmrk" title="Adding a registry, business entity, business service, service interface, WSIL, or WSDL service to Favorites"/>
-    </entry>
-  </entry>
-  <entry keyword="WSIL files">
-    <entry keyword="discovering Web services">
-      <topic href="tasks/tdiscov.html#tdiscov" title="Discovering Web Services"/>
-    </entry>
-    <entry keyword="generating">
-      <topic href="tasks/tgenwsil.html#tgenwsil" title="Generating a WSIL file"/>
-    </entry>
-  </entry>
-  <entry keyword="WSDL files">
-    <entry keyword="exploring">
-      <topic href="tasks/twsdlexp.html#twsdlexp" title="Exploring WSDL using the WSDL Explorer"/>
-    </entry>
-    <entry keyword="testing with the Web Services Explorer">
-      <topic href="tasks/ttestwsdl.html#ttestwsdl" title="Testing WSDL documents and Web services using the WSDL Explorer"/>
-    </entry>
-  </entry>
-  <entry keyword="Web Services">
-    <entry keyword="publishing">
-      <entry keyword="overview">
-        <topic href="tasks/tuddiexp.html#tuddiexp" title="Publishing Web services and business entities"/>
-      </entry>
-    </entry>
-  </entry>
-  <entry keyword="business entities">
-    <entry keyword="publishing">
-      <topic href="tasks/tuddiexp.html#tuddiexp" title="Publishing Web services and business entities"/>
-    </entry>
-    <entry keyword="publishing to UDDI">
-      <topic href="tasks/tpubent.html#tpubent" title="Publishing a business entity"/>
-    </entry>
-    <entry keyword="updating in a UDDI registry">
-      <topic href="tasks/tupdate.html#tupdate" title="Updating a business entity, Web service, or service interface"/>
-    </entry>
-    <entry keyword="removing from a UDDI registry">
-      <topic href="tasks/tunpub.html#tunpub" title="Removing a business entity, Web service, or service interface from a registry"/>
-    </entry>
-  </entry>
-  <entry keyword="Web Services Explorer">
-    <entry keyword="publishing Web services">
-      <topic href="tasks/tuddiexp.html#tuddiexp" title="Publishing Web services and business entities"/>
-    </entry>
-    <entry keyword="launching">
-      <topic href="tasks/tstrtexp.html#tstrtexp" title="Launching the Web Services Explorer"/>
-    </entry>
-    <entry keyword="logging into a UDDI registry">
-      <topic href="tasks/tlogexp.html#tlogexp" title="Logging in to a UDDI registry"/>
-    </entry>
-    <entry keyword="adding a registry">
-      <topic href="tasks/taddreg.html#taddreg" title="Adding a Registry to the Web Services Explorer"/>
-    </entry>
-    <entry keyword="adding Favorites">
-      <topic href="tasks/tbkmrk.html#tbkmrk" title="Adding a registry, business entity, business service, service interface, WSIL, or WSDL service to Favorites"/>
-    </entry>
-  </entry>
-  <entry keyword="registries">
-    <entry keyword="adding to the Web Services Explorer">
-      <topic href="tasks/taddreg.html#taddreg" title="Adding a Registry to the Web Services Explorer"/>
-    </entry>
-  </entry>
-  <entry keyword="data structure types">
-    <entry keyword="UDDI registry">
-      <topic href="ref/ruddi.html#ruddi" title="Data structure types (UDDI registry)"/>
-    </entry>
-  </entry>
-  <entry keyword="service interfaces">
-    <entry keyword="updating UDDI registries">
-      <topic href="tasks/tupdate.html#tupdate" title="Updating a business entity, Web service, or service interface"/>
-    </entry>
-    <entry keyword="removing from a UDDI registry">
-      <topic href="tasks/tunpub.html#tunpub" title="Removing a business entity, Web service, or service interface from a registry"/>
-    </entry>
-  </entry>
-  <entry keyword="WSIL">
-    <entry keyword="adding to Favorites">
-      <topic href="tasks/tbkmrk.html#tbkmrk" title="Adding a registry, business entity, business service, service interface, WSIL, or WSDL service to Favorites"/>
-    </entry>
-  </entry>
-</index>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/plugin.properties b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/plugin.properties
deleted file mode 100644
index 2df4674..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/plugin.properties
+++ /dev/null
@@ -1,15 +0,0 @@
-###############################################################################
-# Copyright (c) 2001, 2005 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-# 
-# Contributors:
-#     IBM Corporation - initial API and implementation
-###############################################################################
-# NLS_MESSAGEFORMAT_VAR 
-# NLS_ENCODING=UTF-8 
-
-pluginName = Web service consumption documentation
-pluginProvider = Eclipse.org
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/plugin.xml b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/plugin.xml
deleted file mode 100644
index 9817aa5..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/plugin.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<?NLS TYPE="org.eclipse.help.toc"?> 
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<plugin>
-  
-	<extension point="org.eclipse.help.toc">
-		<toc file="wsconsumptionbuild_toc.xml"/>
-		<toc file="wsconsumptiont_toc.xml" />
-       <index path="index/"/>
-	</extension>
-    <extension point="org.eclipse.help.index">
-      <index file="org.eclipse.jst.ws.consumption.ui.doc.userindex.xml"/>
-</extension>
-    <extension point="org.eclipse.help.base.luceneSearchParticipants">
-      <binding participantId="org.eclipse.help.base.xhtml"/>
-   </extension>
-</plugin>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/ref/ruddi.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/ref/ruddi.dita
deleted file mode 100644
index e976fef..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/ref/ruddi.dita
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
- "reference.dtd">
-<reference id="ruddi" xml:lang="en-us">
-<title>Data structure types (UDDI registry)</title>
-<shortdesc>Once you have registered and logged in to the UDDI registry that
-you want to use, you can register your Web service. Registration of a service
-involves four core data structure types: business information, service information,
-binding information, and information describing the specifications for services.
-The relationship between these data types is described in Figure 1.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>UDDI<indexterm>data structure types</indexterm></indexterm>
-<indexterm>data structure types<indexterm>UDDI registry</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<refbody>
-<section><lq> <p> <uicontrol>Business information.</uicontrol> Information
-that is contained in a  <systemoutput>businessEntity</systemoutput> structure.
-The  <systemoutput>businessEntity</systemoutput> contains information about
-the business that has published the service, such as business name, description,
-contacts and identifiers.</p> <p> <uicontrol>Service information.</uicontrol> Information
-that describes a group of Web services. It is contained in a  <systemoutput>businessService</systemoutput> structure.
-The  <systemoutput>businessService</systemoutput> contains information about
-families of technical services.&nbsp; It groups a set of Web services related
-to either a business process or group of services.</p> <p> <uicontrol>Binding
-information.</uicontrol> Information represented by the  <systemoutput>bindingTemplate</systemoutput> structure.
-The  <systemoutput>bindingTemplate</systemoutput> holds technical information
-for determining the entry point and construction specifications for invoking
-a Web service.&nbsp; The  <systemoutput>bindingTemplate</systemoutput> provides
-the Web service descriptions relevant for application developers that want
-to find and invoke a Web service.&nbsp; The  <systemoutput>bindingTemplate</systemoutput> points
-to a service implementation descriptions, for example via a URL.</p> <p> <uicontrol>Information
-describing the specifications for services.</uicontrol> Metadata about the
-various specifications implemented by a given Web service represented by the
- <systemoutput>tModel</systemoutput>. The  <systemoutput>tModel</systemoutput> provides
-a reference system to assist in the discovery of Web services.</p> </lq><p>Figure
-1. Relationship between data types.</p><p> <image alt="Figure 1 illustrates the relationship between the business entity, business service, binding template, and tmodel."
-href="../images/uddi.gif"></image> </p><p>Each child structure has a unique
-parent structure. This means that each  <systemoutput>businessService</systemoutput> structure
-is owned by a specific  <systemoutput>businessEntity</systemoutput>. In turn,
-each  <systemoutput>bindingTemplate</systemoutput> is owned by a specific
- <systemoutput>businessService</systemoutput>. Each  <systemoutput>bindingTemplate</systemoutput> structure
-references to unique instances of  <systemoutput>tModel</systemoutput> structures;
-however, since references can be repeated within several parent structures,
-there can be many references to  <systemoutput>tModels</systemoutput> from
-different Entity-Service-Template parents, as seen in Figure 2.</p><p>Figure
-2. References to tModel.</p><p> <image alt="Figure 2 illustrates the multiple references to a tModel."
-href="../images/uddiref.gif"></image> </p></section>
-<section><title>Publisher assertions</title><p>A publisher assertion is a
-way in UDDI to associate businessEntity structures. The publisher assertion
-defines a group of businessEntity structures. Many businesses are not effectively
-represented by a single businessEntity. A publisher assertion allows for the
-association between businessEntity structures. For example, a large company
-may have several subsidiaries that have different descriptions but are still
-closely coupled and want to make their relationships visible in UDDI registries.</p></section>
-<section><title>Service projections</title><p>A service projection enables
-a business entity to reference a service that was published by another business
-entity. By using the businessService structure as a projection to an already
-published businessService, businesses can share or reuse services. Service
-projections are managed centrally as part of the referencing businessEntity.
-This means that any changes made to the businessService by any of the referencing
-businessEntity structures are valid for all of the referencing businessEntity
-structures.</p></section>
-</refbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext> Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../tasks/tuddiexp.dita"></link>
-</linklist>
-</related-links>
-</reference>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/ref/ruddi.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/ref/ruddi.html
deleted file mode 100644
index 95b362e..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/ref/ruddi.html
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="reference" name="DC.Type" />
-<meta name="DC.Title" content="Data structure types (UDDI registry)" />
-<meta name="abstract" content="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1." />
-<meta name="description" content="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1." />
-<meta content="UDDI, data structure types, UDDI registry" name="DC.subject" />
-<meta content="UDDI, data structure types, UDDI registry" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tpublish.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tuddiexp.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="ruddi" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Data structure types (UDDI registry)</title>
-</head>
-<body id="ruddi"><a name="ruddi"><!-- --></a>
-
-
-<h1 class="topictitle1">Data structure types (UDDI registry)</h1>
-
-
-
-<div><p>Once you have registered and logged in to the UDDI registry that
-you want to use, you can register your Web service. Registration of a service
-involves four core data structure types: business information, service information,
-binding information, and information describing the specifications for services.
-The relationship between these data types is described in Figure 1.</p>
-
-<div class="section"><blockquote> <p> <span class="uicontrol">Business information.</span> Information
-that is contained in a  <tt class="sysout">businessEntity</tt> structure.
-The  <tt class="sysout">businessEntity</tt> contains information about
-the business that has published the service, such as business name, description,
-contacts and identifiers.</p>
- <p> <span class="uicontrol">Service information.</span> Information
-that describes a group of Web services. It is contained in a  <tt class="sysout">businessService</tt> structure.
-The  <tt class="sysout">businessService</tt> contains information about
-families of technical services.  It groups a set of Web services related
-to either a business process or group of services.</p>
- <p> <span class="uicontrol">Binding
-information.</span> Information represented by the  <tt class="sysout">bindingTemplate</tt> structure.
-The  <tt class="sysout">bindingTemplate</tt> holds technical information
-for determining the entry point and construction specifications for invoking
-a Web service.  The  <tt class="sysout">bindingTemplate</tt> provides
-the Web service descriptions relevant for application developers that want
-to find and invoke a Web service.  The  <tt class="sysout">bindingTemplate</tt> points
-to a service implementation descriptions, for example via a URL.</p>
- <p> <span class="uicontrol">Information
-describing the specifications for services.</span> Metadata about the
-various specifications implemented by a given Web service represented by the
- <tt class="sysout">tModel</tt>. The  <tt class="sysout">tModel</tt> provides
-a reference system to assist in the discovery of Web services.</p>
- </blockquote>
-<p>Figure
-1. Relationship between data types.</p>
-<p> <img src="../images/uddi.gif" alt="Figure 1 illustrates the relationship between the business entity, business service, binding template, and tmodel." /> </p>
-<p>Each child structure has a unique
-parent structure. This means that each  <tt class="sysout">businessService</tt> structure
-is owned by a specific  <tt class="sysout">businessEntity</tt>. In turn,
-each  <tt class="sysout">bindingTemplate</tt> is owned by a specific
- <tt class="sysout">businessService</tt>. Each  <tt class="sysout">bindingTemplate</tt> structure
-references to unique instances of  <tt class="sysout">tModel</tt> structures;
-however, since references can be repeated within several parent structures,
-there can be many references to  <tt class="sysout">tModels</tt> from
-different Entity-Service-Template parents, as seen in Figure 2.</p>
-<p>Figure
-2. References to tModel.</p>
-<p> <img src="../images/uddiref.gif" alt="Figure 2 illustrates the multiple references to a tModel." /> </p>
-</div>
-
-<div class="section"><h4 class="sectiontitle">Publisher assertions</h4><p>A publisher assertion is a
-way in UDDI to associate businessEntity structures. The publisher assertion
-defines a group of businessEntity structures. Many businesses are not effectively
-represented by a single businessEntity. A publisher assertion allows for the
-association between businessEntity structures. For example, a large company
-may have several subsidiaries that have different descriptions but are still
-closely coupled and want to make their relationships visible in UDDI registries.</p>
-</div>
-
-<div class="section"><h4 class="sectiontitle">Service projections</h4><p>A service projection enables
-a business entity to reference a service that was published by another business
-entity. By using the businessService structure as a projection to an already
-published businessService, businesses can share or reuse services. Service
-projections are managed centrally as part of the referencing businessEntity.
-This means that any changes made to the businessService by any of the referencing
-businessEntity structures are valid for all of the referencing businessEntity
-structures.</p>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/tpublish.html" title="The Web service, also known as the business service, describes a Web service's endpoint and where its WSDL file resides. The WSDL file lists the operations that service provides.">Publishing a Web service</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/taddreg.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/taddreg.dita
deleted file mode 100644
index 7015ecc..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/taddreg.dita
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="taddreg" xml:lang="en-us">
-<title>Adding a Registry to the Web Services Explorer</title>
-<titlealts>
-<searchtitle>Adding a Registry to the Web Services Explorer</searchtitle>
-</titlealts>
-<shortdesc>Although the Web Services Explorer comes populated with several
-registries, you can also add additional registries to your list of favorites.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>Web services<indexterm>adding a registry to the Web Services
-Explorer</indexterm></indexterm><indexterm>Web Services Explorer<indexterm>adding
-a registry</indexterm></indexterm><indexterm>registries<indexterm>adding to
-the Web Services Explorer</indexterm></indexterm></keywords>
-</metadata></prolog>
-<taskbody>
-<prereq><p>Prerequisites:<ol>
-<li><xref href="treg.dita">Register with a registry</xref></li>
-<li><xref href="tstrtexp.dita">Launch the Web Services Explorer</xref></li>
-</ol></p></prereq>
-<context><p>When you are ready to publish your business entity and Web service,
-add a production registry to the Web Services Explorer. In order to publish
-your business entity and Web service to a production registry, you must first
-register with the registry. The registry will provide instructions for registering.
-For more information on registries, refer to  <xref href="treg.dita">Registering
-with a registry</xref>.</p><p>The UDDI Business Registry is a set of global
-replicated registries. For a list of public registries refer to  <xref href="http://www.UDDI.org/register.html"
-scope="external">www.uddi.org/register.html</xref></p><p>The <tm tmclass="ibm"
-tmowner="IBM Corporation" tmtype="reg" trademark="IBM">IBM</tm> UDDI Business
-Registry is a public production registry maintained by <tm tmclass="ibm" tmowner="IBM Corporation"
-tmtype="reg" trademark="IBM">IBM</tm>. For more information on the <tm tmclass="ibm"
-tmowner="IBM Corporation" tmtype="reg" trademark="IBM">IBM</tm> UDDI Business
-Registry refer to  <xref format="html" href="http://uddi.ibm.com" scope="external">http://uddi.ibm.com</xref></p></context>
-<steps>
-<step><cmd>To add a Registry to the Web Services Explorer from Favorites,
-do the following:</cmd>
-<substeps>
-<substep><cmd>Click the  <uicontrol>Favorites</uicontrol> icon  <image alt="Picture of the Favorites icon."
-href="../images/fav.gif"></image> in the main toolbar.</cmd></substep>
-<substep><cmd>Expand  <uicontrol>Favorite UDDI Registries</uicontrol>.</cmd>
-</substep>
-<substep><cmd>Select a registry then click the  <uicontrol>Add to UDDI Page</uicontrol> icon
- <image alt="Picture of the Add to UDDI Page icon." href="../images/adduddi.gif">
-</image> in the Actions pane.</cmd></substep>
-</substeps>
-</step>
-<step><cmd>To add a Registry to the Web Services Explorer manually, do the
-following:</cmd>
-<substeps>
-<substep><cmd>In the UDDI Navigator pane, click the  <uicontrol>UDDI Main</uicontrol> node.</cmd>
-</substep>
-<substep><cmd>In the Actions pane, enter the Registry name and Inquiry URL
-of the registry you want to add.</cmd></substep>
-<substep><cmd>Click  <uicontrol>Go</uicontrol>.</cmd></substep>
-</substeps>
-</step>
-</steps>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext> Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="../concepts/cuddi.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="tuddiexp.dita"></link>
-<link href="tstrtexp.dita"></link>
-<link href="treg.dita"></link>
-</linklist>
-<linklist><title>Related Reference</title>
-<link href="../ref/ruddi.dita"></link>
-</linklist>
-</related-links>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/taddreg.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/taddreg.html
deleted file mode 100644
index 189ef07..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/taddreg.html
+++ /dev/null
@@ -1,120 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Adding a Registry to the Web Services Explorer" />
-<meta name="abstract" content="Although the Web Services Explorer comes populated with several registries, you can also add additional registries to your list of favorites." />
-<meta name="description" content="Although the Web Services Explorer comes populated with several registries, you can also add additional registries to your list of favorites." />
-<meta content="Web services, adding a registry to the Web Services Explorer, Web Services Explorer, adding a registry, registries, adding to the Web Services Explorer" name="DC.subject" />
-<meta content="Web services, adding a registry to the Web Services Explorer, Web Services Explorer, adding a registry, registries, adding to the Web Services Explorer" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cuddi.html" />
-<meta scheme="URI" name="DC.Relation" content="tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="tstrtexp.html" />
-<meta scheme="URI" name="DC.Relation" content="treg.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/ruddi.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="taddreg" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Adding a Registry to the Web Services Explorer</title>
-</head>
-<body id="taddreg"><a name="taddreg"><!-- --></a>
-
-
-<h1 class="topictitle1">Adding a Registry to the Web Services Explorer</h1>
-
-
-
-
-<div><p>Although the Web Services Explorer comes populated with several
-registries, you can also add additional registries to your list of favorites.</p>
-
-<div class="p"><div class="p">Prerequisites:<ol>
-<li><a href="treg.html">Register with a registry</a></li>
-
-<li><a href="tstrtexp.html">Launch the Web Services Explorer</a></li>
-
-</ol>
-</div>
-</div>
-
-<div class="section"><p>When you are ready to publish your business entity and Web service,
-add a production registry to the Web Services Explorer. In order to publish
-your business entity and Web service to a production registry, you must first
-register with the registry. The registry will provide instructions for registering.
-For more information on registries, refer to  <a href="treg.html">Registering with a registry</a>.</p>
-<p>The UDDI Business Registry is a set of global
-replicated registries. For a list of public registries refer to  <a href="http://www.UDDI.org/register.html" target="_blank">www.uddi.org/register.html</a></p>
-<p>The IBM<sup>®</sup> UDDI Business
-Registry is a public production registry maintained by IBM. For more information on the IBM UDDI Business
-Registry refer to  <a href="http://uddi.ibm.com" target="_blank">http://uddi.ibm.com</a></p>
-</div>
-
-<ol>
-<li><span>To add a Registry to the Web Services Explorer from Favorites,
-do the following:</span>
-<ol type="a">
-<li><span>Click the  <span class="uicontrol">Favorites</span> icon  <img src="../images/fav.gif" alt="Picture of the Favorites icon." /> in the main toolbar.</span></li>
-
-<li><span>Expand  <span class="uicontrol">Favorite UDDI Registries</span>.</span>
-</li>
-
-<li><span>Select a registry then click the  <span class="uicontrol">Add to UDDI Page</span> icon
- <img src="../images/adduddi.gif" alt="Picture of the Add to UDDI Page icon." /> in the Actions pane.</span></li>
-
-</ol>
-
-</li>
-
-<li><span>To add a Registry to the Web Services Explorer manually, do the
-following:</span>
-<ol type="a">
-<li><span>In the UDDI Navigator pane, click the  <span class="uicontrol">UDDI Main</span> node.</span>
-</li>
-
-<li><span>In the Actions pane, enter the Registry name and Inquiry URL
-of the registry you want to add.</span></li>
-
-<li><span>Click  <span class="uicontrol">Go</span>.</span></li>
-
-</ol>
-
-</li>
-
-</ol>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="../concepts/cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-<div><a href="tstrtexp.html" title="The Web services tools allows you to launch the Web Services Explorer in several ways.">Launching the Web Services Explorer</a></div>
-<div><a href="treg.html" title="In order to publish your business entity and Web service to a UDDI registry, you must first register with the registry that you want to use.">Registering with a UDDI registry</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../ref/ruddi.html" title="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.">Data structure types (UDDI registry)</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tassert.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tassert.dita
deleted file mode 100644
index 8498da7..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tassert.dita
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="tassert" xml:lang="en-us">
-<title>Managing publisher assertions</title>
-<shortdesc>A publisher assertion is a way in UDDI to associate businessEntity
-structures.&nbsp; The publisher assertion defines a group of businessEntity
-structures. Many businesses are not effectively represented by a single businessEntity.
-A publisher assertion allows for associations to be formed between several
-businessEntity structures. For example, a large company may have several subsidiaries
-that have different descriptions but are still closely coupled and want to
-make their relationships visible in UDDI registries.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>UDDI<indexterm>managing publisher assertions</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<prereq>Prerequisites:<ol>
-<li><xref href="treg.dita">Register with a registry</xref></li>
-<li><xref href="tstrtexp.dita">Launch the Web Services Explorer</xref></li>
-<li><xref href="taddreg.dita">Add the registry to the Web Services Explorer</xref></li>
-</ol></prereq>
-<context><p>For more information on publisher assertions, refer to the  <xref
-href="http://www.uddi.org/specification.html" scope="external">UDDI Version
-2.0 Programmer's API Specification</xref> and the  <xref href="http://www.uddi.org/specification.html"
-scope="external">UDDI Version 2.0 Data Structure Specification</xref>.</p><p>To
-manage publisher assertions, do the following:</p></context>
-<steps>
-<step><cmd>In the Navigator pane, select the business entity for which you
-want to manage referenced businesses.</cmd></step>
-<step><cmd>In the Actions pane toolbar, click the  <uicontrol>Manage Publisher
-Assertions</uicontrol> icon  <image alt="Picture of the Manage Publisher Assertions icon."
-href="../images/busasst.gif"></image>.</cmd></step>
-<step><cmd>On the Manage Publisher Assertions page you can add, remove, and
-maintain relationships with other business entities.</cmd></step>
-</steps>
-<result><p> <uicontrol>Important:</uicontrol> A business entity that is referenced
-by another business entity must in turn reference that business entity in
-order to make the publisher assertion public. A one-way reference is considered
-an incomplete publisher assertion and is visible only to the owner of the
-business entity.</p></result>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext> Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="../concepts/cuddi.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="tuddiexp.dita"></link>
-<link href="tstrtexp.dita"></link>
-<link href="treg.dita"></link>
-</linklist>
-<linklist><title>Related Reference</title>
-<link href="../ref/ruddi.dita"></link>
-</linklist>
-</related-links>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tassert.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tassert.html
deleted file mode 100644
index d93ab9e..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tassert.html
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Managing publisher assertions" />
-<meta name="abstract" content="A publisher assertion is a way in UDDI to associate businessEntity structures.  The publisher assertion defines a group of businessEntity structures. Many businesses are not effectively represented by a single businessEntity. A publisher assertion allows for associations to be formed between several businessEntity structures. For example, a large company may have several subsidiaries that have different descriptions but are still closely coupled and want to make their relationships visible in UDDI registries." />
-<meta name="description" content="A publisher assertion is a way in UDDI to associate businessEntity structures.  The publisher assertion defines a group of businessEntity structures. Many businesses are not effectively represented by a single businessEntity. A publisher assertion allows for associations to be formed between several businessEntity structures. For example, a large company may have several subsidiaries that have different descriptions but are still closely coupled and want to make their relationships visible in UDDI registries." />
-<meta content="UDDI, managing publisher assertions" name="DC.subject" />
-<meta content="UDDI, managing publisher assertions" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cuddi.html" />
-<meta scheme="URI" name="DC.Relation" content="tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="tstrtexp.html" />
-<meta scheme="URI" name="DC.Relation" content="treg.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/ruddi.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="tassert" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Managing publisher assertions</title>
-</head>
-<body id="tassert"><a name="tassert"><!-- --></a>
-
-
-<h1 class="topictitle1">Managing publisher assertions</h1>
-
-
-
-<div><p>A publisher assertion is a way in UDDI to associate businessEntity
-structures.  The publisher assertion defines a group of businessEntity
-structures. Many businesses are not effectively represented by a single businessEntity.
-A publisher assertion allows for associations to be formed between several
-businessEntity structures. For example, a large company may have several subsidiaries
-that have different descriptions but are still closely coupled and want to
-make their relationships visible in UDDI registries.</p>
-
-<div class="p">Prerequisites:<ol>
-<li><a href="treg.html">Register with a registry</a></li>
-
-<li><a href="tstrtexp.html">Launch the Web Services Explorer</a></li>
-
-<li><a href="taddreg.html">Add the registry to the Web Services Explorer</a></li>
-
-</ol>
-</div>
-
-<div class="section"><p>For more information on publisher assertions, refer to the  <a href="http://www.uddi.org/specification.html" target="_blank">UDDI Version 2.0 Programmer's API Specification</a> and the  <a href="http://www.uddi.org/specification.html" target="_blank">UDDI Version 2.0 Data Structure Specification</a>.</p>
-<p>To
-manage publisher assertions, do the following:</p>
-</div>
-
-<ol>
-<li><span>In the Navigator pane, select the business entity for which you
-want to manage referenced businesses.</span></li>
-
-<li><span>In the Actions pane toolbar, click the  <span class="uicontrol">Manage Publisher
-Assertions</span> icon  <img src="../images/busasst.gif" alt="Picture of the Manage Publisher Assertions icon." />.</span></li>
-
-<li><span>On the Manage Publisher Assertions page you can add, remove, and
-maintain relationships with other business entities.</span></li>
-
-</ol>
-
-<div class="section"><p> <span class="uicontrol">Important:</span> A business entity that is referenced
-by another business entity must in turn reference that business entity in
-order to make the publisher assertion public. A one-way reference is considered
-an incomplete publisher assertion and is visible only to the owner of the
-business entity.</p>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="../concepts/cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-<div><a href="tstrtexp.html" title="The Web services tools allows you to launch the Web Services Explorer in several ways.">Launching the Web Services Explorer</a></div>
-<div><a href="treg.html" title="In order to publish your business entity and Web service to a UDDI registry, you must first register with the registry that you want to use.">Registering with a UDDI registry</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../ref/ruddi.html" title="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.">Data structure types (UDDI registry)</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tbkmrk.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tbkmrk.dita
deleted file mode 100644
index 76c6a74..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tbkmrk.dita
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="tbkmrk" xml:lang="en-us">
-<title>Adding a registry, business entity, business service, service interface,
-WSIL, or WSDL service to Favorites</title>
-<titlealts>
-<searchtitle>Adding a registry, business entity, business service, service
-interface, WSIL, or WSDL service to Favorites</searchtitle>
-</titlealts>
-<shortdesc>You can add a registry, business entity, business service, service
-interface, WSIL, or WSDL service to the Web Service Explorer Favorites if
-you plan to access them in the future.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>Web Services Explorer<indexterm>adding Favorites</indexterm></indexterm>
-<indexterm>WSIL<indexterm>adding to Favorites</indexterm></indexterm><indexterm>WSDL<indexterm>adding
-to Favorites</indexterm></indexterm></keywords>
-</metadata></prolog>
-<taskbody>
-<prereq>Prerequisite:  <ul>
-<li><xref href="tstrtexp.dita">Launch the Web Services Explorer</xref></li>
-</ul></prereq>
-<context><p>To add a registry, business entity, Web service, service interface,
-WSIL, or WSDL to Favorites using the Web Services Explorer:</p></context>
-<steps>
-<step><cmd>Navigate through the registry hierarchy to find the registry, business
-entity, Web service, service interface or the WSIL page to find the WSIL or
-WSDL service you want to add to Favorites.</cmd></step>
-<step><cmd>Select the business entity, Web service, service interface, WSIL,
-or WSDL service.</cmd></step>
-<step><cmd>In the Actions icon bar, click the  <uicontrol>Add to favorites</uicontrol> icon
- <image alt="Picture of the Add to favorites icon." href="../images/addfav.gif">
-</image>.</cmd></step>
-</steps>
-<result><p>Any favorites that you add are saved by the Web Services Explorer
-to&nbsp;</p><p> <varname>X</varname>:\workspace\.metadata\.plugins\com.ibm.etools.webservice.explorer\favorites.wsil</p><p>Where
- <varname>X</varname> is the directory where your workspace folder is located.
-If you are migrating from an earlier version of the product, your favorites
-will be automatically migrated to this location.</p></result>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext> Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="../concepts/cuddi.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="tuddiexp.dita"></link>
-<link href="tstrtexp.dita"></link>
-<link href="treg.dita"></link>
-</linklist>
-<linklist><title>Related Reference</title>
-<link href="../ref/ruddi.dita"></link>
-</linklist>
-</related-links>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tbkmrk.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tbkmrk.html
deleted file mode 100644
index 2b2eef7..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tbkmrk.html
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Adding a registry, business entity, business service, service interface, WSIL, or WSDL service to Favorites" />
-<meta name="abstract" content="You can add a registry, business entity, business service, service interface, WSIL, or WSDL service to the Web Service Explorer Favorites if you plan to access them in the future." />
-<meta name="description" content="You can add a registry, business entity, business service, service interface, WSIL, or WSDL service to the Web Service Explorer Favorites if you plan to access them in the future." />
-<meta content="Web Services Explorer, adding Favorites, WSIL, adding to Favorites, WSDL, adding to Favorites" name="DC.subject" />
-<meta content="Web Services Explorer, adding Favorites, WSIL, adding to Favorites, WSDL, adding to Favorites" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cuddi.html" />
-<meta scheme="URI" name="DC.Relation" content="tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="tstrtexp.html" />
-<meta scheme="URI" name="DC.Relation" content="treg.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/ruddi.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="tbkmrk" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Adding a registry, business entity, business service, service
-interface, WSIL, or WSDL service to Favorites</title>
-</head>
-<body id="tbkmrk"><a name="tbkmrk"><!-- --></a>
-
-
-<h1 class="topictitle1">Adding a registry, business entity, business service, service interface,
-WSIL, or WSDL service to Favorites</h1>
-
-
-
-
-<div><p>You can add a registry, business entity, business service, service
-interface, WSIL, or WSDL service to the Web Service Explorer Favorites if
-you plan to access them in the future.</p>
-
-<div class="p">Prerequisite:  <ul>
-<li><a href="tstrtexp.html">Launch the Web Services Explorer</a></li>
-
-</ul>
-</div>
-
-<div class="section"><p>To add a registry, business entity, Web service, service interface,
-WSIL, or WSDL to Favorites using the Web Services Explorer:</p>
-</div>
-
-<ol>
-<li><span>Navigate through the registry hierarchy to find the registry, business
-entity, Web service, service interface or the WSIL page to find the WSIL or
-WSDL service you want to add to Favorites.</span></li>
-
-<li><span>Select the business entity, Web service, service interface, WSIL,
-or WSDL service.</span></li>
-
-<li><span>In the Actions icon bar, click the  <span class="uicontrol">Add to favorites</span> icon
- <img src="../images/addfav.gif" alt="Picture of the Add to favorites icon." />.</span></li>
-
-</ol>
-
-<div class="section"><p>Any favorites that you add are saved by the Web Services Explorer
-to </p>
-<p> <var class="varname">X</var>:\workspace\.metadata\.plugins\com.ibm.etools.webservice.explorer\favorites.wsil</p>
-<p>Where
- <var class="varname">X</var> is the directory where your workspace folder is located.
-If you are migrating from an earlier version of the product, your favorites
-will be automatically migrated to this location.</p>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="../concepts/cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-<div><a href="tstrtexp.html" title="The Web services tools allows you to launch the Web Services Explorer in several ways.">Launching the Web Services Explorer</a></div>
-<div><a href="treg.html" title="In order to publish your business entity and Web service to a UDDI registry, you must first register with the registry that you want to use.">Registering with a UDDI registry</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../ref/ruddi.html" title="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.">Data structure types (UDDI registry)</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tbusproj.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tbusproj.dita
deleted file mode 100644
index 94c5d55..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tbusproj.dita
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="tbusproj" xml:lang="en-us">
-<title>Managing referenced services</title>
-<shortdesc>A service projection enables a business entity to reference a service
-that was published by another business entity. By using the businessService
-structure as a projection to an already published businessService, businesses
-can share or reuse services.&nbsp; Service projections are managed centrally
-as part of the referencing businessEntity.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>Web services<indexterm>managing services</indexterm></indexterm>
-<indexterm>UDDI<indexterm>managing services</indexterm></indexterm></keywords>
-</metadata></prolog>
-<taskbody>
-<prereq>Prerequisites:<ol>
-<li><xref href="treg.dita">Register with a registry</xref></li>
-<li><xref href="tstrtexp.dita">Launch the Web Services Explorer</xref></li>
-<li><xref href="taddreg.dita">Add the registry to the Web Services Explorer</xref></li>
-</ol></prereq>
-<context><p>For more information on referenced services, refer to the  <xref
-href="http://www.uddi.org/specification.html" scope="external">UDDI Version
-2.0 Programmer's API Specification</xref> and the  <xref href="http://www.uddi.org/specification.html"
-scope="external">UDDI Version 2.0 Data Structure Specification</xref>.</p><p>To
-manage referenced services, do the following:</p></context>
-<steps>
-<step><cmd>In the Navigator pane, select the business entity for which you
-want to manage referenced services.</cmd></step>
-<step><cmd>In the Actions pane toolbar, click the  <uicontrol>Manage Referenced
-Services</uicontrol> icon  <image alt="Picture of the Manage Referenced Services icon."
-href="../images/refserv.gif"></image>.</cmd></step>
-<step><cmd>On the Manage Referenced Services page you can add, remove, and
-maintain services that are referenced by the business entity.</cmd></step>
-</steps>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext> Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="../concepts/cuddi.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="tuddiexp.dita"></link>
-<link href="tstrtexp.dita"></link>
-<link href="treg.dita"></link>
-</linklist>
-<linklist><title>Related Reference</title>
-<link href="../ref/ruddi.dita"></link>
-</linklist>
-</related-links>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tbusproj.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tbusproj.html
deleted file mode 100644
index dedc3ed..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tbusproj.html
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Managing referenced services" />
-<meta name="abstract" content="A service projection enables a business entity to reference a service that was published by another business entity. By using the businessService structure as a projection to an already published businessService, businesses can share or reuse services.  Service projections are managed centrally as part of the referencing businessEntity." />
-<meta name="description" content="A service projection enables a business entity to reference a service that was published by another business entity. By using the businessService structure as a projection to an already published businessService, businesses can share or reuse services.  Service projections are managed centrally as part of the referencing businessEntity." />
-<meta content="Web services, managing services, UDDI" name="DC.subject" />
-<meta content="Web services, managing services, UDDI" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cuddi.html" />
-<meta scheme="URI" name="DC.Relation" content="tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="tstrtexp.html" />
-<meta scheme="URI" name="DC.Relation" content="treg.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/ruddi.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="tbusproj" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Managing referenced services</title>
-</head>
-<body id="tbusproj"><a name="tbusproj"><!-- --></a>
-
-
-<h1 class="topictitle1">Managing referenced services</h1>
-
-
-
-<div><p>A service projection enables a business entity to reference a service
-that was published by another business entity. By using the businessService
-structure as a projection to an already published businessService, businesses
-can share or reuse services.  Service projections are managed centrally
-as part of the referencing businessEntity.</p>
-
-<div class="p">Prerequisites:<ol>
-<li><a href="treg.html">Register with a registry</a></li>
-
-<li><a href="tstrtexp.html">Launch the Web Services Explorer</a></li>
-
-<li><a href="taddreg.html">Add the registry to the Web Services Explorer</a></li>
-
-</ol>
-</div>
-
-<div class="section"><p>For more information on referenced services, refer to the  <a href="http://www.uddi.org/specification.html" target="_blank">UDDI Version 2.0 Programmer's API Specification</a> and the  <a href="http://www.uddi.org/specification.html" target="_blank">UDDI Version 2.0 Data Structure Specification</a>.</p>
-<p>To
-manage referenced services, do the following:</p>
-</div>
-
-<ol>
-<li><span>In the Navigator pane, select the business entity for which you
-want to manage referenced services.</span></li>
-
-<li><span>In the Actions pane toolbar, click the  <span class="uicontrol">Manage Referenced
-Services</span> icon  <img src="../images/refserv.gif" alt="Picture of the Manage Referenced Services icon." />.</span></li>
-
-<li><span>On the Manage Referenced Services page you can add, remove, and
-maintain services that are referenced by the business entity.</span></li>
-
-</ol>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="../concepts/cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-<div><a href="tstrtexp.html" title="The Web services tools allows you to launch the Web Services Explorer in several ways.">Launching the Web Services Explorer</a></div>
-<div><a href="treg.html" title="In order to publish your business entity and Web service to a UDDI registry, you must first register with the registry that you want to use.">Registering with a UDDI registry</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../ref/ruddi.html" title="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.">Data structure types (UDDI registry)</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tdiscov.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tdiscov.dita
deleted file mode 100644
index 4f21a6a..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tdiscov.dita
+++ /dev/null
@@ -1,177 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="tdiscov" xml:lang="en-us">
-<title>Discovering Web Services</title>
-<titlealts>
-<searchtitle>Discovering and importing Web services</searchtitle>
-</titlealts>
-<shortdesc>Web services can be located through a public business registry,
-a private business registry, or a WSIL document. UDDI manages the discovery
-of Web services by relying on a distributed registry of businesses and their
-service descriptions implemented in a common XML format.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>Web services<indexterm>discovering</indexterm></indexterm>
-<indexterm>UDDI<indexterm>discovering Web services</indexterm></indexterm>
-<indexterm>WSIL files<indexterm>discovering Web services</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<prereq><p>Prerequisites:<ol>
-<li><xref href="treg.dita">Register with a registry</xref></li>
-<li><xref href="tstrtexp.dita">Launch the Web Services Explorer</xref></li>
-<li><xref href="taddreg.dita">Add the registry to the Web Services Explorer</xref></li>
-</ol></p></prereq>
-<context><p>Web Services Inspection Language (WSIL) is a service discovery
-mechanism that is an alternative to UDDI as well as complementary to UDDI.
-WSIL allows you to go directly to the service provider and ask for the services
-it provides. For more information on the Web Services Inspection Language
-specification, refer to  <xref href="http://www-106.ibm.com/developerworks/webservices/library/ws-wsilspec.html"
-scope="external"> www.ibm.com/developerworks/webservices/library/ws-wsilspec.html</xref>.
- .</p><p>You can discover a Web service in two ways using the Web Services
-Explorer:</p></context>
-<result><ul>
-<li> <xref href="#tdiscov/discover_from_uddi">Discovering a Web service from
-a UDDI registry</xref> </li>
-<li> <xref href="#tdiscov/discover_from_wsil">Discovering a Web service from
-a WSIL document</xref> </li>
-</ul></result>
-</taskbody>
-<task id="discover_from_uddi" xml:lang="en-us">
-<title> Discovering a Web Service from a UDDI Registry</title>
-<taskbody>
-<context><p>The registry contains URL references to Web service WSDL documents.
-In order to discover a Web service the URL to the Web service WSDL document
-must be resolvable. To locate Web service descriptions:</p></context>
-<steps>
-<step><cmd>Launch the Web Services Explorer</cmd></step>
-<step><cmd>Click <uicontrol>UDDI Main</uicontrol>.</cmd></step>
-<step><cmd>In the Actions pane select a registry from the drop-down list and
-click <uicontrol>Go</uicontrol>.</cmd></step>
-<step><cmd>In the Actions pane toolbar click the  <b>Find</b> icon  <image
-alt="A picture of the Find icon." href="../images/find.gif"></image>.</cmd>
-</step>
-<step><cmd>In the Actions pane, enter the name of the query, what you are
-searching for, the type of search that you want to perform, and any query
-information: </cmd>
-<substeps>
-<substep><cmd> <b>Search for</b>&nbsp; This list allows you to search for
-businesses, services, or service interfaces. </cmd><info><ul>
-<li> <b>Businesses</b> Once you locate a business in the registry, use the
-icons in the Action pane toolbar to do the following:<ul>
-<li>View and edit business details</li>
-<li>Get the services associated with that business</li>
-<li>Publish a service</li>
-<li>Manage referenced services</li>
-<li>Manage publisher assertions</li>
-<li>Add the business to Favorites</li>
-<li>Unpublish the business</li>
-</ul></li>
-<li> <b>Services</b> Once you locate a service in the registry, use the icons
-in the Action pane toolbar to do the following: <ul>
-<li>View and edit service details</li>
-<li>Get the business associated with that service</li>
-<li>Get the service interfaces associated with that service</li>
-<li>Import the service WSDL file to the Eclipse workbench</li>
-<li>Import the service WSDL file to the file system</li>
-<li>Launch the Web Service wizards</li>
-<li>Add the service to Favorites</li>
-<li>Unpublish the service</li>
-</ul></li>
-<li> <b>Service interfaces</b> Once you locate a service interface in the
-registry, use the icons in the Action pane toolbar to do the following: <ul>
-<li>View and edit interface details</li>
-<li>Get the services associated with that service interface</li>
-<li>Get the businesses associated with that service interface</li>
-<li>Import the service interface WSDL file to the Eclipse workbench</li>
-<li>Import the service interface WSDL file to the file system</li>
-<li>Launch the Web Service wizards</li>
-<li>Add the service interface to Favorites</li>
-<li>Unpublish the service interface</li>
-</ul></li>
-</ul></info></substep>
-<substep><cmd> <b>Type of search</b>&nbsp; These radio buttons allow you to
-specify a simple or advanced search, or a search by a Universal Unique Identifier
-(UUID). </cmd><info><dl><dlentry>
-<dt>Simple</dt>
-<dd>Type the name of the businesses, services, or service interfaces for which
-you are searching.  <b>Note:</b> The search set size is set to 100 and the
-maximum number of returned results is set to 10 by default.&nbsp; If you would
-like to override the defaults, use the Advanced search.</dd>
-</dlentry><dlentry>
-<dt>Advanced </dt>
-<dd>Allows you to enter more search options to focus the scope of your search.
-Select this option if you would like to search for multiple businesses or
-services.</dd>
-</dlentry><dlentry>
-<dt>UUID </dt>
-<dd>Allow you to enter the UUID key. The UUID key is the identifier that is
-associated with the published object.</dd>
-</dlentry></dl></info></substep>
-</substeps>
-</step>
-<step><cmd>Once you have searched and discovered the business service description
-you desired, select the service or the service interface and click the  <b>Import</b> icon
-to: </cmd>
-<choices>
-<choice>import the WSDL document into your Web project</choice>
-<choice>import the WSDL document into the WSDL Explorer for testing</choice>
-<choice>launch the Web Service Skeleton Creation wizard or Web Service Client
-wizard directly from the Web Services Explorer.</choice>
-</choices>
-</step>
-</steps>
-</taskbody>
-</task>
-<task id="discover_from_wsil" xml:lang="en-us">
-<title> Discovering a Web Service from a WSIL Document</title>
-<taskbody>
-<context><p>To locate Web service descriptions:</p></context>
-<steps>
-<step><cmd>From the Web Services Explorer toolbar, click the  <b>WSIL Page</b> icon
- <image alt="Picture of the WSIL Page icon." href="../images/wsilview.gif">
-</image>.</cmd></step>
-<step><cmd>In the Navigator pane, click  <b>WSIL Main</b>.</cmd></step>
-<step><cmd>In the  <b>URL to document</b> field of the Actions pane enter
-the URL to the WSIL document or HTTP document that contains links to a WSIL
-document. Details on how an HTTP file can contain links to WSIL can be found
-here: http://www.ibm.com/developerworks/webservices/library/ws-wsilspec.html</cmd>
-</step>
-<step><cmd>Once you have located the WSIL document, use the icons in the Action
-pane toolbar to do the following:</cmd>
-<choices>
-<choice>View WSIL document details</choice>
-<choice>List all of the WSDL services associated with that WSIL document</choice>
-<choice>List all of the UDDI services associated with that WSIL document</choice>
-<choice>List all of the UDDI businesses associated with that WSIL document</choice>
-<choice>List all of the WSIL links associated with that WSIL document</choice>
-<choice>Import the WSIL document to the file system</choice>
-<choice>Add the WSIL document to Favorites</choice>
-</choices>
-<info><b>Important:</b> If the Web Services Explorer does not display the
-project that you would like to import your WSDL file to, ensure that you have
-created the project and/or click the  <b>Refresh</b> icon.</info></step>
-</steps>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext> Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="../concepts/cuddi.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="tuddiexp.dita"></link>
-<link href="tstrtexp.dita"></link>
-<link href="treg.dita"></link>
-<link href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.dita" product=""
-scope="peer"><linktext> Developing Web services</linktext></link>
-</linklist>
-<linklist><title>Related Reference</title>
-<link href="../ref/ruddi.dita"></link>
-</linklist>
-</related-links>
-</task>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tdiscov.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tdiscov.html
deleted file mode 100644
index 9eed6a5..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tdiscov.html
+++ /dev/null
@@ -1,275 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Discovering Web Services" />
-<meta name="abstract" content="Web services can be located through a public business registry, a private business registry, or a WSIL document. UDDI manages the discovery of Web services by relying on a distributed registry of businesses and their service descriptions implemented in a common XML format." />
-<meta name="description" content="Web services can be located through a public business registry, a private business registry, or a WSIL document. UDDI manages the discovery of Web services by relying on a distributed registry of businesses and their service descriptions implemented in a common XML format." />
-<meta content="Web services, discovering, UDDI, discovering Web services, WSIL files" name="DC.subject" />
-<meta content="Web services, discovering, UDDI, discovering Web services, WSIL files" name="keywords" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="tdiscov" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Discovering and importing Web services</title>
-</head>
-<body id="tdiscov"><a name="tdiscov"><!-- --></a>
-
-
-<h1 class="topictitle1">Discovering Web Services</h1>
-
-
-
-
-<div><p>Web services can be located through a public business registry,
-a private business registry, or a WSIL document. UDDI manages the discovery
-of Web services by relying on a distributed registry of businesses and their
-service descriptions implemented in a common XML format.</p>
-
-<div class="p"><div class="p">Prerequisites:<ol>
-<li><a href="treg.html">Register with a registry</a></li>
-
-<li><a href="tstrtexp.html">Launch the Web Services Explorer</a></li>
-
-<li><a href="taddreg.html">Add the registry to the Web Services Explorer</a></li>
-
-</ol>
-</div>
-</div>
-
-<div class="section"><p>Web Services Inspection Language (WSIL) is a service discovery
-mechanism that is an alternative to UDDI as well as complementary to UDDI.
-WSIL allows you to go directly to the service provider and ask for the services
-it provides. For more information on the Web Services Inspection Language
-specification, refer to  <a href="http://www-106.ibm.com/developerworks/webservices/library/ws-wsilspec.html" target="_blank">www.ibm.com/developerworks/webservices/library/ws-wsilspec.html</a>.
- .</p>
-<p>You can discover a Web service in two ways using the Web Services
-Explorer:</p>
-</div>
-
-<div class="section"><ul>
-<li> <a href="#tdiscov__discover_from_uddi">Discovering a Web service from a UDDI registry</a> </li>
-
-<li> <a href="#tdiscov__discover_from_wsil">Discovering a Web service from a WSIL document</a> </li>
-
-</ul>
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="discover_from_uddi"><a name="discover_from_uddi"><!-- --></a>
-<h2 class="topictitle2"> Discovering a Web Service from a UDDI Registry</h2>
-
-<div>
-<div class="section"><p>The registry contains URL references to Web service WSDL documents.
-In order to discover a Web service the URL to the Web service WSDL document
-must be resolvable. To locate Web service descriptions:</p>
-</div>
-
-<ol>
-<li><span>Launch the Web Services Explorer</span></li>
-
-<li><span>Click <span class="uicontrol">UDDI Main</span>.</span></li>
-
-<li><span>In the Actions pane select a registry from the drop-down list and
-click <span class="uicontrol">Go</span>.</span></li>
-
-<li><span>In the Actions pane toolbar click the  <strong>Find</strong> icon  <img src="../images/find.gif" alt="A picture of the Find icon." />.</span>
-</li>
-
-<li><span>In the Actions pane, enter the name of the query, what you are
-searching for, the type of search that you want to perform, and any query
-information: </span>
-<ol type="a">
-<li class="substepexpand"><span> <strong>Search for</strong>  This list allows you to search for
-businesses, services, or service interfaces. </span> <ul>
-<li> <strong>Businesses</strong> Once you locate a business in the registry, use the
-icons in the Action pane toolbar to do the following:<ul>
-<li>View and edit business details</li>
-
-<li>Get the services associated with that business</li>
-
-<li>Publish a service</li>
-
-<li>Manage referenced services</li>
-
-<li>Manage publisher assertions</li>
-
-<li>Add the business to Favorites</li>
-
-<li>Unpublish the business</li>
-
-</ul>
-</li>
-
-<li> <strong>Services</strong> Once you locate a service in the registry, use the icons
-in the Action pane toolbar to do the following: <ul>
-<li>View and edit service details</li>
-
-<li>Get the business associated with that service</li>
-
-<li>Get the service interfaces associated with that service</li>
-
-<li>Import the service WSDL file to the Eclipse workbench</li>
-
-<li>Import the service WSDL file to the file system</li>
-
-<li>Launch the Web Service wizards</li>
-
-<li>Add the service to Favorites</li>
-
-<li>Unpublish the service</li>
-
-</ul>
-</li>
-
-<li> <strong>Service interfaces</strong> Once you locate a service interface in the
-registry, use the icons in the Action pane toolbar to do the following: <ul>
-<li>View and edit interface details</li>
-
-<li>Get the services associated with that service interface</li>
-
-<li>Get the businesses associated with that service interface</li>
-
-<li>Import the service interface WSDL file to the Eclipse workbench</li>
-
-<li>Import the service interface WSDL file to the file system</li>
-
-<li>Launch the Web Service wizards</li>
-
-<li>Add the service interface to Favorites</li>
-
-<li>Unpublish the service interface</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-
-<li class="substepexpand"><span> <strong>Type of search</strong>  These radio buttons allow you to
-specify a simple or advanced search, or a search by a Universal Unique Identifier
-(UUID). </span> <dl>
-<dt class="dlterm">Simple</dt>
-
-<dd>Type the name of the businesses, services, or service interfaces for which
-you are searching.  <strong>Note:</strong> The search set size is set to 100 and the
-maximum number of returned results is set to 10 by default.  If you would
-like to override the defaults, use the Advanced search.</dd>
-
-
-<dt class="dlterm">Advanced </dt>
-
-<dd>Allows you to enter more search options to focus the scope of your search.
-Select this option if you would like to search for multiple businesses or
-services.</dd>
-
-
-<dt class="dlterm">UUID </dt>
-
-<dd>Allow you to enter the UUID key. The UUID key is the identifier that is
-associated with the published object.</dd>
-
-</dl>
-</li>
-
-</ol>
-
-</li>
-
-<li><span>Once you have searched and discovered the business service description
-you desired, select the service or the service interface and click the  <strong>Import</strong> icon
-to: </span>
-<ul>
-<li>import the WSDL document into your Web project</li>
-
-<li>import the WSDL document into the WSDL Explorer for testing</li>
-
-<li>launch the Web Service Skeleton Creation wizard or Web Service Client
-wizard directly from the Web Services Explorer.</li>
-
-</ul>
-
-</li>
-
-</ol>
-
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="discover_from_wsil"><a name="discover_from_wsil"><!-- --></a>
-<h2 class="topictitle2"> Discovering a Web Service from a WSIL Document</h2>
-
-<div>
-<div class="section"><p>To locate Web service descriptions:</p>
-</div>
-
-<ol>
-<li class="stepexpand"><span>From the Web Services Explorer toolbar, click the  <strong>WSIL Page</strong> icon
- <img src="../images/wsilview.gif" alt="Picture of the WSIL Page icon." />.</span></li>
-
-<li class="stepexpand"><span>In the Navigator pane, click  <strong>WSIL Main</strong>.</span></li>
-
-<li class="stepexpand"><span>In the  <strong>URL to document</strong> field of the Actions pane enter
-the URL to the WSIL document or HTTP document that contains links to a WSIL
-document. Details on how an HTTP file can contain links to WSIL can be found
-here: http://www.ibm.com/developerworks/webservices/library/ws-wsilspec.html</span>
-</li>
-
-<li class="stepexpand"><span>Once you have located the WSIL document, use the icons in the Action
-pane toolbar to do the following:</span>
-<ul>
-<li>View WSIL document details</li>
-
-<li>List all of the WSDL services associated with that WSIL document</li>
-
-<li>List all of the UDDI services associated with that WSIL document</li>
-
-<li>List all of the UDDI businesses associated with that WSIL document</li>
-
-<li>List all of the WSIL links associated with that WSIL document</li>
-
-<li>Import the WSIL document to the file system</li>
-
-<li>Add the WSIL document to Favorites</li>
-
-</ul>
-
- <strong>Important:</strong> If the Web Services Explorer does not display the
-project that you would like to import your WSDL file to, ensure that you have
-created the project and/or click the  <strong>Refresh</strong> icon.</li>
-
-</ol>
-
-</div>
-
-<div>
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="../concepts/cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-<div><a href="tstrtexp.html" title="The Web services tools allows you to launch the Web Services Explorer in several ways.">Launching the Web Services Explorer</a></div>
-<div><a href="treg.html" title="In order to publish your business entity and Web service to a UDDI registry, you must first register with the registry that you want to use.">Registering with a UDDI registry</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.html"> Developing Web services</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../ref/ruddi.html" title="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.">Data structure types (UDDI registry)</a></div></div>
-</div>
-</div>
-
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tgenwsil.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tgenwsil.dita
deleted file mode 100644
index 8d4adea..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tgenwsil.dita
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="tgenwsil" xml:lang="en-us">
-<title>Generating a WSIL file</title>
-<titlealts>
-<searchtitle>Generating a WSIL file</searchtitle>
-</titlealts>
-<shortdesc>Web Services Inspection Language (WSIL) is a service discovery
-mechanism that is an alternative to UDDI as well as complementary to UDDI.
-WSIL can be generated at any point in the Web service development cycle once
-the WSDL file for the Web service has been created.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>Web services<indexterm>generating WSIL files</indexterm></indexterm>
-<indexterm>WSIL files<indexterm>generating</indexterm></indexterm></keywords>
-</metadata></prolog>
-<taskbody>
-<prereq><b>Prerequisites:</b> In order to generate a WSIL file, you need to
-know the URL to a WSDL file.</prereq>
-<context><p>WSIL helps synchronize this process by maintaining references
-to WSDL URLs. Web services tools that process WSDL documents - such as the
-Web Service Client and Creation wizards - will accept a WSIL document as a
-substitute for WSDL. This allows you to create a standardized WSDL reference
-(WSIL) document in your project during Web service client generation, then
-at a later time easily regenerate the client from that reference document.
-No copies of the WSDL or WSDL URLs are required.</p><p>You can generate a
-WSIL file from a pre-existing WSDL file or during Web service creation or
-consumption.</p></context>
-</taskbody>
-<task id="d0e27" xml:lang="en-us">
-<title>Generating a WSIL file though the import utility</title>
-<taskbody>
-<context><p>To generate a WSIL file through the import utility:</p></context>
-<steps>
-<step><cmd>Optional: Select the WSDL document for which you want to create
-a WSIL file.</cmd></step>
-<step><cmd>From the  <b>File</b> menu, select  <b>Import</b> >  <b>WSIL >
-Next</b>. The WSIL Import window opens.</cmd></step>
-<step><cmd>If you have selected to perform step 1, the WSIL URI field should
-be prefilled with the name of your WSDL file, where the extension has been
-changed from  <systemoutput>.wsdl</systemoutput> to  <systemoutput>.wsil</systemoutput>.
-The WSDL section should contain the URLs to the selected WSDL files. You can
-also enter additional WSDL URLs. Alternately, you can browse to the location
-of a WSIL file, or manually enter the location of the WSIL and WSDL files
-in the appropriate locations.</cmd></step>
-<step><cmd>Click Finish. A WSIL file will be generated in the specified location.</cmd>
-</step>
-</steps>
-</taskbody>
-</task>
-<task id="d0e62" xml:lang="en-us">
-<title>Generating a WSIL file through the Web Services Explorer</title>
-<taskbody>
-<context><p>To generate a WSIL file through the Web Services Explorer:</p></context>
-<steps>
-<step><cmd>Open the Web Services Explorer.</cmd></step>
-<step><cmd>Open the WSDL Explorer by clicking this icon:  <image alt="icon used to launch the web services explorer"
-href="../images/wsdlicon.gif"></image></cmd></step>
-<step><cmd>Open a WSDL file.</cmd></step>
-<step><cmd>Select the WSDL file that you have opened in the Navigator pane,
-and from the available actions, choose to import a WSDL file to the workbench
-by clicking this icon:  <image alt="icon used to import a file" href="../images/mptwsdlicon.gif">
-</image></cmd></step>
-<step><cmd>Select  <b>Import as a service reference to a WSIL document</b>.</cmd>
-</step>
-<step><cmd>Enter a name for the WSIL file that you want to generate, and click
- <b>Go</b>.</cmd></step>
-</steps>
-</taskbody>
-</task>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tgenwsil.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tgenwsil.html
deleted file mode 100644
index ab114a4..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tgenwsil.html
+++ /dev/null
@@ -1,115 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2006 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2006" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Generating a WSIL file" />
-<meta name="abstract" content="Web Services Inspection Language (WSIL) is a service discovery mechanism that is an alternative to UDDI as well as complementary to UDDI. WSIL can be generated at any point in the Web service development cycle once the WSDL file for the Web service has been created." />
-<meta name="description" content="Web Services Inspection Language (WSIL) is a service discovery mechanism that is an alternative to UDDI as well as complementary to UDDI. WSIL can be generated at any point in the Web service development cycle once the WSDL file for the Web service has been created." />
-<meta content="Web services, generating WSIL, WSIL, generating" name="DC.subject" />
-<meta content="Web services, generating WSIL, WSIL, generating" name="keywords" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="tgenwsil" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Generating a WSIL file</title>
-</head>
-<body id="tgenwsil"><a name="tgenwsil"><!-- --></a>
-
-
-<h1 class="topictitle1">Generating a WSIL file</h1>
-
-
-
-
-<div><p>Web Services Inspection Language (WSIL) is a service discovery
-mechanism that is an alternative to UDDI as well as complementary to UDDI.
-WSIL can be generated at any point in the Web service development cycle once
-the WSDL file for the Web service has been created.</p>
-
-<div class="p"><strong>Prerequisites:</strong> In order to generate a WSIL file, you need to
-know the URL to a WSDL file.</div>
-
-<div class="section"><p>WSIL helps synchronize this process by maintaining references
-to WSDL URLs. Web services tools that process WSDL documents - such as the
-Web Service Client and Creation wizards - will accept a WSIL document as a
-substitute for WSDL. This allows you to create a standardized WSDL reference
-(WSIL) document in your project during Web service client generation, then
-at a later time easily regenerate the client from that reference document.
-No copies of the WSDL or WSDL URLs are required.</p>
-<p>You can generate a
-WSIL file from a pre-existing WSDL file or during Web service creation or
-consumption.</p>
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e27"><a name="d0e27"><!-- --></a>
-<h2 class="topictitle2">Generating a WSIL file though the import utility</h2>
-
-<div>
-<div class="section"><p>To generate a WSIL file through the import utility:</p>
-</div>
-
-<ol>
-<li><span>Optional: Select the WSDL document for which you want to create
-a WSIL file.</span></li>
-
-<li><span>From the  <strong>File</strong> menu, select  <strong>Import</strong> &gt;  <strong>WSIL &gt;
-Next</strong>. The WSIL Import window opens.</span></li>
-
-<li><span>If you have selected to perform step 1, the WSIL URI field should
-be prefilled with the name of your WSDL file, where the extension has been
-changed from  <tt class="sysout">.wsdl</tt> to  <tt class="sysout">.wsil</tt>.
-The WSDL section should contain the URLs to the selected WSDL files. You can
-also enter additional WSDL URLs. Alternately, you can browse to the location
-of a WSIL file, or manually enter the location of the WSIL and WSDL files
-in the appropriate locations.</span></li>
-
-<li><span>Click Finish. A WSIL file will be generated in the specified location.</span>
-</li>
-
-</ol>
-
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e62"><a name="d0e62"><!-- --></a>
-<h2 class="topictitle2">Generating a WSIL file through the Web Services Explorer</h2>
-
-<div>
-<div class="section"><p>To generate a WSIL file through the Web Services Explorer:</p>
-</div>
-
-<ol>
-<li><span>Open the Web Services Explorer.</span></li>
-
-<li><span>Open the WSDL Explorer by clicking this icon:  <img src="../images/wsdlicon.gif" alt="icon used to launch the web services explorer" /></span></li>
-
-<li><span>Open a WSDL file.</span></li>
-
-<li><span>Select the WSDL file that you have opened in the Navigator pane,
-and from the available actions, choose to import a WSDL file to the workbench
-by clicking this icon:  <img src="../images/mptwsdlicon.gif" alt="icon used to import a file" /></span></li>
-
-<li><span>Select  <strong>Import as a service reference to a WSIL document</strong>.</span>
-</li>
-
-<li><span>Enter a name for the WSIL file that you want to generate, and click
- <strong>Go</strong>.</span></li>
-
-</ol>
-
-</div>
-
-</div>
-
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tlogexp.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tlogexp.dita
deleted file mode 100644
index dd0f0e7..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tlogexp.dita
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="tlogexp" xml:lang="en-us">
-<title>Logging in to a UDDI registry</title>
-<shortdesc>If you have published your Web service to a UDDI registry you can
-log into the registry and manage the service through the Web Services Explorer.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>UDDI<indexterm>logging into a registry</indexterm></indexterm>
-<indexterm>Web Services Explorer<indexterm>logging into a UDDI registry</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<prereq>Prerequisites:<ol>
-<li><xref href="treg.dita">Register with a registry</xref></li>
-<li><xref href="tstrtexp.dita">Launch the Web Services Explorer</xref></li>
-</ol></prereq>
-<context><p>To Log in to the registry:</p></context>
-<steps>
-<step><cmd>Once you have selected a registry, you can scroll to the <uicontrol>Other
-Actions</uicontrol> section of the page and select <uicontrol>Login</uicontrol>,
-or use the login button at the top of the Explorer: <image href="../images/loginicon.gif">
-<alt>screen capture of the login icon</alt></image>.</cmd></step>
-<step><cmd>Enter the URL (if it has not been prefilled for you), the user
-ID, and the password for the registry and click <uicontrol>Go</uicontrol>.</cmd>
-</step>
-<step><cmd>The Summary of Business page displays. It lists all the businesses
-associated with the registry.</cmd></step>
-</steps>
-<result><p>When you have successfully logged in, the Status pane displays
-a message indicating you were successful.</p></result>
-<postreq>To log out of the registry click the Logout button: <image href="../images/logouticon.gif">
-<alt>screen capture of the logout icon</alt></image>.</postreq>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext> Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="../concepts/cuddi.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="tuddiexp.dita"></link>
-<link href="tstrtexp.dita"></link>
-<link href="treg.dita"></link>
-<link href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.dita" scope="peer">
-<linktext> Developing Web services</linktext></link>
-</linklist>
-<linklist><title>Related Reference</title>
-<link href="../ref/ruddi.dita"></link>
-</linklist>
-</related-links>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tlogexp.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tlogexp.html
deleted file mode 100644
index 06ef94c..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tlogexp.html
+++ /dev/null
@@ -1,98 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Logging in to a UDDI registry" />
-<meta name="abstract" content="If you have published your Web service to a UDDI registry you can log into the registry and manage the service through the Web Services Explorer." />
-<meta name="description" content="If you have published your Web service to a UDDI registry you can log into the registry and manage the service through the Web Services Explorer." />
-<meta content="UDDI, logging into a registry, Web Services Explorer, logging into a UDDI registry" name="DC.subject" />
-<meta content="UDDI, logging into a registry, Web Services Explorer, logging into a UDDI registry" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cuddi.html" />
-<meta scheme="URI" name="DC.Relation" content="tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="tstrtexp.html" />
-<meta scheme="URI" name="DC.Relation" content="treg.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/tasks/toverws.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/ruddi.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="tlogexp" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Logging in to a UDDI registry</title>
-</head>
-<body id="tlogexp"><a name="tlogexp"><!-- --></a>
-
-
-<h1 class="topictitle1">Logging in to a UDDI registry</h1>
-
-
-
-<div><p>If you have published your Web service to a UDDI registry you can
-log into the registry and manage the service through the Web Services Explorer.</p>
-
-<div class="p">Prerequisites:<ol>
-<li><a href="treg.html">Register with a registry</a></li>
-
-<li><a href="tstrtexp.html">Launch the Web Services Explorer</a></li>
-
-</ol>
-</div>
-
-<div class="section"><p>To Log in to the registry:</p>
-</div>
-
-<ol>
-<li><span>Once you have selected a registry, you can scroll to the <span class="uicontrol">Other
-Actions</span> section of the page and select <span class="uicontrol">Login</span>,
-or use the login button at the top of the Explorer: <img src="../images/loginicon.gif" alt="screen capture of the login icon" />.</span></li>
-
-<li><span>Enter the URL (if it has not been prefilled for you), the user
-ID, and the password for the registry and click <span class="uicontrol">Go</span>.</span>
-</li>
-
-<li><span>The Summary of Business page displays. It lists all the businesses
-associated with the registry.</span></li>
-
-</ol>
-
-<div class="section"><p>When you have successfully logged in, the Status pane displays
-a message indicating you were successful.</p>
-</div>
-
-<div class="section">To log out of the registry click the Logout button: <img src="../images/logouticon.gif" alt="screen capture of the logout icon" />.</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="../concepts/cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-<div><a href="tstrtexp.html" title="The Web services tools allows you to launch the Web Services Explorer in several ways.">Launching the Web Services Explorer</a></div>
-<div><a href="treg.html" title="In order to publish your business entity and Web service to a UDDI registry, you must first register with the registry that you want to use.">Registering with a UDDI registry</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.html"> Developing Web services</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../ref/ruddi.html" title="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.">Data structure types (UDDI registry)</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tpubent.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tpubent.dita
deleted file mode 100644
index 8034538..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tpubent.dita
+++ /dev/null
@@ -1,103 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="tpubent" xml:lang="en-us">
-<title>Publishing a business entity</title>
-<shortdesc>A business entity contains information about the business that
-has published a service.&nbsp; Before you can publish a business service,
-you must publish a business entity.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm keyref="tpubent|1|UDDIpublishingabusinessentity" status="unchanged">UDDI<indexterm>publishing
-a business entity</indexterm></indexterm><indexterm keyref="tpubent|2|Webservicespublishingabusinessentity"
-status="unchanged">Web services<indexterm>publishing<indexterm>business entities</indexterm></indexterm></indexterm>
-<indexterm keyref="tpubent|3|businessentitiespublishingtoUDDI" status="unchanged">business
-entities<indexterm>publishing to UDDI</indexterm></indexterm></keywords>
-</metadata></prolog>
-<taskbody>
-<prereq>Prerequisites:<ol>
-<li><xref href="treg.dita">Register with a registry</xref></li>
-<li><xref href="tstrtexp.dita">Launch the Web Services Explorer</xref></li>
-<li><xref href="taddreg.dita">Add the registry to the Web Services Explorer</xref></li>
-</ol></prereq>
-<context><p>You can publish a business entity using two different publication
-formats: simple and advanced.</p><lq> <p> <uicontrol>Simple</uicontrol> Allows
-you to enter the minimal amount of information required to publish your business
-entity.&nbsp; A simple publish only allows you to specify only one name and
-one business description.</p><p> <uicontrol>Advanced </uicontrol> Allows you
-to enter more information about your business entity. An advanced publish
-allows you to specify multiple names and descriptions for multi-lingual support.</p> </lq></context>
-</taskbody>
-<task id="d0e74" xml:lang="en-us">
-<title>Publish a business entity using the simple option</title>
-<taskbody>
-<context><p>To publish a business entity using the simple option:</p></context>
-<steps>
-<step><cmd>In the Web Services Explorer, select UDDI Main and select the registry
-to which you want to publish the business entity.</cmd></step>
-<step><cmd>In the&nbsp;Navigator pane, select the business entity for which
-you want to publish the business service.</cmd></step>
-<step><cmd>In the Actions pane toolbar, click the  <b>Publish</b> icon  <image
-alt="Picture of the Publish  icon." href="../images/publish2.gif"></image>.</cmd>
-</step>
-<step><cmd>Select the  <b>Simple</b> radio button.</cmd></step>
-<step><cmd>Enter the publish URL, your user ID, password, WSDL URL, business
-name, and business description in the respective fields.</cmd></step>
-<step><cmd>Click  <b>Go</b> to publish your business entity.</cmd></step>
-</steps>
-<result><p>The <tm tmclass="ibm" tmowner="IBM Corporation" tmtype="reg" trademark="IBM">IBM</tm> Web
-Services Explorer is automatically updated with your published Web service.
-The registry contains pointers to the URL of the WSDL service document of
-the Web service. Businesses can now discover and integrate with your Web service.</p></result>
-</taskbody>
-</task>
-<task id="d0e113" xml:lang="en-us">
-<title>Publish a business entity using the advanced option</title>
-<taskbody>
-<context><p>To publish a business entity using the advanced option:</p></context>
-<steps>
-<step><cmd>In the&nbsp; Web Services Explorer Navigator pane, select the business
-entity for which you want to publish the business service.</cmd></step>
-<step><cmd>In the Actions pane toolbar, click the  <b>Publish Service</b> icon
- <image alt="Picture of the Publish Service icon." href="../images/pubserv.gif">
-</image>.</cmd></step>
-<step><cmd>Select the  <b>Advanced</b> radio button.</cmd></step>
-<step><cmd>Enter the publish URL, your user ID, password, and WSDL URL in
-the respective fields.</cmd></step>
-<step><cmd>Click  <b>Add</b> to create business names.</cmd></step>
-<step><cmd>Click  <b>Add</b> to create business descriptions.</cmd></step>
-<step><cmd>Click <uicontrol>Add</uicontrol> to create an identifier. For example,
-an identifier for your business entity may be your business phone number.
-The key name would be "Phone Number" and the key value would be your business
-telephone number. </cmd></step>
-<step><cmd>Click  <b>Add</b> to create categories. Enter your business categories.
-Select a category type from the drop down list. Click  <b>Browse</b> to open
-the Categories pane. Navigate through the hierarchical taxonomy and select
-the appropriate classification for your business service, then exit the Categories
-pane.</cmd></step>
-<step><cmd>Click  <b>Go</b> to publish your business entity.</cmd></step>
-</steps>
-<result><p>The Web Services Explorer is automatically updated with your published
-Web service. The registry contains pointers to the URL of the WSDL service
-document of the Web service. Businesses can now discover and integrate with
-your Web service.</p></result>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext> Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="../concepts/cuddi.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="tuddiexp.dita"></link>
-<link href="tstrtexp.dita"></link>
-<link href="treg.dita"></link>
-</linklist>
-<linklist><title>Related Reference</title>
-<link href="../ref/ruddi.dita"></link>
-</linklist>
-</related-links>
-</task>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tpubent.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tpubent.html
deleted file mode 100644
index adb225d..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tpubent.html
+++ /dev/null
@@ -1,169 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Publishing a business entity" />
-<meta name="abstract" content="A business entity contains information about the business that has published a service.  Before you can publish a business service, you must publish a business entity." />
-<meta name="description" content="A business entity contains information about the business that has published a service.  Before you can publish a business service, you must publish a business entity." />
-<meta content="UDDI, publishing a business entity, Web services, publishing, business entities, business entities, publishing to UDDI" name="DC.subject" />
-<meta content="UDDI, publishing a business entity, Web services, publishing, business entities, business entities, publishing to UDDI" name="keywords" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="tpubent" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Publishing a business entity</title>
-</head>
-<body id="tpubent"><a name="tpubent"><!-- --></a>
-
-
-<h1 class="topictitle1">Publishing a business entity</h1>
-
-
-
-<div><p>A business entity contains information about the business that
-has published a service.  Before you can publish a business service,
-you must publish a business entity.</p>
-
-<div class="p">Prerequisites:<ol>
-<li><a href="treg.html">Register with a registry</a></li>
-
-<li><a href="tstrtexp.html">Launch the Web Services Explorer</a></li>
-
-<li><a href="taddreg.html">Add the registry to the Web Services Explorer</a></li>
-
-</ol>
-</div>
-
-<div class="section"><p>You can publish a business entity using two different publication
-formats: simple and advanced.</p>
-<blockquote> <p> <span class="uicontrol">Simple</span> Allows
-you to enter the minimal amount of information required to publish your business
-entity.  A simple publish only allows you to specify only one name and
-one business description.</p>
-<p> <span class="uicontrol">Advanced </span> Allows you
-to enter more information about your business entity. An advanced publish
-allows you to specify multiple names and descriptions for multi-lingual support.</p>
- </blockquote>
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e74"><a name="d0e74"><!-- --></a>
-<h2 class="topictitle2">Publish a business entity using the simple option</h2>
-
-<div>
-<div class="section"><p>To publish a business entity using the simple option:</p>
-</div>
-
-<ol>
-<li><span>In the Web Services Explorer, select UDDI Main and select the registry
-to which you want to publish the business entity.</span></li>
-
-<li><span>In the Navigator pane, select the business entity for which
-you want to publish the business service.</span></li>
-
-<li><span>In the Actions pane toolbar, click the  <strong>Publish</strong> icon  <img src="../images/publish2.gif" alt="Picture of the Publish  icon." />.</span>
-</li>
-
-<li><span>Select the  <strong>Simple</strong> radio button.</span></li>
-
-<li><span>Enter the publish URL, your user ID, password, WSDL URL, business
-name, and business description in the respective fields.</span></li>
-
-<li><span>Click  <strong>Go</strong> to publish your business entity.</span></li>
-
-</ol>
-
-<div class="section"><p>The IBM<sup>®</sup> Web
-Services Explorer is automatically updated with your published Web service.
-The registry contains pointers to the URL of the WSDL service document of
-the Web service. Businesses can now discover and integrate with your Web service.</p>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-</div>
-</div>
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e113"><a name="d0e113"><!-- --></a>
-<h2 class="topictitle2">Publish a business entity using the advanced option</h2>
-
-<div>
-<div class="section"><p>To publish a business entity using the advanced option:</p>
-</div>
-
-<ol>
-<li><span>In the  Web Services Explorer Navigator pane, select the business
-entity for which you want to publish the business service.</span></li>
-
-<li><span>In the Actions pane toolbar, click the  <strong>Publish Service</strong> icon
- <img src="../images/pubserv.gif" alt="Picture of the Publish Service icon." />.</span></li>
-
-<li><span>Select the  <strong>Advanced</strong> radio button.</span></li>
-
-<li><span>Enter the publish URL, your user ID, password, and WSDL URL in
-the respective fields.</span></li>
-
-<li><span>Click  <strong>Add</strong> to create business names.</span></li>
-
-<li><span>Click  <strong>Add</strong> to create business descriptions.</span></li>
-
-<li><span>Click <span class="uicontrol">Add</span> to create an identifier. For example,
-an identifier for your business entity may be your business phone number.
-The key name would be "Phone Number" and the key value would be your business
-telephone number. </span></li>
-
-<li><span>Click  <strong>Add</strong> to create categories. Enter your business categories.
-Select a category type from the drop down list. Click  <strong>Browse</strong> to open
-the Categories pane. Navigate through the hierarchical taxonomy and select
-the appropriate classification for your business service, then exit the Categories
-pane.</span></li>
-
-<li><span>Click  <strong>Go</strong> to publish your business entity.</span></li>
-
-</ol>
-
-<div class="section"><p>The Web Services Explorer is automatically updated with your published
-Web service. The registry contains pointers to the URL of the WSDL service
-document of the Web service. Businesses can now discover and integrate with
-your Web service.</p>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="../concepts/cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-<div><a href="tstrtexp.html" title="The Web services tools allows you to launch the Web Services Explorer in several ways.">Launching the Web Services Explorer</a></div>
-<div><a href="treg.html" title="In order to publish your business entity and Web service to a UDDI registry, you must first register with the registry that you want to use.">Registering with a UDDI registry</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../ref/ruddi.html" title="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.">Data structure types (UDDI registry)</a></div></div>
-</div>
-</div>
-
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tpublish.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tpublish.dita
deleted file mode 100644
index 91aa8d9..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tpublish.dita
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="tpublish" xml:lang="en-us">
-<title>Publishing a Web service</title>
-<titlealts>
-<searchtitle>Publishing a Web service</searchtitle>
-</titlealts>
-<shortdesc>The Web service, also known as the business service, describes
-a Web service's endpoint and where its WSDL file resides. The WSDL file lists
-the operations that service provides.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm keyref="tpublish|1|UDDIpublishingaWebservice" status="unchanged">UDDI<indexterm>publishing
-a Web service</indexterm></indexterm><indexterm keyref="tpublish|2|WebservicespublishingtoaUDDIregistry"
-status="unchanged">Web services<indexterm>publishing<indexterm>UDDI registry</indexterm></indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<prereq>Prerequisites:<ol>
-<li> <xref href="treg.dita">Register with a registry</xref>.</li>
-<li> <xref href="tstrtexp.dita">Launch the Web Services Explorer</xref>.</li>
-<li> <xref href="taddreg.dita">Add the registry to the Web Services Explorer</xref>.</li>
-<li>Create a Web service.</li>
-<li>Deploy the Web service.</li>
-<li> <xref href="tpubent.dita">Publish a Business Entity</xref>.</li>
-</ol></prereq>
-<result><p>You can publish a business service using two different publication
-formats: simple and advanced.</p></result>
-</taskbody>
-<task id="d0e74" xml:lang="en-us">
-<title>Publish a business service using the simple option</title>
-<taskbody>
-<context><p>To publish a Web service using the simple option:</p></context>
-<steps>
-<step><cmd>In the Web Services Explorer Navigator pane, select the business
-entity for which you want to publish the business service.</cmd></step>
-<step><cmd>In the Actions pane toolbar, click the  <b>Publish Service</b> icon
- <image alt="Picture of the Publish Service icon." href="../images/pubserv.gif">
-</image>.</cmd></step>
-<step><cmd>Select the  <b>Simple</b> radio button.</cmd></step>
-<step><cmd>Enter the publish URL, your user ID, password, WSDL URL, business
-name, and business description in the respective fields.</cmd></step>
-<step><cmd>Click  <b>Go</b> to publish your business entity.</cmd></step>
-</steps>
-<result><p> <b>Important:</b> Ensure that you select the service document,
-since the service element is the basis for the Business Service that you will
-publish. You cannot publish a Business Service using a WSDL document that
-does not have service elements.</p><p>The Web Services Explorer is automatically
-updated with your published Web service. The registry contains pointers to
-the URL of the WSDL service document of the Web service. Businesses can now
-discover and integrate with your Web service.</p></result>
-</taskbody>
-</task>
-<task id="d0e113" xml:lang="en-us">
-<title>Publish a business service using the advanced option</title>
-<taskbody>
-<context><p>To publish a Web service using the advanced option:</p></context>
-<steps>
-<step><cmd>In the Web Services Explorer Navigator pane, select the business
-entity for which you want to publish the business service.</cmd></step>
-<step><cmd>In the Actions pane toolbar, click the  <b>Publish Service</b> icon
- <image alt="Picture of the Publish Service icon." href="../images/pubserv.gif">
-</image>.</cmd></step>
-<step><cmd>Select the  <b>Advanced</b> radio button.</cmd></step>
-<step><cmd>Enter the publish URL, your user ID, password, and WSDL URL in
-the respective fields.</cmd></step>
-<step><cmd>Click  <b>Get</b> or <uicontrol>Find</uicontrol> to associate the
-service with a business entity.</cmd></step>
-<step><cmd>Click  <b>Get</b> or <uicontrol>Find</uicontrol> to associate a
-specific service interface with the service.</cmd></step>
-<step><cmd>Click  <b>Add</b> to create business service names.</cmd></step>
-<step><cmd>Click  <b>Add</b> to create business service descriptions.</cmd>
-</step>
-<step><cmd>Click  <b>Add</b> to create categories. Enter your business service
-categories. Select a category type from the drop down list. Click  <b>Browse</b> to
-open the Categories pane.&nbsp; Navigate through the hierarchical taxonomy
-and select the appropriate classification for your business service, then
-exit the Categories pane.</cmd></step>
-<step><cmd>Click  <b>Go</b> to publish your business entity.</cmd></step>
-</steps>
-<result><p> <b>Important:</b> Ensure that you select the service document,
-since the service element is the basis for the Business Service that you will
-publish.&nbsp; You cannot publish a Business Service using a WSDL document
-that does not have service elements.</p><p>The Web Services Explorer is automatically
-updated with your published Web service. The registry contains pointers to
-the URL of the WSDL service document of the Web service. Businesses can now
-discover and integrate with your Web service.</p></result>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext> Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="../concepts/cuddi.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="tuddiexp.dita"></link>
-<link href="tstrtexp.dita"></link>
-<link href="treg.dita"></link>
-</linklist>
-<linklist><title>Related Reference</title>
-<link href="../ref/ruddi.dita"></link>
-</linklist>
-</related-links>
-</task>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tpublish.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tpublish.html
deleted file mode 100644
index c248724..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tpublish.html
+++ /dev/null
@@ -1,185 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Publishing a Web service" />
-<meta name="abstract" content="The Web service, also known as the business service, describes a Web service's endpoint and where its WSDL file resides. The WSDL file lists the operations that service provides." />
-<meta name="description" content="The Web service, also known as the business service, describes a Web service's endpoint and where its WSDL file resides. The WSDL file lists the operations that service provides." />
-<meta content="UDDI, publishing a Web service, Web services, publishing, UDDI registry" name="DC.subject" />
-<meta content="UDDI, publishing a Web service, Web services, publishing, UDDI registry" name="keywords" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="tpublish" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Publishing a Web service</title>
-</head>
-<body id="tpublish"><a name="tpublish"><!-- --></a>
-
-
-<h1 class="topictitle1">Publishing a Web service</h1>
-
-
-
-
-<div><p>The Web service, also known as the business service, describes
-a Web service's endpoint and where its WSDL file resides. The WSDL file lists
-the operations that service provides.</p>
-
-<div class="p">Prerequisites:<ol>
-<li> <a href="treg.html">Register with a registry</a>.</li>
-
-<li> <a href="tstrtexp.html">Launch the Web Services Explorer</a>.</li>
-
-<li> <a href="taddreg.html">Add the registry to the Web Services Explorer</a>.</li>
-
-<li>Create a Web service.</li>
-
-<li>Deploy the Web service.</li>
-
-<li> <a href="tpubent.html">Publish a Business Entity</a>.</li>
-
-</ol>
-</div>
-
-<div class="section"><p>You can publish a business service using two different publication
-formats: simple and advanced.</p>
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e74"><a name="d0e74"><!-- --></a>
-<h2 class="topictitle2">Publish a business service using the simple option</h2>
-
-<div>
-<div class="section"><p>To publish a Web service using the simple option:</p>
-</div>
-
-<ol>
-<li><span>In the Web Services Explorer Navigator pane, select the business
-entity for which you want to publish the business service.</span></li>
-
-<li><span>In the Actions pane toolbar, click the  <strong>Publish Service</strong> icon
- <img src="../images/pubserv.gif" alt="Picture of the Publish Service icon." />.</span></li>
-
-<li><span>Select the  <strong>Simple</strong> radio button.</span></li>
-
-<li><span>Enter the publish URL, your user ID, password, WSDL URL, business
-name, and business description in the respective fields.</span></li>
-
-<li><span>Click  <strong>Go</strong> to publish your business entity.</span></li>
-
-</ol>
-
-<div class="section"><p> <strong>Important:</strong> Ensure that you select the service document,
-since the service element is the basis for the Business Service that you will
-publish. You cannot publish a Business Service using a WSDL document that
-does not have service elements.</p>
-<p>The Web Services Explorer is automatically
-updated with your published Web service. The registry contains pointers to
-the URL of the WSDL service document of the Web service. Businesses can now
-discover and integrate with your Web service.</p>
-</div>
-
-</div>
-
-<div>
-<ul class="ullinks">
-<li class="ulchildlink"><strong><a href="../ref/ruddi.html">Data structure types (UDDI registry)</a></strong><br />
-Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.</li>
-</ul>
-
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-</div>
-</div>
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e113"><a name="d0e113"><!-- --></a>
-<h2 class="topictitle2">Publish a business service using the advanced option</h2>
-
-<div>
-<div class="section"><p>To publish a Web service using the advanced option:</p>
-</div>
-
-<ol>
-<li><span>In the Web Services Explorer Navigator pane, select the business
-entity for which you want to publish the business service.</span></li>
-
-<li><span>In the Actions pane toolbar, click the  <strong>Publish Service</strong> icon
- <img src="../images/pubserv.gif" alt="Picture of the Publish Service icon." />.</span></li>
-
-<li><span>Select the  <strong>Advanced</strong> radio button.</span></li>
-
-<li><span>Enter the publish URL, your user ID, password, and WSDL URL in
-the respective fields.</span></li>
-
-<li><span>Click  <strong>Get</strong> or <span class="uicontrol">Find</span> to associate the
-service with a business entity.</span></li>
-
-<li><span>Click  <strong>Get</strong> or <span class="uicontrol">Find</span> to associate a
-specific service interface with the service.</span></li>
-
-<li><span>Click  <strong>Add</strong> to create business service names.</span></li>
-
-<li><span>Click  <strong>Add</strong> to create business service descriptions.</span>
-</li>
-
-<li><span>Click  <strong>Add</strong> to create categories. Enter your business service
-categories. Select a category type from the drop down list. Click  <strong>Browse</strong> to
-open the Categories pane.  Navigate through the hierarchical taxonomy
-and select the appropriate classification for your business service, then
-exit the Categories pane.</span></li>
-
-<li><span>Click  <strong>Go</strong> to publish your business entity.</span></li>
-
-</ol>
-
-<div class="section"><p> <strong>Important:</strong> Ensure that you select the service document,
-since the service element is the basis for the Business Service that you will
-publish.  You cannot publish a Business Service using a WSDL document
-that does not have service elements.</p>
-<p>The Web Services Explorer is automatically
-updated with your published Web service. The registry contains pointers to
-the URL of the WSDL service document of the Web service. Businesses can now
-discover and integrate with your Web service.</p>
-</div>
-
-</div>
-
-<div>
-<ul class="ullinks">
-<li class="ulchildlink"><strong><a href="../ref/ruddi.html">Data structure types (UDDI registry)</a></strong><br />
-Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.</li>
-</ul>
-
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="../concepts/cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-<div><a href="tstrtexp.html" title="The Web services tools allows you to launch the Web Services Explorer in several ways.">Launching the Web Services Explorer</a></div>
-<div><a href="treg.html" title="In order to publish your business entity and Web service to a UDDI registry, you must first register with the registry that you want to use.">Registering with a UDDI registry</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../ref/ruddi.html" title="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.">Data structure types (UDDI registry)</a></div></div>
-</div>
-</div>
-
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/treg.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/treg.dita
deleted file mode 100644
index 0fb6abd..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/treg.dita
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="treg" xml:lang="en-us">
-<title>Registering with a UDDI registry</title>
-<titlealts>
-<searchtitle>Registering with a UDDI Registry</searchtitle>
-</titlealts>
-<shortdesc>In order to publish your business entity and Web service to a UDDI
-registry, you must first register with the registry that you want to use.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>UDDI<indexterm>registering with a registry</indexterm></indexterm>
-<indexterm>Web services<indexterm>registering with a UDDI registry</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<context><p>There are many different private registries with which you can
-register. Since each registry is different, the registry provider will give
-you instructions for registering.</p><p>The following registries are automatically
-added to Favorites:</p><ul>
-<li>SAP UDDI Registry</li>
-<li>SAP UDDI Test Registry</li>
-<li>XMethods Registry</li>
-<li>NTT Communications Registry</li>
-</ul><p>You can use any of these registries by selecting the Favorites icon
-in the Web Services Explorer toolbar. All of these registries are based on
-the UDDI Business Registry Version 2. The details page of each registry will
-have registration instructions.</p><p>The public production registries are
-listed under Favorites. The Web Services Explorer does not preload any registries
-by default.&nbsp; You can preload registries from the favorites section of
-the Web Services Explorer or by using the Unit Test UDDI wizard. You can also
-preload and configure private registries using the Unit Test UDDI wizard.
-On the Open Registry page of the Web Services Explorer, you can select from
-public registries and registries listed in your favorites to automatically
-fill in the information required to open a particular registry.</p></context>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext> Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="../concepts/cuddi.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="tuddiexp.dita"></link>
-<link href="tstrtexp.dita"></link>
-</linklist>
-<linklist><title>Related Reference</title>
-<link href="../ref/ruddi.dita"></link>
-</linklist>
-</related-links>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/treg.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/treg.html
deleted file mode 100644
index 93cb0ea..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/treg.html
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Registering with a UDDI registry" />
-<meta name="abstract" content="In order to publish your business entity and Web service to a UDDI registry, you must first register with the registry that you want to use." />
-<meta name="description" content="In order to publish your business entity and Web service to a UDDI registry, you must first register with the registry that you want to use." />
-<meta content="UDDI, registering with a registry, Web services, registering with a UDDI registry" name="DC.subject" />
-<meta content="UDDI, registering with a registry, Web services, registering with a UDDI registry" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cuddi.html" />
-<meta scheme="URI" name="DC.Relation" content="tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="tstrtexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/ruddi.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="treg" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Registering with a UDDI Registry</title>
-</head>
-<body id="treg"><a name="treg"><!-- --></a>
-
-
-<h1 class="topictitle1">Registering with a UDDI registry</h1>
-
-
-
-
-<div><p>In order to publish your business entity and Web service to a UDDI
-registry, you must first register with the registry that you want to use.</p>
-
-<div class="section"><p>There are many different private registries with which you can
-register. Since each registry is different, the registry provider will give
-you instructions for registering.</p>
-<p>The following registries are automatically
-added to Favorites:</p>
-<ul>
-<li>SAP UDDI Registry</li>
-
-<li>SAP UDDI Test Registry</li>
-
-<li>XMethods Registry</li>
-
-<li>NTT Communications Registry</li>
-
-</ul>
-<p>You can use any of these registries by selecting the Favorites icon
-in the Web Services Explorer toolbar. All of these registries are based on
-the UDDI Business Registry Version 2. The details page of each registry will
-have registration instructions.</p>
-<p>The public production registries are
-listed under Favorites. The Web Services Explorer does not preload any registries
-by default.  You can preload registries from the favorites section of
-the Web Services Explorer or by using the Unit Test UDDI wizard. You can also
-preload and configure private registries using the Unit Test UDDI wizard.
-On the Open Registry page of the Web Services Explorer, you can select from
-public registries and registries listed in your favorites to automatically
-fill in the information required to open a particular registry.</p>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="../concepts/cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-<div><a href="tstrtexp.html" title="The Web services tools allows you to launch the Web Services Explorer in several ways.">Launching the Web Services Explorer</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../ref/ruddi.html" title="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.">Data structure types (UDDI registry)</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tstrtexp.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tstrtexp.dita
deleted file mode 100644
index 9f58c7c..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tstrtexp.dita
+++ /dev/null
@@ -1,119 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="tstrtexp" xml:lang="en-us">
-<title>Launching the Web Services Explorer</title>
-<titlealts>
-<searchtitle>Launching the Web Services Explorer</searchtitle>
-</titlealts>
-<shortdesc>The Web services tools allows you to launch the Web Services Explorer
-in several ways.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>Web Services Explorer<indexterm>launching</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<context><ul>
-<li>From the main toolbar in the Java EE perspective.</li>
-<li>By using the Web service wizards.</li>
-<li>By using the Import wizard.</li>
-<li>By using the Export wizard.</li>
-<li>From the Run menu in the Java EE perspective.</li>
-<li>From a WSDL file.</li>
-</ul></context>
-</taskbody>
-<task id="d0e38" xml:lang="en-us">
-<title>Launching the Web Services Explorer from the main toolbar</title>
-<taskbody>
-<context><p>To launch the Web Services Explorer from the main toolbar, ensure
-that you are in the Java EE perspective and click the  <b>Launch the Web Services
-Explorer</b> icon  <image alt="Picture of the Launch Web Services Explorer icon."
-href="../images/uddiview.gif"></image>. The Web Services Explorer opens without
-any registries displayed in the Navigator pane. You can now  <xref href="taddreg.dita">add
-a registry</xref> to the Web Services Explorer.</p></context>
-</taskbody>
-</task>
-<task id="d0e50" xml:lang="en-us">
-<title>Launching the Web Services Explorer using the Web Services Wizard</title>
-<taskbody>
-<context><p>To launch the Web Services Explorer from the Web Services Wizard,
-select the  <b>Test the Web Service</b> check box in the first page of the
-Web Services Wizard. Proceed with the wizard and then in the Web Service Test
-Page, choose  <b>Web Services Explorer</b> as the test facility and click
-on the  <b>Launch</b> button. If you launch the Web Services Explorer using
-this method, it will automatically preload the WSDL (and its child nodes)
-in the WSDL page.</p></context>
-</taskbody>
-</task>
-<task id="d0e63" xml:lang="en-us">
-<title>Launching the Web Services Explorer using the Import wizard</title>
-<taskbody>
-<context><p>To launch the Web Services Explorer using the Import wizard, do
-the following:</p></context>
-<steps>
-<step><cmd>From the main menu, click  <b>File > Import</b>. The Import wizard
-opens.</cmd></step>
-<step><cmd>Select  <b>Web Service</b> and click  <b>Next</b>. The Web service
-import wizard opens.</cmd></step>
-<step><cmd>Click  <b>Finish</b>.</cmd></step>
-</steps>
-<result><p>The Web Services Explorer opens. If you selected a registry on
-the Web Service Publication page of the Web service Import wizard, you will
-see the registry displayed in the Navigator pane.</p></result>
-</taskbody>
-</task>
-<task id="d0e95" xml:lang="en-us">
-<title>Launching the Web Services Explorer using the Export wizard</title>
-<taskbody>
-<context><p>To launch the Web Services Explorer using the Export wizard, do
-the following:</p></context>
-<steps>
-<step><cmd>From the main menu, click  <b>File > Export</b>. The Export wizard
-opens.</cmd></step>
-<step><cmd>Select  <b>Web Service</b> and click  <b>Next</b>. The Web Service
-Export wizard opens.</cmd></step>
-<step><cmd>Click  <b>Finish</b>. The Web Services Explorer opens.</cmd></step>
-</steps>
-<result><p>The Web Services Explorer opens.&nbsp; If you selected a registry
-on the Web Service Publication page of the Web Service Export wizard, you
-will see the registry displayed in the Navigator pane.</p></result>
-</taskbody>
-</task>
-<task id="d0e127" xml:lang="en-us">
-<title>Launching the Web Services Explorer from the Run menu</title>
-<taskbody>
-<context><p>To launch the Web Services Explorer from the main menu, ensure
-that you are in the Java EE perspective and click  <b>Run > Launch the Web
-Services Explorer</b>. The Import wizard opens. The Web Services Explorer
-opens.&nbsp; The Web Services Explorer opens without any registries displayed
-in the Navigator pane.</p></context>
-</taskbody>
-</task>
-<task id="d0e134" xml:lang="en-us">
-<title>Launching the Web Services Explorer from a WSDL file</title>
-<taskbody>
-<context><p>To launch the Web Services Explorer from a WSDL file, select the
-WSDL file and right-click and choose  <b>Web Services > Test with Web Services
-Explorer</b> or  <b>Publish WSDL file</b>.&nbsp; The Web Services Explorer
-opens. The  <b>Test with Web Services Explorer</b> action will preload the
-WSDL in the WSDL page.</p></context>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext> Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="../concepts/cuddi.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="tuddiexp.dita"></link>
-<link href="treg.dita"></link>
-</linklist>
-<linklist><title>Related Reference</title>
-<link href="../ref/ruddi.dita"></link>
-</linklist>
-</related-links>
-</task>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tstrtexp.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tstrtexp.html
deleted file mode 100644
index e910491..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tstrtexp.html
+++ /dev/null
@@ -1,195 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Launching the Web Services Explorer" />
-<meta name="abstract" content="The Web services tools allows you to launch the Web Services Explorer in several ways." />
-<meta name="description" content="The Web services tools allows you to launch the Web Services Explorer in several ways." />
-<meta content="Web Services Explorer, launching" name="DC.subject" />
-<meta content="Web Services Explorer, launching" name="keywords" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="tstrtexp" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Launching the Web Services Explorer</title>
-</head>
-<body id="tstrtexp"><a name="tstrtexp"><!-- --></a>
-
-
-<h1 class="topictitle1">Launching the Web Services Explorer</h1>
-
-
-
-
-<div><p>The Web services tools allows you to launch the Web Services Explorer
-in several ways.</p>
-
-<div class="section"><ul>
-<li>From the main toolbar in the Java EE perspective.</li>
-
-<li>By using the Web service wizards.</li>
-
-<li>By using the Import wizard.</li>
-
-<li>By using the Export wizard.</li>
-
-<li>From the Run menu in the Java EE perspective.</li>
-
-<li>From a WSDL file.</li>
-
-</ul>
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e38"><a name="d0e38"><!-- --></a>
-<h2 class="topictitle2">Launching the Web Services Explorer from the main toolbar</h2>
-
-<div>
-<div class="section"><p>To launch the Web Services Explorer from the main toolbar, ensure
-that you are in the Java EE perspective and click the  <strong>Launch the Web Services
-Explorer</strong> icon  <img src="../images/uddiview.gif" alt="Picture of the Launch Web Services Explorer icon." />. The Web Services Explorer opens without
-any registries displayed in the Navigator pane. You can now  <a href="taddreg.html">add a registry</a> to the Web Services Explorer.</p>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-</div>
-</div>
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e50"><a name="d0e50"><!-- --></a>
-<h2 class="topictitle2">Launching the Web Services Explorer using the Web Services Wizard</h2>
-
-<div>
-<div class="section"><p>To launch the Web Services Explorer from the Web Services Wizard,
-select the  <strong>Test the Web Service</strong> check box in the first page of the
-Web Services Wizard. Proceed with the wizard and then in the Web Service Test
-Page, choose  <strong>Web Services Explorer</strong> as the test facility and click
-on the  <strong>Launch</strong> button. If you launch the Web Services Explorer using
-this method, it will automatically preload the WSDL (and its child nodes)
-in the WSDL page.</p>
-</div>
-
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e63"><a name="d0e63"><!-- --></a>
-<h2 class="topictitle2">Launching the Web Services Explorer using the Import wizard</h2>
-
-<div>
-<div class="section"><p>To launch the Web Services Explorer using the Import wizard, do
-the following:</p>
-</div>
-
-<ol>
-<li><span>From the main menu, click  <strong>File &gt; Import</strong>. The Import wizard
-opens.</span></li>
-
-<li><span>Select  <strong>Web Service</strong> and click  <strong>Next</strong>. The Web service
-import wizard opens.</span></li>
-
-<li><span>Click  <strong>Finish</strong>.</span></li>
-
-</ol>
-
-<div class="section"><p>The Web Services Explorer opens. If you selected a registry on
-the Web Service Publication page of the Web service Import wizard, you will
-see the registry displayed in the Navigator pane.</p>
-</div>
-
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e95"><a name="d0e95"><!-- --></a>
-<h2 class="topictitle2">Launching the Web Services Explorer using the Export wizard</h2>
-
-<div>
-<div class="section"><p>To launch the Web Services Explorer using the Export wizard, do
-the following:</p>
-</div>
-
-<ol>
-<li><span>From the main menu, click  <strong>File &gt; Export</strong>. The Export wizard
-opens.</span></li>
-
-<li><span>Select  <strong>Web Service</strong> and click  <strong>Next</strong>. The Web Service
-Export wizard opens.</span></li>
-
-<li><span>Click  <strong>Finish</strong>. The Web Services Explorer opens.</span></li>
-
-</ol>
-
-<div class="section"><p>The Web Services Explorer opens.  If you selected a registry
-on the Web Service Publication page of the Web Service Export wizard, you
-will see the registry displayed in the Navigator pane.</p>
-</div>
-
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e127"><a name="d0e127"><!-- --></a>
-<h2 class="topictitle2">Launching the Web Services Explorer from the Run menu</h2>
-
-<div>
-<div class="section"><p>To launch the Web Services Explorer from the main menu, ensure
-that you are in the Java EE perspective and click  <strong>Run &gt; Launch the Web
-Services Explorer</strong>. The Import wizard opens. The Web Services Explorer
-opens.  The Web Services Explorer opens without any registries displayed
-in the Navigator pane.</p>
-</div>
-
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e134"><a name="d0e134"><!-- --></a>
-<h2 class="topictitle2">Launching the Web Services Explorer from a WSDL file</h2>
-
-<div>
-<div class="section"><p>To launch the Web Services Explorer from a WSDL file, select the
-WSDL file and right-click and choose  <strong>Web Services &gt; Test with Web Services
-Explorer</strong> or  <strong>Publish WSDL file</strong>.  The Web Services Explorer
-opens. The  <strong>Test with Web Services Explorer</strong> action will preload the
-WSDL in the WSDL page.</p>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="../concepts/cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-<div><a href="treg.html" title="In order to publish your business entity and Web service to a UDDI registry, you must first register with the registry that you want to use.">Registering with a UDDI registry</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../ref/ruddi.html" title="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.">Data structure types (UDDI registry)</a></div></div>
-</div>
-</div>
-
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/ttestwsdl.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/ttestwsdl.dita
deleted file mode 100644
index 4bd3489..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/ttestwsdl.dita
+++ /dev/null
@@ -1,105 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="ttestwsdl" xml:lang="en-us">
-<title>Testing WSDL documents and Web services using the WSDL Explorer</title>
-<titlealts>
-<searchtitle>Using the WSDL Explorer</searchtitle>
-</titlealts>
-<shortdesc>WSDL documents allow developers to expose their applications as
-network-accessible services on the Internet. Through UDDI and WSIL, other
-applications can discover WSDL documents and bind with them to execute transactions
-or perform other business processes. The Web Services Explorer allows you
-to explore, import, and test WSDL documents.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm keyref="ttestwsdl|1|WSDLtestingwiththeWebServicesExplorer"
-status="unchanged">WSDL files<indexterm>testing with the Web Services Explorer</indexterm></indexterm>
-<indexterm keyref="ttestwsdl|2|WebservicestestingwiththeWebServicesExplorer"
-status="unchanged">Web services<indexterm>testing with the Web Services Explorer</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<prereq>Prerequisites: To use the WSDL Explorer:<ul>
-<li>You must have a valid URL for a WSDL document.</li>
-<li>You must launch the Web Services Explorer: <xref href="tstrtexp.dita">Launch
-the Web Services Explorer</xref></li>
-</ul></prereq>
-<context><p>The WSDL Explorer allows you to explore, and test WSDL documents.
-For more information on exploring WSDL documents using the WSDL Explorer,
-refer to <xref href="twsdlexp.dita">Using the WSDL Explorer</xref> .</p><p>To
-test a Web service using the WSDL Explorer:</p></context>
-<steps>
-<step><cmd>To launch the WSDL Explorer, complete the following steps:</cmd>
-<substeps>
-<substep><cmd>In the Web Services Explorer, switch to the WSDL Explorer by
-clicking the icon in the upper right-hand corner  <image alt="Icon to launch the WSDL Explorer"
-href="../images/wsdlicon.gif"></image>. </cmd></substep>
-</substeps>
-</step>
-<step><cmd>Select WSDL Main in the Navigator pane, enter or browse to an existing
-WSDL URL in the right-hand pane, and click  <b>Go</b>. For this example the
-WSDL being used is a Web Service which converts temperature from Celsius to
-Fahrenheit or Fahrenheit to Celsius.   <image alt="Screen capture of the WSDL Main pane of the Web Services Explorer"
-href="../images/wsdltemp.gif" placement="break"></image>  The following nodes
-will be added to the WSDL tree: </cmd><info><ul>
-<li>The WSDL node:  <image alt="WSDL node icon" href="../images/wsdlnode.gif">
-</image></li>
-<li>The service node (which represents a service element within the WSDL file):
- <image alt="Service node icon" href="../images/servnode.gif"></image></li>
-<li>The binding node:  <image alt="Binding node icon" href="../images/bindnode.gif">
-</image></li>
-<li>The operation node:  <image alt="Operation node icon" href="../images/opnode.gif">
-</image></li>
-</ul></info></step>
-<step><cmd>In the WSDL Binding Details pane, click the operation (in this
-example the  <systemoutput>CtoF</systemoutput> operation) to display: </cmd>
-<info><ul>
-<li>A drop-down list with the endpoints available for this operation</li>
-<li>Fields for each of the parameters of this operation (in this example the
- <systemoutput>temp</systemoutput> parameter) and the type of information
-the parameter is looking for (in this example  <systemoutput>temp</systemoutput> is
-requesting an integer).<image alt="Invoke a WSDL Operation pane of the Web Services Explorer"
-href="../images/wsdlop.gif" placement="break"></image>  The Form view allows
-you to enter the parameters for the Web service operation call. Parameters
-names are displayed as links whose action is to display a dialog describing
-embedded XML Schema Definition Language (XSD) information. More information
-about XSD can be found here:  <xref format="html" href="http://www.eclipse.org/xsd/">http://www.eclipse.org/xsd/</xref> 
- <image alt="Screen capture of the XSD Information Dialog" href="../images/scenario7.gif"
-placement="break"></image> &nbsp;</li>
-</ul></info></step>
-<step><cmd>Enter your integer and click  <b>Go</b>. The result is returned
-in the Status pane.   <image alt="Screen capture of an invoked WSDL operation showing the result in the Status pane"
-href="../images/wsdlopret.gif" placement="break"></image> </cmd></step>
-<step><cmd>If you are using SOAP as your binding method, clicking Source or
-Form in the upper right-hand corner will toggle the display between the Form
-view (shown above) and the Source view, which displays the SOAP message in
-the XML format. You can also enter the same information as in the form, only
-in XML format (this is suggested for advanced users only). The Explorer does
-validate the XML if you modify it, but not the parameter values you enter.
- <image alt="Source view of the Invoke a WSDL Operation pane." href="../images/wsdlopretx.gif"
-placement="break"></image></cmd></step>
-<step><cmd>If you are using SOAP as your binding type, you will also have
-the option of toggling the Status pane between the Source and Form views.
-The Source view shows the SOAP request and response envelopes, including the
-parameters you have entered to test the service and the returned value.   <image
-alt="Screen capture of the source view of the SOAP request and response envelopes"
-href="../images/wsdlstatx.gif" placement="break"></image> </cmd></step>
-</steps>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext> Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="../concepts/cuddi.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="tuddiexp.dita"></link>
-<link href="tstrtexp.dita"></link>
-<link href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.dita" scope="peer">
-<linktext> Developing Web services</linktext></link>
-</linklist>
-</related-links>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/ttestwsdl.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/ttestwsdl.html
deleted file mode 100644
index 9921b8b..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/ttestwsdl.html
+++ /dev/null
@@ -1,137 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2006 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2006" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Testing WSDL documents and Web services using the WSDL Explorer" />
-<meta name="abstract" content="WSDL documents allow developers to expose their applications as network-accessible services on the Internet. Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes. The Web Services Explorer allows you to explore, import, and test WSDL documents." />
-<meta name="description" content="WSDL documents allow developers to expose their applications as network-accessible services on the Internet. Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes. The Web Services Explorer allows you to explore, import, and test WSDL documents." />
-<meta content="WSDL, testing with the Web Services Explorer, Web services" name="DC.subject" />
-<meta content="WSDL, testing with the Web Services Explorer, Web services" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cuddi.html" />
-<meta scheme="URI" name="DC.Relation" content="tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="tstrtexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/tasks/toverws.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="ttestwsdl" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Using the WSDL Explorer</title>
-</head>
-<body id="ttestwsdl"><a name="ttestwsdl"><!-- --></a>
-
-
-<h1 class="topictitle1">Testing WSDL documents and Web services using the WSDL Explorer</h1>
-
-
-
-
-<div><p>WSDL documents allow developers to expose their applications as
-network-accessible services on the Internet. Through UDDI and WSIL, other
-applications can discover WSDL documents and bind with them to execute transactions
-or perform other business processes. The Web Services Explorer allows you
-to explore, import, and test WSDL documents.</p>
-
-<div class="p">Prerequisites: To use the WSDL Explorer:<ul>
-<li>You must have a valid URL for a WSDL document.</li>
-
-<li>You must launch the Web Services Explorer: <a href="tstrtexp.html">Launch the Web Services Explorer</a></li>
-
-</ul>
-</div>
-
-<div class="section"><p>The WSDL Explorer allows you to explore, and test WSDL documents.
-For more information on exploring WSDL documents using the WSDL Explorer,
-refer to <a href="twsdlexp.html">Using the WSDL Explorer</a> .</p>
-<p>To
-test a Web service using the WSDL Explorer:</p>
-</div>
-
-<ol>
-<li class="stepexpand"><span>To launch the WSDL Explorer, complete the following steps:</span>
-<ol type="a">
-<li><span>In the Web Services Explorer, switch to the WSDL Explorer by
-clicking the icon in the upper right-hand corner  <img src="../images/wsdlicon.gif" alt="Icon to launch the WSDL Explorer" />. </span></li>
-
-</ol>
-
-</li>
-
-<li class="stepexpand"><span>Select WSDL Main in the Navigator pane, enter or browse to an existing
-WSDL URL in the right-hand pane, and click  <strong>Go</strong>. For this example the
-WSDL being used is a Web Service which converts temperature from Celsius to
-Fahrenheit or Fahrenheit to Celsius.   <br /><img src="../images/wsdltemp.gif" alt="Screen capture of the WSDL Main pane of the Web Services Explorer" /><br />  The following nodes
-will be added to the WSDL tree: </span> <ul>
-<li>The WSDL node:  <img src="../images/wsdlnode.gif" alt="WSDL node icon" /></li>
-
-<li>The service node (which represents a service element within the WSDL file):
- <img src="../images/servnode.gif" alt="Service node icon" /></li>
-
-<li>The binding node:  <img src="../images/bindnode.gif" alt="Binding node icon" /></li>
-
-<li>The operation node:  <img src="../images/opnode.gif" alt="Operation node icon" /></li>
-
-</ul>
-</li>
-
-<li class="stepexpand"><span>In the WSDL Binding Details pane, click the operation (in this
-example the  <tt class="sysout">CtoF</tt> operation) to display: </span>
- <ul>
-<li>A drop-down list with the endpoints available for this operation</li>
-
-<li>Fields for each of the parameters of this operation (in this example the
- <tt class="sysout">temp</tt> parameter) and the type of information
-the parameter is looking for (in this example  <tt class="sysout">temp</tt> is
-requesting an integer).<br /><img src="../images/wsdlop.gif" alt="Invoke a WSDL Operation pane of the Web Services Explorer" /><br />  The Form view allows
-you to enter the parameters for the Web service operation call. Parameters
-names are displayed as links whose action is to display a dialog describing
-embedded XML Schema Definition Language (XSD) information. More information
-about XSD can be found here:  <a href="http://www.eclipse.org/xsd/">http://www.eclipse.org/xsd/</a> 
- <br /><img src="../images/scenario7.gif" alt="Screen capture of the XSD Information Dialog" /><br />  </li>
-
-</ul>
-</li>
-
-<li class="stepexpand"><span>Enter your integer and click  <strong>Go</strong>. The result is returned
-in the Status pane.   <br /><img src="../images/wsdlopret.gif" alt="Screen capture of an invoked WSDL operation showing the result in the Status pane" /><br />  </span></li>
-
-<li class="stepexpand"><span>If you are using SOAP as your binding method, clicking Source or
-Form in the upper right-hand corner will toggle the display between the Form
-view (shown above) and the Source view, which displays the SOAP message in
-the XML format. You can also enter the same information as in the form, only
-in XML format (this is suggested for advanced users only). The Explorer does
-validate the XML if you modify it, but not the parameter values you enter.
- <br /><img src="../images/wsdlopretx.gif" alt="Source view of the Invoke a WSDL Operation pane." /><br /></span></li>
-
-<li class="stepexpand"><span>If you are using SOAP as your binding type, you will also have
-the option of toggling the Status pane between the Source and Form views.
-The Source view shows the SOAP request and response envelopes, including the
-parameters you have entered to test the service and the returned value.   <br /><img src="../images/wsdlstatx.gif" alt="Screen capture of the source view of the SOAP request and response envelopes" /><br /> </span></li>
-
-</ol>
-
-</div>
-
-<div>
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="../concepts/cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-<div><a href="tstrtexp.html" title="The Web services tools allows you to launch the Web Services Explorer in several ways.">Launching the Web Services Explorer</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.html"> Developing Web services</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.dita
deleted file mode 100644
index ad8bd38..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.dita
+++ /dev/null
@@ -1,130 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="tuddiexp" xml:lang="en-us">
-<title>Publishing Web services and business entities</title>
-<titlealts>
-<searchtitle>Publishing Web services and business entities with the Web Services
-Explorer</searchtitle>
-</titlealts>
-<shortdesc>Through UDDI and WSIL, other applications can discover WSDL documents
-and bind with them to execute transactions or perform other business processes. </shortdesc>
-<prolog><metadata>
-<keywords><indexterm>Web Services<indexterm>publishing<indexterm>overview</indexterm></indexterm></indexterm>
-<indexterm>business entities<indexterm>publishing</indexterm></indexterm>
-<indexterm>Web Services Explorer<indexterm>publishing Web services</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<context><p>UDDI enables the discovery of Web services by providing a distributed
-registry of businesses and their service descriptions, implemented in a common
-XML format.&nbsp; In order for a service requestor to discover a service,
-a service provider must first publish a business entity and at least one business
-service, and service interface in a UDDI registry.&nbsp; The Web Services
-Explorer is a Web application that supports the publication, discovery, and
-maintenance of business entities, business services, and service interfaces.</p><p>WSIL
-enables the discovery of Web services by defining a distributed service discovery
-method that supplies references to service descriptions at the service provider's
-point-of-offering, by specifying how to inspect a Web site for available Web
-services.&nbsp; The WSIL specification defines the locations on a Web site
-where you can look for Web service descriptions.&nbsp;Since WSIL focuses on
-distributed service discovery, the WSIL specification complements UDDI by
-facilitating the discovery of services that are available on Web sites that
-may not be listed yet in a UDDI registry. The Web Services Explorer allows
-you to generate and explore WSIL documents.</p><p>The favorites page of the
-Web Services Explorer allows you to store the location of UDDI registries,
-business entities, Web services, service interfaces, as well as WSIL and WSDL
-documents.</p><p>Use the Web Services Explorer to do any of the following
-tasks:</p><ul>
-<li> <xref href="taddreg.dita">Add a registry to the Web Services Explorer</xref> </li>
-<li> <xref href="tbkmrk.dita">Adding a registry, business entity, business
-service, service interface, WSIL, or WSDL service to Favorites</xref> </li>
-<li><xref href="tlogexp.dita"></xref></li>
-<li> <xref href="tdiscov.dita">Discover a Web service</xref> </li>
-<li> <xref href="tpubent.dita">Publish a business entity to a registry</xref> </li>
-<li> <xref href="tpublish.dita">Publish a business service to a registry</xref> </li>
-<li> <xref href="tunpub.dita">Remove a business entity, business service,
-or service interface from a registry</xref> </li>
-<li> <xref href="tupdate.dita">Update a business entity, business service,
-or service interface</xref> </li>
-<li> <xref href="tbusproj.dita">Manage referenced services</xref> </li>
-<li> <xref href="tassert.dita">Manage publisher assertions</xref> </li>
-</ul><p>Prerequisites:</p></context>
-<steps>
-<step><cmd>Before you can use the Web Services Explorer to perform any of
-these functions, you must  <xref href="treg.dita">register with a public registry</xref>.&nbsp;
-There are many different registries with which you can register.</cmd><info></info>
-</step>
-<step><cmd>Ensure that you are using a supported Web browser.</cmd><info>The
-following Web browsers and versions are supported:<ul>
-<li>Internet Explorer: 6.0 and up</li>
-<li>Mozilla: 1.2.1 and up</li>
-</ul></info></step>
-<step><cmd> <xref href="tstrtexp.dita">Launch the Web Services Explorer</xref>.</cmd>
-</step>
-</steps>
-<result><p><b>Known limitations of the Web Services Explorer:</b><ul>
-<li>The taxonomy categories in the Web Services Explorer are not translated
-since they must match those in the standards adhered to by UDDI (ISO, UNSPSC
-7.3, NAICS).</li>
-<li>The Web Services Explorer will launch without the browser toolbar which
-shows, amongst other things, the URL to the Web application. This URL should
-only be used by users with accessibility needs. The URL to the Web Services
-Explorer Web application can be obtained through the following steps:<ol>
-<li>From the Window menu, select Preferences.</li>
-<li>In the Preferences dialog, select <uicontrol>Web Browser</uicontrol> in
-the left pane.</li>
-<li>On the right, select <uicontrol>Use external Web Browser</uicontrol>.</li>
-<li>In the <uicontrol>Location: text</uicontrol> field, browse or type in
-the full path of the Internet Explorer executable. (for example, C:\Program
-Files\Internet Explorer\iexplore.exe).</li>
-<li>Click <uicontrol>Apply</uicontrol> followed by <uicontrol>OK</uicontrol>.</li>
-</ol> Note that this preference will now apply to any browser windows that
-are launched by the user or by the tools themselves (such as the Universal
-Test Client).  The Web Services Explorer will now launch in an external browser
-and its URL should be in the Address field. This can then be pasted or opened
-using am accessibility assisting browser.</li>
-<li>When performing an advanced find or publish in the UDDI page of the Web
-Services Explorer, the items in the drop down list for picking a language
-in conjunction with a name or description is sorted  according to the operating
-system's locale settings. On <tm tmclass="special" tmowner="Microsoft Corporation"
-tmtype="reg" trademark="Windows">Windows</tm>, this order may be managed through
-the Control Panel. To do this:<ol>
-<li>Open the Control Panel.</li>
-<li>Launch the Regional Options control panel applet.</li>
-<li>In the General tab of the resulting dialog, there may be a "Sorting order"
-drop-down list. If so, pick a sorting order and then click <uicontrol>Apply</uicontrol> followed
-by <uicontrol>OK</uicontrol>.</li>
-<li>In the Web Services Explorer, the new sorting order comes into effect
-once the page reloads. This can be accomplished by pressing the back arrow
-followed by the forward arrow in the main toolbar.</li>
-</ol>Note: The instructions above apply to <tm tmclass="special" tmowner="Microsoft Corporation"
-tmtype="reg" trademark="Windows">Windows</tm> 2000. On <tm tmclass="special"
-tmowner="Microsoft Corporation" tmtype="reg" trademark="Windows">Windows</tm> XP,
-the tab mentioned in step 3 is called "Regional Options". Beside the language
-drop-down, there is a <uicontrol>Customize</uicontrol> button. When this is
-clicked, a new dialog appears. A sorting tab will allow users to pick the
-sorting method if applicable.</li>
-</ul></p></result>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext> Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="../concepts/cuddi.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="tuddiexp.dita"></link>
-<link href="tstrtexp.dita"></link>
-<link href="twsdlexp.dita"></link>
-<link href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.dita" scope="peer">
-<linktext> Developing Web services</linktext></link>
-</linklist>
-<linklist><title>Related Reference</title>
-<link href="../ref/ruddi.dita"></link>
-</linklist>
-</related-links>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.html
deleted file mode 100644
index 91454e9..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.html
+++ /dev/null
@@ -1,225 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Publishing Web services and business entities" />
-<meta name="abstract" content="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes." />
-<meta name="description" content="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes." />
-<meta content="Web Services, publishing, overview, business entities, Web Services Explorer, publishing Web services" name="DC.subject" />
-<meta content="Web Services, publishing, overview, business entities, Web Services Explorer, publishing Web services" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tstrtexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/treg.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tlogexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/taddreg.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tpubent.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tpublish.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tupdate.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tunpub.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tbusproj.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tassert.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tbkmrk.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cuddi.html" />
-<meta scheme="URI" name="DC.Relation" content="tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="tstrtexp.html" />
-<meta scheme="URI" name="DC.Relation" content="twsdlexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/tasks/toverws.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/ruddi.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="tuddiexp" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Publishing Web services and business entities with the Web Services
-Explorer</title>
-</head>
-<body id="tuddiexp"><a name="tuddiexp"><!-- --></a>
-
-
-<h1 class="topictitle1">Publishing Web services and business entities</h1>
-
-
-
-
-<div><p>Through UDDI and WSIL, other applications can discover WSDL documents
-and bind with them to execute transactions or perform other business processes. </p>
-
-<div class="section"><p>UDDI enables the discovery of Web services by providing a distributed
-registry of businesses and their service descriptions, implemented in a common
-XML format.  In order for a service requestor to discover a service,
-a service provider must first publish a business entity and at least one business
-service, and service interface in a UDDI registry.  The Web Services
-Explorer is a Web application that supports the publication, discovery, and
-maintenance of business entities, business services, and service interfaces.</p>
-<p>WSIL
-enables the discovery of Web services by defining a distributed service discovery
-method that supplies references to service descriptions at the service provider's
-point-of-offering, by specifying how to inspect a Web site for available Web
-services.  The WSIL specification defines the locations on a Web site
-where you can look for Web service descriptions. Since WSIL focuses on
-distributed service discovery, the WSIL specification complements UDDI by
-facilitating the discovery of services that are available on Web sites that
-may not be listed yet in a UDDI registry. The Web Services Explorer allows
-you to generate and explore WSIL documents.</p>
-<p>The favorites page of the
-Web Services Explorer allows you to store the location of UDDI registries,
-business entities, Web services, service interfaces, as well as WSIL and WSDL
-documents.</p>
-<p>Use the Web Services Explorer to do any of the following
-tasks:</p>
-<ul>
-<li> <a href="taddreg.html">Add a registry to the Web Services Explorer</a> </li>
-
-<li> <a href="tbkmrk.html">Adding a registry, business entity, business service, service interface, WSIL, or WSDL service to Favorites</a> </li>
-
-<li><a href="tlogexp.html" title="If you have published your Web service to a UDDI registry you can&#10;log into the registry and manage the service through the Web Services Explorer.">Logging in to a UDDI registry</a></li>
-
-<li> <a href="tdiscov.html">Discover a Web service</a> </li>
-
-<li> <a href="tpubent.html">Publish a business entity to a registry</a> </li>
-
-<li> <a href="tpublish.html">Publish a business service to a registry</a> </li>
-
-<li> <a href="tunpub.html">Remove a business entity, business service, or service interface from a registry</a> </li>
-
-<li> <a href="tupdate.html">Update a business entity, business service, or service interface</a> </li>
-
-<li> <a href="tbusproj.html">Manage referenced services</a> </li>
-
-<li> <a href="tassert.html">Manage publisher assertions</a> </li>
-
-</ul>
-<p>Prerequisites:</p>
-</div>
-
-<ol>
-<li class="stepexpand"><span>Before you can use the Web Services Explorer to perform any of
-these functions, you must  <a href="treg.html">register with a public registry</a>. 
-There are many different registries with which you can register.</span> 
-</li>
-
-<li class="stepexpand"><span>Ensure that you are using a supported Web browser.</span> The
-following Web browsers and versions are supported:<ul>
-<li>Internet Explorer: 6.0 and up</li>
-
-<li>Mozilla: 1.2.1 and up</li>
-
-</ul>
-</li>
-
-<li class="stepexpand"><span> <a href="tstrtexp.html">Launch the Web Services Explorer</a>.</span>
-</li>
-
-</ol>
-
-<div class="section"><div class="p"><strong>Known limitations of the Web Services Explorer:</strong><ul>
-<li>The taxonomy categories in the Web Services Explorer are not translated
-since they must match those in the standards adhered to by UDDI (ISO, UNSPSC
-7.3, NAICS).</li>
-
-<li>The Web Services Explorer will launch without the browser toolbar which
-shows, amongst other things, the URL to the Web application. This URL should
-only be used by users with accessibility needs. The URL to the Web Services
-Explorer Web application can be obtained through the following steps:<ol>
-<li>From the Window menu, select Preferences.</li>
-
-<li>In the Preferences dialog, select <span class="uicontrol">Web Browser</span> in
-the left pane.</li>
-
-<li>On the right, select <span class="uicontrol">Use external Web Browser</span>.</li>
-
-<li>In the <span class="uicontrol">Location: text</span> field, browse or type in
-the full path of the Internet Explorer executable. (for example, C:\Program
-Files\Internet Explorer\iexplore.exe).</li>
-
-<li>Click <span class="uicontrol">Apply</span> followed by <span class="uicontrol">OK</span>.</li>
-
-</ol>
- Note that this preference will now apply to any browser windows that
-are launched by the user or by the tools themselves (such as the Universal
-Test Client).  The Web Services Explorer will now launch in an external browser
-and its URL should be in the Address field. This can then be pasted or opened
-using am accessibility assisting browser.</li>
-
-<li>When performing an advanced find or publish in the UDDI page of the Web
-Services Explorer, the items in the drop down list for picking a language
-in conjunction with a name or description is sorted  according to the operating
-system's locale settings. On Windows<sup>®</sup>, this order may be managed through
-the Control Panel. To do this:<ol>
-<li>Open the Control Panel.</li>
-
-<li>Launch the Regional Options control panel applet.</li>
-
-<li>In the General tab of the resulting dialog, there may be a "Sorting order"
-drop-down list. If so, pick a sorting order and then click <span class="uicontrol">Apply</span> followed
-by <span class="uicontrol">OK</span>.</li>
-
-<li>In the Web Services Explorer, the new sorting order comes into effect
-once the page reloads. This can be accomplished by pressing the back arrow
-followed by the forward arrow in the main toolbar.</li>
-
-</ol>
-Note: The instructions above apply to Windows 2000. On Windows XP,
-the tab mentioned in step 3 is called "Regional Options". Beside the language
-drop-down, there is a <span class="uicontrol">Customize</span> button. When this is
-clicked, a new dialog appears. A sorting tab will allow users to pick the
-sorting method if applicable.</li>
-
-</ul>
-</div>
-</div>
-
-</div>
-
-<div>
-<ul class="ullinks">
-<li class="ulchildlink"><strong><a href="../tasks/tstrtexp.html">Launching the Web Services Explorer</a></strong><br />
-The Web services tools allows you to launch the Web Services Explorer in several ways.</li>
-<li class="ulchildlink"><strong><a href="../tasks/treg.html">Registering with a UDDI registry</a></strong><br />
-In order to publish your business entity and Web service to a UDDI registry, you must first register with the registry that you want to use.</li>
-<li class="ulchildlink"><strong><a href="../tasks/tlogexp.html">Logging in to a UDDI registry</a></strong><br />
-If you have published your Web service to a UDDI registry you can log into the registry and manage the service through the Web Services Explorer.</li>
-<li class="ulchildlink"><strong><a href="../tasks/taddreg.html">Adding a Registry to the Web Services Explorer</a></strong><br />
-Although the Web Services Explorer comes populated with several registries, you can also add additional registries to your list of favorites.</li>
-<li class="ulchildlink"><strong><a href="../tasks/tpubent.html">Publishing a business entity</a></strong><br />
-A business entity contains information about the business that has published a service.  Before you can publish a business service, you must publish a business entity.</li>
-<li class="ulchildlink"><strong><a href="../tasks/tpublish.html">Publishing a Web service</a></strong><br />
-The Web service, also known as the business service, describes a Web service's endpoint and where its WSDL file resides. The WSDL file lists the operations that service provides.</li>
-<li class="ulchildlink"><strong><a href="../tasks/tupdate.html">Updating a business entity, Web service, or service interface</a></strong><br />
-After you have published a business entity, Web service, or service interface, you can update it through the Web Services Explorer.</li>
-<li class="ulchildlink"><strong><a href="../tasks/tunpub.html">Removing a business entity, Web service, or service interface from a registry</a></strong><br />
-After you have published a business entity, Web service, or service interface, you can remove or unpublish it through the Web Services Explorer.</li>
-<li class="ulchildlink"><strong><a href="../tasks/tbusproj.html">Managing referenced services</a></strong><br />
-A service projection enables a business entity to reference a service that was published by another business entity. By using the businessService structure as a projection to an already published businessService, businesses can share or reuse services.  Service projections are managed centrally as part of the referencing businessEntity.</li>
-<li class="ulchildlink"><strong><a href="../tasks/tassert.html">Managing publisher assertions</a></strong><br />
-A publisher assertion is a way in UDDI to associate businessEntity structures.  The publisher assertion defines a group of businessEntity structures. Many businesses are not effectively represented by a single businessEntity. A publisher assertion allows for associations to be formed between several businessEntity structures. For example, a large company may have several subsidiaries that have different descriptions but are still closely coupled and want to make their relationships visible in UDDI registries.</li>
-<li class="ulchildlink"><strong><a href="../tasks/tbkmrk.html">Adding a registry, business entity, business service, service interface, WSIL, or WSDL service to Favorites</a></strong><br />
-You can add a registry, business entity, business service, service interface, WSIL, or WSDL service to the Web Service Explorer Favorites if you plan to access them in the future.</li>
-</ul>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="../concepts/cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-<div><a href="tstrtexp.html" title="The Web services tools allows you to launch the Web Services Explorer in several ways.">Launching the Web Services Explorer</a></div>
-<div><a href="twsdlexp.html" title="">Exploring WSDL using the WSDL Explorer</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.html"> Developing Web services</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../ref/ruddi.html" title="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.">Data structure types (UDDI registry)</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tunpub.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tunpub.dita
deleted file mode 100644
index 9207e44..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tunpub.dita
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="tunpub" xml:lang="en-us">
-<title>Removing a business entity, Web service, or service interface from
-a registry</title>
-<titlealts>
-<searchtitle>Removing a business entity, Web service, or service interface
-from a registry</searchtitle>
-</titlealts>
-<shortdesc>After you have published a business entity, Web service, or service
-interface, you can remove or unpublish it through the Web Services Explorer.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm keyref="tunpub|1|WebservicesremovingfromaUDDIregistry"
-status="unchanged">Web services<indexterm>removing from a UDDI registry</indexterm></indexterm>
-<indexterm keyref="tunpub|2|serviceinterfacesremovingfromaUDDIregistry" status="unchanged">service
-interfaces<indexterm>removing from a UDDI registry</indexterm></indexterm>
-<indexterm keyref="tunpub|3|businessentitiesremovingfromaUDDIregistry" status="unchanged">business
-entities<indexterm>removing from a UDDI registry</indexterm></indexterm><indexterm
-keyref="tunpub|4|UDDIremovingservicesfromaregistry" status="unchanged">UDDI<indexterm>removing
-services from a registry</indexterm></indexterm></keywords>
-</metadata></prolog>
-<taskbody>
-<prereq>Prerequisites:<ol>
-<li> <xref href="tpubent.dita">Publish a business entity</xref>.</li>
-<li> <xref href="tpublish.dita">Publish a Web service</xref>.</li>
-<li> <xref href="tpublish.dita">Publish a service interface</xref>.</li>
-<li> <xref href="tstrtexp.dita">Launch the Web Services Explorer</xref>.</li>
-</ol></prereq>
-<context>To unpublish a business entity, Web service, or service interface
-using the Web Services Explorer:</context>
-<steps>
-<step><cmd>Navigate through the registry hierarchy to find the business entity,
-Web service, or service interface you want to unpublish. Select the business
-entity, Web service, or service interface.</cmd></step>
-<step><cmd>In the Actions icon bar, click the  <uicontrol>Unpublish</uicontrol> icon.</cmd>
-</step>
-<step><cmd>Enter the publish URL, your user ID, and password, if necessary,
-then click  <uicontrol>Go</uicontrol>.</cmd></step>
-</steps>
-<result><p>The business entity, Web service, or service interface is removed
-from the registry and the Web Services Explorer is automatically updated with
-your change.</p></result>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext> Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="../concepts/cuddi.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="tuddiexp.dita"></link>
-<link href="tstrtexp.dita"></link>
-<link href="tpubent.dita"></link>
-<link href="tpublish.dita"></link>
-<link href="tunpub.dita"></link>
-<link href="tupdate.dita"></link>
-</linklist>
-<linklist><title>Related Reference</title>
-<link href="../ref/ruddi.dita"></link>
-</linklist>
-</related-links>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tunpub.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tunpub.html
deleted file mode 100644
index f1921ff..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tunpub.html
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Removing a business entity, Web service, or service interface from a registry" />
-<meta name="abstract" content="After you have published a business entity, Web service, or service interface, you can remove or unpublish it through the Web Services Explorer." />
-<meta name="description" content="After you have published a business entity, Web service, or service interface, you can remove or unpublish it through the Web Services Explorer." />
-<meta content="Web services, removing from a UDDI registry, service interfaces, business entities, UDDI, removing services from a registry" name="DC.subject" />
-<meta content="Web services, removing from a UDDI registry, service interfaces, business entities, UDDI, removing services from a registry" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cuddi.html" />
-<meta scheme="URI" name="DC.Relation" content="tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="tstrtexp.html" />
-<meta scheme="URI" name="DC.Relation" content="tpubent.html" />
-<meta scheme="URI" name="DC.Relation" content="tpublish.html" />
-<meta scheme="URI" name="DC.Relation" content="tunpub.html" />
-<meta scheme="URI" name="DC.Relation" content="tupdate.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/ruddi.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="tunpub" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Removing a business entity, Web service, or service interface
-from a registry</title>
-</head>
-<body id="tunpub"><a name="tunpub"><!-- --></a>
-
-
-<h1 class="topictitle1">Removing a business entity, Web service, or service interface from
-a registry</h1>
-
-
-
-
-<div><p>After you have published a business entity, Web service, or service
-interface, you can remove or unpublish it through the Web Services Explorer.</p>
-
-<div class="p">Prerequisites:<ol>
-<li> <a href="tpubent.html">Publish a business entity</a>.</li>
-
-<li> <a href="tpublish.html">Publish a Web service</a>.</li>
-
-<li> <a href="tpublish.html">Publish a service interface</a>.</li>
-
-<li> <a href="tstrtexp.html">Launch the Web Services Explorer</a>.</li>
-
-</ol>
-</div>
-
-<div class="section">To unpublish a business entity, Web service, or service interface
-using the Web Services Explorer:</div>
-
-<ol>
-<li><span>Navigate through the registry hierarchy to find the business entity,
-Web service, or service interface you want to unpublish. Select the business
-entity, Web service, or service interface.</span></li>
-
-<li><span>In the Actions icon bar, click the  <span class="uicontrol">Unpublish</span> icon.</span>
-</li>
-
-<li><span>Enter the publish URL, your user ID, and password, if necessary,
-then click  <span class="uicontrol">Go</span>.</span></li>
-
-</ol>
-
-<div class="section"><p>The business entity, Web service, or service interface is removed
-from the registry and the Web Services Explorer is automatically updated with
-your change.</p>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="../concepts/cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-<div><a href="tstrtexp.html" title="The Web services tools allows you to launch the Web Services Explorer in several ways.">Launching the Web Services Explorer</a></div>
-<div><a href="tpubent.html" title="A business entity contains information about the business that has published a service.  Before you can publish a business service, you must publish a business entity.">Publishing a business entity</a></div>
-<div><a href="tpublish.html" title="The Web service, also known as the business service, describes a Web service's endpoint and where its WSDL file resides. The WSDL file lists the operations that service provides.">Publishing a Web service</a></div>
-<div><a href="tunpub.html" title="After you have published a business entity, Web service, or service interface, you can remove or unpublish it through the Web Services Explorer.">Removing a business entity, Web service, or service interface from a registry</a></div>
-<div><a href="tupdate.html" title="After you have published a business entity, Web service, or service interface, you can update it through the Web Services Explorer.">Updating a business entity, Web service, or service interface</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../ref/ruddi.html" title="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.">Data structure types (UDDI registry)</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tupdate.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tupdate.dita
deleted file mode 100644
index c4fdd25..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tupdate.dita
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="tupdate" xml:lang="en-us">
-<title>Updating a business entity, Web service, or service interface</title>
-<shortdesc>After you have published a business entity, Web service, or service
-interface, you can update it through the Web Services Explorer.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>business entities<indexterm>updating in a UDDI registry</indexterm></indexterm>
-<indexterm>Web services<indexterm>updating UDDI registries</indexterm></indexterm>
-<indexterm>service interfaces<indexterm>updating UDDI registries</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<prereq>Prerequisites:<ol>
-<li> <xref href="tpubent.dita">Publish a business entity</xref>.</li>
-<li> <xref href="tpublish.dita">Publish a Web service</xref>.</li>
-<li> <xref href="tpublish.dita">Publish a service interface</xref>.</li>
-<li> <xref href="tstrtexp.dita">Launch the Web Services Explorer</xref>.</li>
-</ol></prereq>
-<context>To update a business entity, Web service, or service interface using
-the Web Services Explorer:</context>
-<steps>
-<step><cmd>Navigate through the registry hierarchy to find the business entity,
-Web service, or service interface you want to update. Select the business
-entity, Web service, or service interface.</cmd></step>
-<step><cmd>In the Actions icon bar, click the  <uicontrol>Details</uicontrol> icon.</cmd>
-</step>
-<step><cmd>Make any necessary changes and enter your publish URL, your user
-ID, and password, if necessary, then click  <uicontrol>Go</uicontrol>.</cmd>
-</step>
-</steps>
-<result><p>The business entity, Web service, or service interface is updated
-in the registry and the Web Services Explorer is automatically updated with
-your change.</p></result>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita" scope="peer">
-<linktext> Tools for Web services development</linktext></link>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="../concepts/cuddi.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="tuddiexp.dita"></link>
-<link href="tstrtexp.dita"></link>
-<link href="tpubent.dita"></link>
-<link href="tpublish.dita"></link>
-<link href="tunpub.dita"></link>
-</linklist>
-<linklist><title>Related Reference</title>
-<link href="../ref/ruddi.dita"></link>
-</linklist>
-</related-links>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tupdate.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tupdate.html
deleted file mode 100644
index 324f619..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tupdate.html
+++ /dev/null
@@ -1,103 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Updating a business entity, Web service, or service interface" />
-<meta name="abstract" content="After you have published a business entity, Web service, or service interface, you can update it through the Web Services Explorer." />
-<meta name="description" content="After you have published a business entity, Web service, or service interface, you can update it through the Web Services Explorer." />
-<meta content="business entities, updating in a UDDI registry, Web services, updating UDDI registries, service interfaces" name="DC.subject" />
-<meta content="business entities, updating in a UDDI registry, Web services, updating UDDI registries, service interfaces" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.doc.user/concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cuddi.html" />
-<meta scheme="URI" name="DC.Relation" content="tuddiexp.html" />
-<meta scheme="URI" name="DC.Relation" content="tstrtexp.html" />
-<meta scheme="URI" name="DC.Relation" content="tpubent.html" />
-<meta scheme="URI" name="DC.Relation" content="tpublish.html" />
-<meta scheme="URI" name="DC.Relation" content="tunpub.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/ruddi.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="tupdate" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Updating a business entity, Web service, or service interface</title>
-</head>
-<body id="tupdate"><a name="tupdate"><!-- --></a>
-
-
-<h1 class="topictitle1">Updating a business entity, Web service, or service interface</h1>
-
-
-
-<div><p>After you have published a business entity, Web service, or service
-interface, you can update it through the Web Services Explorer.</p>
-
-<div class="p">Prerequisites:<ol>
-<li> <a href="tpubent.html">Publish a business entity</a>.</li>
-
-<li> <a href="tpublish.html">Publish a Web service</a>.</li>
-
-<li> <a href="tpublish.html">Publish a service interface</a>.</li>
-
-<li> <a href="tstrtexp.html">Launch the Web Services Explorer</a>.</li>
-
-</ol>
-</div>
-
-<div class="section">To update a business entity, Web service, or service interface using
-the Web Services Explorer:</div>
-
-<ol>
-<li><span>Navigate through the registry hierarchy to find the business entity,
-Web service, or service interface you want to update. Select the business
-entity, Web service, or service interface.</span></li>
-
-<li><span>In the Actions icon bar, click the  <span class="uicontrol">Details</span> icon.</span>
-</li>
-
-<li><span>Make any necessary changes and enter your publish URL, your user
-ID, and password, if necessary, then click  <span class="uicontrol">Go</span>.</span>
-</li>
-
-</ol>
-
-<div class="section"><p>The business entity, Web service, or service interface is updated
-in the registry and the Web Services Explorer is automatically updated with
-your change.</p>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html"> Tools for Web services development</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="../concepts/cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-<div><a href="tstrtexp.html" title="The Web services tools allows you to launch the Web Services Explorer in several ways.">Launching the Web Services Explorer</a></div>
-<div><a href="tpubent.html" title="A business entity contains information about the business that has published a service.  Before you can publish a business service, you must publish a business entity.">Publishing a business entity</a></div>
-<div><a href="tpublish.html" title="The Web service, also known as the business service, describes a Web service's endpoint and where its WSDL file resides. The WSDL file lists the operations that service provides.">Publishing a Web service</a></div>
-<div><a href="tunpub.html" title="After you have published a business entity, Web service, or service interface, you can remove or unpublish it through the Web Services Explorer.">Removing a business entity, Web service, or service interface from a registry</a></div></div>
-
-<div class="linklist"><strong>Related Reference</strong><br />
-
-<div><a href="../ref/ruddi.html" title="Once you have registered and logged in to the UDDI registry that you want to use, you can register your Web service. Registration of a service involves four core data structure types: business information, service information, binding information, and information describing the specifications for services. The relationship between these data types is described in Figure 1.">Data structure types (UDDI registry)</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/twsdlexp.dita b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/twsdlexp.dita
deleted file mode 100644
index 2494490..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/twsdlexp.dita
+++ /dev/null
@@ -1,143 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="twsdlexp" xml:lang="en-us">
-<title>Exploring WSDL using the WSDL Explorer</title>
-<prolog><metadata>
-<keywords><indexterm>WSDL files<indexterm>exploring</indexterm></indexterm>
-<indexterm>Web services<indexterm>exploring WSDL files</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<prereq>Prerequisites: To use the WSDL Explorer, you must have a valid URL
-for a WSDL document.</prereq>
-<context>The WSDL Explorer allows you to explore, and test WSDL documents.
-The following actions are available in the WSDL Explorer:<ul>
-<li>Show WSDL details:  <image alt="WSDL Details icon" href="../images/wsdldtlicon.gif">
-</image></li>
-<li>Import WSDL to the Workbench:  <image alt="Import WSDL to the Workbench icon"
-href="../images/mptwsdlicon.gif"></image></li>
-<li>Import WSDL to your file system:  <image alt="Import WSDL to your file system icon"
-href="../images/fswsdlicon.gif"></image></li>
-<li>Launch the Web Service Wizard:  <image alt="Launch the Web Service Wizard icon"
-href="../images/wswizicon.gif"></image></li>
-<li>Add WSDL to Favorites:  <image alt="Add WSDL to Favorites icon" href="../images/wsdlfavicon.gif">
-</image></li>
-</ul></context>
-</taskbody>
-<task id="d0e47" xml:lang="en-us">
-<title>Launching the WSDL Explorer</title>
-<taskbody>
-<context><p>To launch the WSDL Explorer, complete the following steps:</p></context>
-<steps>
-<step><cmd> <xref href="tstrtexp.dita">Launch the Web Services Explorer</xref>.</cmd>
-</step>
-<step><cmd>Switch to the WSDL Explorer by clicking the icon in the upper right-hand
-corner  <image alt="Icon to launch the WSDL Explorer" href="../images/wsdlicon.gif">
-</image>.</cmd></step>
-</steps>
-</taskbody>
-</task>
-<task id="d0e64" xml:lang="en-us">
-<title>Importing a WSDL file to your workspace</title>
-<taskbody>
-<context><p>To import the WSDL file to the Workbench:</p></context>
-<steps>
-<step><cmd>Click this icon:  <image alt="Import WSDL to the Workbench icon"
-href="../images/mptwsdlicon.gif"></image>.</cmd></step>
-<step><cmd>Select the project into which you want to import the WSDL.</cmd>
-</step>
-<step><cmd>If you want to generate a WSIL file from the WSDL, select  <b>Import
-as a service reference to a WSIL document</b>.</cmd></step>
-<step><cmd>Click  <b>Go</b>.</cmd></step>
-</steps>
-</taskbody>
-</task>
-<task id="d0e90" xml:lang="en-us">
-<title>Importing a WSDL file to your file system</title>
-<taskbody>
-<context><p>To import the WSDL file to your file system, click this icon:
- <image alt="Import WSDL to your file system icon" href="../images/fswsdlicon.gif">
-</image>. Specify where you want the WSDL file saved on your system.</p></context>
-</taskbody>
-</task>
-<task id="d0e96" xml:lang="en-us">
-<title>Launching the Web services wizard</title>
-<taskbody>
-<context><p>To launch the Web Service Wizard, click this icon:  <image alt="Launch the Web Service Wizard icon"
-href="../images/wswizicon.gif"></image>. You can select if you want to create
-a Web service client or a Skeleton Web service from the WSDL file. Click  <b>Go</b> to
-launch the wizard.</p></context>
-</taskbody>
-</task>
-<task id="d0e105" xml:lang="en-us">
-<title>Adding a WSDL file to your favorites</title>
-<taskbody>
-<context><p>To add the WSDL file to Favorites, click this icon:  <image alt="Add WSDL to Favorites icon"
-href="../images/wsdlfavicon.gif"></image></p><p>. The Status pane displays
-that the WSDL was successfully added to your list of favorites. </p></context>
-</taskbody>
-</task>
-<task id="d0e110" xml:lang="en-us">
-<title>Exploring WSDL documents using the WSDL Explorer:</title>
-<taskbody>
-<steps>
-<step><cmd>Select WSDL Main in the Navigator pane, enter or browse to an existing
-WSDL URL in the right-hand pane, and click  <b>Go</b>. Note that the Explorer
-will only allow you to browse for WSDL files that reside in the <codeph>WebContent/WSDL</codeph> folder
-of a project. To explore WSDL files stored in other locations within your
-workspace, type the name of the WSDL file or select the file in the workspace,
-right-click and select <menucascade><uicontrol>Web Services </uicontrol><uicontrol> Launch
-Web Services Explorer</uicontrol></menucascade>. For this example the WSDL
-being used is a Web Service which returns a temperature for any entered zip
-code.   <image alt="" href="../images/wsdlexp.gif" placement="break"></image> 
-The following nodes will be added to the WSDL tree: </cmd><info><ul>
-<li>The WSDL node:  <image alt="WSDL node icon" href="../images/wsdlnode.gif">
-</image></li>
-<li>The service node (which represents a service element within the WSDL file):
- <image alt="Service node icon" href="../images/servnode.gif"></image></li>
-<li>The binding node:  <image alt="Binding node icon" href="../images/bindnode.gif">
-</image></li>
-<li>The operation node:  <image alt="Operation node icon" href="../images/opnode.gif">
-</image></li>
-</ul></info></step>
-<step><cmd>Clicking the Service node in the Navigator pane (in this example
-this would be the  <systemoutput>TemperatureService</systemoutput> node) displays
-all the bindings for this service, as well as their type and a brief description
-of the binding if the WSDL provider has included one in the Actions pane.
-Three types of bindings are supported: SOAP, HTTP Get, and HTTP Post.   <image
-alt="" href="../images/wsdlservdet.gif" placement="break"></image>  The WSDL
-used in this example only has one binding,  <systemoutput>TemperatureBinding</systemoutput>,
-which is represented as the  <systemoutput>TemperaturePortType</systemoutput> node
-in the WSDL tree in the Navigator pane.</cmd></step>
-<step><cmd>Clicking a displayed binding or its node displays the WSDL binding
-details in the Actions pane. This includes the operations and endpoints available
-for this service.   <image alt="" href="../images/wsdlbnddetl.gif" placement="break">
-</image>  In this view you can add or remove endpoints for the service. To
-add an endpoint, click  <b>Add</b>, enter the URL for the endpoint, and click
- <b>Go</b>. The Status pane should say that the endpoints were successfully
-updated. To remove an endpoint, select its checkbox, and click  <b>Remove</b>.</cmd>
-</step>
-</steps>
-<postreq><note><draft-comment>282413 (ref 279209)</draft-comment>When the
-Web Services Explorer loads WSDL files that use multiple inline schemas, warning
-messages will be generated for types that are referenced across these schemas.
-The warning message will be similar to: <codeph>Reference of type &lt;<i>qualified_type_name</i>>
-isn't resolved.</codeph></note></postreq>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../../org.eclipse.jst.ws.doc.user/concepts/cws.dita" scope="peer">
-<linktext>Web services development</linktext></link>
-<link href="../concepts/cuddi.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="tuddiexp.dita"></link>
-<link href="tstrtexp.dita"></link>
-<link href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.dita" scope="peer">
-<linktext> Developing Web services</linktext></link>
-</linklist>
-</related-links>
-</task>
-</task>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/twsdlexp.html b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/twsdlexp.html
deleted file mode 100644
index 9ae3dc0..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/tasks/twsdlexp.html
+++ /dev/null
@@ -1,200 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Exploring WSDL using the WSDL Explorer" />
-<meta content="WSDL files, exploring, Web services, exploring WSDL files" name="DC.subject" />
-<meta content="WSDL files, exploring, Web services, exploring WSDL files" name="keywords" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="twsdlexp" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Exploring WSDL using the WSDL Explorer</title>
-</head>
-<body id="twsdlexp"><a name="twsdlexp"><!-- --></a>
-
-
-<h1 class="topictitle1">Exploring WSDL using the WSDL Explorer</h1>
-
-
-<div>
-<div class="p">Prerequisites: To use the WSDL Explorer, you must have a valid URL
-for a WSDL document.</div>
-
-<div class="section">The WSDL Explorer allows you to explore, and test WSDL documents.
-The following actions are available in the WSDL Explorer:<ul>
-<li>Show WSDL details:  <img src="../images/wsdldtlicon.gif" alt="WSDL Details icon" /></li>
-
-<li>Import WSDL to the Workbench:  <img src="../images/mptwsdlicon.gif" alt="Import WSDL to the Workbench icon" /></li>
-
-<li>Import WSDL to your file system:  <img src="../images/fswsdlicon.gif" alt="Import WSDL to your file system icon" /></li>
-
-<li>Launch the Web Service Wizard:  <img src="../images/wswizicon.gif" alt="Launch the Web Service Wizard icon" /></li>
-
-<li>Add WSDL to Favorites:  <img src="../images/wsdlfavicon.gif" alt="Add WSDL to Favorites icon" /></li>
-
-</ul>
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e47"><a name="d0e47"><!-- --></a>
-<h2 class="topictitle2">Launching the WSDL Explorer</h2>
-
-<div>
-<div class="section"><p>To launch the WSDL Explorer, complete the following steps:</p>
-</div>
-
-<ol>
-<li><span> <a href="tstrtexp.html">Launch the Web Services Explorer</a>.</span>
-</li>
-
-<li><span>Switch to the WSDL Explorer by clicking the icon in the upper right-hand
-corner  <img src="../images/wsdlicon.gif" alt="Icon to launch the WSDL Explorer" />.</span></li>
-
-</ol>
-
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e64"><a name="d0e64"><!-- --></a>
-<h2 class="topictitle2">Importing a WSDL file to your workspace</h2>
-
-<div>
-<div class="section"><p>To import the WSDL file to the Workbench:</p>
-</div>
-
-<ol>
-<li><span>Click this icon:  <img src="../images/mptwsdlicon.gif" alt="Import WSDL to the Workbench icon" />.</span></li>
-
-<li><span>Select the project into which you want to import the WSDL.</span>
-</li>
-
-<li><span>If you want to generate a WSIL file from the WSDL, select  <strong>Import
-as a service reference to a WSIL document</strong>.</span></li>
-
-<li><span>Click  <strong>Go</strong>.</span></li>
-
-</ol>
-
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e90"><a name="d0e90"><!-- --></a>
-<h2 class="topictitle2">Importing a WSDL file to your file system</h2>
-
-<div>
-<div class="section"><p>To import the WSDL file to your file system, click this icon:
- <img src="../images/fswsdlicon.gif" alt="Import WSDL to your file system icon" />. Specify where you want the WSDL file saved on your system.</p>
-</div>
-
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e96"><a name="d0e96"><!-- --></a>
-<h2 class="topictitle2">Launching the Web services wizard</h2>
-
-<div>
-<div class="section"><p>To launch the Web Service Wizard, click this icon:  <img src="../images/wswizicon.gif" alt="Launch the Web Service Wizard icon" />. You can select if you want to create
-a Web service client or a Skeleton Web service from the WSDL file. Click  <strong>Go</strong> to
-launch the wizard.</p>
-</div>
-
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e105"><a name="d0e105"><!-- --></a>
-<h2 class="topictitle2">Adding a WSDL file to your favorites</h2>
-
-<div>
-<div class="section"><p>To add the WSDL file to Favorites, click this icon:  <img src="../images/wsdlfavicon.gif" alt="Add WSDL to Favorites icon" /></p>
-<p>. The Status pane displays
-that the WSDL was successfully added to your list of favorites. </p>
-</div>
-
-</div>
-
-</div>
-
-<div class="nested1" xml:lang="en-us" id="d0e110"><a name="d0e110"><!-- --></a>
-<h2 class="topictitle2">Exploring WSDL documents using the WSDL Explorer:</h2>
-
-<div>
-<ol>
-<li class="stepexpand"><span>Select WSDL Main in the Navigator pane, enter or browse to an existing
-WSDL URL in the right-hand pane, and click  <strong>Go</strong>. Note that the Explorer
-will only allow you to browse for WSDL files that reside in the <samp class="codeph">WebContent/WSDL</samp> folder
-of a project. To explore WSDL files stored in other locations within your
-workspace, type the name of the WSDL file or select the file in the workspace,
-right-click and select <span class="menucascade"><span class="uicontrol">Web Services </span> &gt; <span class="uicontrol"> Launch
-Web Services Explorer</span></span>. For this example the WSDL
-being used is a Web Service which returns a temperature for any entered zip
-code.   <br /><img src="../images/wsdlexp.gif" alt="" /><br /> 
-The following nodes will be added to the WSDL tree: </span> <ul>
-<li>The WSDL node:  <img src="../images/wsdlnode.gif" alt="WSDL node icon" /></li>
-
-<li>The service node (which represents a service element within the WSDL file):
- <img src="../images/servnode.gif" alt="Service node icon" /></li>
-
-<li>The binding node:  <img src="../images/bindnode.gif" alt="Binding node icon" /></li>
-
-<li>The operation node:  <img src="../images/opnode.gif" alt="Operation node icon" /></li>
-
-</ul>
-</li>
-
-<li class="stepexpand"><span>Clicking the Service node in the Navigator pane (in this example
-this would be the  <tt class="sysout">TemperatureService</tt> node) displays
-all the bindings for this service, as well as their type and a brief description
-of the binding if the WSDL provider has included one in the Actions pane.
-Three types of bindings are supported: SOAP, HTTP Get, and HTTP Post.   <br /><img src="../images/wsdlservdet.gif" alt="" /><br />  The WSDL
-used in this example only has one binding,  <tt class="sysout">TemperatureBinding</tt>,
-which is represented as the  <tt class="sysout">TemperaturePortType</tt> node
-in the WSDL tree in the Navigator pane.</span></li>
-
-<li class="stepexpand"><span>Clicking a displayed binding or its node displays the WSDL binding
-details in the Actions pane. This includes the operations and endpoints available
-for this service.   <br /><img src="../images/wsdlbnddetl.gif" alt="" /><br />  In this view you can add or remove endpoints for the service. To
-add an endpoint, click  <strong>Add</strong>, enter the URL for the endpoint, and click
- <strong>Go</strong>. The Status pane should say that the endpoints were successfully
-updated. To remove an endpoint, select its checkbox, and click  <strong>Remove</strong>.</span>
-</li>
-
-</ol>
-
-<div class="section"><div class="note"><span class="notetitle">Note:</span> When the
-Web Services Explorer loads WSDL files that use multiple inline schemas, warning
-messages will be generated for types that are referenced across these schemas.
-The warning message will be similar to: <samp class="codeph">Reference of type &lt;<em>qualified_type_name</em>&gt;
-isn't resolved.</samp></div>
-</div>
-
-</div>
-
-<div>
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../../org.eclipse.jst.ws.doc.user/concepts/cws.html">Web services development</a></div>
-<div><a href="../concepts/cuddi.html" title="Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services.">Universal Description, Discovery, and Integration (UDDI)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="tuddiexp.html" title="Through UDDI and WSIL, other applications can discover WSDL documents and bind with them to execute transactions or perform other business processes.">Publishing Web services and business entities</a></div>
-<div><a href="tstrtexp.html" title="The Web services tools allows you to launch the Web Services Explorer in several ways.">Launching the Web Services Explorer</a></div>
-<div><a href="../../org.eclipse.jst.ws.doc.user/tasks/toverws.html"> Developing Web services</a></div></div>
-</div>
-</div>
-
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/wsconsumptionbuild_toc.ditamap b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/wsconsumptionbuild_toc.ditamap
deleted file mode 100644
index ca06a7d..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/wsconsumptionbuild_toc.ditamap
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN"
- "map.dtd">
-<map anchorref="../org.eclipse.jst.ws.doc.user/webservice_toc.ditamap#wsconsumptiont"
-id="wsconsumptiont" title="wsconsumptiont">
-<topicref href="concepts/cuddi.dita" navtitle="Universal Description, Discovery, and Integration (UDDI)">
-</topicref>
-<topicref href="concepts/cwsdlud.dita" navtitle="Relationship between UDDI and WSDL">
-</topicref>
-<topicref href="tasks/tdiscov.dita" navtitle="Discovering and importing a Web service">
-</topicref>
-<topicref href="tasks/twsdlexp.dita" navtitle="Exploring and testing WSDL using the WSDL Explorer">
-</topicref>
-<topicref href="tasks/ttestwsdl.dita" navtitle="Testing WSDL documents and Web services with the WSDL Explorer">
-</topicref>
-<topicref href="tasks/tuddiexp.dita" navtitle="Publishing Web services and business entities">
-<topicref href="tasks/tstrtexp.dita" navtitle="Launching the Web Services Explorer">
-</topicref>
-<topicref href="tasks/treg.dita" navtitle="Registering with a registry"></topicref>
-<topicref href="tasks/tlogexp.dita" navtitle="Logging into a registry"></topicref>
-<topicref href="tasks/taddreg.dita" navtitle="Adding a Registry to the Web Services Explorer">
-</topicref>
-<topicref href="tasks/tpubent.dita" navtitle="Publishing a business entity">
-</topicref>
-<topicref href="tasks/tpublish.dita" navtitle="Publishing a Web service">
-<topicref href="ref/ruddi.dita" navtitle="Data structure types (UDDI registry)">
-</topicref>
-</topicref>
-<topicref href="tasks/tupdate.dita" navtitle="Updating a business entity, Web service, or service interface">
-</topicref>
-<topicref href="tasks/tunpub.dita" navtitle="Removing a business entity, Web service, or service interface from a registry">
-</topicref>
-<topicref href="tasks/tbusproj.dita" navtitle="Managing referenced services">
-</topicref>
-<topicref href="tasks/tassert.dita" navtitle="Managing publisher assertions">
-</topicref>
-<topicref href="tasks/tbkmrk.dita" navtitle="Adding to Favorites"></topicref>
-<topicref href="tasks/tgenwsil.dita" navtitle="Generating WSIL"></topicref>
-</topicref>
-</map>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/wsconsumptionbuild_toc.xml b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/wsconsumptionbuild_toc.xml
deleted file mode 100644
index 805740e..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/wsconsumptionbuild_toc.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?NLS TYPE="org.eclipse.help.toc"?>
-
-<toc link_to="../org.eclipse.jst.ws.doc.user/webservice_toc.xml#wsconsumptiont" label="wsconsumptiont" topic="concepts/cuddi.html">
-<topic label="Universal Description, Discovery, and Integration (UDDI)" href="concepts/cuddi.html"/>
-<topic label="Relationship between UDDI and WSDL" href="concepts/cwsdlud.html"/>
-<topic label="Discovering Web Services" href="tasks/tdiscov.html"/>
-<topic label="Exploring WSDL using the WSDL Explorer" href="tasks/twsdlexp.html"/>
-<topic label="Testing WSDL documents and Web services using the WSDL Explorer" href="tasks/ttestwsdl.html"/>
-<topic label="Publishing Web services and business entities" href="tasks/tuddiexp.html">
-<topic label="Launching the Web Services Explorer" href="tasks/tstrtexp.html"/>
-<topic label="Registering with a UDDI registry" href="tasks/treg.html"/>
-<topic label="Logging in to a UDDI registry" href="tasks/tlogexp.html"/>
-<topic label="Adding a Registry to the Web Services Explorer" href="tasks/taddreg.html"/>
-<topic label="Publishing a business entity" href="tasks/tpubent.html"/>
-<topic label="Publishing a Web service" href="tasks/tpublish.html">
-<topic label="Data structure types (UDDI registry)" href="ref/ruddi.html"/>
-</topic>
-<topic label="Updating a business entity, Web service, or service interface" href="tasks/tupdate.html"/>
-<topic label="Removing a business entity, Web service, or service interface from a registry" href="tasks/tunpub.html"/>
-<topic label="Managing referenced services" href="tasks/tbusproj.html"/>
-<topic label="Managing publisher assertions" href="tasks/tassert.html"/>
-<topic label="Adding a registry, business entity, business service, service interface, WSIL, or WSDL service to Favorites" href="tasks/tbkmrk.html"/>
-<topic label="Generating a WSIL file" href="tasks/tgenwsil.html"/>
-</topic>
-</toc>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/wsconsumptiont_toc.ditamap b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/wsconsumptiont_toc.ditamap
deleted file mode 100644
index a72370b..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/wsconsumptiont_toc.ditamap
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN"
- "map.dtd">
-<map anchorref="../org.eclipse.jst.ws.doc.user/webservice_toc.ditamap#wsconsumptiont"
-id="wsconsumptiont" title="wsconsumptiont">
-<topicref href="tasks/tuddiexp.dita" navtitle="Publishing Web services and business entities">
-<topicref href="tasks/tstrtexp.dita" navtitle="Launching the Web Services Explorer">
-</topicref>
-<topicref href="tasks/treg.dita" navtitle="Registering with a registry"></topicref>
-<topicref href="tasks/tlogexp.dita" navtitle="Logging into a registry"></topicref>
-<topicref href="tasks/taddreg.dita" navtitle="Adding a Registry to the Web Services Explorer">
-</topicref>
-<topicref href="tasks/tpubent.dita" navtitle="Publishing a business entity">
-</topicref>
-<topicref href="tasks/tpublish.dita" navtitle="Publishing a Web service">
-<topicref href="ref/ruddi.dita" navtitle="Data structure types (UDDI registry)">
-</topicref>
-</topicref>
-<topicref href="tasks/tupdate.dita" navtitle="Updating a business entity, Web service, or service interface">
-</topicref>
-<topicref href="tasks/tunpub.dita" navtitle="Removing a business entity, Web service, or service interface from a registry">
-</topicref>
-<topicref href="tasks/tbusproj.dita" navtitle="Managing referenced services">
-</topicref>
-<topicref href="tasks/tassert.dita" navtitle="Managing publisher assertions">
-</topicref>
-<topicref href="tasks/tbkmrk.dita" navtitle="Adding to Favorites"></topicref>
-</topicref>
-</map>
diff --git a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/wsconsumptiont_toc.xml b/docs/org.eclipse.jst.ws.consumption.ui.doc.user/wsconsumptiont_toc.xml
deleted file mode 100644
index f2e60b4..0000000
--- a/docs/org.eclipse.jst.ws.consumption.ui.doc.user/wsconsumptiont_toc.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?NLS TYPE="org.eclipse.help.toc"?>
-
-<toc link_to="../org.eclipse.jst.ws.doc.user/webservice_toc.xml#wsconsumptiont" label="wsconsumptiont" topic="tasks/tuddiexp.html">
-<topic label="Publishing Web services and business entities" href="tasks/tuddiexp.html">
-<topic label="Launching the Web Services Explorer" href="tasks/tstrtexp.html"/>
-<topic label="Registering with a UDDI registry" href="tasks/treg.html"/>
-<topic label="Logging in to a UDDI registry" href="tasks/tlogexp.html"/>
-<topic label="Adding a Registry to the Web Services Explorer" href="tasks/taddreg.html"/>
-<topic label="Publishing a business entity" href="tasks/tpubent.html"/>
-<topic label="Publishing a Web service" href="tasks/tpublish.html">
-<topic label="Data structure types (UDDI registry)" href="ref/ruddi.html"/>
-</topic>
-<topic label="Updating a business entity, Web service, or service interface" href="tasks/tupdate.html"/>
-<topic label="Removing a business entity, Web service, or service interface from a registry" href="tasks/tunpub.html"/>
-<topic label="Managing referenced services" href="tasks/tbusproj.html"/>
-<topic label="Managing publisher assertions" href="tasks/tassert.html"/>
-<topic label="Adding a registry, business entity, business service, service interface, WSIL, or WSDL service to Favorites" href="tasks/tbkmrk.html"/>
-</topic>
-</toc>
diff --git a/docs/org.eclipse.jst.ws.doc.user/.cvsignore b/docs/org.eclipse.jst.ws.doc.user/.cvsignore
deleted file mode 100644
index c6a7b23..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-org.eclipse.jst.ws.doc.user_1.0.0.jar
-bak
-temp
-build.xml
-out
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/.project b/docs/org.eclipse.jst.ws.doc.user/.project
deleted file mode 100644
index b0cfef7..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/.project
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.jst.ws.doc.user</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
-	</natures>
-</projectDescription>
diff --git a/docs/org.eclipse.jst.ws.doc.user/DocBuild.xml b/docs/org.eclipse.jst.ws.doc.user/DocBuild.xml
deleted file mode 100644
index 66b3b41..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/DocBuild.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!-- 
-
-	This script build the Help plug-in by transforming the DITA source files into HTML.
-	
-	To use this script, you must install DITA-OT on your machine in the directory
-	defined by the dita.ot.dir property.
-	
-	Run the default target after you edit the DITA source files to regenerate the HTML.
-	
-	To customize this script for other Help plug-ins, modify the value of the args.input property
-	to be the DITA map file for the plug-in.
-	
-	NOTE: This script assumes that links to sibling Help plug-ins have scope="peer", otherwise the
-	output directory structure will be shifted incorrectly.
-	
-	NOTE: This script assumes that you hand code your plugin.xml file in myplugin.xml. This file
-	will be copied over the generated plugin.xml which is currently not being generated correctly
-	by DITA-OT.
-	
-	ChangeLog:
-	2006-04-05 Arthur Ryman <ryman@ca.ibm.com>
-	- Created.
-	2008-01-09 Kate Price <katep@ca.ibm.com>
-	- modified for new DITA-OT version
-	2008-05-05 Kate Price <katep@ca.ibm.com>
-	- modified to add generation of pre-built help index. 
-	- Must delete /index folder before running build	
--->
-<project name="eclipsehelp" default="all">
-
-	<property name="dita.ot.dir" location="C:/DITA-OT1.2.2" />
-
-	<path id="dost.class.path">
-		<pathelement location="${dita.ot.dir}${file.separator}lib${file.separator}dost.jar" />
-	</path>
-
-	<taskdef name="integrate" classname="org.dita.dost.platform.IntegratorTask">
-		<classpath refid="dost.class.path" />
-	</taskdef>
-	<target name="all" depends="integrate, eclipsehelp">
-	</target>
-	<target name="integrate">
-		<integrate ditadir="${dita.ot.dir}" />
-	</target>
-
-	<!-- revise below here -->
-	<target name="eclipsehelp">
-		<ant antfile="${dita.ot.dir}${file.separator}conductor.xml" target="init" dir="${dita.ot.dir}">
-			<property name="args.copycss" value="no" />
-			<property name="args.csspath" value="../org.eclipse.wst.doc.user" />
-			<property name="args.eclipse.provider" value="Eclipse.org" />
-			<property name="args.eclipse.version" value="3.3.0" />
-			<property name="args.input" location="webservice_toc.ditamap" /> 
-			<property name="clean.temp" value="true" />
-			<property name="dita.extname" value=".dita" />
-			<property name="dita.temp.dir" location="temp" />
-			<property name="output.dir" location="" />
-			<property name="transtype" value="eclipsehelp" />
-		</ant>
-		<copy file="myplugin.xml" tofile="plugin.xml" overwrite="yes" />
-	</target>
-	<target name="build.index" description="Builds search index for the plug-in" if="eclipse.running">
-	     <help.buildHelpIndex manifest="plugin.xml" destination="."/>
-	</target>	
-</project>
diff --git a/docs/org.eclipse.jst.ws.doc.user/META-INF/MANIFEST.MF b/docs/org.eclipse.jst.ws.doc.user/META-INF/MANIFEST.MF
deleted file mode 100644
index fb360c5..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,7 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.jst.ws.doc.user; singleton:=true
-Bundle-Version: 1.0.400.qualifier
-Bundle-Vendor: %pluginProvider
-Bundle-Localization: plugin
diff --git a/docs/org.eclipse.jst.ws.doc.user/about.html b/docs/org.eclipse.jst.ws.doc.user/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in 
-("Content"). Unless otherwise indicated below, the Content is provided to you 
-under the terms and conditions of the Eclipse Public License Version 1.0 
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>. 
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the 
-Content is being redistributed by another party ("Redistributor") and different 
-terms and conditions may apply to your use of any object code in the Content. 
-Check the RedistributorÂ’s license that was provided with the Content. If no such 
-license exists, contact the Redistributor. Unless otherwise indicated below, the 
-terms and conditions of the EPL still apply to any source code in the Content 
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.jst.ws.doc.user/build.properties b/docs/org.eclipse.jst.ws.doc.user/build.properties
deleted file mode 100644
index 0395e57..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/build.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-bin.includes = plugin.properties,\
-               plugin.xml,\
-               webservice_toc.xml,\
-               org.eclipse.jst.ws.doc.userindex.xml,\
-               about.html,\
-               images/,\
-               concepts/*.htm*,\
-               tasks/*.htm*,\
-               ref/*.htm*,\
-               index/,\
-               META-INF/
-src.includes = build.properties,\
-		       *.maplist,\
-               *.ditamap,\
-		       concepts/*.dita,\
-               tasks/*.dita,\
-               ref/*.dita
-bin.excludes = DocBuild.xml,\
-               myPlugin*.xml
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cjaxrpc.dita b/docs/org.eclipse.jst.ws.doc.user/concepts/cjaxrpc.dita
deleted file mode 100644
index d3b5b27..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cjaxrpc.dita
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="cjaxrpc" xml:lang="en-us">
-<title>JAX-RPC</title>
-<shortdesc>JAX-RPC stands for <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> API for XML-based RPC, also known as
-JSR 101. It is a specification that describes <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> Application Programming Interfaces
-(APIs) and conventions for building Web services and Web service clients that
-use remote procedure calls (RPC) and XML. It standardizes the <tm tmclass="special"
-tmowner="Sun Microsystems, Inc." tmtype="tm" trademark="Java">Java</tm> to
-WSDL and WSDL to <tm tmclass="special" tmowner="Sun Microsystems, Inc." tmtype="tm"
-trademark="Java">Java</tm> mappings, and provides the core APIs for developing
-Web services and Web service clients on the <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> platform. Often used in a distributed
-client/server model, an RPC mechanism enables clients to execute procedures
-on other systems.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>JAX-RPC<indexterm>Web services</indexterm></indexterm>
-<indexterm>Web services<indexterm>JAX-RPC</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<conbody>
-<p>The current release of JAX-RPC requires the support of SOAP over HTTP for
-interoperability purposes. The SOAP specification defines message structure,
-encoding rules, and conventions for exchanging information in the RPC programming
-model. These calls and responses are transmitted as SOAP messages over HTTP.
-In this release, JAX-RPC supports SOAP 1.1 and HTTP 1.1. For more information
-on SOAP, refer to <xref href="csoap.dita" scope="local"></xref>.</p>
-<p>Although the underlying run-time mechanisms (for example, <tm tmclass="special"
-tmowner="Sun Microsystems, Inc." tmtype="tm" trademark="Java">Java</tm> to
-WSDL serialization, WSDL to <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> deserialization, protocol and transport)
-are very complex, the API hides this complexity from the application developer.
-On the server side, the developer can provide a Service Endpoint Interface
-(SEI); alternately an SEI can be created using the Web services wizrds. An
-SEI is an interface written in the <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> programming language that specifies
-the remote procedures of a Web service. The developer also provides the implementation
-of a Web service, in the form of one or more <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> classes that implement methods of the
-same signature as those on the SEI. Client programs are also easy to code.
-A client creates a proxy, a local object representing the service implementation
-and the SEI, and then simply invokes methods on the proxy.</p>
-<p>JAX-RPC is highly interoperable: a JAX-RPC client can access a Web service
-that is not running on the <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> platform and vice versa. This flexibility
-is possible because JAX-RPC uses SOAP over HTTP, and the Web Service Description
-Language (WSDL). JAX-RPC was designed to support WS-I.</p>
-<p>For more information on JAX-RPC, refer to the  <xref format="html" href="http://www.jcp.org/en/jsr/detail?id=101"
-scope="external">official JSR 101 specifications</xref>.</p>
-</conbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="cws.dita"></link>
-<link href="cwsinwsa.dita"></link>
-<link href="cjsr109.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../tasks/toverws.dita" scope="peer"><linktext> Developing Web
-services</linktext></link>
-</linklist>
-</related-links>
-</concept>
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cjaxrpc.html b/docs/org.eclipse.jst.ws.doc.user/concepts/cjaxrpc.html
deleted file mode 100644
index cb395e4..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cjaxrpc.html
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="concept" name="DC.Type" />
-<meta name="DC.Title" content="JAX-RPC" />
-<meta name="abstract" content="JAX-RPC stands for Java API for XML-based RPC, also known as JSR 101. It is a specification that describes Java Application Programming Interfaces (APIs) and conventions for building Web services and Web service clients that use remote procedure calls (RPC) and XML. It standardizes the Java to WSDL and WSDL to Java mappings, and provides the core APIs for developing Web services and Web service clients on the Java platform. Often used in a distributed client/server model, an RPC mechanism enables clients to execute procedures on other systems." />
-<meta name="description" content="JAX-RPC stands for Java API for XML-based RPC, also known as JSR 101. It is a specification that describes Java Application Programming Interfaces (APIs) and conventions for building Web services and Web service clients that use remote procedure calls (RPC) and XML. It standardizes the Java to WSDL and WSDL to Java mappings, and provides the core APIs for developing Web services and Web service clients on the Java platform. Often used in a distributed client/server model, an RPC mechanism enables clients to execute procedures on other systems." />
-<meta content="JAX-RPC, Web services" name="DC.subject" />
-<meta content="JAX-RPC, Web services" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsstandards.html" />
-<meta scheme="URI" name="DC.Relation" content="cws.html" />
-<meta scheme="URI" name="DC.Relation" content="cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="cjsr109.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/toverws.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="cjaxrpc" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>JAX-RPC</title>
-</head>
-<body id="cjaxrpc"><a name="cjaxrpc"><!-- --></a>
-
-
-<h1 class="topictitle1">JAX-RPC</h1>
-
-
-
-<div><p>JAX-RPC stands for Java™ API for XML-based RPC, also known as
-JSR 101. It is a specification that describes Java Application Programming Interfaces
-(APIs) and conventions for building Web services and Web service clients that
-use remote procedure calls (RPC) and XML. It standardizes the Java to
-WSDL and WSDL to Java mappings, and provides the core APIs for developing
-Web services and Web service clients on the Java platform. Often used in a distributed
-client/server model, an RPC mechanism enables clients to execute procedures
-on other systems.</p>
-
-<p>The current release of JAX-RPC requires the support of SOAP over HTTP for
-interoperability purposes. The SOAP specification defines message structure,
-encoding rules, and conventions for exchanging information in the RPC programming
-model. These calls and responses are transmitted as SOAP messages over HTTP.
-In this release, JAX-RPC supports SOAP 1.1 and HTTP 1.1. For more information
-on SOAP, refer to <a href="csoap.html" title="SOAP (formerly known as Simple Object Access Protocol) is a lightweight&#10;protocol for the exchange of information in a decentralized, distributed environment.&#10;A SOAP message is a transmission of information from a sender to a receiver.&#10;SOAP messages can be combined to perform request/response patterns. ">SOAP</a>.</p>
-
-<p>Although the underlying run-time mechanisms (for example, Java to
-WSDL serialization, WSDL to Java deserialization, protocol and transport)
-are very complex, the API hides this complexity from the application developer.
-On the server side, the developer can provide a Service Endpoint Interface
-(SEI); alternately an SEI can be created using the Web services wizrds. An
-SEI is an interface written in the Java programming language that specifies
-the remote procedures of a Web service. The developer also provides the implementation
-of a Web service, in the form of one or more Java classes that implement methods of the
-same signature as those on the SEI. Client programs are also easy to code.
-A client creates a proxy, a local object representing the service implementation
-and the SEI, and then simply invokes methods on the proxy.</p>
-
-<p>JAX-RPC is highly interoperable: a JAX-RPC client can access a Web service
-that is not running on the Java platform and vice versa. This flexibility
-is possible because JAX-RPC uses SOAP over HTTP, and the Web Service Description
-Language (WSDL). JAX-RPC was designed to support WS-I.</p>
-
-<p>For more information on JAX-RPC, refer to the  <a href="http://www.jcp.org/en/jsr/detail?id=101" target="_blank">official JSR 101 specifications</a>.</p>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../concepts/cwsstandards.html" title="One of the key attributes of Internet standards is that they focus on protocols and not on implementations. The Internet is composed of heterogeneous technologies that successfully interoperate through shared protocols. This prevents individual vendors from imposing a standard on the Internet. Open Source software development plays a crucial role in preserving the interoperability of vendor implementations of standards.">Web services standards</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-<div><a href="cwsinwsa.html" title="">Tools for Web services development</a></div>
-<div><a href="cjsr109.html" title="JSR 109 (Implementing Enterprise Web Services) defines the programming model and run-time architecture to deploy and look up Web services in the Java EE environment; more specifically, in the Web, EJB, and Client Application containers. One of its main goals is to ensure vendors' implementations interoperate.">JSR 109 - Implementing Enterprise Web services</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../tasks/toverws.html"> Developing Web
-services</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cjsr109.dita b/docs/org.eclipse.jst.ws.doc.user/concepts/cjsr109.dita
deleted file mode 100644
index e83a054..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cjsr109.dita
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="cjsr109" xml:lang="en-us">
-<title>JSR 109 - Implementing Enterprise Web services</title>
-<shortdesc>JSR 109 (Implementing Enterprise Web Services) defines the programming
-model and run-time architecture to deploy and look up Web services in the
-Java EE environment; more specifically, in the Web, EJB, and Client Application
-containers. One of its main goals is to ensure vendors' implementations interoperate.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>JSR 109 Java specification</indexterm><indexterm>JSR
-921 Java specification</indexterm><indexterm>Web services<indexterm>Java specification
-requests</indexterm></indexterm></keywords>
-</metadata></prolog>
-<conbody>
-<p>JSR 109 builds on top of JAX-RPC to cover the use of JAX-RPC in a Java
-EE environment, as well as the implementation and deployment of Web services
-to a Java EE application server. JSR 109 defines a set of XML-based deployment
-descriptors to standardize Web services and Web service client deployments
-in the Java EE environment. JSR 921 was a maintenance revision of JSR 109,
-and has since been replaced by the updated version of JSR 109.</p>
-<p>For more information, refer to:  <xref format="html" href="http://www.jcp.org/en/jsr/detail?id=109"
-scope="external">JSR 109, "Implementing Enterprise Web Services</xref> and <xref
-href="http://www.jcp.org/en/jsr/detail?id=921" scope="external">JSR 921: Implementing
-Enterprise Web Services 1.1</xref>.</p>
-</conbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="cws.dita"></link>
-<link href="cwsinwsa.dita"></link>
-<link href="cjaxrpc.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../tasks/toverws.dita" scope="peer"><linktext> Developing Web
-services</linktext></link>
-</linklist>
-</related-links>
-</concept>
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cjsr109.html b/docs/org.eclipse.jst.ws.doc.user/concepts/cjsr109.html
deleted file mode 100644
index 0b4c3b1..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cjsr109.html
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="concept" name="DC.Type" />
-<meta name="DC.Title" content="JSR 109 - Implementing Enterprise Web services" />
-<meta name="abstract" content="JSR 109 (Implementing Enterprise Web Services) defines the programming model and run-time architecture to deploy and look up Web services in the Java EE environment; more specifically, in the Web, EJB, and Client Application containers. One of its main goals is to ensure vendors' implementations interoperate." />
-<meta name="description" content="JSR 109 (Implementing Enterprise Web Services) defines the programming model and run-time architecture to deploy and look up Web services in the Java EE environment; more specifically, in the Web, EJB, and Client Application containers. One of its main goals is to ensure vendors' implementations interoperate." />
-<meta content="JSR 109 Java specification, JSR 921 Java specification, Web services, Java specification requests" name="DC.subject" />
-<meta content="JSR 109 Java specification, JSR 921 Java specification, Web services, Java specification requests" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsstandards.html" />
-<meta scheme="URI" name="DC.Relation" content="cws.html" />
-<meta scheme="URI" name="DC.Relation" content="cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="cjaxrpc.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/toverws.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="cjsr109" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>JSR 109 - Implementing Enterprise Web services</title>
-</head>
-<body id="cjsr109"><a name="cjsr109"><!-- --></a>
-
-
-<h1 class="topictitle1">JSR 109 - Implementing Enterprise Web services</h1>
-
-
-
-<div><p>JSR 109 (Implementing Enterprise Web Services) defines the programming
-model and run-time architecture to deploy and look up Web services in the
-Java EE environment; more specifically, in the Web, EJB, and Client Application
-containers. One of its main goals is to ensure vendors' implementations interoperate.</p>
-
-<p>JSR 109 builds on top of JAX-RPC to cover the use of JAX-RPC in a Java
-EE environment, as well as the implementation and deployment of Web services
-to a Java EE application server. JSR 109 defines a set of XML-based deployment
-descriptors to standardize Web services and Web service client deployments
-in the Java EE environment. JSR 921 was a maintenance revision of JSR 109,
-and has since been replaced by the updated version of JSR 109.</p>
-
-<p>For more information, refer to:  <a href="http://www.jcp.org/en/jsr/detail?id=109" target="_blank">JSR 109, "Implementing Enterprise Web Services</a> and <a href="http://www.jcp.org/en/jsr/detail?id=921" target="_blank">JSR 921: Implementing Enterprise Web Services 1.1</a>.</p>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../concepts/cwsstandards.html" title="One of the key attributes of Internet standards is that they focus on protocols and not on implementations. The Internet is composed of heterogeneous technologies that successfully interoperate through shared protocols. This prevents individual vendors from imposing a standard on the Internet. Open Source software development plays a crucial role in preserving the interoperability of vendor implementations of standards.">Web services standards</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-<div><a href="cwsinwsa.html" title="">Tools for Web services development</a></div>
-<div><a href="cjaxrpc.html" title="JAX-RPC stands for Java API for XML-based RPC, also known as JSR 101. It is a specification that describes Java Application Programming Interfaces (APIs) and conventions for building Web services and Web service clients that use remote procedure calls (RPC) and XML. It standardizes the Java to WSDL and WSDL to Java mappings, and provides the core APIs for developing Web services and Web service clients on the Java platform. Often used in a distributed client/server model, an RPC mechanism enables clients to execute procedures on other systems.">JAX-RPC</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../tasks/toverws.html"> Developing Web
-services</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/csoap.dita b/docs/org.eclipse.jst.ws.doc.user/concepts/csoap.dita
deleted file mode 100644
index 4237c27..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/csoap.dita
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="csoap" xml:lang="en-us">
-<title>SOAP</title>
-<shortdesc>SOAP (formerly known as Simple Object Access Protocol) is a lightweight
-protocol for the exchange of information in a decentralized, distributed environment.
-A SOAP message is a transmission of information from a sender to a receiver.
-SOAP messages can be combined to perform request/response patterns. </shortdesc>
-<prolog><metadata>
-<keywords><indexterm>SOAP<indexterm>overview</indexterm></indexterm>
-<indexterm>Web services<indexterm>SOAP</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<conbody>
-<p>SOAP is transport independent but is most commonly carried over HTTP in
-order to run with the existing Internet infrastructure.&nbsp; SOAP enables
-the binding and usage of discovered Web services by defining a message path
-for routing messages. SOAP is used to query UDDI for Web services. The workbench
-supports SOAP 1.1.</p>
-<p>SOAP is an XML-based protocol that defines three parts to every message:</p>
-<ul>
-<li> <uicontrol>Envelope.</uicontrol>&nbsp; The envelope defines a framework
-for describing what is in a message and how to process it.&nbsp; A SOAP message
-is an envelope containing zero or more headers and exactly one body.&nbsp;
-The envelope is the top element of the XML document, providing a container
-for control information, the address of a message, and the message itself.&nbsp;
-Headers transport any control information such as quality-of-service attributes.&nbsp;
-The body contains the message identification and its parameters.&nbsp; Both
-the headers and the body are child elements of the envelope.</li>
-<li> <uicontrol>Encoding rules.</uicontrol>&nbsp; The set of encoding rules
-expresses instances of application-defined data types. Encoding rules define
-a serialization mechanism that can be used to exchange instances of application-defined
-data types. SOAP defines a programming language-independent data type scheme
-based on XSD plus encoding rules for all data types defined according to this
-model. SOAP encoding is not WS-I compliant and thus the Literal use (which
-is no encoding) is suggested for interoperable Web services and required for
-WS-I compliance.</li>
-<li> <uicontrol>Communication styles.</uicontrol> Communications can follow
-a remote procedure call (RPC) or message-oriented (Document) format.&nbsp;
-These are discussed below.</li>
-</ul>
-<section><title>Binding styles</title><p>SOAP supports two different communication
-styles:</p><lq> <p> <uicontrol>Remote procedure call (RPC):</uicontrol>&nbsp;
-Invocation of an operation returning a result. Typically used with SOAP encoding,
-which is not WS-I compliant.</p><p> <uicontrol>Document Style:</uicontrol>&nbsp;
-Also known as document-oriented or message-oriented style.&nbsp; This style
-provides a lower layer of abstraction, and requires more programming work.</p> </lq></section>
-<section><title>Encoding styles</title><p>In distributed computing environments,
-encoding styles define how data values defined in the application can be translated
-to and from a particular protocol format.&nbsp; The translation process is
-know as serialization and deserialization.</p><p>The SOAP specification defines
-the SOAP encoding style:</p><lq> <p> <uicontrol>SOAP encoding:</uicontrol>&nbsp;
-The SOAP encoding style allows you to serialize/deserialize values of data
-types from the SOAP data model.&nbsp; This encoding style is defined in the
-SOAP 1.1 standard, and is not WS-I compliant.</p> </lq><p>WSDL defines the
-Literal XML encoding style:</p><lq> <p> <uicontrol>Literal XML:</uicontrol>&nbsp;
-Literal refers to the fact that the document should be read as-is, or unencoded.
-The document is serialized as XMI, meaning that the message XML complies with
-the Schema in the WSDL. When using Literal encoding, each message part references
-a concrete schema definition. Literal encoding is WS-I compliant.</p> </lq></section>
-<section><title>Data model</title><p>The purpose of the SOAP data model is
-to provide a language-independent abstraction for data types used by common
-programming language types.&nbsp;It consists of:</p><ul>
-<li> <uicontrol>Simple XSD types.</uicontrol>&nbsp; For example int, string,
-and date.</li>
-<li> <uicontrol>Compound types.</uicontrol>&nbsp; There are two kinds of compound
-types,  <varname>structs</varname> and  <varname>arrays</varname>.&nbsp; Structs
-are named aggregate types in which each element has a unique name or XML tag.&nbsp;
-Arrays have elements that are identified by position, not by name.</li>
-</ul><p>All elements and identifiers comprising the SOAP data model are defined
-in the namespace URI.&nbsp; The SOAP standard defines the rules for how data
-types can be constructed. A project specific XML schema must define the actual
-data types. The elements of the SOAP specification are defined in  <xref format="html"
-href="http://schemas.xmlsoap.org/soap/envelope/" scope="external">http://schemas.xmlsoap.org/soap/envelope/</xref> and
- <xref format="html" href="http://schemas.xmlsoap.org/soap/encoding/" scope="external">http://schemas.xmlsoap.org/soap/encoding/</xref></p></section>
-<section><title>SOAP implementations</title><p>Different implementations of
-the SOAP protocol are available today.&nbsp; For example, the Apache Foundation
-provides Apache SOAP, which grew out of an <tm tmclass="ibm" tmowner="IBM Corporation"
-tmtype="reg" trademark="IBM">IBM</tm> project called SOAP4J, as well as Apache
-Axis and the <tm tmclass="ibm" tmowner="IBM Corporation" tmtype="reg" trademark="IBM">IBM</tm> <tm
-tmclass="ibm" tmowner="IBM Corporation" tmtype="reg" trademark="WebSphere">WebSphere</tm> run-time
-environment. The provided Web services tools support Apache SOAP 2.3, Axis
-1.3, and <tm tmclass="ibm" tmowner="IBM Corporation" tmtype="reg" trademark="IBM">IBM</tm> <tm
-tmclass="ibm" tmowner="IBM Corporation" tmtype="reg" trademark="WebSphere">WebSphere</tm> implementations.</p></section>
-<section><title>Mappings</title><p>A mapping defines an association between
-a qualified XML element name, a <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> class name, and an encoding style.&nbsp;
-The mapping specifies how, under the given encoding, an incoming XML element
-with a fully qualified name is converted to a <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> class and vice versa.</p><p>For more
-information on Apache SOAP, refer to  <xref format="html" href="http://xml.apache.org/soap"
-scope="external">xml.apache.org/soap</xref>&nbsp; For more information on
-SOAP refer to  <xref format="html" href="http://www.w3.org/TR/SOAP" scope="external">www.w3.org/TR/SOAP</xref> </p></section>
-</conbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="cws.dita"><linktext>Web services overview</linktext></link>
-<link href="cwsinwsa.dita"><linktext>Tools for Web services development</linktext>
-</link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../tasks/toverws.dita" scope="peer"><linktext> Developing Web
-services</linktext></link>
-</linklist>
-</related-links>
-</concept>
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/csoap.html b/docs/org.eclipse.jst.ws.doc.user/concepts/csoap.html
deleted file mode 100644
index 57e0b06..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/csoap.html
+++ /dev/null
@@ -1,159 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="concept" name="DC.Type" />
-<meta name="DC.Title" content="SOAP" />
-<meta name="abstract" content="SOAP (formerly known as Simple Object Access Protocol) is a lightweight protocol for the exchange of information in a decentralized, distributed environment. A SOAP message is a transmission of information from a sender to a receiver. SOAP messages can be combined to perform request/response patterns." />
-<meta name="description" content="SOAP (formerly known as Simple Object Access Protocol) is a lightweight protocol for the exchange of information in a decentralized, distributed environment. A SOAP message is a transmission of information from a sender to a receiver. SOAP messages can be combined to perform request/response patterns." />
-<meta content="SOAP, overview, Web services" name="DC.subject" />
-<meta content="SOAP, overview, Web services" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsstandards.html" />
-<meta scheme="URI" name="DC.Relation" content="cws.html" />
-<meta scheme="URI" name="DC.Relation" content="cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/toverws.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="csoap" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>SOAP</title>
-</head>
-<body id="csoap"><a name="csoap"><!-- --></a>
-
-
-<h1 class="topictitle1">SOAP</h1>
-
-
-
-<div><p>SOAP (formerly known as Simple Object Access Protocol) is a lightweight
-protocol for the exchange of information in a decentralized, distributed environment.
-A SOAP message is a transmission of information from a sender to a receiver.
-SOAP messages can be combined to perform request/response patterns. </p>
-
-<p>SOAP is transport independent but is most commonly carried over HTTP in
-order to run with the existing Internet infrastructure.  SOAP enables
-the binding and usage of discovered Web services by defining a message path
-for routing messages. SOAP is used to query UDDI for Web services. The workbench
-supports SOAP 1.1.</p>
-
-<p>SOAP is an XML-based protocol that defines three parts to every message:</p>
-
-<ul>
-<li> <span class="uicontrol">Envelope.</span>  The envelope defines a framework
-for describing what is in a message and how to process it.  A SOAP message
-is an envelope containing zero or more headers and exactly one body. 
-The envelope is the top element of the XML document, providing a container
-for control information, the address of a message, and the message itself. 
-Headers transport any control information such as quality-of-service attributes. 
-The body contains the message identification and its parameters.  Both
-the headers and the body are child elements of the envelope.</li>
-
-<li> <span class="uicontrol">Encoding rules.</span>  The set of encoding rules
-expresses instances of application-defined data types. Encoding rules define
-a serialization mechanism that can be used to exchange instances of application-defined
-data types. SOAP defines a programming language-independent data type scheme
-based on XSD plus encoding rules for all data types defined according to this
-model. SOAP encoding is not WS-I compliant and thus the Literal use (which
-is no encoding) is suggested for interoperable Web services and required for
-WS-I compliance.</li>
-
-<li> <span class="uicontrol">Communication styles.</span> Communications can follow
-a remote procedure call (RPC) or message-oriented (Document) format. 
-These are discussed below.</li>
-
-</ul>
-
-<div class="section"><h4 class="sectiontitle">Binding styles</h4><p>SOAP supports two different communication
-styles:</p>
-<blockquote> <p> <span class="uicontrol">Remote procedure call (RPC):</span> 
-Invocation of an operation returning a result. Typically used with SOAP encoding,
-which is not WS-I compliant.</p>
-<p> <span class="uicontrol">Document Style:</span> 
-Also known as document-oriented or message-oriented style.  This style
-provides a lower layer of abstraction, and requires more programming work.</p>
- </blockquote>
-</div>
-
-<div class="section"><h4 class="sectiontitle">Encoding styles</h4><p>In distributed computing environments,
-encoding styles define how data values defined in the application can be translated
-to and from a particular protocol format.  The translation process is
-know as serialization and deserialization.</p>
-<p>The SOAP specification defines
-the SOAP encoding style:</p>
-<blockquote> <p> <span class="uicontrol">SOAP encoding:</span> 
-The SOAP encoding style allows you to serialize/deserialize values of data
-types from the SOAP data model.  This encoding style is defined in the
-SOAP 1.1 standard, and is not WS-I compliant.</p>
- </blockquote>
-<p>WSDL defines the
-Literal XML encoding style:</p>
-<blockquote> <p> <span class="uicontrol">Literal XML:</span> 
-Literal refers to the fact that the document should be read as-is, or unencoded.
-The document is serialized as XMI, meaning that the message XML complies with
-the Schema in the WSDL. When using Literal encoding, each message part references
-a concrete schema definition. Literal encoding is WS-I compliant.</p>
- </blockquote>
-</div>
-
-<div class="section"><h4 class="sectiontitle">Data model</h4><p>The purpose of the SOAP data model is
-to provide a language-independent abstraction for data types used by common
-programming language types. It consists of:</p>
-<ul>
-<li> <span class="uicontrol">Simple XSD types.</span>  For example int, string,
-and date.</li>
-
-<li> <span class="uicontrol">Compound types.</span>  There are two kinds of compound
-types,  <var class="varname">structs</var> and  <var class="varname">arrays</var>.  Structs
-are named aggregate types in which each element has a unique name or XML tag. 
-Arrays have elements that are identified by position, not by name.</li>
-
-</ul>
-<p>All elements and identifiers comprising the SOAP data model are defined
-in the namespace URI.  The SOAP standard defines the rules for how data
-types can be constructed. A project specific XML schema must define the actual
-data types. The elements of the SOAP specification are defined in  <a href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank">http://schemas.xmlsoap.org/soap/envelope/</a> and
- <a href="http://schemas.xmlsoap.org/soap/encoding/" target="_blank">http://schemas.xmlsoap.org/soap/encoding/</a></p>
-</div>
-
-<div class="section"><h4 class="sectiontitle">SOAP implementations</h4><p>Different implementations of
-the SOAP protocol are available today.  For example, the Apache Foundation
-provides Apache SOAP, which grew out of an IBM<sup>®</sup> project called SOAP4J, as well as Apache
-Axis and the IBM WebSphere<sup>®</sup> run-time
-environment. The provided Web services tools support Apache SOAP 2.3, Axis
-1.3, and IBM WebSphere implementations.</p>
-</div>
-
-<div class="section"><h4 class="sectiontitle">Mappings</h4><p>A mapping defines an association between
-a qualified XML element name, a Java™ class name, and an encoding style. 
-The mapping specifies how, under the given encoding, an incoming XML element
-with a fully qualified name is converted to a Java class and vice versa.</p>
-<p>For more
-information on Apache SOAP, refer to  <a href="http://xml.apache.org/soap" target="_blank">xml.apache.org/soap</a>  For more information on
-SOAP refer to  <a href="http://www.w3.org/TR/SOAP" target="_blank">www.w3.org/TR/SOAP</a> </p>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../concepts/cwsstandards.html" title="One of the key attributes of Internet standards is that they focus on protocols and not on implementations. The Internet is composed of heterogeneous technologies that successfully interoperate through shared protocols. This prevents individual vendors from imposing a standard on the Internet. Open Source software development plays a crucial role in preserving the interoperability of vendor implementations of standards.">Web services standards</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-<div><a href="cwsinwsa.html" title="">Tools for Web services development</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../tasks/toverws.html"> Developing Web
-services</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cws.dita b/docs/org.eclipse.jst.ws.doc.user/concepts/cws.dita
deleted file mode 100644
index b0e6286..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cws.dita
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="cws" xml:lang="en-us">
-<title>Web services overview</title>
-<shortdesc>A Web service is a set of related application functions that can
-be programmatically invoked over the Internet. Businesses can dynamically
-mix and match Web services to perform complex transactions with minimal programming.
-Web services allow buyers and sellers all over the world to discover each
-other, connect dynamically, and execute transactions in real time with minimal
-human interaction.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>Web services<indexterm>overview</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<conbody>
-<p>Web services are self-contained, self-describing modular applications that
-can be published, located, and invoked across the Web.</p>
-<lq> <p> <uicontrol>Web services are self-contained.</uicontrol> On the client
-side, no additional software is required.&nbsp; A programming language with
-XML and HTTP client support is enough to get you started.&nbsp; On the server
-side, a Web server and servlet engine are required.&nbsp; The client and server
-can be implemented in different environments.&nbsp; It is possible to Web
-service enable an existing application without writing a single line of code.</p> <p> <uicontrol>Web
-services are self-describing.</uicontrol> The client and server need to recognize
-only the format and content of request and response messages.&nbsp; The definition
-of the message format travels with the message; no external metadata repositories
-or code generation tools are required.</p> <p> <uicontrol>Web services are
-modular.</uicontrol> Simple Web services can be aggregated to form more complex
-Web services either by using workflow techniques or by calling lower layer
-Web services from a Web service implementation.</p><p><uicontrol>Web Services
-are platform independent.</uicontrol> Web services are based on a concise
-set of open, XML-based standards designed to promote interoperability between
-a Web service and clients across a variety of computing platforms and programming
-languages.</p> </lq>
-<p>Web services might be anything, for example, theatre review articles, weather
-reports, credit checks, stock quotations, travel advisories, or airline travel
-reservation processes. Each of these self-contained business services is an
-application that can easily integrate with other services, from the same or
-different companies, to create a complete business process. This interoperability
-allows businesses to dynamically publish, discover, and bind a range of Web
-services through the Internet.</p>
-<section><title>Categories of Web services</title><p>Web services can be grouped
-into three categories:</p><lq> <p> <uicontrol>Business information.</uicontrol> A
-business shares information with consumers or other businesses. In this case,
-the business is using Web services to expand its scope. Examples of business
-informational Web services are news streams, weather reports, or stock quotations.</p> <p> <uicontrol>Business
-integration.</uicontrol> A business provides transactional, "for fee" services
-to its customers. In this case, the business becomes part of a global network
-of value-added suppliers that can be used to conduct commerce. Examples of
-business integration Web services include bid and auction e-marketplaces,
-reservation systems, and credit checking.</p> <p> <uicontrol>Business process
-externalization.</uicontrol> A business differentiates itself from its competition
-through the creation of a global value chain. In this case, the business uses
-Web services to dynamically integrate its processes. An example of business
-process externalization Web services is the associations between different
-companies to combine manufacturing, assembly, wholesale distribution, and
-retail sales of a particular product.</p> </lq></section>
-<section><title>Service roles and interactions</title><p>A network component
-in a Web Services architecture can play one or more fundamental roles: service
-provider, service broker, and service client.</p><ul>
-<li>Service providers create and deploy their Web services and can publish
-the availability of their WSDL-described services through a service registry,
-such as a UDDI Business Registry.</li>
-<li>Service brokers register and categorize published services and provide
-search services. For example, UDDI acts as a service broker for WSDL-described
-Web services.</li>
-<li>Service clients use broker services such as the UDDI Business Registry
-to discover a needed WSDL-described service and then bind to and call the
-service provider.</li>
-</ul><p>Binding involves establishing all environmental prerequisites that
-are necessary to successfully complete the services. Examples of environmental
-prerequisites include security, transaction monitoring, and HTTP availability.
-The relationships between these roles are described in Figure 1.</p><p>Figure
-1. Service roles and interactions.</p><p> <image alt="Figure 1 illustrates the interactions between the service broker, service provider, and service requestor."
-href="../images/roles.gif"></image> </p><p>For more information on Web services,
-refer to  <xref format="html" href="http://www.ibm.com/developerworks/webservices"
-scope="external">www.ibm.com/developerworks/webservices</xref></p></section>
-</conbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="cwsinwsa.dita"><linktext>Tools for Web services development</linktext>
-</link>
-<link href="cwsstandards.dita" scope="local"><linktext>Web services standards</linktext>
-</link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../tasks/toverws.dita" scope="local"><linktext> Developing Web
-services</linktext></link>
-</linklist>
-</related-links>
-</concept>
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cws.html b/docs/org.eclipse.jst.ws.doc.user/concepts/cws.html
deleted file mode 100644
index b839c67..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cws.html
+++ /dev/null
@@ -1,149 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="concept" name="DC.Type" />
-<meta name="DC.Title" content="Web services overview" />
-<meta name="abstract" content="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction." />
-<meta name="description" content="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction." />
-<meta content="Web services, overview" name="DC.subject" />
-<meta content="Web services, overview" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsstandards.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwstopdown.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsbtmup.html" />
-<meta scheme="URI" name="DC.Relation" content="cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="cwsstandards.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/toverws.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="cws" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Web services overview</title>
-</head>
-<body id="cws"><a name="cws"><!-- --></a>
-
-
-<h1 class="topictitle1">Web services overview</h1>
-
-
-
-<div><p>A Web service is a set of related application functions that can
-be programmatically invoked over the Internet. Businesses can dynamically
-mix and match Web services to perform complex transactions with minimal programming.
-Web services allow buyers and sellers all over the world to discover each
-other, connect dynamically, and execute transactions in real time with minimal
-human interaction.</p>
-
-<p>Web services are self-contained, self-describing modular applications that
-can be published, located, and invoked across the Web.</p>
-
-<blockquote> <p> <span class="uicontrol">Web services are self-contained.</span> On the client
-side, no additional software is required.  A programming language with
-XML and HTTP client support is enough to get you started.  On the server
-side, a Web server and servlet engine are required.  The client and server
-can be implemented in different environments.  It is possible to Web
-service enable an existing application without writing a single line of code.</p>
- <p> <span class="uicontrol">Web
-services are self-describing.</span> The client and server need to recognize
-only the format and content of request and response messages.  The definition
-of the message format travels with the message; no external metadata repositories
-or code generation tools are required.</p>
- <p> <span class="uicontrol">Web services are
-modular.</span> Simple Web services can be aggregated to form more complex
-Web services either by using workflow techniques or by calling lower layer
-Web services from a Web service implementation.</p>
-<p><span class="uicontrol">Web Services
-are platform independent.</span> Web services are based on a concise
-set of open, XML-based standards designed to promote interoperability between
-a Web service and clients across a variety of computing platforms and programming
-languages.</p>
- </blockquote>
-
-<p>Web services might be anything, for example, theatre review articles, weather
-reports, credit checks, stock quotations, travel advisories, or airline travel
-reservation processes. Each of these self-contained business services is an
-application that can easily integrate with other services, from the same or
-different companies, to create a complete business process. This interoperability
-allows businesses to dynamically publish, discover, and bind a range of Web
-services through the Internet.</p>
-
-<div class="section"><h4 class="sectiontitle">Categories of Web services</h4><p>Web services can be grouped
-into three categories:</p>
-<blockquote> <p> <span class="uicontrol">Business information.</span> A
-business shares information with consumers or other businesses. In this case,
-the business is using Web services to expand its scope. Examples of business
-informational Web services are news streams, weather reports, or stock quotations.</p>
- <p> <span class="uicontrol">Business
-integration.</span> A business provides transactional, "for fee" services
-to its customers. In this case, the business becomes part of a global network
-of value-added suppliers that can be used to conduct commerce. Examples of
-business integration Web services include bid and auction e-marketplaces,
-reservation systems, and credit checking.</p>
- <p> <span class="uicontrol">Business process
-externalization.</span> A business differentiates itself from its competition
-through the creation of a global value chain. In this case, the business uses
-Web services to dynamically integrate its processes. An example of business
-process externalization Web services is the associations between different
-companies to combine manufacturing, assembly, wholesale distribution, and
-retail sales of a particular product.</p>
- </blockquote>
-</div>
-
-<div class="section"><h4 class="sectiontitle">Service roles and interactions</h4><p>A network component
-in a Web Services architecture can play one or more fundamental roles: service
-provider, service broker, and service client.</p>
-<ul>
-<li>Service providers create and deploy their Web services and can publish
-the availability of their WSDL-described services through a service registry,
-such as a UDDI Business Registry.</li>
-
-<li>Service brokers register and categorize published services and provide
-search services. For example, UDDI acts as a service broker for WSDL-described
-Web services.</li>
-
-<li>Service clients use broker services such as the UDDI Business Registry
-to discover a needed WSDL-described service and then bind to and call the
-service provider.</li>
-
-</ul>
-<p>Binding involves establishing all environmental prerequisites that
-are necessary to successfully complete the services. Examples of environmental
-prerequisites include security, transaction monitoring, and HTTP availability.
-The relationships between these roles are described in Figure 1.</p>
-<p>Figure
-1. Service roles and interactions.</p>
-<p> <img src="../images/roles.gif" alt="Figure 1 illustrates the interactions between the service broker, service provider, and service requestor." /> </p>
-<p>For more information on Web services,
-refer to  <a href="http://www.ibm.com/developerworks/webservices" target="_blank">www.ibm.com/developerworks/webservices</a></p>
-</div>
-
-</div>
-
-<div>
-<ul class="ullinks">
-<li class="ulchildlink"><strong><a href="../concepts/cwsstandards.html">Web services standards</a></strong><br />
-One of the key attributes of Internet standards is that they focus on protocols and not on implementations. The Internet is composed of heterogeneous technologies that successfully interoperate through shared protocols. This prevents individual vendors from imposing a standard on the Internet. Open Source software development plays a crucial role in preserving the interoperability of vendor implementations of standards.</li>
-<li class="ulchildlink"><strong><a href="../concepts/cwstopdown.html">Creating top-down Web services</a></strong><br />
-Web services can be created using two methods: top-down development and bottom-up development. Top-down Web services development involves creating a Web service from a WSDL file.</li>
-<li class="ulchildlink"><strong><a href="../concepts/cwsbtmup.html">Creating bottom-up Web services</a></strong><br />
-Web services can be created using two methods: top-down development and bottom-up development. Bottom-up Web services development involves creating a Web service from a Java bean or enterprise bean.</li>
-</ul>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="cwsinwsa.html" title="">Tools for Web services development</a></div>
-<div><a href="cwsstandards.html" title="One of the key attributes of Internet standards is that they focus on protocols and not on implementations. The Internet is composed of heterogeneous technologies that successfully interoperate through shared protocols. This prevents individual vendors from imposing a standard on the Internet. Open Source software development plays a crucial role in preserving the interoperability of vendor implementations of standards.">Web services standards</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../tasks/toverws.html" title="Use Web services tools to discover, create, and publish Web services that are created from Java beans, enterprise beans, and WSDL files. You can create of Web services using a top-down approach (which starts with a WSDL file) or a bottom-up approach (which starts with a Java bean or EJB)."> Developing Web
-services</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsbtmup.dita b/docs/org.eclipse.jst.ws.doc.user/concepts/cwsbtmup.dita
deleted file mode 100644
index b18f7fb..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsbtmup.dita
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="creatingbottom-upwebservices" xml:lang="en-us">
-<title>Creating bottom-up Web services</title>
-<shortdesc>Web services can be created using two methods: top-down development
-and bottom-up development. Bottom-up Web services development involves creating
-a Web service from a <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> bean or enterprise bean.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>bottom-up Web services<indexterm>overview</indexterm></indexterm>
-<indexterm>Web services<indexterm>bottom-up</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<conbody>
-<p>Although bottom-up Web service development may be faster and easier, especially
-if you are new to Web services, the top-down approach is the recommended way
-of creating a Web service.</p>
-<p>When creating a Web service using a bottom-up approach, first you create
-a <tm tmclass="special" tmowner="Sun Microsystems, Inc." tmtype="tm" trademark="Java">Java</tm> bean
-or EJB bean and then use the Web services wizard to create the WSDL file and
-Web service.</p>
-</conbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="cws.dita"><linktext>Web services overview</linktext></link>
-<link href="cwsinwsa.dita"><linktext>Tools for Web services development</linktext>
-</link>
-<link href="cwstopdown.dita" scope="local"><linktext>Creating top-down Web
-services</linktext></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../tasks/toverws.dita" scope="local"><linktext> Developing Web
-services</linktext></link>
-</linklist>
-</related-links>
-</concept>
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsbtmup.html b/docs/org.eclipse.jst.ws.doc.user/concepts/cwsbtmup.html
deleted file mode 100644
index ea339c4..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsbtmup.html
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="concept" name="DC.Type" />
-<meta name="DC.Title" content="Creating bottom-up Web services" />
-<meta name="abstract" content="Web services can be created using two methods: top-down development and bottom-up development. Bottom-up Web services development involves creating a Web service from a Java bean or enterprise bean." />
-<meta name="description" content="Web services can be created using two methods: top-down development and bottom-up development. Bottom-up Web services development involves creating a Web service from a Java bean or enterprise bean." />
-<meta content="bottom-up Web services, overview, Web services, bottom-up" name="DC.subject" />
-<meta content="bottom-up Web services, overview, Web services, bottom-up" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="cws.html" />
-<meta scheme="URI" name="DC.Relation" content="cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="cwstopdown.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/toverws.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="creatingbottom-upwebservices" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Creating bottom-up Web services</title>
-</head>
-<body id="creatingbottom-upwebservices"><a name="creatingbottom-upwebservices"><!-- --></a>
-
-
-<h1 class="topictitle1">Creating bottom-up Web services</h1>
-
-
-
-<div><p>Web services can be created using two methods: top-down development
-and bottom-up development. Bottom-up Web services development involves creating
-a Web service from a Java™ bean or enterprise bean.</p>
-
-<p>Although bottom-up Web service development may be faster and easier, especially
-if you are new to Web services, the top-down approach is the recommended way
-of creating a Web service.</p>
-
-<p>When creating a Web service using a bottom-up approach, first you create
-a Java bean
-or EJB bean and then use the Web services wizard to create the WSDL file and
-Web service.</p>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../concepts/cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-<div><a href="cwsinwsa.html" title="">Tools for Web services development</a></div>
-<div><a href="cwstopdown.html" title="Web services can be created using two methods: top-down development and bottom-up development. Top-down Web services development involves creating a Web service from a WSDL file.">Creating top-down Web
-services</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../tasks/toverws.html" title="Use Web services tools to discover, create, and publish Web services that are created from Java beans, enterprise beans, and WSDL files. You can create of Web services using a top-down approach (which starts with a WSDL file) or a bottom-up approach (which starts with a Java bean or EJB)."> Developing Web
-services</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsdl.dita b/docs/org.eclipse.jst.ws.doc.user/concepts/cwsdl.dita
deleted file mode 100644
index ece9ca2..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsdl.dita
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="cwsdl" xml:lang="en-us">
-<title>Web Services Description Language (WSDL)</title>
-<shortdesc>Web Services Description Language (WSDL) is a standard specification
-for describing networked, XML-based services. It provides a simple way for
-service providers to describe the basic format of requests to their systems
-regardless of the underlying run-time implementation.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>WSDL files<indexterm>overview</indexterm></indexterm>
-<indexterm>Web services<indexterm>WSDL</indexterm></indexterm></keywords>
-</metadata></prolog>
-<conbody>
-<p>WSDL defines an XML format for describing network services as a set of
- <varname>endpoints</varname> that operate on messages that contain either
-document-oriented or procedure-oriented information. The operations and messages
-are first described abstractly and then bound to a concrete network protocol
-and message format in order to define an endpoint. Related concrete endpoints
-are combined into abstract endpoints (services). WSDL is extensible to allow
-description of endpoints and their messages, regardless of which message formats
-or network protocols are used to communicate. This means that interfaces are
-defined abstractly using XML schema and then bound to concrete representations
-that are appropriate for the protocol.</p>
-<p>WSDL allows a service provider to specify the following characteristics
-of a Web service:</p>
-<ul>
-<li>The name of the Web service and addressing information</li>
-<li>The protocol and encoding style to be used when accessing the public operations
-of the Web service</li>
-<li>The type information such as operations, parameters, and data types comprising
-the interface of the Web service</li>
-</ul>
-<p>WSDL documents allow developers to expose their applications as network-accessible
-services on the Internet. Through UDDI and WSIL, other applications can discover
-WSDL documents and bind with them to execute transactions or perform other
-business processes.</p>
-<p>This development platform supports and encourages the development and use
-of WS-I compliant WSDL. Business service providers can deploy <tm tmclass="special"
-tmowner="Sun Microsystems, Inc." tmtype="tm" trademark="Java">Java</tm> beans
-and enterprise beans as a Web service and generate a WSDL document that describes
-the service. They can also generate <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> and enterprise bean skeletons from
-an existing WSDL file. A business service client can generate a <tm tmclass="special"
-tmowner="Sun Microsystems, Inc." tmtype="tm" trademark="Java">Java</tm> proxy
-from a WSDL document, thereby providing an easy-to-use <tm tmclass="special"
-tmowner="Sun Microsystems, Inc." tmtype="tm" trademark="Java">Java</tm> interface
-to the Web service. The <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> interface hides the network communications
-details from the client enabling the business service provider to focus on
-business and process portions of the application.</p>
-<p>In addition to providing tools to create Web services, the workbench provides
-a WSDL editor that allows you to create WSDL files using a graphical interface,
-a WSDL validator that ensures that your WSDL file is semantically correct
-and optionally checks for WS-I compliance, and the Web Services Explorer which
-allows you to dynamically test Web services without requiring you to generate
-a proxy.</p>
-<p>The workbench supports WSDL 1.1. For more information on the WSDL specification,
-refer to  <xref format="html" href="http://www.w3.org/TR/wsdl" scope="external">www.w3.org/TR/wsdl</xref></p>
-</conbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="cws.dita"><linktext>Web services overview</linktext></link>
-<link href="cwsinwsa.dita"><linktext>Tools for Web services development</linktext>
-</link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../tasks/toverws.dita" scope="peer"><linktext> Developing Web
-services</linktext></link>
-</linklist>
-</related-links>
-</concept>
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsdl.html b/docs/org.eclipse.jst.ws.doc.user/concepts/cwsdl.html
deleted file mode 100644
index 06621ca..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsdl.html
+++ /dev/null
@@ -1,113 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="concept" name="DC.Type" />
-<meta name="DC.Title" content="Web Services Description Language (WSDL)" />
-<meta name="abstract" content="Web Services Description Language (WSDL) is a standard specification for describing networked, XML-based services. It provides a simple way for service providers to describe the basic format of requests to their systems regardless of the underlying run-time implementation." />
-<meta name="description" content="Web Services Description Language (WSDL) is a standard specification for describing networked, XML-based services. It provides a simple way for service providers to describe the basic format of requests to their systems regardless of the underlying run-time implementation." />
-<meta content="WSDL files, overview, Web services, WSDL" name="DC.subject" />
-<meta content="WSDL files, overview, Web services, WSDL" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsstandards.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/rwsdl.html" />
-<meta scheme="URI" name="DC.Relation" content="cws.html" />
-<meta scheme="URI" name="DC.Relation" content="cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/toverws.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="cwsdl" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Web Services Description Language (WSDL)</title>
-</head>
-<body id="cwsdl"><a name="cwsdl"><!-- --></a>
-
-
-<h1 class="topictitle1">Web Services Description Language (WSDL)</h1>
-
-
-
-<div><p>Web Services Description Language (WSDL) is a standard specification
-for describing networked, XML-based services. It provides a simple way for
-service providers to describe the basic format of requests to their systems
-regardless of the underlying run-time implementation.</p>
-
-<p>WSDL defines an XML format for describing network services as a set of
- <var class="varname">endpoints</var> that operate on messages that contain either
-document-oriented or procedure-oriented information. The operations and messages
-are first described abstractly and then bound to a concrete network protocol
-and message format in order to define an endpoint. Related concrete endpoints
-are combined into abstract endpoints (services). WSDL is extensible to allow
-description of endpoints and their messages, regardless of which message formats
-or network protocols are used to communicate. This means that interfaces are
-defined abstractly using XML schema and then bound to concrete representations
-that are appropriate for the protocol.</p>
-
-<p>WSDL allows a service provider to specify the following characteristics
-of a Web service:</p>
-
-<ul>
-<li>The name of the Web service and addressing information</li>
-
-<li>The protocol and encoding style to be used when accessing the public operations
-of the Web service</li>
-
-<li>The type information such as operations, parameters, and data types comprising
-the interface of the Web service</li>
-
-</ul>
-
-<p>WSDL documents allow developers to expose their applications as network-accessible
-services on the Internet. Through UDDI and WSIL, other applications can discover
-WSDL documents and bind with them to execute transactions or perform other
-business processes.</p>
-
-<p>This development platform supports and encourages the development and use
-of WS-I compliant WSDL. Business service providers can deploy Java™ beans
-and enterprise beans as a Web service and generate a WSDL document that describes
-the service. They can also generate Java and enterprise bean skeletons from
-an existing WSDL file. A business service client can generate a Java proxy
-from a WSDL document, thereby providing an easy-to-use Java interface
-to the Web service. The Java interface hides the network communications
-details from the client enabling the business service provider to focus on
-business and process portions of the application.</p>
-
-<p>In addition to providing tools to create Web services, the workbench provides
-a WSDL editor that allows you to create WSDL files using a graphical interface,
-a WSDL validator that ensures that your WSDL file is semantically correct
-and optionally checks for WS-I compliance, and the Web Services Explorer which
-allows you to dynamically test Web services without requiring you to generate
-a proxy.</p>
-
-<p>The workbench supports WSDL 1.1. For more information on the WSDL specification,
-refer to  <a href="http://www.w3.org/TR/wsdl" target="_blank">www.w3.org/TR/wsdl</a></p>
-
-</div>
-
-<div>
-<ul class="ullinks">
-<li class="ulchildlink"><strong><a href="../ref/rwsdl.html">Web Services Description Language (WSDL) reference</a></strong><br />
-A WSDL document defines services as collections of network endpoints, or ports. In WSDL, the abstract definition of endpoints and messages is separated from their concrete network deployment or data format bindings. This allows the reuse of abstract definitions: messages, which are abstract descriptions of the data being exchanged, and port types which are abstract collections of operations.</li>
-</ul>
-
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../concepts/cwsstandards.html" title="One of the key attributes of Internet standards is that they focus on protocols and not on implementations. The Internet is composed of heterogeneous technologies that successfully interoperate through shared protocols. This prevents individual vendors from imposing a standard on the Internet. Open Source software development plays a crucial role in preserving the interoperability of vendor implementations of standards.">Web services standards</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-<div><a href="cwsinwsa.html" title="">Tools for Web services development</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../tasks/toverws.html"> Developing Web
-services</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsil.dita b/docs/org.eclipse.jst.ws.doc.user/concepts/cwsil.dita
deleted file mode 100644
index b8f2abe..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsil.dita
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="cwsil" xml:lang="en-us">
-<title>Web Services Inspection Language (WSIL)</title>
-<shortdesc>Web Services Inspection Language (WSIL) is a service discovery
-mechanism that is an alternative to UDDI as well as complementary to UDDI.
-When you discover Web services with UDDI, you go to a centralized registry.&nbsp;
-WSIL is an alternative approach to Web service discovery.&nbsp; WSIL allows
-you to go directly to the service provider and ask for the services it provides.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>WSIL files<indexterm>overview</indexterm></indexterm>
-<indexterm>Web services<indexterm>WSIL</indexterm></indexterm></keywords>
-</metadata></prolog>
-<conbody>
-<p><tm tmclass="ibm" tmowner="IBM Corporation" tmtype="reg" trademark="IBM">IBM</tm> and
-Microsoft's proposal for the WSIL specification is designed around an XML-based
-model for building an aggregation of references to existing Web service descriptions,
-that are exposed using standard Web server technology.</p>
-<p>WSIL provides a distributed service discovery method that supplies references
-to service descriptions at the service provider's point-of-offering, by specifying
-how to inspect a Web site for available Web services. The WSIL specification
-defines the locations on a Web site where you can look for Web service descriptions.</p>
-<p>Since WSIL focuses on distributed service discovery, the WSIL specification
-complements UDDI by facilitating the discovery of services that are available
-on Web sites that may not be listed yet in a UDDI registry. A separate topic
-in this documentation discusses the  <xref href="cwsilud.dita">Relationship
-between UDDI and WSIL</xref>.</p>
-<p>The WSIL specification does not define a service description language.&nbsp;
-WSIL documents provide a method for aggregating different types of service
-descriptions.&nbsp; Within a WSIL document, a single service can have more
-than one reference to a service description.&nbsp; For example, a single Web
-service might be referenced twice in a WSIL document: once directly via its
-WSDL, and again via its businessService entry in a UDDI registry. References
-to these two service descriptions should be put into a WSIL document.&nbsp;
-If multiple references are available, it is beneficial to put all of them
-in the WSIL document so that the application that uses the document can select
-the type of service description that is compatible with and preferred by that
-application.</p>
-<p>The WSIL specification serves two primary functions:</p>
-<ul>
-<li>WSIL defines an XML format for listing references to existing service
-descriptions. These service descriptions can be defined in any format, such
-as WSDL, UDDI, or plain HTML.&nbsp; A WSIL document is generally made available
-at the point-of-offering for the services that are referenced within the document.
-A WSIL document can contain a list of references to service descriptions,
-as well as references to other WSIL documents.  <p>The ability to link a WSIL
-document to one or more different WSIL documents allows you to manage service
-description references by grouping them into different documents and to build
-a hierarchy of WSIL documents.&nbsp; For example, separate WSIL documents
-can be created for different categories of services, and one primary WSIL
-document can link all of them together.</p></li>
-<li>WSIL defines a set of conventions so that it is easy to locate other WSIL
-documents. The WSIL specification does not limit the type of service descriptions
-that can be referenced.&nbsp; The WSIL specification defines a set of standard
-extensibility elements for both WSDL and UDDI.&nbsp; The WSIL specification
-is the definition of locations where you can access WSIL documents.</li>
-<li> Two conventions make the location and retrieval of WSIL documents easy: <ul>
-<li> <uicontrol>Fixed-name WSIL documents.</uicontrol> The fixed name for
-WSIL documents is inspection.wsil.&nbsp; The inspection.wsil file is placed
-at common entry points for a Web site.&nbsp; For example, if the common entry
-point is http://entrypoint.com then the location of the WSIL document would
-be http://entrypoint.com/inspection.wsil</li>
-<li> <uicontrol>Linked WSIL documents.</uicontrol> References to WSIL documents
-can also appear within different content documents, such as HTML pages.</li>
-</ul> </li>
-</ul>
-<p>For more information on the Web Services Inspection Language specification,
-refer to  <xref href="http://www-106.ibm.com/developerworks/webservices/library/ws-wsilspec.html"
-scope="external"> www.ibm.com/developerworks/webservices/library/ws-wsilspec.html</xref></p>
-</conbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="cws.dita"><linktext>Web services overview</linktext></link>
-<link href="cwsinwsa.dita"><linktext>Tools for Web services development</linktext>
-</link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../tasks/toverws.dita" scope="peer"><linktext> Developing Web
-services</linktext></link>
-</linklist>
-</related-links>
-</concept>
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsil.html b/docs/org.eclipse.jst.ws.doc.user/concepts/cwsil.html
deleted file mode 100644
index 72ca039..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsil.html
+++ /dev/null
@@ -1,131 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="concept" name="DC.Type" />
-<meta name="DC.Title" content="Web Services Inspection Language (WSIL)" />
-<meta name="abstract" content="Web Services Inspection Language (WSIL) is a service discovery mechanism that is an alternative to UDDI as well as complementary to UDDI. When you discover Web services with UDDI, you go to a centralized registry.  WSIL is an alternative approach to Web service discovery.  WSIL allows you to go directly to the service provider and ask for the services it provides." />
-<meta name="description" content="Web Services Inspection Language (WSIL) is a service discovery mechanism that is an alternative to UDDI as well as complementary to UDDI. When you discover Web services with UDDI, you go to a centralized registry.  WSIL is an alternative approach to Web service discovery.  WSIL allows you to go directly to the service provider and ask for the services it provides." />
-<meta content="WSIL files, overview, Web services, WSIL" name="DC.subject" />
-<meta content="WSIL files, overview, Web services, WSIL" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsstandards.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsilud.html" />
-<meta scheme="URI" name="DC.Relation" content="cws.html" />
-<meta scheme="URI" name="DC.Relation" content="cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/toverws.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="cwsil" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Web Services Inspection Language (WSIL)</title>
-</head>
-<body id="cwsil"><a name="cwsil"><!-- --></a>
-
-
-<h1 class="topictitle1">Web Services Inspection Language (WSIL)</h1>
-
-
-
-<div><p>Web Services Inspection Language (WSIL) is a service discovery
-mechanism that is an alternative to UDDI as well as complementary to UDDI.
-When you discover Web services with UDDI, you go to a centralized registry. 
-WSIL is an alternative approach to Web service discovery.  WSIL allows
-you to go directly to the service provider and ask for the services it provides.</p>
-
-<p>IBM<sup>®</sup> and
-Microsoft's proposal for the WSIL specification is designed around an XML-based
-model for building an aggregation of references to existing Web service descriptions,
-that are exposed using standard Web server technology.</p>
-
-<p>WSIL provides a distributed service discovery method that supplies references
-to service descriptions at the service provider's point-of-offering, by specifying
-how to inspect a Web site for available Web services. The WSIL specification
-defines the locations on a Web site where you can look for Web service descriptions.</p>
-
-<p>Since WSIL focuses on distributed service discovery, the WSIL specification
-complements UDDI by facilitating the discovery of services that are available
-on Web sites that may not be listed yet in a UDDI registry. A separate topic
-in this documentation discusses the  <a href="cwsilud.html">Relationship between UDDI and WSIL</a>.</p>
-
-<p>The WSIL specification does not define a service description language. 
-WSIL documents provide a method for aggregating different types of service
-descriptions.  Within a WSIL document, a single service can have more
-than one reference to a service description.  For example, a single Web
-service might be referenced twice in a WSIL document: once directly via its
-WSDL, and again via its businessService entry in a UDDI registry. References
-to these two service descriptions should be put into a WSIL document. 
-If multiple references are available, it is beneficial to put all of them
-in the WSIL document so that the application that uses the document can select
-the type of service description that is compatible with and preferred by that
-application.</p>
-
-<p>The WSIL specification serves two primary functions:</p>
-
-<ul>
-<li>WSIL defines an XML format for listing references to existing service
-descriptions. These service descriptions can be defined in any format, such
-as WSDL, UDDI, or plain HTML.  A WSIL document is generally made available
-at the point-of-offering for the services that are referenced within the document.
-A WSIL document can contain a list of references to service descriptions,
-as well as references to other WSIL documents.  <p>The ability to link a WSIL
-document to one or more different WSIL documents allows you to manage service
-description references by grouping them into different documents and to build
-a hierarchy of WSIL documents.  For example, separate WSIL documents
-can be created for different categories of services, and one primary WSIL
-document can link all of them together.</p>
-</li>
-
-<li>WSIL defines a set of conventions so that it is easy to locate other WSIL
-documents. The WSIL specification does not limit the type of service descriptions
-that can be referenced.  The WSIL specification defines a set of standard
-extensibility elements for both WSDL and UDDI.  The WSIL specification
-is the definition of locations where you can access WSIL documents.</li>
-
-<li> Two conventions make the location and retrieval of WSIL documents easy: <ul>
-<li> <span class="uicontrol">Fixed-name WSIL documents.</span> The fixed name for
-WSIL documents is inspection.wsil.  The inspection.wsil file is placed
-at common entry points for a Web site.  For example, if the common entry
-point is http://entrypoint.com then the location of the WSIL document would
-be http://entrypoint.com/inspection.wsil</li>
-
-<li> <span class="uicontrol">Linked WSIL documents.</span> References to WSIL documents
-can also appear within different content documents, such as HTML pages.</li>
-
-</ul>
- </li>
-
-</ul>
-
-<p>For more information on the Web Services Inspection Language specification,
-refer to  <a href="http://www-106.ibm.com/developerworks/webservices/library/ws-wsilspec.html" target="_blank">www.ibm.com/developerworks/webservices/library/ws-wsilspec.html</a></p>
-
-</div>
-
-<div>
-<ul class="ullinks">
-<li class="ulchildlink"><strong><a href="../concepts/cwsilud.html">Relationship between UDDI and WSIL</a></strong><br />
-The Web Services Inspection Language (WSIL) and the Universal Description, Discovery, and Integration (UDDI) specification both address issues related to Web service discovery. However, each specification takes a different approach to the discovery of Web services. The two specifications can be used separately or jointly; searching with WSIL can result in finding items in UDDI.</li>
-</ul>
-
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../concepts/cwsstandards.html" title="One of the key attributes of Internet standards is that they focus on protocols and not on implementations. The Internet is composed of heterogeneous technologies that successfully interoperate through shared protocols. This prevents individual vendors from imposing a standard on the Internet. Open Source software development plays a crucial role in preserving the interoperability of vendor implementations of standards.">Web services standards</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-<div><a href="cwsinwsa.html" title="">Tools for Web services development</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../tasks/toverws.html"> Developing Web
-services</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsilud.dita b/docs/org.eclipse.jst.ws.doc.user/concepts/cwsilud.dita
deleted file mode 100644
index 0d3af45..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsilud.dita
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="cwsilud" xml:lang="en-us">
-<title>Relationship between UDDI and WSIL</title>
-<shortdesc>The Web Services Inspection Language (WSIL) and the Universal Description,
-Discovery, and Integration (UDDI) specification both address issues related
-to Web service discovery. However, each specification takes a different approach
-to the discovery of Web services. The two specifications can be used separately
-or jointly; searching with WSIL can result in finding items in UDDI.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>UDDI<indexterm>relationship with WSIL</indexterm></indexterm>
-<indexterm>WSIL<indexterm>relationship with UDDI</indexterm></indexterm></keywords>
-</metadata></prolog>
-<conbody>
-<p>The UDDI specification addresses Web service discovery through the use
-of a centralized model. One or more repositories are created to house information
-about businesses and the services they offer. Requests and updates pertaining
-to the service and business related information are issued directly against
-the repositories. In addition, UDDI prescribes a specific format for a portion
-of the stored description information and, to facilitate advanced (focused)
-searching, assumes that other description information will be stored and registered
-within the system as well.</p>
-<p>UDDI systems facilitate focused discovery patterns since these systems
-are based on organized repositories that provide advanced searching capabilities.
-This helps requestors locate potential communication partners. In order to
-provide advanced functionality, however, UDDI requires the deployment and
-maintenance of a certain amount of infrastructure, thus increasing the cost
-of operation. In addition, unless the service descriptions are stored only
-within UDDI, there is a cost associated with keeping the different versions
-synchronized.</p>
-<p>The WSIL specification relies on a completely distributed model for providing
-service-related information. The service descriptions can be stored at any
-location, and requests to retrieve the information are generally made directly
-to the entities that are offering the services. The WSIL specification does
-not stipulate any particular format for the service information. It relies
-on other standards, including UDDI, to define the description formats. The
-WSIL specification also relies on existing Web technologies and infrastructure
-to provide mechanisms for publishing and retrieving its documents.</p>
-<p>WSIL provides the ability to disseminate service-related information through
-existing protocols directly from the point at which the service is being offered.
-This enables focused discovery to be performed on a single target; however,
-because of its decentralized and distributed model, WSIL is not a good mechanism
-for executing focused discovery if the communication partner is unknown.</p>
-<p>The UDDI and WSIL specifications should be viewed as complementary technologies
-to be used either together or separately depending on the situation. For example,
-a UDDI repository could be populated based on the results found when performing
-a search for WSIL documents. Likewise, a UDDI repository may itself be discovered
-when a requester retrieves a WSIL document that references an entry in the
-repository. In environments where the advanced functionality afforded by UDDI
-is not required and where constraints do not allow for its deployment, the
-WSIL mechanism may provide all of the capabilities that are needed. In situations
-where data needs to be centrally managed, a UDDI solution alone may provide
-the best fit. The UDDI and WSIL specifications should not be viewed as mutually
-exclusive.</p>
-<note>Both UDDI and WSIL contain only references to WSDL - they do not contain
-the WSDL documents themselves.</note>
-</conbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="cws.dita"></link>
-<link href="cwsinwsa.dita"></link>
-<link href="cwsil.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../tasks/toverws.dita" scope="peer"><linktext> Developing Web
-services</linktext></link>
-</linklist>
-</related-links>
-</concept>
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsilud.html b/docs/org.eclipse.jst.ws.doc.user/concepts/cwsilud.html
deleted file mode 100644
index 9595b0c..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsilud.html
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="concept" name="DC.Type" />
-<meta name="DC.Title" content="Relationship between UDDI and WSIL" />
-<meta name="abstract" content="The Web Services Inspection Language (WSIL) and the Universal Description, Discovery, and Integration (UDDI) specification both address issues related to Web service discovery. However, each specification takes a different approach to the discovery of Web services. The two specifications can be used separately or jointly; searching with WSIL can result in finding items in UDDI." />
-<meta name="description" content="The Web Services Inspection Language (WSIL) and the Universal Description, Discovery, and Integration (UDDI) specification both address issues related to Web service discovery. However, each specification takes a different approach to the discovery of Web services. The two specifications can be used separately or jointly; searching with WSIL can result in finding items in UDDI." />
-<meta content="UDDI, relationship with WSIL, WSIL, relationship with UDDI" name="DC.subject" />
-<meta content="UDDI, relationship with WSIL, WSIL, relationship with UDDI" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsil.html" />
-<meta scheme="URI" name="DC.Relation" content="cws.html" />
-<meta scheme="URI" name="DC.Relation" content="cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="cwsil.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/toverws.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="cwsilud" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Relationship between UDDI and WSIL</title>
-</head>
-<body id="cwsilud"><a name="cwsilud"><!-- --></a>
-
-
-<h1 class="topictitle1">Relationship between UDDI and WSIL</h1>
-
-
-
-<div><p>The Web Services Inspection Language (WSIL) and the Universal Description,
-Discovery, and Integration (UDDI) specification both address issues related
-to Web service discovery. However, each specification takes a different approach
-to the discovery of Web services. The two specifications can be used separately
-or jointly; searching with WSIL can result in finding items in UDDI.</p>
-
-<p>The UDDI specification addresses Web service discovery through the use
-of a centralized model. One or more repositories are created to house information
-about businesses and the services they offer. Requests and updates pertaining
-to the service and business related information are issued directly against
-the repositories. In addition, UDDI prescribes a specific format for a portion
-of the stored description information and, to facilitate advanced (focused)
-searching, assumes that other description information will be stored and registered
-within the system as well.</p>
-
-<p>UDDI systems facilitate focused discovery patterns since these systems
-are based on organized repositories that provide advanced searching capabilities.
-This helps requestors locate potential communication partners. In order to
-provide advanced functionality, however, UDDI requires the deployment and
-maintenance of a certain amount of infrastructure, thus increasing the cost
-of operation. In addition, unless the service descriptions are stored only
-within UDDI, there is a cost associated with keeping the different versions
-synchronized.</p>
-
-<p>The WSIL specification relies on a completely distributed model for providing
-service-related information. The service descriptions can be stored at any
-location, and requests to retrieve the information are generally made directly
-to the entities that are offering the services. The WSIL specification does
-not stipulate any particular format for the service information. It relies
-on other standards, including UDDI, to define the description formats. The
-WSIL specification also relies on existing Web technologies and infrastructure
-to provide mechanisms for publishing and retrieving its documents.</p>
-
-<p>WSIL provides the ability to disseminate service-related information through
-existing protocols directly from the point at which the service is being offered.
-This enables focused discovery to be performed on a single target; however,
-because of its decentralized and distributed model, WSIL is not a good mechanism
-for executing focused discovery if the communication partner is unknown.</p>
-
-<p>The UDDI and WSIL specifications should be viewed as complementary technologies
-to be used either together or separately depending on the situation. For example,
-a UDDI repository could be populated based on the results found when performing
-a search for WSIL documents. Likewise, a UDDI repository may itself be discovered
-when a requester retrieves a WSIL document that references an entry in the
-repository. In environments where the advanced functionality afforded by UDDI
-is not required and where constraints do not allow for its deployment, the
-WSIL mechanism may provide all of the capabilities that are needed. In situations
-where data needs to be centrally managed, a UDDI solution alone may provide
-the best fit. The UDDI and WSIL specifications should not be viewed as mutually
-exclusive.</p>
-
-<div class="note"><span class="notetitle">Note:</span> Both UDDI and WSIL contain only references to WSDL - they do not contain
-the WSDL documents themselves.</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../concepts/cwsil.html" title="Web Services Inspection Language (WSIL) is a service discovery mechanism that is an alternative to UDDI as well as complementary to UDDI. When you discover Web services with UDDI, you go to a centralized registry.  WSIL is an alternative approach to Web service discovery.  WSIL allows you to go directly to the service provider and ask for the services it provides.">Web Services Inspection Language (WSIL)</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-<div><a href="cwsinwsa.html" title="">Tools for Web services development</a></div>
-<div><a href="cwsil.html" title="Web Services Inspection Language (WSIL) is a service discovery mechanism that is an alternative to UDDI as well as complementary to UDDI. When you discover Web services with UDDI, you go to a centralized registry.  WSIL is an alternative approach to Web service discovery.  WSIL allows you to go directly to the service provider and ask for the services it provides.">Web Services Inspection Language (WSIL)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../tasks/toverws.html"> Developing Web
-services</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita b/docs/org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita
deleted file mode 100644
index 5cd0a18..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.dita
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="cwsinwsa" xml:lang="en-us">
-<title>Tools for Web services development</title>
-<prolog><metadata>
-<keywords><indexterm>Web services<indexterm>tools overview</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<conbody>
-<p>Tools are provided to assist with the following aspects of Web services
-development:</p>
-<ul>
-<li> <uicontrol>Discover</uicontrol>. Browse the UDDI Business Registries
-or WSIL documents to locate existing Web services for integration.</li>
-<li> <uicontrol>Create or Transform</uicontrol>. Create bottom-up Web services
-from existing artifacts, such as <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> beans and enterprise beans. Create
-top-down Web services from WSDL discovered from others or created using the
-WSDL Editor.</li>
-<li> <uicontrol>Build</uicontrol>. Wrap existing artifacts as SOAP accessible
-services and describe them in WSDL. The Web services wizards assist you in
-generating a <tm tmclass="special" tmowner="Sun Microsystems, Inc." tmtype="tm"
-trademark="Java">Java</tm> client proxy to Web services described in WSDL
-and in generating <tm tmclass="special" tmowner="Sun Microsystems, Inc." tmtype="tm"
-trademark="Java">Java</tm> bean skeletons from WSDL.</li>
-<li> <uicontrol>Deploy</uicontrol>. Deploy Web services into a variety of
-test environments.</li>
-<li> <uicontrol>Test</uicontrol>. Test Web services running locally or remotely
-in order to get instant feedback.</li>
-<li> <uicontrol>Develop</uicontrol>. Generate sample applications to assist
-you in creating your own Web service client application.</li>
-<li> <uicontrol>Publish</uicontrol>. Publish Web services to a UDDI v2 or
-v3 Business Registry, advertising your Web services so that other businesses
-and clients can access them.</li>
-</ul>
-</conbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="cws.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../tasks/toverws.dita" scope="local"><linktext> Developing Web
-services</linktext></link>
-</linklist>
-</related-links>
-</concept>
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html b/docs/org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html
deleted file mode 100644
index 0685f24..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="concept" name="DC.Type" />
-<meta name="DC.Title" content="Tools for Web services development" />
-<meta content="Web services, tools overview" name="DC.subject" />
-<meta content="Web services, tools overview" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/toverws.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="cwsinwsa" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Tools for Web services development</title>
-</head>
-<body id="cwsinwsa"><a name="cwsinwsa"><!-- --></a>
-
-
-<h1 class="topictitle1">Tools for Web services development</h1>
-
-
-<div>
-<p>Tools are provided to assist with the following aspects of Web services
-development:</p>
-
-<ul>
-<li> <span class="uicontrol">Discover</span>. Browse the UDDI Business Registries
-or WSIL documents to locate existing Web services for integration.</li>
-
-<li> <span class="uicontrol">Create or Transform</span>. Create bottom-up Web services
-from existing artifacts, such as Java™ beans and enterprise beans. Create
-top-down Web services from WSDL discovered from others or created using the
-WSDL Editor.</li>
-
-<li> <span class="uicontrol">Build</span>. Wrap existing artifacts as SOAP accessible
-services and describe them in WSDL. The Web services wizards assist you in
-generating a Java client proxy to Web services described in WSDL
-and in generating Java bean skeletons from WSDL.</li>
-
-<li> <span class="uicontrol">Deploy</span>. Deploy Web services into a variety of
-test environments.</li>
-
-<li> <span class="uicontrol">Test</span>. Test Web services running locally or remotely
-in order to get instant feedback.</li>
-
-<li> <span class="uicontrol">Develop</span>. Generate sample applications to assist
-you in creating your own Web service client application.</li>
-
-<li> <span class="uicontrol">Publish</span>. Publish Web services to a UDDI v2 or
-v3 Business Registry, advertising your Web services so that other businesses
-and clients can access them.</li>
-
-</ul>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../concepts/cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../tasks/toverws.html" title="Use Web services tools to discover, create, and publish Web services that are created from Java beans, enterprise beans, and WSDL files. You can create of Web services using a top-down approach (which starts with a WSDL file) or a bottom-up approach (which starts with a Java bean or EJB)."> Developing Web
-services</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsiover.dita b/docs/org.eclipse.jst.ws.doc.user/concepts/cwsiover.dita
deleted file mode 100644
index ebcad61..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsiover.dita
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="cwsiover" xml:lang="en-us">
-<title>Web services interoperability (WS-I)</title>
-<shortdesc>WS-I is an organization designed to promote Web service interoperability
-across platforms, operating systems, and programming languages.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>Web services interoperability</indexterm><indexterm>interoperability<indexterm>Web
-services</indexterm></indexterm></keywords>
-</metadata></prolog>
-<conbody>
-<p>For more information on WS-I, refer to their Web site:  <xref format="html"
-href="http://www.ws-i.org/" scope="external">http://www.ws-i.org/</xref>.
-This site contains resources such as an overview of Web services interoperability,
-usage scenarios, and specifications.</p>
-<p>WS-I Basic Profile is a outline of requirements to which WSDL and Web service
-protocol (SOAP/HTTP) traffic must comply in order to claim WS-I conformance.
-The Web services WS-I validation tools currently support WS-I Simple SOAP
-Binding Profile 1.0 (WS-I SSBP) which builds on the WS-I Basic Profile, and
-the WS-I Attachments Profile 1.0 (WS-I AP). To view the specifications, refer
-to the WS-I Web site, and under  <uicontrol>Deliverables</uicontrol> select
- <uicontrol>Basic Profile</uicontrol>.</p>
-<p>Depending on the type of Web service being created, you may or may not
-want your Web service to comply with the WS-I profiles. The default level
-of compliance is to generate a warning if a non WS-I SSBP complaint Web service
-option is selected and to ignore any non WS-I AP compliant selections. You
-can set the level of WS-I compliance at the workspace or project level. The
-Web services wizards, the <tm tmclass="ibm" tmowner="IBM Corporation" tmtype="reg"
-trademark="WebSphere">WebSphere</tm> run-time environments, the WSDL editor,
-and other Web services tools provided support and encourage the development
-of WS-I compliance services.</p>
-</conbody>
-</concept>
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsiover.html b/docs/org.eclipse.jst.ws.doc.user/concepts/cwsiover.html
deleted file mode 100644
index ab1f62d..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsiover.html
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="concept" name="DC.Type" />
-<meta name="DC.Title" content="Web services interoperability (WS-I)" />
-<meta name="abstract" content="WS-I is an organization designed to promote Web service interoperability across platforms, operating systems, and programming languages." />
-<meta name="description" content="WS-I is an organization designed to promote Web service interoperability across platforms, operating systems, and programming languages." />
-<meta content="Web services interoperability, interoperability, Web services" name="DC.subject" />
-<meta content="Web services interoperability, interoperability, Web services" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsstandards.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="cwsiover" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Web services interoperability (WS-I)</title>
-</head>
-<body id="cwsiover"><a name="cwsiover"><!-- --></a>
-
-
-<h1 class="topictitle1">Web services interoperability (WS-I)</h1>
-
-
-
-<div><p>WS-I is an organization designed to promote Web service interoperability
-across platforms, operating systems, and programming languages.</p>
-
-<p>For more information on WS-I, refer to their Web site:  <a href="http://www.ws-i.org/" target="_blank">http://www.ws-i.org/</a>.
-This site contains resources such as an overview of Web services interoperability,
-usage scenarios, and specifications.</p>
-
-<p>WS-I Basic Profile is a outline of requirements to which WSDL and Web service
-protocol (SOAP/HTTP) traffic must comply in order to claim WS-I conformance.
-The Web services WS-I validation tools currently support WS-I Simple SOAP
-Binding Profile 1.0 (WS-I SSBP) which builds on the WS-I Basic Profile, and
-the WS-I Attachments Profile 1.0 (WS-I AP). To view the specifications, refer
-to the WS-I Web site, and under  <span class="uicontrol">Deliverables</span> select
- <span class="uicontrol">Basic Profile</span>.</p>
-
-<p>Depending on the type of Web service being created, you may or may not
-want your Web service to comply with the WS-I profiles. The default level
-of compliance is to generate a warning if a non WS-I SSBP complaint Web service
-option is selected and to ignore any non WS-I AP compliant selections. You
-can set the level of WS-I compliance at the workspace or project level. The
-Web services wizards, the WebSphere<sup>®</sup> run-time environments, the WSDL editor,
-and other Web services tools provided support and encourage the development
-of WS-I compliance services.</p>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../concepts/cwsstandards.html" title="One of the key attributes of Internet standards is that they focus on protocols and not on implementations. The Internet is composed of heterogeneous technologies that successfully interoperate through shared protocols. This prevents individual vendors from imposing a standard on the Internet. Open Source software development plays a crucial role in preserving the interoperability of vendor implementations of standards.">Web services standards</a></div>
-</div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsstandards.dita b/docs/org.eclipse.jst.ws.doc.user/concepts/cwsstandards.dita
deleted file mode 100644
index 69b4175..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsstandards.dita
+++ /dev/null
@@ -1,218 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="webservicesstandards" xml:lang="en-us">
-<title>Web services standards</title>
-<shortdesc>One of the key attributes of Internet standards is that they focus
-on protocols and not on implementations. The Internet is composed of heterogeneous
-technologies that successfully interoperate through shared protocols. This
-prevents individual vendors from imposing a standard on the Internet. Open
-Source software development plays a crucial role in preserving the interoperability
-of vendor implementations of standards.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>Web services<indexterm>standards</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<conbody>
-<p>The following standards play key roles in Web services: Universal Description,
-Discovery and Integration (UDDI), Web Services Description Language (WSDL),
-Web Services Inspection Language (WSIL), SOAP, and Web Services Interoperability
-(WS-I). The relationship between these standards is described in Figure 2.</p>
-<p>The UDDI specification defines open, platform-independent standards that
-enable businesses to share information in a global business registry, discover
-services on the registry, and define how they interact over the Internet.
-For more information on UDDI, refer to  <xref format="html" href="http://www.uddi.org"
-scope="external">www.uddi.org</xref></p>
-<p>WSIL is an XML-based open specification that defines a distributed service
-discovery method that supplies references to service descriptions at the service
-provider's point-of-offering, by specifying how to inspect a Web site for
-available Web services.&nbsp; A WSIL document defines the locations on a Web
-site where you can look for Web service descriptions.&nbsp;Since WSIL focuses
-on distributed service discovery, the WSIL specification complements UDDI
-by facilitating the discovery of services that are available on Web sites
-that may not be listed yet in a UDDI registry.&nbsp;A separate topic in this
-documentation discusses the  <xref href="cwsilud.dita">Relationship between
-UDDI and WSIL</xref>.&nbsp; For more information on WSIL, refer to  <xref
-href="http://www-106.ibm.com/developerworks/webservices/library/ws-wsilspec.html"
-scope="external"> www.ibm.com/developerworks/webservices/library/ws-wsilspec.html</xref></p>
-<p>WSDL is an XML-based open specification that describes the interfaces to
-and instances of Web services on the network. It is extensible, so endpoints
-can be described regardless of the message formats or network protocols that
-are used to communicate. Businesses can make the WSDL documents for their
-Web services available though UDDI, WSIL, or by broadcasting the URLs to their
-WSDL via email or Web sites. WSDL is described as a separate topic in this
-documentation. For more information on WSDL, refer to  <xref format="html"
-href="http://www.w3.org/TR/wsdl" scope="external">www.w3.org/TR/wsdl</xref></p>
-<p>SOAP is an XML-based standard for messaging over HTTP and other Internet
-protocols. It is a lightweight protocol for the exchange of information in
-a decentralized, distributed environment. It is based on XML and consists
-of three parts:<ul>
-<li>An envelope that defines a framework for describing what is in a message
-and how to process it.</li>
-<li>A set of encoding rules for expressing instances of application-defined
-data types.</li>
-<li>A convention for representing remote procedure calls and responses.</li>
-</ul>SOAP enables the binding and usage of discovered Web services by defining
-a message path for routing messages. SOAP may be used to query UDDI for Web
-services. For more information on SOAP 1.1 (SOAP 1.2 is not supported by the
-Web services tools), refer to  <xref format="html" href="http://www.w3.org/TR/SOAP"
-scope="external">www.w3.org/TR/SOAP</xref></p>
-<p>Figure 2. Relationships between SOAP, UDDI, WSIL and WSDL.</p>
-<p> <image alt="Figure 2 illustrates the relationships between SOAP, UDDI, WSIL, and WSDL."
-href="../images/soapudws.gif"></image> </p>
-<p>A service provider hosts a Web service and makes it accessible using protocols
-such as SOAP/HTTP or SOAP/JMS. The Web service is described by a WSDL document
-that is stored on the provider's server or in a special repository. The WSDL
-document may be referenced by the UDDI business registry and WSIL documents.
-These contain pointers to the Web service's WSDL files.</p>
-<p>The WS-I Simple SOAP Binding Profile and WS-I Attachments Profile are outlines
-of requirements to which WSDL and Web service protocol (SOAP/HTTP) traffic
-must comply in order to claim WS-I conformance. The Web services WS-I validation
-tools currently support WS-I Simple SOAP Binding Profile 1.0 and the Attachment
-Profile 1.0. To view the specifications, refer to the WS-I Web site, and under
- <uicontrol>Resources</uicontrol> select  <uicontrol>Documentation</uicontrol>: <xref
-href="http://www.ws-i.org" scope="external">http://www.ws-i.org</xref></p>
-<p>Several new Web services standards are also supported by this development
-environment. These include:<dl><dlentry>
-<dt>JAX-RPC</dt>
-<dd>JAX-RPC stands for <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> API for XML-based RPC, also known as
-JSR 101. It is a specification that describes <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> Application Programming Interfaces
-(APIs) and conventions for building Web services and Web service clients that
-use remote procedure calls (RPC) and XML. It standardizes the <tm tmclass="special"
-tmowner="Sun Microsystems, Inc." tmtype="tm" trademark="Java">Java</tm> to
-WSDL and WSDL to <tm tmclass="special" tmowner="Sun Microsystems, Inc." tmtype="tm"
-trademark="Java">Java</tm> mappings, and provides the core APIs for developing
-and deploying Web services and Web service clients on the <tm tmclass="special"
-tmowner="Sun Microsystems, Inc." tmtype="tm" trademark="Java">Java</tm> platform.
-For more information refer to the <xref href="http://www.jcp.org/en/jsr/detail?id=101"
-scope="external">official specifications</xref>.</dd>
-</dlentry><dlentry>
-<dt>JSR-109</dt>
-<dd>JSR-109 (Implementing Enterprise Web Services) defines the programming
-model and run-time architecture to deploy and look up Web services in the
-Java EE environment; more specifically, in the Web, EJB, and Client Application
-containers. One of its main goals is to ensure vendors' implementations interoperate.
-For more information, refer to the official specifications: <ul>
-<li><xref href="http://www.jcp.org/en/jsr/detail?id=109" scope="external"
-type="html">JSR-109</xref></li>
-<li><xref href="http://www.jcp.org/en/jsr/detail?id=921" scope="external"
-type="html">JSR-921</xref></li>
-</ul></dd>
-</dlentry><dlentry>
-<dt>WS-S</dt>
-<dd>These tools support the OASIS Web Services Security 1.0 standard. For
-more information on the various components of this standard, refer to:<ul>
-<li><xref href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0.pdf"
-scope="external" type="html">Web Services Security: SOAP Message Security
-V1.0</xref> </li>
-<li> <xref href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0.pdf"
-scope="external" type="html">Web Services Security: Username Token Profile
-V1.0</xref></li>
-<li> <xref href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0.pdf"
-scope="external" type="html">Web Services Security: X.509 Token Profile V1.0</xref></li>
-</ul></dd>
-</dlentry></dl></p>
-<p>Web services tooling supports the following specifications:</p>
-<table>
-<tgroup cols="2"><colspec colname="col1" colwidth="95*"/><colspec colname="col2"
-colwidth="104*"/>
-<thead>
-<row>
-<entry colname="col1" valign="top">Technology or specification</entry>
-<entry colname="col2" valign="top">Version or level supported</entry>
-</row>
-</thead>
-<tbody>
-<row>
-<entry nameend="col2" namest="col1"><b>Transports</b></entry>
-</row>
-<row>
-<entry colname="col1">HTTP/HTTPS</entry>
-<entry colname="col2">v1.0 and v1.1</entry>
-</row>
-<row>
-<entry colname="col1">JMS</entry>
-<entry colname="col2"></entry>
-</row>
-<row>
-<entry nameend="col2" namest="col1"><b>Messaging</b></entry>
-</row>
-<row>
-<entry colname="col1">SOAP specification</entry>
-<entry colname="col2">v1.1</entry>
-</row>
-<row>
-<entry colname="col1">SOAP Attachements</entry>
-<entry colname="col2"></entry>
-</row>
-<row>
-<entry nameend="col2" namest="col1"><b>Description</b></entry>
-</row>
-<row>
-<entry colname="col1">UDDI</entry>
-<entry colname="col2">v2.0</entry>
-</row>
-<row>
-<entry colname="col1">WSDL</entry>
-<entry colname="col2">v1.1</entry>
-</row>
-<row>
-<entry colname="col1">WSIL</entry>
-<entry colname="col2">v1.0</entry>
-</row>
-<row>
-<entry nameend="col2" namest="col1"><b>Security</b></entry>
-</row>
-<row>
-<entry colname="col1">WS-Security</entry>
-<entry colname="col2">OASIS Standard 1.0</entry>
-</row>
-<row>
-<entry nameend="col2" namest="col1"><b>Ineroperability</b></entry>
-</row>
-<row>
-<entry colname="col1">WS-I Basic Profile</entry>
-<entry colname="col2">1.1.2</entry>
-</row>
-<row>
-<entry colname="col1">WS-I Simple SOAP Binding Profile</entry>
-<entry colname="col2">1.0.3</entry>
-</row>
-<row>
-<entry colname="col1">WS-I Attachments Profile</entry>
-<entry colname="col2">1.0</entry>
-</row>
-<row>
-<entry colname="col1"><b>Other Standards</b></entry>
-<entry colname="col2"></entry>
-</row>
-<row>
-<entry colname="col1">JAX-RPC</entry>
-<entry colname="col2">v1.0 for J2EE 1.3, v1.1 for J2EE 1.4 and Java EE 1.5</entry>
-</row>
-<row>
-<entry colname="col1">JSR 109</entry>
-<entry colname="col2"></entry>
-</row>
-</tbody>
-</tgroup>
-</table>
-</conbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="cws.dita" scope="local"><linktext>Web services overview</linktext>
-</link>
-<link href="cwsinwsa.dita" scope="local"><linktext>Tools for Web services
-development</linktext></link>
-<link href="cwsiover.dita" scope="local"><linktext>Web services interoperability
-(WS-I)</linktext></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../tasks/toverws.dita" scope="local"><linktext> Developing Web
-services</linktext></link>
-</linklist>
-</related-links>
-</concept>
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsstandards.html b/docs/org.eclipse.jst.ws.doc.user/concepts/cwsstandards.html
deleted file mode 100644
index bf37a0b..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwsstandards.html
+++ /dev/null
@@ -1,337 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="concept" name="DC.Type" />
-<meta name="DC.Title" content="Web services standards" />
-<meta name="abstract" content="One of the key attributes of Internet standards is that they focus on protocols and not on implementations. The Internet is composed of heterogeneous technologies that successfully interoperate through shared protocols. This prevents individual vendors from imposing a standard on the Internet. Open Source software development plays a crucial role in preserving the interoperability of vendor implementations of standards." />
-<meta name="description" content="One of the key attributes of Internet standards is that they focus on protocols and not on implementations. The Internet is composed of heterogeneous technologies that successfully interoperate through shared protocols. This prevents individual vendors from imposing a standard on the Internet. Open Source software development plays a crucial role in preserving the interoperability of vendor implementations of standards." />
-<meta content="Web services, standards" name="DC.subject" />
-<meta content="Web services, standards" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsdl.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/csoap.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cuddi.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsil.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cjaxrpc.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cjsr109.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsiover.html" />
-<meta scheme="URI" name="DC.Relation" content="cws.html" />
-<meta scheme="URI" name="DC.Relation" content="cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="cwsiover.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/toverws.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="webservicesstandards" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Web services standards</title>
-</head>
-<body id="webservicesstandards"><a name="webservicesstandards"><!-- --></a>
-
-
-<h1 class="topictitle1">Web services standards</h1>
-
-
-
-<div><p>One of the key attributes of Internet standards is that they focus
-on protocols and not on implementations. The Internet is composed of heterogeneous
-technologies that successfully interoperate through shared protocols. This
-prevents individual vendors from imposing a standard on the Internet. Open
-Source software development plays a crucial role in preserving the interoperability
-of vendor implementations of standards.</p>
-
-<p>The following standards play key roles in Web services: Universal Description,
-Discovery and Integration (UDDI), Web Services Description Language (WSDL),
-Web Services Inspection Language (WSIL), SOAP, and Web Services Interoperability
-(WS-I). The relationship between these standards is described in Figure 2.</p>
-
-<p>The UDDI specification defines open, platform-independent standards that
-enable businesses to share information in a global business registry, discover
-services on the registry, and define how they interact over the Internet.
-For more information on UDDI, refer to  <a href="http://www.uddi.org" target="_blank">www.uddi.org</a></p>
-
-<p>WSIL is an XML-based open specification that defines a distributed service
-discovery method that supplies references to service descriptions at the service
-provider's point-of-offering, by specifying how to inspect a Web site for
-available Web services.  A WSIL document defines the locations on a Web
-site where you can look for Web service descriptions. Since WSIL focuses
-on distributed service discovery, the WSIL specification complements UDDI
-by facilitating the discovery of services that are available on Web sites
-that may not be listed yet in a UDDI registry. A separate topic in this
-documentation discusses the  <a href="cwsilud.html">Relationship between UDDI and WSIL</a>.  For more information on WSIL, refer to  <a href="http://www-106.ibm.com/developerworks/webservices/library/ws-wsilspec.html" target="_blank">www.ibm.com/developerworks/webservices/library/ws-wsilspec.html</a></p>
-
-<p>WSDL is an XML-based open specification that describes the interfaces to
-and instances of Web services on the network. It is extensible, so endpoints
-can be described regardless of the message formats or network protocols that
-are used to communicate. Businesses can make the WSDL documents for their
-Web services available though UDDI, WSIL, or by broadcasting the URLs to their
-WSDL via email or Web sites. WSDL is described as a separate topic in this
-documentation. For more information on WSDL, refer to  <a href="http://www.w3.org/TR/wsdl" target="_blank">www.w3.org/TR/wsdl</a></p>
-
-<div class="p">SOAP is an XML-based standard for messaging over HTTP and other Internet
-protocols. It is a lightweight protocol for the exchange of information in
-a decentralized, distributed environment. It is based on XML and consists
-of three parts:<ul>
-<li>An envelope that defines a framework for describing what is in a message
-and how to process it.</li>
-
-<li>A set of encoding rules for expressing instances of application-defined
-data types.</li>
-
-<li>A convention for representing remote procedure calls and responses.</li>
-
-</ul>
-SOAP enables the binding and usage of discovered Web services by defining
-a message path for routing messages. SOAP may be used to query UDDI for Web
-services. For more information on SOAP 1.1 (SOAP 1.2 is not supported by the
-Web services tools), refer to  <a href="http://www.w3.org/TR/SOAP" target="_blank">www.w3.org/TR/SOAP</a></div>
-
-<p>Figure 2. Relationships between SOAP, UDDI, WSIL and WSDL.</p>
-
-<p> <img src="../images/soapudws.gif" alt="Figure 2 illustrates the relationships between SOAP, UDDI, WSIL, and WSDL." /> </p>
-
-<p>A service provider hosts a Web service and makes it accessible using protocols
-such as SOAP/HTTP or SOAP/JMS. The Web service is described by a WSDL document
-that is stored on the provider's server or in a special repository. The WSDL
-document may be referenced by the UDDI business registry and WSIL documents.
-These contain pointers to the Web service's WSDL files.</p>
-
-<p>The WS-I Simple SOAP Binding Profile and WS-I Attachments Profile are outlines
-of requirements to which WSDL and Web service protocol (SOAP/HTTP) traffic
-must comply in order to claim WS-I conformance. The Web services WS-I validation
-tools currently support WS-I Simple SOAP Binding Profile 1.0 and the Attachment
-Profile 1.0. To view the specifications, refer to the WS-I Web site, and under
- <span class="uicontrol">Resources</span> select  <span class="uicontrol">Documentation</span>: <a href="http://www.ws-i.org" target="_blank">http://www.ws-i.org</a></p>
-
-<div class="p">Several new Web services standards are also supported by this development
-environment. These include:<dl>
-<dt class="dlterm">JAX-RPC</dt>
-
-<dd>JAX-RPC stands for Java™ API for XML-based RPC, also known as
-JSR 101. It is a specification that describes Java Application Programming Interfaces
-(APIs) and conventions for building Web services and Web service clients that
-use remote procedure calls (RPC) and XML. It standardizes the Java to
-WSDL and WSDL to Java mappings, and provides the core APIs for developing
-and deploying Web services and Web service clients on the Java platform.
-For more information refer to the <a href="http://www.jcp.org/en/jsr/detail?id=101" target="_blank">official specifications</a>.</dd>
-
-
-<dt class="dlterm">JSR-109</dt>
-
-<dd>JSR-109 (Implementing Enterprise Web Services) defines the programming
-model and run-time architecture to deploy and look up Web services in the
-Java EE environment; more specifically, in the Web, EJB, and Client Application
-containers. One of its main goals is to ensure vendors' implementations interoperate.
-For more information, refer to the official specifications: <ul>
-<li><a href="http://www.jcp.org/en/jsr/detail?id=109" target="_blank">JSR-109</a></li>
-
-<li><a href="http://www.jcp.org/en/jsr/detail?id=921" target="_blank">JSR-921</a></li>
-
-</ul>
-</dd>
-
-
-<dt class="dlterm">WS-S</dt>
-
-<dd>These tools support the OASIS Web Services Security 1.0 standard. For
-more information on the various components of this standard, refer to:<ul>
-<li><a href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0.pdf" target="_blank">Web Services Security: SOAP Message Security V1.0</a> </li>
-
-<li> <a href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0.pdf" target="_blank">Web Services Security: Username Token Profile V1.0</a></li>
-
-<li> <a href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0.pdf" target="_blank">Web Services Security: X.509 Token Profile V1.0</a></li>
-
-</ul>
-</dd>
-
-</dl>
-</div>
-
-<p>Web services tooling supports the following specifications:</p>
-
-
-<div class="tablenoborder"><table summary="" cellspacing="0" cellpadding="4" frame="border" border="1" rules="all">
-<thead align="left">
-<tr>
-<th valign="top" width="47.73869346733669%" id="N101B4">Technology or specification</th>
-
-<th valign="top" width="52.26130653266332%" id="N101BC">Version or level supported</th>
-
-</tr>
-
-</thead>
-
-<tbody>
-<tr>
-<td colspan="2" valign="top" headers="N101B4 N101BC "><strong>Transports</strong></td>
-
-</tr>
-
-<tr>
-<td valign="top" width="47.73869346733669%" headers="N101B4 ">HTTP/HTTPS</td>
-
-<td valign="top" width="52.26130653266332%" headers="N101BC ">v1.0 and v1.1</td>
-
-</tr>
-
-<tr>
-<td valign="top" width="47.73869346733669%" headers="N101B4 ">JMS</td>
-
-<td valign="top" width="52.26130653266332%" headers="N101BC ">&nbsp;</td>
-
-</tr>
-
-<tr>
-<td colspan="2" valign="top" headers="N101B4 N101BC "><strong>Messaging</strong></td>
-
-</tr>
-
-<tr>
-<td valign="top" width="47.73869346733669%" headers="N101B4 ">SOAP specification</td>
-
-<td valign="top" width="52.26130653266332%" headers="N101BC ">v1.1</td>
-
-</tr>
-
-<tr>
-<td valign="top" width="47.73869346733669%" headers="N101B4 ">SOAP Attachements</td>
-
-<td valign="top" width="52.26130653266332%" headers="N101BC ">&nbsp;</td>
-
-</tr>
-
-<tr>
-<td colspan="2" valign="top" headers="N101B4 N101BC "><strong>Description</strong></td>
-
-</tr>
-
-<tr>
-<td valign="top" width="47.73869346733669%" headers="N101B4 ">UDDI</td>
-
-<td valign="top" width="52.26130653266332%" headers="N101BC ">v2.0</td>
-
-</tr>
-
-<tr>
-<td valign="top" width="47.73869346733669%" headers="N101B4 ">WSDL</td>
-
-<td valign="top" width="52.26130653266332%" headers="N101BC ">v1.1</td>
-
-</tr>
-
-<tr>
-<td valign="top" width="47.73869346733669%" headers="N101B4 ">WSIL</td>
-
-<td valign="top" width="52.26130653266332%" headers="N101BC ">v1.0</td>
-
-</tr>
-
-<tr>
-<td colspan="2" valign="top" headers="N101B4 N101BC "><strong>Security</strong></td>
-
-</tr>
-
-<tr>
-<td valign="top" width="47.73869346733669%" headers="N101B4 ">WS-Security</td>
-
-<td valign="top" width="52.26130653266332%" headers="N101BC ">OASIS Standard 1.0</td>
-
-</tr>
-
-<tr>
-<td colspan="2" valign="top" headers="N101B4 N101BC "><strong>Ineroperability</strong></td>
-
-</tr>
-
-<tr>
-<td valign="top" width="47.73869346733669%" headers="N101B4 ">WS-I Basic Profile</td>
-
-<td valign="top" width="52.26130653266332%" headers="N101BC ">1.1.2</td>
-
-</tr>
-
-<tr>
-<td valign="top" width="47.73869346733669%" headers="N101B4 ">WS-I Simple SOAP Binding Profile</td>
-
-<td valign="top" width="52.26130653266332%" headers="N101BC ">1.0.3</td>
-
-</tr>
-
-<tr>
-<td valign="top" width="47.73869346733669%" headers="N101B4 ">WS-I Attachments Profile</td>
-
-<td valign="top" width="52.26130653266332%" headers="N101BC ">1.0</td>
-
-</tr>
-
-<tr>
-<td valign="top" width="47.73869346733669%" headers="N101B4 "><strong>Other Standards</strong></td>
-
-<td valign="top" width="52.26130653266332%" headers="N101BC ">&nbsp;</td>
-
-</tr>
-
-<tr>
-<td valign="top" width="47.73869346733669%" headers="N101B4 ">JAX-RPC</td>
-
-<td valign="top" width="52.26130653266332%" headers="N101BC ">v1.0 for J2EE 1.3, v1.1 for J2EE 1.4 and Java EE 1.5</td>
-
-</tr>
-
-<tr>
-<td valign="top" width="47.73869346733669%" headers="N101B4 ">JSR 109</td>
-
-<td valign="top" width="52.26130653266332%" headers="N101BC ">&nbsp;</td>
-
-</tr>
-
-</tbody>
-
-</table>
-</div>
-
-</div>
-
-<div>
-<ul class="ullinks">
-<li class="ulchildlink"><strong><a href="../concepts/cwsdl.html">Web Services Description Language (WSDL)</a></strong><br />
-Web Services Description Language (WSDL) is a standard specification for describing networked, XML-based services. It provides a simple way for service providers to describe the basic format of requests to their systems regardless of the underlying run-time implementation.</li>
-<li class="ulchildlink"><strong><a href="../concepts/csoap.html">SOAP</a></strong><br />
-SOAP (formerly known as Simple Object Access Protocol) is a lightweight protocol for the exchange of information in a decentralized, distributed environment. A SOAP message is a transmission of information from a sender to a receiver. SOAP messages can be combined to perform request/response patterns.</li>
-<li class="ulchildlink"><strong><a href="../../org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cuddi.html">Universal Description, Discovery, and Integration (UDDI)</a></strong><br />
-</li>
-<li class="ulchildlink"><strong><a href="../concepts/cwsil.html">Web Services Inspection Language (WSIL)</a></strong><br />
-Web Services Inspection Language (WSIL) is a service discovery mechanism that is an alternative to UDDI as well as complementary to UDDI. When you discover Web services with UDDI, you go to a centralized registry.  WSIL is an alternative approach to Web service discovery.  WSIL allows you to go directly to the service provider and ask for the services it provides.</li>
-<li class="ulchildlink"><strong><a href="../concepts/cjaxrpc.html">JAX-RPC</a></strong><br />
-JAX-RPC stands for Java API for XML-based RPC, also known as JSR 101. It is a specification that describes Java Application Programming Interfaces (APIs) and conventions for building Web services and Web service clients that use remote procedure calls (RPC) and XML. It standardizes the Java to WSDL and WSDL to Java mappings, and provides the core APIs for developing Web services and Web service clients on the Java platform. Often used in a distributed client/server model, an RPC mechanism enables clients to execute procedures on other systems.</li>
-<li class="ulchildlink"><strong><a href="../concepts/cjsr109.html">JSR 109 - Implementing Enterprise Web services</a></strong><br />
-JSR 109 (Implementing Enterprise Web Services) defines the programming model and run-time architecture to deploy and look up Web services in the Java EE environment; more specifically, in the Web, EJB, and Client Application containers. One of its main goals is to ensure vendors' implementations interoperate.</li>
-<li class="ulchildlink"><strong><a href="../concepts/cwsiover.html">Web services interoperability (WS-I)</a></strong><br />
-WS-I is an organization designed to promote Web service interoperability across platforms, operating systems, and programming languages.</li>
-</ul>
-
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../concepts/cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-<div><a href="cwsinwsa.html" title="">Tools for Web services
-development</a></div>
-<div><a href="cwsiover.html" title="WS-I is an organization designed to promote Web service interoperability across platforms, operating systems, and programming languages.">Web services interoperability
-(WS-I)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../tasks/toverws.html" title="Use Web services tools to discover, create, and publish Web services that are created from Java beans, enterprise beans, and WSDL files. You can create of Web services using a top-down approach (which starts with a WSDL file) or a bottom-up approach (which starts with a Java bean or EJB)."> Developing Web
-services</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwstopdown.dita b/docs/org.eclipse.jst.ws.doc.user/concepts/cwstopdown.dita
deleted file mode 100644
index cc1676d..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwstopdown.dita
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "concept.dtd">
-<concept id="creatingtop-downwebservices" xml:lang="en-us">
-<title>Creating top-down Web services</title>
-<shortdesc>Web services can be created using two methods: top-down development
-and bottom-up development. Top-down Web services development involves creating
-a Web service from a WSDL file.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>top-down Web services<indexterm>creating</indexterm></indexterm>
-<indexterm>Web services<indexterm>top-down</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<conbody>
-<p>When creating a Web service using a top-down approach, first you design
-the implementation of the Web service by creating a WSDL file. You can do
-this using the WSDL Editor. You can then use the Web services wizard to create
-the Web service and skeleton <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> classes to which you can add the required
-code.</p>
-<p>Although bottom-up Web service development may be faster and easier, especially
-if you are new to Web services, the top-down approach is the recommended way
-of creating a Web service. By creating the WSDL file first you will ultimately
-have more control over the Web service, and can eliminate interoperability
-issues that may arise when creating a Web service using the bottom-up method.</p>
-</conbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="cws.dita"></link>
-<link href="cwsinwsa.dita"></link>
-<link href="cwsbtmup.dita" scope="local"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../tasks/toverws.dita" scope="local"><linktext> Developing Web
-services</linktext></link>
-</linklist>
-</related-links>
-</concept>
diff --git a/docs/org.eclipse.jst.ws.doc.user/concepts/cwstopdown.html b/docs/org.eclipse.jst.ws.doc.user/concepts/cwstopdown.html
deleted file mode 100644
index 0993cde..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/concepts/cwstopdown.html
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="concept" name="DC.Type" />
-<meta name="DC.Title" content="Creating top-down Web services" />
-<meta name="abstract" content="Web services can be created using two methods: top-down development and bottom-up development. Top-down Web services development involves creating a Web service from a WSDL file." />
-<meta name="description" content="Web services can be created using two methods: top-down development and bottom-up development. Top-down Web services development involves creating a Web service from a WSDL file." />
-<meta content="top-down Web services, creating, Web services, top-down" name="DC.subject" />
-<meta content="top-down Web services, creating, Web services, top-down" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="cws.html" />
-<meta scheme="URI" name="DC.Relation" content="cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="cwsbtmup.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/toverws.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="creatingtop-downwebservices" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Creating top-down Web services</title>
-</head>
-<body id="creatingtop-downwebservices"><a name="creatingtop-downwebservices"><!-- --></a>
-
-
-<h1 class="topictitle1">Creating top-down Web services</h1>
-
-
-
-<div><p>Web services can be created using two methods: top-down development
-and bottom-up development. Top-down Web services development involves creating
-a Web service from a WSDL file.</p>
-
-<p>When creating a Web service using a top-down approach, first you design
-the implementation of the Web service by creating a WSDL file. You can do
-this using the WSDL Editor. You can then use the Web services wizard to create
-the Web service and skeleton Java™ classes to which you can add the required
-code.</p>
-
-<p>Although bottom-up Web service development may be faster and easier, especially
-if you are new to Web services, the top-down approach is the recommended way
-of creating a Web service. By creating the WSDL file first you will ultimately
-have more control over the Web service, and can eliminate interoperability
-issues that may arise when creating a Web service using the bottom-up method.</p>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../concepts/cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-<div><a href="cwsinwsa.html" title="">Tools for Web services development</a></div>
-<div><a href="cwsbtmup.html" title="Web services can be created using two methods: top-down development and bottom-up development. Bottom-up Web services development involves creating a Web service from a Java bean or enterprise bean.">Creating bottom-up Web services</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../tasks/toverws.html" title="Use Web services tools to discover, create, and publish Web services that are created from Java beans, enterprise beans, and WSDL files. You can create of Web services using a top-down approach (which starts with a WSDL file) or a bottom-up approach (which starts with a Java bean or EJB)."> Developing Web
-services</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/images/roles.gif b/docs/org.eclipse.jst.ws.doc.user/images/roles.gif
deleted file mode 100644
index 05e9987..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/images/roles.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.doc.user/images/soapudws.gif b/docs/org.eclipse.jst.ws.doc.user/images/soapudws.gif
deleted file mode 100644
index efb42f5..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/images/soapudws.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.doc.user/index/_v.cfs b/docs/org.eclipse.jst.ws.doc.user/index/_v.cfs
deleted file mode 100644
index 2b6e0e5..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/index/_v.cfs
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.doc.user/index/deletable b/docs/org.eclipse.jst.ws.doc.user/index/deletable
deleted file mode 100644
index 593f470..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/index/deletable
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.doc.user/index/indexed_contributions b/docs/org.eclipse.jst.ws.doc.user/index/indexed_contributions
deleted file mode 100644
index 43c9f97..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/index/indexed_contributions
+++ /dev/null
@@ -1,3 +0,0 @@
-#This is a generated file; do not edit.

-#Wed May 14 17:14:47 EDT 2008

-org.eclipse.jst.ws.doc.user=org.eclipse.jst.ws.doc.user\n1.0.400.qualifier

diff --git a/docs/org.eclipse.jst.ws.doc.user/index/indexed_dependencies b/docs/org.eclipse.jst.ws.doc.user/index/indexed_dependencies
deleted file mode 100644
index 2822c6a..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/index/indexed_dependencies
+++ /dev/null
@@ -1,4 +0,0 @@
-#This is a generated file; do not edit.

-#Wed May 14 17:14:47 EDT 2008

-lucene=1.9.1.v200803061811

-analyzer=org.eclipse.help.base\#3.3.100.v20080425?locale\=en

diff --git a/docs/org.eclipse.jst.ws.doc.user/index/indexed_docs b/docs/org.eclipse.jst.ws.doc.user/index/indexed_docs
deleted file mode 100644
index 2724553..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/index/indexed_docs
+++ /dev/null
@@ -1,30 +0,0 @@
-#This is a generated file; do not edit.

-#Wed May 14 17:14:47 EDT 2008

-/org.eclipse.jst.ws.doc.user/concepts/cwsbtmup.html=0

-/org.eclipse.jst.ws.doc.user/../org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cuddi.html=0

-/org.eclipse.jst.ws.doc.user/../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tdiscov.html=0

-/org.eclipse.jst.ws.doc.user/concepts/cwstopdown.html=0

-/org.eclipse.jst.ws.doc.user/../org.eclipse.wst.wsi.ui.doc.user/tasks/twsdlval.html=0

-/org.eclipse.jst.ws.doc.user/tasks/twspref.html=0

-/org.eclipse.jst.ws.doc.user/concepts/cwsdl.html=0

-/org.eclipse.jst.ws.doc.user/concepts/cwsinwsa.html=0

-/org.eclipse.jst.ws.doc.user/ref/rwsdl.html=0

-/org.eclipse.jst.ws.doc.user/../org.eclipse.wst.wsi.ui.doc.user/tasks/tmonitor.html=0

-/org.eclipse.jst.ws.doc.user/../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tgenwsil.html=0

-/org.eclipse.jst.ws.doc.user/concepts/csoap.html=0

-/org.eclipse.jst.ws.doc.user/../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/ttestwsdl.html=0

-/org.eclipse.jst.ws.doc.user/ref/rwsdlpref.html=0

-/org.eclipse.jst.ws.doc.user/ref/rwswizpref.html=0

-/org.eclipse.jst.ws.doc.user/tasks/toverws.html=0

-/org.eclipse.jst.ws.doc.user/concepts/cwsstandards.html=0

-/org.eclipse.jst.ws.doc.user/ref/rservpolpref.html=0

-/org.eclipse.jst.ws.doc.user/concepts/cws.html=0

-/org.eclipse.jst.ws.doc.user/../org.eclipse.jst.ws.axis.ui.doc.user/topics/ttomcatserv.html=0

-/org.eclipse.jst.ws.doc.user/concepts/cjaxrpc.html=0

-/org.eclipse.jst.ws.doc.user/concepts/cwsiover.html=0

-/org.eclipse.jst.ws.doc.user/ref/raxispref.html=0

-/org.eclipse.jst.ws.doc.user/../org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cwsdlud.html=0

-/org.eclipse.jst.ws.doc.user/../org.eclipse.wst.wsi.ui.doc.user/tasks/twsival.html=0

-/org.eclipse.jst.ws.doc.user/concepts/cwsil.html=0

-/org.eclipse.jst.ws.doc.user/concepts/cwsilud.html=0

-/org.eclipse.jst.ws.doc.user/concepts/cjsr109.html=0

diff --git a/docs/org.eclipse.jst.ws.doc.user/index/segments b/docs/org.eclipse.jst.ws.doc.user/index/segments
deleted file mode 100644
index 926342a..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/index/segments
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.doc.user/myplugin.xml b/docs/org.eclipse.jst.ws.doc.user/myplugin.xml
deleted file mode 100644
index 501fab8..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/myplugin.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.3"?>
-<?NLS TYPE="org.eclipse.help.toc"?> 
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<plugin>
-  
-  <extension point="org.eclipse.help.toc">
-       <toc file="webservice_toc.xml" />
-       <index path="index/"/>
-   </extension>
-      <extension point="org.eclipse.help.index">
-      <index file="org.eclipse.jst.ws.doc.userindex.xml"/>
-      </extension>
-         <extension point="org.eclipse.help.base.luceneSearchParticipants">
-      <binding participantId="org.eclipse.help.base.xhtml"/>
-   </extension>
-</plugin>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/org.eclipse.jst.ws.doc.user.maplist b/docs/org.eclipse.jst.ws.doc.user/org.eclipse.jst.ws.doc.user.maplist
deleted file mode 100644
index b266991..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/org.eclipse.jst.ws.doc.user.maplist
+++ /dev/null
@@ -1,8 +0,0 @@
-<maplist version="3.6.2">
-  <nav>
-    <map file="webservice_toc.ditamap"/>
-  </nav>
-  <link>
-    <map file="webservice_toc.ditamap"/>
-  </link>
-</maplist>
diff --git a/docs/org.eclipse.jst.ws.doc.user/org.eclipse.jst.ws.doc.userindex.html b/docs/org.eclipse.jst.ws.doc.user/org.eclipse.jst.ws.doc.userindex.html
deleted file mode 100644
index cf9505e..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/org.eclipse.jst.ws.doc.userindex.html
+++ /dev/null
@@ -1,164 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html
-  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="copyright" content="(C) Copyright IBM Corporation 2007" />
-<meta name="security" content="public" />
-<meta name="Robots" content="index,follow" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta name="DC.Format" content="XHTML" />
-<!-- All rights reserved. Licensed Materials Property of IBM -->
-<!-- US Government Users Restricted Rights -->
-<!-- Use, duplication or disclosure restricted by -->
-<!-- GSA ADP Schedule Contract with IBM Corp. -->
-<link rel="stylesheet" type="text/css" href="ibmdita.css" />
-<title>Index</title>
-</head>
-<body>
-<h1>Index</h1>
-<a name="IDX0_42" href="#IDX1_42">B</a>
-<a name="IDX0_49" href="#IDX1_49">I</a>
-<a name="IDX0_4A" href="#IDX1_4A">J</a>
-<a name="IDX0_50" href="#IDX1_50">P</a>
-<a name="IDX0_53" href="#IDX1_53">S</a>
-<a name="IDX0_54" href="#IDX1_54">T</a>
-<a name="IDX0_55" href="#IDX1_55">U</a>
-<a name="IDX0_57" href="#IDX1_57">W</a>
-<hr></hr>
-<strong><a name="IDX1_42" href="#IDX0_42">B</a></strong>
-<ul class="indexlist">
-<li>bottom-up Web services
-<ul class="indexlist">
-<li><a href="concepts/cwsbtmup.html#creatingbottom-upwebservices">overview</a>
-</li>
-</ul>
-</li>
-</ul>
-<strong><a name="IDX1_49" href="#IDX0_49">I</a></strong>
-<ul class="indexlist">
-<li>interoperability
-<ul class="indexlist">
-<li><a href="concepts/cwsiover.html#cwsiover">Web service traffic compliance</a>
-</li>
-</ul>
-</li>
-</ul>
-<strong><a name="IDX1_4A" href="#IDX0_4A">J</a></strong>
-<ul class="indexlist">
-<li>JAX-RPC
-<ul class="indexlist">
-<li><a href="concepts/cjaxrpc.html#cjaxrpc">Web services</a>
-</li>
-</ul>
-</li>
-<li><a href="concepts/cjsr109.html#cjsr109">JSR 109 Java specification</a>
-</li>
-<li><a href="concepts/cjsr109.html#cjsr109">JSR 921 Java specification</a>
-</li>
-</ul>
-<strong><a name="IDX1_50" href="#IDX0_50">P</a></strong>
-<ul class="indexlist">
-<li>preferences
-<ul class="indexlist">
-<li><a href="ref/rwspref.html#rwspref">Web services</a>
-</li>
-</ul>
-</li>
-</ul>
-<strong><a name="IDX1_53" href="#IDX0_53">S</a></strong>
-<ul class="indexlist">
-<li>SOAP
-<ul class="indexlist">
-<li><a href="concepts/csoap.html#csoap">overview</a>
-</li>
-</ul>
-</li>
-</ul>
-<strong><a name="IDX1_54" href="#IDX0_54">T</a></strong>
-<ul class="indexlist">
-<li>top-down Web services
-<ul class="indexlist">
-<li><a href="concepts/cwstopdown.html#creatingtop-downwebservices">creating</a>
-</li>
-</ul>
-</li>
-</ul>
-<strong><a name="IDX1_55" href="#IDX0_55">U</a></strong>
-<ul class="indexlist">
-<li>UDDI
-<ul class="indexlist">
-<li><a href="concepts/cwsilud.html#cwsilud">relationship with WSIL</a>
-</li>
-</ul>
-</li>
-</ul>
-<strong><a name="IDX1_57" href="#IDX0_57">W</a></strong>
-<ul class="indexlist">
-<li>Web services
-<ul class="indexlist">
-<li><a href="concepts/cwsbtmup.html#creatingbottom-upwebservices">bottom-up</a>
-</li>
-<li>creating
-<ul class="indexlist">
-<li><a href="tasks/toverws.html#toverws">overview</a>
-</li>
-</ul>
-</li>
-<li><a href="tasks/twsicomply.html#twsicomply">interoperability compliance</a>
-</li>
-<li><a href="concepts/cjsr109.html#cjsr109">Java specification requests</a>
-</li>
-<li><a href="concepts/cjaxrpc.html#cjaxrpc">JAX-RPC</a>
-</li>
-<li><a href="concepts/cws.html#cws">overview</a>
-</li>
-<li><a href="ref/rwspref.html#rwspref">preferences</a>
-</li>
-<li><a href="concepts/csoap.html#csoap">SOAP</a>
-</li>
-<li><a href="concepts/cwsstandards.html#webservicesstandards">standards</a>
-</li>
-<li><a href="concepts/cwsinwsa.html#cwsinwsa">tools overview</a>
-</li>
-<li><a href="concepts/cwstopdown.html#creatingtop-downwebservices">top-down</a>
-</li>
-<li><a href="concepts/cwsdl.html#cwsdl">WSDL</a>
-</li>
-<li><a href="ref/rwsdl.html#rwsdl">WSDL reference</a>
-</li>
-<li><a href="concepts/cwsil.html#cwsil">WSIL</a>
-</li>
-</ul>
-</li>
-<li>Web services interoperability
-<ul class="indexlist">
-<li><a href="concepts/cwsiover.html#cwsiover">traffic compliance</a>
-</li>
-</ul>
-</li>
-<li>WSDL
-<ul class="indexlist">
-<li><a href="concepts/cwsdl.html#cwsdl">overview</a>
-</li>
-<li><a href="ref/rwsdl.html#rwsdl">reference</a>
-</li>
-</ul>
-</li>
-<li>WSI
-<ul class="indexlist">
-<li><a href="tasks/twsicomply.html#twsicomply">setting compliance</a>
-</li>
-</ul>
-</li>
-<li>WSIL
-<ul class="indexlist">
-<li><a href="concepts/cwsil.html#cwsil">overview</a>
-</li>
-<li><a href="concepts/cwsilud.html#cwsilud">relationship with UDDI</a>
-</li>
-</ul>
-</li>
-</ul>
-</body></html>
diff --git a/docs/org.eclipse.jst.ws.doc.user/org.eclipse.jst.ws.doc.userindex.xml b/docs/org.eclipse.jst.ws.doc.user/org.eclipse.jst.ws.doc.userindex.xml
deleted file mode 100644
index 7c8de80..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/org.eclipse.jst.ws.doc.userindex.xml
+++ /dev/null
@@ -1,137 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<index>
-  <entry keyword="Web services">
-    <entry keyword="overview">
-      <topic href="concepts/cws.html#cws" title="Web services overview"/>
-    </entry>
-    <entry keyword="standards">
-      <topic href="concepts/cwsstandards.html#webservicesstandards" title="Web services standards"/>
-    </entry>
-    <entry keyword="WSDL">
-      <topic href="concepts/cwsdl.html#cwsdl" title="Web Services Description Language (WSDL)"/>
-    </entry>
-    <entry keyword="WSDL reference">
-      <topic href="ref/rwsdl.html#rwsdl" title="Web Services Description Language (WSDL) reference"/>
-    </entry>
-    <entry keyword="SOAP">
-      <topic href="concepts/csoap.html#csoap" title="SOAP"/>
-    </entry>
-    <entry keyword="WSIL">
-      <topic href="concepts/cwsil.html#cwsil" title="Web Services Inspection Language (WSIL)"/>
-    </entry>
-    <entry keyword="JAX-RPC">
-      <topic href="concepts/cjaxrpc.html#cjaxrpc" title="JAX-RPC"/>
-    </entry>
-    <entry keyword="Java specification requests">
-      <topic href="concepts/cjsr109.html#cjsr109" title="JSR 109 - Implementing Enterprise Web services"/>
-    </entry>
-    <entry keyword="top-down">
-      <topic href="concepts/cwstopdown.html#creatingtop-downwebservices" title="Creating top-down Web services"/>
-    </entry>
-    <entry keyword="bottom-up">
-      <topic href="concepts/cwsbtmup.html#creatingbottom-upwebservices" title="Creating bottom-up Web services"/>
-    </entry>
-    <entry keyword="tools overview">
-      <topic href="concepts/cwsinwsa.html#cwsinwsa" title="Tools for Web services development"/>
-    </entry>
-    <entry keyword="preferences">
-      <topic href="tasks/twspref.html#settingwebservicespreferences" title="Setting Web services preferences"/>
-      <entry keyword="Axis">
-        <topic href="ref/raxispref.html#axisemitterpreferences" title="Axis emitter preferences"/>
-      </entry>
-      <entry keyword="wizards">
-        <topic href="ref/rwswizpref.html#webserviceswizardsbasicpreferences" title="Web services wizards basic preferences"/>
-      </entry>
-      <entry keyword="WSDL">
-        <topic href="ref/rwsdlpref.html#wsdlfilespreferences" title="WSDL file preferences"/>
-      </entry>
-      <entry keyword="WS-I">
-        <topic href="ref/rservpolpref.html#servicepoliciespreferences" title="WS-I compliance preferences"/>
-      </entry>
-    </entry>
-    <entry keyword="interoperability">
-      <entry keyword="preferences">
-        <topic href="ref/rservpolpref.html#servicepoliciespreferences" title="WS-I compliance preferences"/>
-      </entry>
-    </entry>
-    <entry keyword="creating">
-      <entry keyword="overview">
-        <topic href="tasks/toverws.html#toverws" title="Developing Web services"/>
-      </entry>
-    </entry>
-  </entry>
-  <entry keyword="WSDL files">
-    <entry keyword="overview">
-      <topic href="concepts/cwsdl.html#cwsdl" title="Web Services Description Language (WSDL)"/>
-    </entry>
-    <entry keyword="reference">
-      <topic href="ref/rwsdl.html#rwsdl" title="Web Services Description Language (WSDL) reference"/>
-    </entry>
-  </entry>
-  <entry keyword="SOAP">
-    <entry keyword="overview">
-      <topic href="concepts/csoap.html#csoap" title="SOAP"/>
-    </entry>
-  </entry>
-  <entry keyword="WSIL files">
-    <entry keyword="overview">
-      <topic href="concepts/cwsil.html#cwsil" title="Web Services Inspection Language (WSIL)"/>
-    </entry>
-  </entry>
-  <entry keyword="UDDI">
-    <entry keyword="relationship with WSIL">
-      <topic href="concepts/cwsilud.html#cwsilud" title="Relationship between UDDI and WSIL"/>
-    </entry>
-  </entry>
-  <entry keyword="WSIL">
-    <entry keyword="relationship with UDDI">
-      <topic href="concepts/cwsilud.html#cwsilud" title="Relationship between UDDI and WSIL"/>
-    </entry>
-  </entry>
-  <entry keyword="JAX-RPC">
-    <entry keyword="Web services">
-      <topic href="concepts/cjaxrpc.html#cjaxrpc" title="JAX-RPC"/>
-    </entry>
-  </entry>
-  <entry keyword="JSR 109 Java specification">
-    <topic href="concepts/cjsr109.html#cjsr109" title="JSR 109 - Implementing Enterprise Web services"/>
-  </entry>
-  <entry keyword="JSR 921 Java specification">
-    <topic href="concepts/cjsr109.html#cjsr109" title="JSR 109 - Implementing Enterprise Web services"/>
-  </entry>
-  <entry keyword="Web services interoperability">
-    <topic href="concepts/cwsiover.html#cwsiover" title="Web services interoperability (WS-I)"/>
-  </entry>
-  <entry keyword="interoperability">
-    <entry keyword="Web services">
-      <topic href="concepts/cwsiover.html#cwsiover" title="Web services interoperability (WS-I)"/>
-    </entry>
-  </entry>
-  <entry keyword="top-down Web services">
-    <entry keyword="creating">
-      <topic href="concepts/cwstopdown.html#creatingtop-downwebservices" title="Creating top-down Web services"/>
-    </entry>
-  </entry>
-  <entry keyword="bottom-up Web services">
-    <entry keyword="overview">
-      <topic href="concepts/cwsbtmup.html#creatingbottom-upwebservices" title="Creating bottom-up Web services"/>
-    </entry>
-  </entry>
-  <entry keyword="preferences">
-    <entry keyword="Web services">
-      <topic href="tasks/twspref.html#settingwebservicespreferences" title="Setting Web services preferences"/>
-      <entry keyword="Axis">
-        <topic href="ref/raxispref.html#axisemitterpreferences" title="Axis emitter preferences"/>
-      </entry>
-      <entry keyword="wizards">
-        <topic href="ref/rwswizpref.html#webserviceswizardsbasicpreferences" title="Web services wizards basic preferences"/>
-      </entry>
-      <entry keyword="WSDL">
-        <topic href="ref/rwsdlpref.html#wsdlfilespreferences" title="WSDL file preferences"/>
-      </entry>
-      <entry keyword="WS-I">
-        <topic href="ref/rservpolpref.html#servicepoliciespreferences" title="WS-I compliance preferences"/>
-      </entry>
-    </entry>
-  </entry>
-</index>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/plugin.properties b/docs/org.eclipse.jst.ws.doc.user/plugin.properties
deleted file mode 100644
index 27cc7aa..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/plugin.properties
+++ /dev/null
@@ -1,15 +0,0 @@
-###############################################################################
-# Copyright (c) 2001, 2005 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-# 
-# Contributors:
-#     IBM Corporation - initial API and implementation
-###############################################################################
-# NLS_MESSAGEFORMAT_VAR 
-# NLS_ENCODING=UTF-8 
-
-pluginName     = Web Services UI
-pluginProvider = Eclipse.org
diff --git a/docs/org.eclipse.jst.ws.doc.user/plugin.xml b/docs/org.eclipse.jst.ws.doc.user/plugin.xml
deleted file mode 100644
index 501fab8..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/plugin.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.3"?>
-<?NLS TYPE="org.eclipse.help.toc"?> 
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<plugin>
-  
-  <extension point="org.eclipse.help.toc">
-       <toc file="webservice_toc.xml" />
-       <index path="index/"/>
-   </extension>
-      <extension point="org.eclipse.help.index">
-      <index file="org.eclipse.jst.ws.doc.userindex.xml"/>
-      </extension>
-         <extension point="org.eclipse.help.base.luceneSearchParticipants">
-      <binding participantId="org.eclipse.help.base.xhtml"/>
-   </extension>
-</plugin>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/ref/raxispref.dita b/docs/org.eclipse.jst.ws.doc.user/ref/raxispref.dita
deleted file mode 100644
index 51e02ab..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/ref/raxispref.dita
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>

-<!--Arbortext, Inc., 1988-2006, v.4002-->

-<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"

- "reference.dtd">

-<reference id="axisemitterpreferences" xml:lang="en-us">

-<title>Axis emitter preferences</title>

-<shortdesc>The Axis Emitter preferences page allows you to set the following

-preferences used when creating or consuming Axis Web services.</shortdesc>

-<prolog><metadata>

-<keywords><indexterm>preferences<indexterm>Web services<indexterm>Axis</indexterm></indexterm></indexterm>

-<indexterm>Web services<indexterm>preferences<indexterm>Axis</indexterm></indexterm></indexterm>

-</keywords>

-</metadata></prolog>

-<refbody>

-<section><title>WSDL2Java</title><dl><dlentry>

-<dt>Generate code for all elements:</dt>

-<dd>By default, WSDL2Java only generates code for those elements in the WSDL

-file that are referenced. For additional information regarding how referencing

-works refer to the Axis reference guide: <xref href="http://ws.apache.org/axis/java/reference.html"

-scope="external"></xref></dd>

-</dlentry><dlentry>

-<dt>Emits separate Helper classes for metadata:</dt>

-<dd>If you select this option WSDL2Java will create a separate helper class

-that contains the metadata rather than including it in the skeleton.</dd>

-</dlentry><dlentry>

-<dt>Prefers building beans to straight arrays for wrapped XML array types:</dt>

-<dd>The default behavior is to map this XML construct: <codeblock>&lt;element name="array">

- &lt;complexType>

-  &lt;sequence>

-   &lt;element name="item" type="xs:string"/>

-  &lt;/sequence>

- &lt;/complexType>

-&lt;/element></codeblock>to a Java String array (String[]). If you would rather

-a specific JavaBean class (ArrayOfString) be generated for these types of

-schemas, select this option. </dd>

-</dlentry><dlentry>

-<dt>Add scope to deploy.wsdd:</dt>

-<dd>This indicates how to deploy the server implementation. Application uses

-one instance of the implementation class for all requests. Request creates

-a new instance of the implementation class for each request. Session creates

-a new instance of the implementation class for each session.</dd>

-</dlentry><dlentry>

-<dt>Timeout in seconds:</dt>

-<dd>The default is 45. Use -1 to disable the timeout.</dd>

-</dlentry></dl></section>

-<section><title>Java2WSDL</title><dl><dlentry>

-<dt>Look for allowed methods in inherited class:</dt>

-<dd>If this option is specified, the Java2WSDL parser will look into extended

-classes to determine the list of methods to export into the WSDL file. </dd>

-</dlentry><dlentry>

-<dt>Analyze the service class for compliance to JAX-RPC before generating

-code:</dt>

-<dd>If selected, the tools will examine the Java service class and its value

-types to determine if it satisfies important requirements of the JAX-RPC specification.</dd>

-</dlentry></dl></section>

-</refbody>

-</reference>

diff --git a/docs/org.eclipse.jst.ws.doc.user/ref/raxispref.html b/docs/org.eclipse.jst.ws.doc.user/ref/raxispref.html
deleted file mode 100644
index b331ab5..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/ref/raxispref.html
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="reference" name="DC.Type" />
-<meta name="DC.Title" content="Axis emitter preferences" />
-<meta name="abstract" content="The Axis Emitter preferences page allows you to set the following preferences used when creating or consuming Axis Web services." />
-<meta name="description" content="The Axis Emitter preferences page allows you to set the following preferences used when creating or consuming Axis Web services." />
-<meta content="preferences, Web services, Axis" name="DC.subject" />
-<meta content="preferences, Web services, Axis" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/twspref.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="axisemitterpreferences" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Axis emitter preferences</title>
-</head>
-<body id="axisemitterpreferences"><a name="axisemitterpreferences"><!-- --></a>
-
-
-<h1 class="topictitle1">Axis emitter preferences</h1>
-
-
-
-<div><p>The Axis Emitter preferences page allows you to set the following
-preferences used when creating or consuming Axis Web services.</p>
-
-<div class="section"><h4 class="sectiontitle">WSDL2Java</h4><dl>
-<dt class="dlterm">Generate code for all elements:</dt>
-
-<dd>By default, WSDL2Java only generates code for those elements in the WSDL
-file that are referenced. For additional information regarding how referencing
-works refer to the Axis reference guide: <a href="http://ws.apache.org/axis/java/reference.html" target="_blank">http://ws.apache.org/axis/java/reference.html</a></dd>
-
-
-<dt class="dlterm">Emits separate Helper classes for metadata:</dt>
-
-<dd>If you select this option WSDL2Java will create a separate helper class
-that contains the metadata rather than including it in the skeleton.</dd>
-
-
-<dt class="dlterm">Prefers building beans to straight arrays for wrapped XML array types:</dt>
-
-<dd>The default behavior is to map this XML construct: <pre>&lt;element name="array"&gt;
- &lt;complexType&gt;
-  &lt;sequence&gt;
-   &lt;element name="item" type="xs:string"/&gt;
-  &lt;/sequence&gt;
- &lt;/complexType&gt;
-&lt;/element&gt;</pre>
-to a Java String array (String[]). If you would rather
-a specific JavaBean class (ArrayOfString) be generated for these types of
-schemas, select this option. </dd>
-
-
-<dt class="dlterm">Add scope to deploy.wsdd:</dt>
-
-<dd>This indicates how to deploy the server implementation. Application uses
-one instance of the implementation class for all requests. Request creates
-a new instance of the implementation class for each request. Session creates
-a new instance of the implementation class for each session.</dd>
-
-
-<dt class="dlterm">Timeout in seconds:</dt>
-
-<dd>The default is 45. Use -1 to disable the timeout.</dd>
-
-</dl>
-</div>
-
-<div class="section"><h4 class="sectiontitle">Java2WSDL</h4><dl>
-<dt class="dlterm">Look for allowed methods in inherited class:</dt>
-
-<dd>If this option is specified, the Java2WSDL parser will look into extended
-classes to determine the list of methods to export into the WSDL file. </dd>
-
-
-<dt class="dlterm">Analyze the service class for compliance to JAX-RPC before generating
-code:</dt>
-
-<dd>If selected, the tools will examine the Java service class and its value
-types to determine if it satisfies important requirements of the JAX-RPC specification.</dd>
-
-</dl>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/twspref.html" title="Before you begin developing Web services or clients, you can optimize the workbench for Web services development by setting a variety of preferences.">Setting Web services preferences</a></div>
-</div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/ref/rservpolpref.dita b/docs/org.eclipse.jst.ws.doc.user/ref/rservpolpref.dita
deleted file mode 100644
index 431372c..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/ref/rservpolpref.dita
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>

-<!--Arbortext, Inc., 1988-2006, v.4002-->

-<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"

- "reference.dtd">

-<reference id="servicepoliciespreferences" xml:lang="en-us">

-<title>WS-I compliance preferences</title>

-<shortdesc>The Service policies preferences page allows you to select your

-level of compliance with the WS-I Simple SOAP Binding Profile (SSBP) and WS-I

-Attachement Profile (AP). They can be found on the Service Policies preferences

-page.</shortdesc>

-<prolog><metadata>

-<keywords><indexterm keyref="rservpolpref|1|preferencesWebservicesWS-I" status="new">preferences<indexterm>Web

-services<indexterm>WS-I</indexterm></indexterm></indexterm><indexterm keyref="rservpolpref|2|WebservicespreferencesWS-I"

-status="new">Web services<indexterm>preferences<indexterm>WS-I</indexterm></indexterm></indexterm>

-<indexterm keyref="rservpolpref|3|WS-Ipreferences" status="changed">Web services<indexterm>interoperability<indexterm>preferences</indexterm></indexterm

-></indexterm></keywords>

-</metadata></prolog>

-<refbody>

-<section><title>Setting WS-I preferences</title><p>WS-I Basic Profile is a

-outline of requirements to which WSDL and Web service protocol (SOAP/HTTP)

-traffic must comply in order to claim WS-I conformance. The Web services WS-I

-validation tools currently support WS-I Simple SOAP Binding Profile 1.0 (WS-I

-SSBP) which builds on the WS-I Basic Profile, and the WS-I Attachments Profile

-1.0 (WS-I AP). To view the specifications, refer to the WS-I Web site, and

-under  <uicontrol>Deliverables</uicontrol> select  <uicontrol>Basic Profile</uicontrol>.</p><p>For

-more information on WS-I, refer to: <xref href="http://www.ws-i.org/" scope="external"></xref></p><p>WS-I

-preferences can be set at the workspace level by opening the Preferences notebook,

-or at the project level by right-clicking on a project and selecting Preferences.</p><p>You

-can select the WS-I AP 1.0 or WS-I BP 1.1 + SSBP 1.0 profiles and choose for

-the Web services tools to ignore, suggest, or require compliance. Suggest

-will generate a warning if you attempt to generate non-compliant code, whereas

-require will prevent you from generating non-compliant code.</p><note>If you

-change the level of WS-I compliance while WS-I incompliances are listed in

-the Task view, the Task view will not be automatically updated. The workspace

-must be revalidated before the warnings will be removed from the Task view.</note></section>

-</refbody>

-</reference>

diff --git a/docs/org.eclipse.jst.ws.doc.user/ref/rservpolpref.html b/docs/org.eclipse.jst.ws.doc.user/ref/rservpolpref.html
deleted file mode 100644
index feaeeb9..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/ref/rservpolpref.html
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="reference" name="DC.Type" />
-<meta name="DC.Title" content="WS-I compliance preferences" />
-<meta name="abstract" content="The Service policies preferences page allows you to select your level of compliance with the WS-I Simple SOAP Binding Profile (SSBP) and WS-I Attachement Profile (AP). They can be found on the Service Policies preferences page." />
-<meta name="description" content="The Service policies preferences page allows you to select your level of compliance with the WS-I Simple SOAP Binding Profile (SSBP) and WS-I Attachement Profile (AP). They can be found on the Service Policies preferences page." />
-<meta content="preferences, Web services, WS-I, Web services, interoperability" name="DC.subject" />
-<meta content="preferences, Web services, WS-I, Web services, interoperability" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/twspref.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="servicepoliciespreferences" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>WS-I compliance preferences</title>
-</head>
-<body id="servicepoliciespreferences"><a name="servicepoliciespreferences"><!-- --></a>
-
-
-<h1 class="topictitle1">WS-I compliance preferences</h1>
-
-
-
-<div><p>The Service policies preferences page allows you to select your
-level of compliance with the WS-I Simple SOAP Binding Profile (SSBP) and WS-I
-Attachement Profile (AP). They can be found on the Service Policies preferences
-page.</p>
-
-<div class="section"><h4 class="sectiontitle">Setting WS-I preferences</h4><p>WS-I Basic Profile is a
-outline of requirements to which WSDL and Web service protocol (SOAP/HTTP)
-traffic must comply in order to claim WS-I conformance. The Web services WS-I
-validation tools currently support WS-I Simple SOAP Binding Profile 1.0 (WS-I
-SSBP) which builds on the WS-I Basic Profile, and the WS-I Attachments Profile
-1.0 (WS-I AP). To view the specifications, refer to the WS-I Web site, and
-under  <span class="uicontrol">Deliverables</span> select  <span class="uicontrol">Basic Profile</span>.</p>
-<p>For
-more information on WS-I, refer to: <a href="http://www.ws-i.org/" target="_blank">http://www.ws-i.org/</a></p>
-<p>WS-I
-preferences can be set at the workspace level by opening the Preferences notebook,
-or at the project level by right-clicking on a project and selecting Preferences.</p>
-<p>You
-can select the WS-I AP 1.0 or WS-I BP 1.1 + SSBP 1.0 profiles and choose for
-the Web services tools to ignore, suggest, or require compliance. Suggest
-will generate a warning if you attempt to generate non-compliant code, whereas
-require will prevent you from generating non-compliant code.</p>
-<div class="note"><span class="notetitle">Note:</span> If you
-change the level of WS-I compliance while WS-I incompliances are listed in
-the Task view, the Task view will not be automatically updated. The workspace
-must be revalidated before the warnings will be removed from the Task view.</div>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/twspref.html" title="Before you begin developing Web services or clients, you can optimize the workbench for Web services development by setting a variety of preferences.">Setting Web services preferences</a></div>
-</div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/ref/rwsdl.dita b/docs/org.eclipse.jst.ws.doc.user/ref/rwsdl.dita
deleted file mode 100644
index 9e88277..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/ref/rwsdl.dita
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
- "reference.dtd">
-<reference id="rwsdl" xml:lang="en-us">
-<title>Web Services Description Language (WSDL) reference</title>
-<shortdesc>A WSDL document defines services as collections of network endpoints,
-or ports. In WSDL, the abstract definition of endpoints and messages is separated
-from their concrete network deployment or data format bindings. This allows
-the reuse of abstract definitions: messages, which are abstract descriptions
-of the data being exchanged, and port types which are abstract collections
-of operations. </shortdesc>
-<prolog><metadata>
-<keywords><indexterm keyref="rwsdl|1|WSDLreference" status="changed">WSDL
-files<indexterm>reference</indexterm></indexterm><indexterm keyref="rwsdl|2|WebservicesWSDLreference"
-status="new">Web services<indexterm>WSDL reference</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<refbody>
-<section><p>The concrete protocol and data format specifications for a particular
-port type constitutes a reusable binding. A port is defined by associating
-a network address with a reusable binding, and a collection of ports define
-a service. Hence, a WSDL document uses the following elements in the definition
-of network services:</p><ul>
-<li> <uicontrol>Types</uicontrol>: a container for data type definitions using
-some type system (such as XSD).</li>
-<li> <uicontrol>Message</uicontrol>: an abstract, typed definition of the
-data being communicated.</li>
-<li> <uicontrol>Operation</uicontrol>: an abstract description of an action
-supported by the service.</li>
-<li> <uicontrol>Port Type</uicontrol>: an abstract set of operations supported
-by one or more endpoints.</li>
-<li> <uicontrol>Binding</uicontrol>: a concrete protocol and data format specification
-for a particular port type. The binding is usually SOAP and the encoding and
-data formatting regulations used (also known as the style) is usually literal
-(this includes document/literal, and sometimes rpc/literal).</li>
-<li> <uicontrol>Port</uicontrol>: a single endpoint defined as a combination
-of a binding and a network address.</li>
-<li> <uicontrol>Service</uicontrol>: a collection of related endpoints.</li>
-</ul><p>For more information on WSDL, refer to  </p><p><xref format="html"
-href="http://www.w3.org/TR/wsdl" scope="external">www.w3.org/TR/wsdl</xref></p><p>The
-various WSDL elements can be structured in many ways. It can be in one single
-WSDL file or in multiple WSDL files.</p></section>
-</refbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../concepts/cws.dita"></link>
-<link href="../concepts/cwsdl.dita"></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../tasks/toverws.dita" scope="peer"><linktext> Developing Web
-services</linktext></link>
-<link href="../../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.dita"
-scope="peer"><linktext> Using the Web Services Explorer</linktext></link>
-</linklist>
-</related-links>
-</reference>
diff --git a/docs/org.eclipse.jst.ws.doc.user/ref/rwsdl.html b/docs/org.eclipse.jst.ws.doc.user/ref/rwsdl.html
deleted file mode 100644
index 8280ad3..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/ref/rwsdl.html
+++ /dev/null
@@ -1,97 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="reference" name="DC.Type" />
-<meta name="DC.Title" content="Web Services Description Language (WSDL) reference" />
-<meta name="abstract" content="A WSDL document defines services as collections of network endpoints, or ports. In WSDL, the abstract definition of endpoints and messages is separated from their concrete network deployment or data format bindings. This allows the reuse of abstract definitions: messages, which are abstract descriptions of the data being exchanged, and port types which are abstract collections of operations." />
-<meta name="description" content="A WSDL document defines services as collections of network endpoints, or ports. In WSDL, the abstract definition of endpoints and messages is separated from their concrete network deployment or data format bindings. This allows the reuse of abstract definitions: messages, which are abstract descriptions of the data being exchanged, and port types which are abstract collections of operations." />
-<meta content="WSDL files, reference, Web services, WSDL reference" name="DC.subject" />
-<meta content="WSDL files, reference, Web services, WSDL reference" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsdl.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsdl.html" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/toverws.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="rwsdl" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Web Services Description Language (WSDL) reference</title>
-</head>
-<body id="rwsdl"><a name="rwsdl"><!-- --></a>
-
-
-<h1 class="topictitle1">Web Services Description Language (WSDL) reference</h1>
-
-
-
-<div><p>A WSDL document defines services as collections of network endpoints,
-or ports. In WSDL, the abstract definition of endpoints and messages is separated
-from their concrete network deployment or data format bindings. This allows
-the reuse of abstract definitions: messages, which are abstract descriptions
-of the data being exchanged, and port types which are abstract collections
-of operations. </p>
-
-<div class="section"><p>The concrete protocol and data format specifications for a particular
-port type constitutes a reusable binding. A port is defined by associating
-a network address with a reusable binding, and a collection of ports define
-a service. Hence, a WSDL document uses the following elements in the definition
-of network services:</p>
-<ul>
-<li> <span class="uicontrol">Types</span>: a container for data type definitions using
-some type system (such as XSD).</li>
-
-<li> <span class="uicontrol">Message</span>: an abstract, typed definition of the
-data being communicated.</li>
-
-<li> <span class="uicontrol">Operation</span>: an abstract description of an action
-supported by the service.</li>
-
-<li> <span class="uicontrol">Port Type</span>: an abstract set of operations supported
-by one or more endpoints.</li>
-
-<li> <span class="uicontrol">Binding</span>: a concrete protocol and data format specification
-for a particular port type. The binding is usually SOAP and the encoding and
-data formatting regulations used (also known as the style) is usually literal
-(this includes document/literal, and sometimes rpc/literal).</li>
-
-<li> <span class="uicontrol">Port</span>: a single endpoint defined as a combination
-of a binding and a network address.</li>
-
-<li> <span class="uicontrol">Service</span>: a collection of related endpoints.</li>
-
-</ul>
-<p>For more information on WSDL, refer to  </p>
-<p><a href="http://www.w3.org/TR/wsdl" target="_blank">www.w3.org/TR/wsdl</a></p>
-<p>The
-various WSDL elements can be structured in many ways. It can be in one single
-WSDL file or in multiple WSDL files.</p>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../concepts/cwsdl.html" title="Web Services Description Language (WSDL) is a standard specification for describing networked, XML-based services. It provides a simple way for service providers to describe the basic format of requests to their systems regardless of the underlying run-time implementation.">Web Services Description Language (WSDL)</a></div>
-</div>
-
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../concepts/cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-<div><a href="../concepts/cwsdl.html" title="Web Services Description Language (WSDL) is a standard specification for describing networked, XML-based services. It provides a simple way for service providers to describe the basic format of requests to their systems regardless of the underlying run-time implementation.">Web Services Description Language (WSDL)</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../tasks/toverws.html"> Developing Web
-services</a></div>
-<div><a href="../../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.html"> Using the Web Services Explorer</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/ref/rwsdlpref.dita b/docs/org.eclipse.jst.ws.doc.user/ref/rwsdlpref.dita
deleted file mode 100644
index c06f7a4..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/ref/rwsdlpref.dita
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>

-<!--Arbortext, Inc., 1988-2006, v.4002-->

-<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"

- "reference.dtd">

-<reference id="wsdlfilespreferences" xml:lang="en-us">

-<title>WSDL file preferences</title>

-<shortdesc>Use the WSDL Files preferences page to set the default behavior

-when creating or saving WSDL files.</shortdesc>

-<prolog><metadata>

-<keywords><indexterm>preferences<indexterm>Web services<indexterm>WSDL</indexterm></indexterm></indexterm>

-<indexterm>Web services<indexterm>preferences<indexterm>WSDL</indexterm></indexterm></indexterm>

-</keywords>

-</metadata></prolog>

-<refbody>

-<section><dl><dlentry>

-<dt>Default target namespace:</dt>

-<dd>When creating a WSDL file in the WSDL editor, you can set the default

-target namespace. If you do not select to change the default, your WSDL file

-will have http://tempuri.org as its target namespace.</dd>

-</dlentry><dlentry>

-<dt>Regenerate Binding on save</dt>

-<dd>Select this to automatically regenerate the binding every time you save

-a WSDL file.</dd>

-</dlentry><dlentry>

-<dt>Prompt Regenerate Binding on save</dt>

-<dd>Select this to be asked if you want to regenerate the binding every time

-you save a WSDL file.</dd>

-</dlentry></dl></section>

-</refbody>

-</reference>

diff --git a/docs/org.eclipse.jst.ws.doc.user/ref/rwsdlpref.html b/docs/org.eclipse.jst.ws.doc.user/ref/rwsdlpref.html
deleted file mode 100644
index f30b323..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/ref/rwsdlpref.html
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="reference" name="DC.Type" />
-<meta name="DC.Title" content="WSDL file preferences" />
-<meta name="abstract" content="Use the WSDL Files preferences page to set the default behavior when creating or saving WSDL files." />
-<meta name="description" content="Use the WSDL Files preferences page to set the default behavior when creating or saving WSDL files." />
-<meta content="preferences, Web services, WSDL" name="DC.subject" />
-<meta content="preferences, Web services, WSDL" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/twspref.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="wsdlfilespreferences" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>WSDL file preferences</title>
-</head>
-<body id="wsdlfilespreferences"><a name="wsdlfilespreferences"><!-- --></a>
-
-
-<h1 class="topictitle1">WSDL file preferences</h1>
-
-
-
-<div><p>Use the WSDL Files preferences page to set the default behavior
-when creating or saving WSDL files.</p>
-
-<div class="section"><dl>
-<dt class="dlterm">Default target namespace:</dt>
-
-<dd>When creating a WSDL file in the WSDL editor, you can set the default
-target namespace. If you do not select to change the default, your WSDL file
-will have http://tempuri.org as its target namespace.</dd>
-
-
-<dt class="dlterm">Regenerate Binding on save</dt>
-
-<dd>Select this to automatically regenerate the binding every time you save
-a WSDL file.</dd>
-
-
-<dt class="dlterm">Prompt Regenerate Binding on save</dt>
-
-<dd>Select this to be asked if you want to regenerate the binding every time
-you save a WSDL file.</dd>
-
-</dl>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/twspref.html" title="Before you begin developing Web services or clients, you can optimize the workbench for Web services development by setting a variety of preferences.">Setting Web services preferences</a></div>
-</div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/ref/rwswizpref.dita b/docs/org.eclipse.jst.ws.doc.user/ref/rwswizpref.dita
deleted file mode 100644
index d1e431c..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/ref/rwswizpref.dita
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>

-<!--Arbortext, Inc., 1988-2006, v.4002-->

-<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"

- "reference.dtd">

-<reference id="webserviceswizardsbasicpreferences" xml:lang="en-us">

-<title>Web services wizards basic preferences</title>

-<shortdesc>The default behaviors of the Web services wizards can be set using

-the following preference panels. All preferences can be overridden in the

-wizard.</shortdesc>

-<prolog><metadata>

-<keywords><indexterm>preferences<indexterm>Web services<indexterm>wizards</indexterm></indexterm></indexterm>

-<indexterm>Web services<indexterm>preferences<indexterm>wizards</indexterm></indexterm></indexterm>

-</keywords>

-</metadata></prolog>

-<refbody>

-<section><title>Popup Dialog Selection</title><p>The dialog preferences enable

-you to determine which dialog boxes that you want to see when running popup

-actions. If you have disabled any of the dialogs by selecting "Do not show

-this dialog again" on the first page of a Web services wizard, you can undo

-your change by clearing the check box beside the dialog that you have chosen

-to hide.</p></section>

-<section><title>Project Topology</title><dl><dlentry>

-<dt>Service project types:</dt>

-<dd>Select the default service project type that the Web services wizards

-will create when generating a Web service. You can also set the order in which

-the project types will be listed in the wizard. Note that this selection is

-simply a default and an alternate project type can be selected in the wizard.</dd>

-</dlentry><dlentry>

-<dt>Client project types:</dt>

-<dd>Select the default client project type that the Web services wizards will

-create when generating a Web service client. You can also set the order in

-which the client project types will be listed in the wizard. Note that this

-selection is simply a default and an alternate project type can be selected

-in the wizard.</dd>

-</dlentry><dlentry>

-<dt>Generate Web service and the Web service client in different EAR projects:</dt>

-<dd>Generating the service and client into different EAR projects can reduce

-the chance of conflicts that occur when both exist in a single EAR project,

-but uses more system resources.</dd>

-</dlentry></dl></section>

-<section><title>Resource Management</title><p>The Resource Management preferences

-enable you to determine the file and folder creation and overwriting defaults

-that you want to use when creating your Web service.<dl><dlentry>

-<dt>Overwrite files without warning:</dt>

-<dd>Selecting this will allow the wizards to overwrite any existing files

-in the workspace without prompting. If it is not selected you will be prompted

-each time a file needs to be overwritten.</dd>

-</dlentry><dlentry>

-<dt>Create folders when necessary:</dt>

-<dd>Selecting this enables the wizards to create any required folders.</dd>

-</dlentry><dlentry>

-<dt>Check out files without warning:</dt>

-<dd>Select to check out files without receiving a warning message asking for

-confirmation.</dd>

-</dlentry><dlentry>

-<dt>Merge generated skeleton file:</dt>

-<dd>This check box is disabled by default.  If this check box is enabled,

-when a skeleton file of the same name already exists in the workspace, the

-newly generated skeleton file will merge with the existing skeleton file.

- Enable this to preserve code that you have already modified in the existing

-skeleton files.<note>When this preference is enabled, if you change the return

-type of an interface, the resulting skeleton file will have a method returning

-the type as defined in the new interface but would have a method body from

-the original skeleton file (which would be returning a different type).  This

-will result in an compilation error that the you will have to correct manually.</note></dd>

-</dlentry></dl></p></section>

-<section><title>Scenario Defaults</title><p>The Scenario Defaults preferences

-enable you to set the following scenario defaults that you want to use when

-creating your Web service:<ul>

-<li>which type of Web service and client you want to be selected by default.</li>

-<li>which phases of the Web service lifecycle you want to complete in the

-wizard.</li>

-<li>if you want the Web Services Explorer to launch by default so that you

-can publish your Web service to a UDDI registry.</li>

-<li>if you want the Web service SOAP traffic routed through a TCP/IP monitor

-so that you can monitor the SOAP packets and optionally test them for WS-I

-compliance.</li>

-</ul></p></section>

-<section><title>Server and Runtime</title><p>Select the server and Web service

-runtime environment that you want selected by default in the Web services

-wizard.</p></section>

-<section><title>Test Facility Defaults</title><p>You can select whether to

-have the wizard automatically launch a test facility, and you can select your

-preferred type of test facility.</p></section>

-<section><title>Wizard validation</title><p>The Wizard Validation preferences

-page allows you to select when WSDL validation is run against WSDL files consumed

-by wizards. You can select to turn off validiation, or to enable it for local

-or local and remote WSDL files.</p></section>

-</refbody>

-</reference>

diff --git a/docs/org.eclipse.jst.ws.doc.user/ref/rwswizpref.html b/docs/org.eclipse.jst.ws.doc.user/ref/rwswizpref.html
deleted file mode 100644
index 569756c..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/ref/rwswizpref.html
+++ /dev/null
@@ -1,151 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="reference" name="DC.Type" />
-<meta name="DC.Title" content="Web services wizards basic preferences" />
-<meta name="abstract" content="The default behaviors of the Web services wizards can be set using the following preference panels. All preferences can be overridden in the wizard." />
-<meta name="description" content="The default behaviors of the Web services wizards can be set using the following preference panels. All preferences can be overridden in the wizard." />
-<meta content="preferences, Web services, wizards" name="DC.subject" />
-<meta content="preferences, Web services, wizards" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../tasks/twspref.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="webserviceswizardsbasicpreferences" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Web services wizards basic preferences</title>
-</head>
-<body id="webserviceswizardsbasicpreferences"><a name="webserviceswizardsbasicpreferences"><!-- --></a>
-
-
-<h1 class="topictitle1">Web services wizards basic preferences</h1>
-
-
-
-<div><p>The default behaviors of the Web services wizards can be set using
-the following preference panels. All preferences can be overridden in the
-wizard.</p>
-
-<div class="section"><h4 class="sectiontitle">Popup Dialog Selection</h4><p>The dialog preferences enable
-you to determine which dialog boxes that you want to see when running popup
-actions. If you have disabled any of the dialogs by selecting "Do not show
-this dialog again" on the first page of a Web services wizard, you can undo
-your change by clearing the check box beside the dialog that you have chosen
-to hide.</p>
-</div>
-
-<div class="section"><h4 class="sectiontitle">Project Topology</h4><dl>
-<dt class="dlterm">Service project types:</dt>
-
-<dd>Select the default service project type that the Web services wizards
-will create when generating a Web service. You can also set the order in which
-the project types will be listed in the wizard. Note that this selection is
-simply a default and an alternate project type can be selected in the wizard.</dd>
-
-
-<dt class="dlterm">Client project types:</dt>
-
-<dd>Select the default client project type that the Web services wizards will
-create when generating a Web service client. You can also set the order in
-which the client project types will be listed in the wizard. Note that this
-selection is simply a default and an alternate project type can be selected
-in the wizard.</dd>
-
-
-<dt class="dlterm">Generate Web service and the Web service client in different EAR projects:</dt>
-
-<dd>Generating the service and client into different EAR projects can reduce
-the chance of conflicts that occur when both exist in a single EAR project,
-but uses more system resources.</dd>
-
-</dl>
-</div>
-
-<div class="section"><h4 class="sectiontitle">Resource Management</h4><div class="p">The Resource Management preferences
-enable you to determine the file and folder creation and overwriting defaults
-that you want to use when creating your Web service.<dl>
-<dt class="dlterm">Overwrite files without warning:</dt>
-
-<dd>Selecting this will allow the wizards to overwrite any existing files
-in the workspace without prompting. If it is not selected you will be prompted
-each time a file needs to be overwritten.</dd>
-
-
-<dt class="dlterm">Create folders when necessary:</dt>
-
-<dd>Selecting this enables the wizards to create any required folders.</dd>
-
-
-<dt class="dlterm">Check out files without warning:</dt>
-
-<dd>Select to check out files without receiving a warning message asking for
-confirmation.</dd>
-
-
-<dt class="dlterm">Merge generated skeleton file:</dt>
-
-<dd>This check box is disabled by default.  If this check box is enabled,
-when a skeleton file of the same name already exists in the workspace, the
-newly generated skeleton file will merge with the existing skeleton file.
- Enable this to preserve code that you have already modified in the existing
-skeleton files.<div class="note"><span class="notetitle">Note:</span> When this preference is enabled, if you change the return
-type of an interface, the resulting skeleton file will have a method returning
-the type as defined in the new interface but would have a method body from
-the original skeleton file (which would be returning a different type).  This
-will result in an compilation error that the you will have to correct manually.</div>
-</dd>
-
-</dl>
-</div>
-</div>
-
-<div class="section"><h4 class="sectiontitle">Scenario Defaults</h4><div class="p">The Scenario Defaults preferences
-enable you to set the following scenario defaults that you want to use when
-creating your Web service:<ul>
-<li>which type of Web service and client you want to be selected by default.</li>
-
-<li>which phases of the Web service lifecycle you want to complete in the
-wizard.</li>
-
-<li>if you want the Web Services Explorer to launch by default so that you
-can publish your Web service to a UDDI registry.</li>
-
-<li>if you want the Web service SOAP traffic routed through a TCP/IP monitor
-so that you can monitor the SOAP packets and optionally test them for WS-I
-compliance.</li>
-
-</ul>
-</div>
-</div>
-
-<div class="section"><h4 class="sectiontitle">Server and Runtime</h4><p>Select the server and Web service
-runtime environment that you want selected by default in the Web services
-wizard.</p>
-</div>
-
-<div class="section"><h4 class="sectiontitle">Test Facility Defaults</h4><p>You can select whether to
-have the wizard automatically launch a test facility, and you can select your
-preferred type of test facility.</p>
-</div>
-
-<div class="section"><h4 class="sectiontitle">Wizard validation</h4><p>The Wizard Validation preferences
-page allows you to select when WSDL validation is run against WSDL files consumed
-by wizards. You can select to turn off validiation, or to enable it for local
-or local and remote WSDL files.</p>
-</div>
-
-</div>
-
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../tasks/twspref.html" title="Before you begin developing Web services or clients, you can optimize the workbench for Web services development by setting a variety of preferences.">Setting Web services preferences</a></div>
-</div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/tasks/toverws.dita b/docs/org.eclipse.jst.ws.doc.user/tasks/toverws.dita
deleted file mode 100644
index 6e045f5..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/tasks/toverws.dita
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2005, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="toverws" xml:lang="en-us">
-<title>Developing Web services</title>
-<shortdesc>Use Web services tools to discover, create, and publish Web services
-that are created from <tm tmclass="special" tmowner="Sun Microsystems, Inc."
-tmtype="tm" trademark="Java">Java</tm> beans, enterprise beans, and WSDL files.
-You can create of Web services using a top-down approach (which starts with
-a WSDL file) or a bottom-up approach (which starts with a <tm tmclass="special"
-tmowner="Sun Microsystems, Inc." tmtype="tm" trademark="Java">Java</tm> bean
-or EJB).</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>Web services<indexterm>creating<indexterm>overview</indexterm></indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<context><p>In this release, the development path that you would typically
-follow to create and publish a Web service is as follows:</p></context>
-<steps>
-<step><cmd>Create a Web project.</cmd></step>
-<step><cmd>Create or import an artifact to be turned into a Web service.</cmd>
-</step>
-<step><cmd>Create a Web service.</cmd></step>
-<step><cmd>Publish a business entity.</cmd></step>
-<step><cmd>Publish a Web service.</cmd></step>
-</steps>
-<result><p>For instructions on performing these tasks, refer to the list of
-related topics at the end of this topic.</p><p>Web tools assist you in developing
-Web applications that you can configure as a Web service. Web applications
-are developed in a Web project, and Server tools allow you to use the server
-test environment to test and deploy your Web services.</p></result>
-</taskbody>
-<related-links>
-<linklist><title>Related Concepts</title>
-<link href="../concepts/cws.dita" scope="local"><linktext>Web services overview</linktext>
-</link>
-<link href="../concepts/cwsinwsa.dita" scope="local"><linktext>Tools for Web
-services development</linktext></link>
-<link href="../concepts/cwsbtmup.dita" scope="local"><linktext>Creating bottom-up
-Web services</linktext></link>
-<link href="../concepts/cwstopdown.dita" scope="local"><linktext>Creating
-top-down Web services</linktext></link>
-</linklist>
-<linklist><title>Related Tasks</title>
-<link href="../../org.eclipse.wst.wsdl.ui.doc.user/tasks/tcrtwsdl.dita" scope="peer">
-<linktext>Creating a new WSDL file</linktext></link>
-<link href="../../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.dita"
-scope="peer"><linktext>Publishing Web services and business entities</linktext>
-</link>
-</linklist>
-</related-links>
-</task>
diff --git a/docs/org.eclipse.jst.ws.doc.user/tasks/toverws.html b/docs/org.eclipse.jst.ws.doc.user/tasks/toverws.html
deleted file mode 100644
index 1917099..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/tasks/toverws.html
+++ /dev/null
@@ -1,87 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Developing Web services" />
-<meta name="abstract" content="Use Web services tools to discover, create, and publish Web services that are created from Java beans, enterprise beans, and WSDL files. You can create of Web services using a top-down approach (which starts with a WSDL file) or a bottom-up approach (which starts with a Java bean or EJB)." />
-<meta name="description" content="Use Web services tools to discover, create, and publish Web services that are created from Java beans, enterprise beans, and WSDL files. You can create of Web services using a top-down approach (which starts with a WSDL file) or a bottom-up approach (which starts with a Java bean or EJB)." />
-<meta content="Web services, creating, overview" name="DC.subject" />
-<meta content="Web services, creating, overview" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsinwsa.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwsbtmup.html" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cwstopdown.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.wst.wsdl.ui.doc.user/tasks/tcrtwsdl.html" />
-<meta scheme="URI" name="DC.Relation" content="../../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="toverws" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Developing Web services</title>
-</head>
-<body id="toverws"><a name="toverws"><!-- --></a>
-
-
-<h1 class="topictitle1">Developing Web services</h1>
-
-
-
-<div><p>Use Web services tools to discover, create, and publish Web services
-that are created from Java™ beans, enterprise beans, and WSDL files.
-You can create of Web services using a top-down approach (which starts with
-a WSDL file) or a bottom-up approach (which starts with a Java bean
-or EJB).</p>
-
-<div class="section"><p>In this release, the development path that you would typically
-follow to create and publish a Web service is as follows:</p>
-</div>
-
-<ol>
-<li><span>Create a Web project.</span></li>
-
-<li><span>Create or import an artifact to be turned into a Web service.</span>
-</li>
-
-<li><span>Create a Web service.</span></li>
-
-<li><span>Publish a business entity.</span></li>
-
-<li><span>Publish a Web service.</span></li>
-
-</ol>
-
-<div class="section"><p>For instructions on performing these tasks, refer to the list of
-related topics at the end of this topic.</p>
-<p>Web tools assist you in developing
-Web applications that you can configure as a Web service. Web applications
-are developed in a Web project, and Server tools allow you to use the server
-test environment to test and deploy your Web services.</p>
-</div>
-
-</div>
-
-<div>
-<div class="linklist"><strong>Related Concepts</strong><br />
-
-<div><a href="../concepts/cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-<div><a href="../concepts/cwsinwsa.html" title="">Tools for Web
-services development</a></div>
-<div><a href="../concepts/cwsbtmup.html" title="Web services can be created using two methods: top-down development and bottom-up development. Bottom-up Web services development involves creating a Web service from a Java bean or enterprise bean.">Creating bottom-up
-Web services</a></div>
-<div><a href="../concepts/cwstopdown.html" title="Web services can be created using two methods: top-down development and bottom-up development. Top-down Web services development involves creating a Web service from a WSDL file.">Creating
-top-down Web services</a></div></div>
-
-<div class="linklist"><strong>Related Tasks</strong><br />
-
-<div><a href="../../org.eclipse.wst.wsdl.ui.doc.user/tasks/tcrtwsdl.html">Creating a new WSDL file</a></div>
-<div><a href="../../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tuddiexp.html">Publishing Web services and business entities</a></div></div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/tasks/twspref.dita b/docs/org.eclipse.jst.ws.doc.user/tasks/twspref.dita
deleted file mode 100644
index 135cfc0..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/tasks/twspref.dita
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>

-<!--Arbortext, Inc., 1988-2006, v.4002-->

-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"

- "task.dtd">

-<task id="settingwebservicespreferences" xml:lang="en-us">

-<title>Setting Web services preferences</title>

-<shortdesc>Before you begin developing Web services or clients, you can optimize

-the workbench for Web services development by setting a variety of preferences.</shortdesc>

-<prolog><metadata>

-<keywords><indexterm>preferences<indexterm>Web services</indexterm></indexterm>

-<indexterm>Web services<indexterm>preferences</indexterm></indexterm></keywords>

-</metadata></prolog>

-<taskbody>

-<context>To set any of the Web services preferences, follow these steps:</context>

-<steps>

-<step><cmd>Click  <uicontrol>Window > Preferences</uicontrol> to open the

-Preferences notebook.</cmd></step>

-<step><cmd>Expand  <uicontrol>Web services</uicontrol> or <uicontrol>Service

-policies</uicontrol>, and click the preference category that you want to set.</cmd>

-</step>

-<step><cmd>Select the check boxes that you want to set as the default when

-creating your Web service.</cmd><info>If you require more information on any

-of the options, select the option and press  <uicontrol>F1</uicontrol>.</info>

-</step>

-<step><cmd>Click  <uicontrol>OK</uicontrol> to apply the changes and close

-the Preferences notebook.</cmd></step>

-</steps>

-<postreq>For information on individual preferences, refer to the following:<ul>

-<li><xref href="../ref/raxispref.dita"></xref></li>

-<li><xref href="../ref/rwswizpref.dita"></xref></li>

-<li><xref href="../ref/rwsdlpref.dita"></xref></li>

-<li><xref href="../ref/rservpolpref.dita"></xref></li>

-</ul></postreq>

-</taskbody>

-</task>

diff --git a/docs/org.eclipse.jst.ws.doc.user/tasks/twspref.html b/docs/org.eclipse.jst.ws.doc.user/tasks/twspref.html
deleted file mode 100644
index 9fc1106..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/tasks/twspref.html
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-us" xml:lang="en-us">
-<head>
-<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<meta name="copyright" content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
-<meta name="DC.rights.owner" content="(C) Copyright 2000, 2008" />
-<meta content="public" name="security" />
-<meta content="index,follow" name="Robots" />
-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
-<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Setting Web services preferences" />
-<meta name="abstract" content="Before you begin developing Web services or clients, you can optimize the workbench for Web services development by setting a variety of preferences." />
-<meta name="description" content="Before you begin developing Web services or clients, you can optimize the workbench for Web services development by setting a variety of preferences." />
-<meta content="preferences, Web services" name="DC.subject" />
-<meta content="preferences, Web services" name="keywords" />
-<meta scheme="URI" name="DC.Relation" content="../concepts/cws.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/raxispref.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/rwswizpref.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/rwsdlpref.html" />
-<meta scheme="URI" name="DC.Relation" content="../ref/rservpolpref.html" />
-<meta content="XHTML" name="DC.Format" />
-<meta content="settingwebservicespreferences" name="DC.Identifier" />
-<meta content="en-us" name="DC.Language" />
-<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Setting Web services preferences</title>
-</head>
-<body id="settingwebservicespreferences"><a name="settingwebservicespreferences"><!-- --></a>
-
-
-<h1 class="topictitle1">Setting Web services preferences</h1>
-
-
-
-<div><p>Before you begin developing Web services or clients, you can optimize
-the workbench for Web services development by setting a variety of preferences.</p>
-
-<div class="section">To set any of the Web services preferences, follow these steps:</div>
-
-<ol>
-<li class="stepexpand"><span>Click  <span class="uicontrol">Window &gt; Preferences</span> to open the
-Preferences notebook.</span></li>
-
-<li class="stepexpand"><span>Expand  <span class="uicontrol">Web services</span> or <span class="uicontrol">Service
-policies</span>, and click the preference category that you want to set.</span>
-</li>
-
-<li class="stepexpand"><span>Select the check boxes that you want to set as the default when
-creating your Web service.</span> If you require more information on any
-of the options, select the option and press  <span class="uicontrol">F1</span>.
-</li>
-
-<li class="stepexpand"><span>Click  <span class="uicontrol">OK</span> to apply the changes and close
-the Preferences notebook.</span></li>
-
-</ol>
-
-<div class="section">For information on individual preferences, refer to the following:<ul>
-<li><a href="../ref/raxispref.html" title="The Axis Emitter preferences page allows you to set the following&#10;preferences used when creating or consuming Axis Web services.">Axis emitter preferences</a></li>
-
-<li><a href="../ref/rwswizpref.html" title="The default behaviors of the Web services wizards can be set using&#10;the following preference panels. All preferences can be overridden in the&#10;wizard.">Web services wizards basic preferences</a></li>
-
-<li><a href="../ref/rwsdlpref.html" title="Use the WSDL Files preferences page to set the default behavior&#10;when creating or saving WSDL files.">WSDL file preferences</a></li>
-
-<li><a href="../ref/rservpolpref.html" title="The Service policies preferences page allows you to select your&#10;level of compliance with the WS-I Simple SOAP Binding Profile (SSBP) and WS-I&#10;Attachement Profile (AP). They can be found on the Service Policies preferences&#10;page.">WS-I compliance preferences</a></li>
-
-</ul>
-</div>
-
-</div>
-
-<div>
-<ul class="ullinks">
-<li class="ulchildlink"><strong><a href="../ref/raxispref.html">Axis emitter preferences</a></strong><br />
-The Axis Emitter preferences page allows you to set the following preferences used when creating or consuming Axis Web services.</li>
-<li class="ulchildlink"><strong><a href="../ref/rwswizpref.html">Web services wizards basic preferences</a></strong><br />
-The default behaviors of the Web services wizards can be set using the following preference panels. All preferences can be overridden in the wizard.</li>
-<li class="ulchildlink"><strong><a href="../ref/rwsdlpref.html">WSDL file preferences</a></strong><br />
-Use the WSDL Files preferences page to set the default behavior when creating or saving WSDL files.</li>
-<li class="ulchildlink"><strong><a href="../ref/rservpolpref.html">WS-I compliance preferences</a></strong><br />
-The Service policies preferences page allows you to select your level of compliance with the WS-I Simple SOAP Binding Profile (SSBP) and WS-I Attachement Profile (AP). They can be found on the Service Policies preferences page.</li>
-</ul>
-
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../concepts/cws.html" title="A Web service is a set of related application functions that can be programmatically invoked over the Internet. Businesses can dynamically mix and match Web services to perform complex transactions with minimal programming. Web services allow buyers and sellers all over the world to discover each other, connect dynamically, and execute transactions in real time with minimal human interaction.">Web services overview</a></div>
-</div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.doc.user/webservice_toc.ditamap b/docs/org.eclipse.jst.ws.doc.user/webservice_toc.ditamap
deleted file mode 100644
index eed6a1c..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/webservice_toc.ditamap
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN"
- "map.dtd">
-<map id="wsmaintoc" title="wsmaintoc">
-<topicref href="concepts/cws.dita" navtitle="Web services development">
-<topicref href="concepts/cwsstandards.dita" navtitle="Web services standards"
-scope="local">
-<topicref href="concepts/cwsdl.dita" navtitle="Web Services Description Language (WSDL)">
-<topicref href="ref/rwsdl.dita" navtitle="Web Services Description Language (WSDL) reference">
-</topicref>
-</topicref>
-<topicref href="concepts/csoap.dita" navtitle="SOAP"></topicref>
-<topicref href="../org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cuddi.dita"
-navtitle="Universal Description, Discovery, and Integration (UDDI)" scope="peer">
-<topicref href="../org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cwsdlud.dita"
-navtitle="Relationship between UDDI and WSDL" scope="peer"></topicref>
-</topicref>
-<topicref href="concepts/cwsil.dita" navtitle="Web Services Inspection Language (WSIL)">
-<topicref href="concepts/cwsilud.dita" navtitle="Relationship between UDDI and WSIL">
-</topicref>
-</topicref>
-<topicref href="concepts/cjaxrpc.dita" navtitle="JAX-RPC"></topicref>
-<topicref href="concepts/cjsr109.dita" navtitle="JSR 109 and JSR 921"></topicref>
-<topicref href="concepts/cwsiover.dita" navtitle="WS-I compliance" scope="local">
-</topicref>
-</topicref>
-<topicref href="concepts/cwstopdown.dita" navtitle="Top-down Web services development"
-scope="local"></topicref>
-<topicref href="concepts/cwsbtmup.dita" navtitle="Bottom-up Web services development"
-scope="local"></topicref>
-<topicref navtitle="Workspace and tools">
-<topicref href="concepts/cwsinwsa.dita" navtitle="Tools for Web services development"
-scope="local"></topicref>
-<topicref navtitle="Configuring your workspace">
-<topicref href="tasks/twspref.dita" navtitle="Setting Web services preferences"
-scope="local">
-<topicref href="ref/raxispref.dita" navtitle="Axis emitter preferences"></topicref>
-<topicref href="ref/rwswizpref.dita" navtitle="Web services wizards basic preferences">
-</topicref>
-<topicref href="ref/rwsdlpref.dita" navtitle="WSDL file preferences"></topicref>
-<topicref href="ref/rservpolpref.dita" navtitle="Service policies preferences">
-</topicref>
-</topicref>
-<topicref href="../org.eclipse.jst.ws.axis.ui.doc.user/topics/ttomcatserv.dita"
-navtitle="Creating an Apache Tomcat server and  Web project" scope="peer">
-</topicref>
-</topicref>
-</topicref>
-</topicref>
-<topicref navtitle="Importing and creating resources used by Web services">
-<navref mapref="../org.eclipse.wst.wsdl.ui.doc.user/wswsdleditort_toc.ditamap"/>
-<topicref href="../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tdiscov.dita"
-navtitle="Discovering and importing a Web service" scope="peer"></topicref>
-</topicref>
-<topicref href="tasks/toverws.dita" navtitle="Creating Web services">
-<navref mapref="../org.eclipse.jst.ws.axis.ui.doc.user/wsaxisbuild_toc.ditamap"/>
-<navref mapref="../org.eclipse.jst.ws.axis2.ui.doc.user/wsaxis2build_toc.ditamap"/>
-<navref mapref="../org.eclipse.wst.command.env.doc.user/wsaxisant_toc.ditamap"/>
-</topicref>
-<topicref navtitle="Testing and validating Web services">
-<topicref href="../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/ttestwsdl.dita"
-navtitle="Testing WSDL documents and Web services with the WSDL Explorer"
-scope="peer"></topicref>
-<topicref href="../org.eclipse.wst.wsi.ui.doc.user/tasks/twsdlval.dita" navtitle="Validating WSDL"
-scope="peer"></topicref>
-<topicref href="../org.eclipse.wst.wsi.ui.doc.user/tasks/tmonitor.dita" navtitle="Testing Web services with the TCP/IP Monitor"
-scope="peer">
-<topicref href="../org.eclipse.wst.wsi.ui.doc.user/tasks/twsival.dita" navtitle="Validating WS-I compliance of Web service SOAP traffic"
-scope="peer"></topicref>
-</topicref>
-</topicref>
-<topicref navtitle="Publishing Web services">
-<navref mapref="../org.eclipse.jst.ws.consumption.ui.doc.user/wsconsumptiont_toc.ditamap"/>
-<topicref href="../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tgenwsil.dita"
-navtitle="Generating WSIL" scope="peer"></topicref>
-</topicref>
-</map>
diff --git a/docs/org.eclipse.jst.ws.doc.user/webservice_toc.xml b/docs/org.eclipse.jst.ws.doc.user/webservice_toc.xml
deleted file mode 100644
index cb2bea5..0000000
--- a/docs/org.eclipse.jst.ws.doc.user/webservice_toc.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?NLS TYPE="org.eclipse.help.toc"?>
-
-<toc label="wsmaintoc" topic="concepts/cws.html">
-<topic label="Web services overview" href="concepts/cws.html">
-<topic label="Web services standards" href="concepts/cwsstandards.html">
-<topic label="Web Services Description Language (WSDL)" href="concepts/cwsdl.html">
-<topic label="Web Services Description Language (WSDL) reference" href="ref/rwsdl.html"/>
-</topic>
-<topic label="SOAP" href="concepts/csoap.html"/>
-<topic label="Universal Description, Discovery, and Integration (UDDI)" href="../org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cuddi.html">
-<topic label="Relationship between UDDI and WSDL" href="../org.eclipse.jst.ws.consumption.ui.doc.user/concepts/cwsdlud.html"/>
-</topic>
-<topic label="Web Services Inspection Language (WSIL)" href="concepts/cwsil.html">
-<topic label="Relationship between UDDI and WSIL" href="concepts/cwsilud.html"/>
-</topic>
-<topic label="JAX-RPC" href="concepts/cjaxrpc.html"/>
-<topic label="JSR 109 - Implementing Enterprise Web services" href="concepts/cjsr109.html"/>
-<topic label="Web services interoperability (WS-I)" href="concepts/cwsiover.html"/>
-</topic>
-<topic label="Creating top-down Web services" href="concepts/cwstopdown.html"/>
-<topic label="Creating bottom-up Web services" href="concepts/cwsbtmup.html"/>
-<topic label="Workspace and tools">
-<topic label="Tools for Web services development" href="concepts/cwsinwsa.html"/>
-<topic label="Configuring your workspace">
-<topic label="Setting Web services preferences" href="tasks/twspref.html">
-<topic label="Axis emitter preferences" href="ref/raxispref.html"/>
-<topic label="Web services wizards basic preferences" href="ref/rwswizpref.html"/>
-<topic label="WSDL file preferences" href="ref/rwsdlpref.html"/>
-<topic label="WS-I compliance preferences" href="ref/rservpolpref.html"/>
-</topic>
-<topic label="Creating an Apache Tomcat server and Web project" href="../org.eclipse.jst.ws.axis.ui.doc.user/topics/ttomcatserv.html"/>
-</topic>
-</topic>
-</topic>
-<topic label="Importing and creating resources used by Web services">
-<link toc="../org.eclipse.wst.wsdl.ui.doc.user/wswsdleditort_toc.xml"/>
-<topic label="Discovering and importing a Web service" href="../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tdiscov.html"/>
-</topic>
-<topic label="Developing Web services" href="tasks/toverws.html">
-<link toc="../org.eclipse.jst.ws.axis.ui.doc.user/wsaxisbuild_toc.xml"/>
-<link toc="../org.eclipse.jst.ws.axis2.ui.doc.user/wsaxis2build_toc.xml"/>
-<link toc="../org.eclipse.wst.command.env.doc.user/wsaxisant_toc.xml"/>
-</topic>
-<topic label="Testing and validating Web services">
-<topic label="Testing WSDL documents and Web services with the WSDL Explorer" href="../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/ttestwsdl.html"/>
-<topic label="Validating WSDL" href="../org.eclipse.wst.wsi.ui.doc.user/tasks/twsdlval.html"/>
-<topic label="Testing Web services with the TCP/IP Monitor" href="../org.eclipse.wst.wsi.ui.doc.user/tasks/tmonitor.html">
-<topic label="Validating WS-I compliance of Web service SOAP traffic" href="../org.eclipse.wst.wsi.ui.doc.user/tasks/twsival.html"/>
-</topic>
-</topic>
-<topic label="Publishing Web services">
-<link toc="../org.eclipse.jst.ws.consumption.ui.doc.user/wsconsumptiont_toc.xml"/>
-<topic label="Generating WSIL" href="../org.eclipse.jst.ws.consumption.ui.doc.user/tasks/tgenwsil.html"/>
-</topic>
-</toc>
diff --git a/docs/org.eclipse.jst.ws.infopop/.cvsignore b/docs/org.eclipse.jst.ws.infopop/.cvsignore
deleted file mode 100644
index c14487c..0000000
--- a/docs/org.eclipse.jst.ws.infopop/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-build.xml
diff --git a/docs/org.eclipse.jst.ws.infopop/.project b/docs/org.eclipse.jst.ws.infopop/.project
deleted file mode 100644
index e6b5d69..0000000
--- a/docs/org.eclipse.jst.ws.infopop/.project
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.jst.ws.infopop</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
-	</natures>
-</projectDescription>
diff --git a/docs/org.eclipse.jst.ws.infopop/META-INF/MANIFEST.MF b/docs/org.eclipse.jst.ws.infopop/META-INF/MANIFEST.MF
deleted file mode 100644
index 1d9d863..0000000
--- a/docs/org.eclipse.jst.ws.infopop/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,7 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
-Bundle-SymbolicName: org.eclipse.jst.ws.infopop; singleton:=true
-Bundle-Version: 1.0.300.qualifier
-Bundle-Vendor: %Bundle-Vendor.0
-Bundle-Localization: plugin
diff --git a/docs/org.eclipse.jst.ws.infopop/about.html b/docs/org.eclipse.jst.ws.infopop/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/docs/org.eclipse.jst.ws.infopop/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in 
-("Content"). Unless otherwise indicated below, the Content is provided to you 
-under the terms and conditions of the Eclipse Public License Version 1.0 
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>. 
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the 
-Content is being redistributed by another party ("Redistributor") and different 
-terms and conditions may apply to your use of any object code in the Content. 
-Check the RedistributorÂ’s license that was provided with the Content. If no such 
-license exists, contact the Redistributor. Unless otherwise indicated below, the 
-terms and conditions of the EPL still apply to any source code in the Content 
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.jst.ws.infopop/build.properties b/docs/org.eclipse.jst.ws.infopop/build.properties
deleted file mode 100644
index 1cf4b66..0000000
--- a/docs/org.eclipse.jst.ws.infopop/build.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-bin.includes = plugin.xml,\
-               webserviceui-f1Contexts.xml,\
-               about.html,\
-               META-INF/,\
-               plugin.properties
-generateSourceBundle=false
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.infopop/plugin.properties b/docs/org.eclipse.jst.ws.infopop/plugin.properties
deleted file mode 100644
index 3611afc..0000000
--- a/docs/org.eclipse.jst.ws.infopop/plugin.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-# properties file for org.eclipse.jst.ws.infopop
-Bundle-Vendor.0 = Eclipse.org
-Bundle-Name.0 = Web services UI
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.infopop/plugin.xml b/docs/org.eclipse.jst.ws.infopop/plugin.xml
deleted file mode 100644
index 0366438..0000000
--- a/docs/org.eclipse.jst.ws.infopop/plugin.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<?NLS TYPE="org.eclipse.help.toc"?> 
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<plugin>
-	<extension point="org.eclipse.help.contexts">
-		<contexts file="webserviceui-f1Contexts.xml" plugin="org.eclipse.jst.ws.ui"/>
-	</extension>
-</plugin>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.infopop/webserviceui-f1Contexts.xml b/docs/org.eclipse.jst.ws.infopop/webserviceui-f1Contexts.xml
deleted file mode 100644
index 58e72df..0000000
--- a/docs/org.eclipse.jst.ws.infopop/webserviceui-f1Contexts.xml
+++ /dev/null
@@ -1,111 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?NLS TYPE="org.eclipse.help.contexts"?>
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<contexts>
-
-<!--DRES: Resource Selection Dialog-->
-<context id="DRES0001">
-<!--Resource Type drop down-->
-<description>Select a resource from which to create a Web service.</description>
-</context>
-<context id="DRES0002">
-<!--Resource tree-->
-<description>Lists the resources that can be turned into a Web service.</description>
-</context>
-
-<!--PPRM: Resource Management Preference page-->
-
-<context id="PPRM0001">
-<!--main page-->
-<description>The Resource Management preferences enable you to determine the defaults that you want to use when creating your Web service.</description>
-</context>
-
-<context id="PPRM0002">
-<!--File overwrite check box-->
-<description>This checkbox allows you to overwrite files without receiving a warning message asking for confirmation when overwriting files.</description>
-</context>
-<context id="PPRM0003">
-<!--Create folders check box-->
-<description>Select this checkbox to create folders and folder structures without receiving a warning message asking for confirmation.</description>
-</context>
-<context id="PPRM0004">
-<!--Check out files check box-->
-<description>Select this checkbox to check out files without receiving a warning message asking for confirmation.</description>
-</context>
-
-<context id="PPRM0005">
-<!--Skeleton merge-->
-<description>This check box is disabled by default. If this check box is enabled, when a skeleton file of the same name already exists in the workspace, the newly generated skeleton file will merge with the existing skeleton file.  Enable this to preserve code that you have already modified in the existing skeleton files.  
-
-Note that when this preference is enabled, if you change the return type of an interface, the resulting skeleton file will have a method returning the type as defined in the new interface but would have a method body from the original skeleton file (which would be returning a different type).  This will result in an compilation error that the you will have to correct manually.
-
-</description>
-</context>
-
-<!--PPSD: Scenario Defaults Preference page-->
-
-<!--ScenarioDefaultsPreferencePage.java-->
-<context id="PPSD0001">
-<!--PPSD0001 for the Scenario Defaults Preference Page-->
-<description>Use this page to select the default settings for the Web services wizard.</description>
-</context>
-<context id="PPSD0002">
-<!--PPSD0002 for the launch sample check box on the Scenario Defaults Preference Page-->
-<description>The Scenario Defaults preferences enable you to determine the defaults that you want to use when creating your Web service. 
-
-The sample Web application demonstrates how to code the proxy file. Select this check box to launch sample application after it is created.</description>
-</context>
-<context id="PPSD0004">
-<!--PPSD0004 for the sample JSP type combo box on the Scenario Defaults Preference Page-->
-<description>Select the type of sample JSP to be created.</description>
-</context>
-<context id="PPSD0003">
-<!--PPSD0003 for the web explorer type combo box on the Scenario Defaults Preference Page-->
-<description>The Scenario Defaults preferences enable you to determine the defaults that you want to use when creating your Web service. Select from the available Web services explorers.</description>
-</context>
-<context id="PPSD0005">
-<!--PPSD0005 for the User-defined UDDI Category Data Column Delimiter text field on the Scenario Defaults Preference Page-->
-<description>Enter the character you want to use as a column delimiter for user-defined UDDI Category data.</description>
-</context>
-<context id="PPSD0006">
-<!--PPSD0006 for the User-defined UDDI Category Data String Delimiter text field on the Scenario Defaults Preference Page-->
-<description>Enter the character you want to use as a string delimiter for user-defined UDDI Category data.</description>
-</context>
-
-
-<context id="PPAD0004">
-<!--  Hide generate client check box-->
-<description>Select this check box to hide the option of generating a Web service client when you right-click a file in the Project Explorer or Navigator.</description>
-</context>
-
-<context id="PPAD0005">
-<!--  Hide generate sample check box-->
-<description>Select this check box to hide the option of generating sample JSP code for the Web service when you right-click a file in the Project Explorer or Navigator.</description>
-</context>
-
-<context id="PPAD0006">
-<!--  create web service check box-->
-<description>Select this check box to hide the option of generating a Web service client when you right-click a file in the Project Explorer or Navigator.</description>
-</context>
-
-<context id="PPAD0008">
-<!--  generate skeleton check box-->
-<description>Select this check box to hide the option of generating skeleton Java classes when you right-click a file in the Project Explorer or Navigator. The skeleton bean contains a set of methods that correspond to the operations described in the WSDL document. When the bean is created, each method has a trivial implementation that you replace by editing the bean.</description>
-</context>
-
-<context id="PPAD0009">
-<!--  publish WSDL check box-->
-<description>Select this check box to hide the option of publishing the Web service's WSDL file to a UDDI registry when you right-click a file in the Project Explorer or Navigator.</description>
-</context>
-
-
-</contexts>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.ws.api.doc/.project b/docs/org.eclipse.wst.ws.api.doc/.project
deleted file mode 100644
index 238cca4..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/.project
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.wst.ws.api.doc</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
-	</natures>
-</projectDescription>
diff --git a/docs/org.eclipse.wst.ws.api.doc/META-INF/MANIFEST.MF b/docs/org.eclipse.wst.ws.api.doc/META-INF/MANIFEST.MF
deleted file mode 100644
index f9052e0..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,8 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.wst.ws.api.doc; singleton:=true
-Bundle-Version: 1.0.1.qualifier
-Bundle-Vendor: %providerName 
-Bundle-Localization: plugin
-Bundle-ActivationPolicy: lazy
diff --git a/docs/org.eclipse.wst.ws.api.doc/about.html b/docs/org.eclipse.wst.ws.api.doc/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in 
-("Content"). Unless otherwise indicated below, the Content is provided to you 
-under the terms and conditions of the Eclipse Public License Version 1.0 
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>. 
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the 
-Content is being redistributed by another party ("Redistributor") and different 
-terms and conditions may apply to your use of any object code in the Content. 
-Check the RedistributorÂ’s license that was provided with the Content. If no such 
-license exists, contact the Redistributor. Unless otherwise indicated below, the 
-terms and conditions of the EPL still apply to any source code in the Content 
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/book.css b/docs/org.eclipse.wst.ws.api.doc/book.css
deleted file mode 100644
index 84d8880..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/book.css
+++ /dev/null
@@ -1 +0,0 @@
-@import "../PRODUCT_PLUGIN/book.css";
diff --git a/docs/org.eclipse.wst.ws.api.doc/build.properties b/docs/org.eclipse.wst.ws.api.doc/build.properties
deleted file mode 100644
index cb0126c..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/build.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-bin.includes = .,\
-               plugin.xml,\
-               plugin.properties,\
-               META-INF/,\
-               javadoctoc.xml,\
-               reference/,\
-               topics_Reference.xml,\
-               topics_ExtPoint_Reference.xml,\
-               notices.html,\
-               about.html,\
-               book.css,\
-               schema.css
diff --git a/docs/org.eclipse.wst.ws.api.doc/buildExtDocs.properties b/docs/org.eclipse.wst.ws.api.doc/buildExtDocs.properties
deleted file mode 100644
index 88592ab..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/buildExtDocs.properties
+++ /dev/null
@@ -1,13 +0,0 @@
-################################################################
-# Information for extension point overview document
-################################################################
-# Overview document title
-title = WebServices Extension Points
-header = WebServices Extension Points 
-# Introduction paragraph
-overview = The following extension points can be used to extend the capabilities of the WST Web services infrastructure: 
-
-# A list of the extension points that should be included in the
-# extension point documentation.
-listed-ext-points=org.eclipse.wst.ws.service.policy.servicePolicy,\
-org.eclipse.wst.ws.services.policy.ui.servicePolicyui
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.ws.api.doc/buildExtDocs.xml b/docs/org.eclipse.wst.ws.api.doc/buildExtDocs.xml
deleted file mode 100644
index ccb3edf..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/buildExtDocs.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="Build Extension Point Documentation" default="createExtDocs" basedir=".">
-
-	<property file="buildExtDocs.properties"/>
-	<property name="outputDir" value="${basedir}"/>
-    <property name="apioutputDir" value="${outputDir}${file.separator}reference${file.separator}ext"/>
-
-	<target name="createExtDocs" depends="buildExtDocs, createDocListings"/>
-	
-	<target name="buildExtDocs" depends="buildJSFExtDocs"/>
-		
- 	<target name="buildJSFExtDocs">
- 		
- 		<!-- cleanup old -->
- 		<delete>
- 	 		<fileset dir="${apioutputDir}" casesensitive="yes" id="ext-docs-list-ent">
- 	 			<include name="*.html"/>
- 			</fileset>
- 		</delete>
- 		
- 		<!-- generate new html from ext-pt schemas -->
- 		<pde.convertSchemaToHTML manifest="../org.eclipse.wst.ws.service.policy/plugin.xml" destination="${apioutputDir}" />
- 		<pde.convertSchemaToHTML manifest="../org.eclipse.wst.ws.service.policy.ui/plugin.xml" destination="${apioutputDir}" />
- 		
- 		<!-- Get the list of extension doc files. -->
- 		<fileset dir="${apioutputDir}" casesensitive="yes" id="ext-docs-list-ent" >
- 			<include name="*.html"/>
-		</fileset>
- 		
- 		<!-- Convert the list to an XML representation. -->
- 		<pathconvert property="ext-doc-ent" refid="ext-docs-list-ent" pathsep="&lt;/file&gt;/n/n&lt;file&gt;" >
- 			<map from="${apioutputDir}${file.separator}" to=""/>
- 		</pathconvert>
- 		<echo file="extdocs.xml">&lt;files component="webservice"&gt;&lt;file&gt;${ext-doc-ent}&lt;/file&gt;&lt;/files&gt;</echo>
- 		 						
- 	</target>
-	
-	<target name="createDocListings">
-		<delete file="${apioutputDir}${file.separator}index.html"/>
-		<!-- Create the overview document. -->
-		<xslt basedir="${basedir}" in="extDocListings.xml" out="${apioutputDir}${file.separator}index.html" style="extDocOverview.xsl">
-	  		<param name="title" expression="${title}"/>
-	  		<param name="header" expression="${header}"/>
-	  		<param name="overview" expression="${overview}"/>
-			<param name="listed-ext-points" expression="${listed-ext-points}"/>
-		</xslt>
-			
-		<!-- Create the extention point toc. -->
-		<xslt basedir="${basedir}" in="extDocListings.xml" out="topics_ExtPoint_Reference.xml" style="extDocToc.xsl">
-			<param name="listed-ext-points" expression="${listed-ext-points}"/>
-			<outputproperty name="method" value="xml"/>
-			<outputproperty name="indent" value="yes"/>
-		</xslt>
-			
-	</target>
-</project>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.ws.api.doc/buildJavadoc.xml b/docs/org.eclipse.wst.ws.api.doc/buildJavadoc.xml
deleted file mode 100644
index 3cbee63..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/buildJavadoc.xml
+++ /dev/null
@@ -1,128 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project
-    name="javadoc"
-    default="main"
-    basedir=".">
-	
-    <property
-        name="buildDirectory"
-        value="${basedir}/../.." />
-
-    <!-- = = = standard properties pattern = = = -->
-    <!-- 
-        First get environment variables
-        Note to be cross-platform, "environment variables" are only appropriate for 
-        some variables, e.g. ones we set, since properties are case sensitive, even if 
-        the environment variables on your operating system are not, e.g. it will 
-        be ${env.Path} not ${env.PATH} on Windows -->
-    <property environment="env" />
-
-    <!-- 
-        Let users override standard properties, if desired.
-        If this directory/files does not exist, then it will be ignored, 
-        and defaults used.
-    -->
-    <property
-        file="${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties" />
-
-
-
-    <property file="javadoc.properties" />
-    <property
-        name="outputDir"
-        value="${basedir}" />
-
-    <target
-        name="main"
-        depends="javadoc, packagetoc"
-        description="Builds Plugin Javadoc" />
-
-    <target
-        name="javadoc"
-        depends="getSkipJavaDocParam"
-        unless="doskipJavaDoc">
-    	<echo message="basedir: ${basedir}" />
-    	<echo message="outputdir: ${outputDir}" />
-        <echo message="classpath: ${J2SE-1.5}" />
-        <echo message="buildDirectory: ${buildDirectory}" />
-
-        <javadoc
-            access="public"
-            author="false"
-            destdir="${outputDir}/reference/api"
-            doctitle="${api.title}"
-            nodeprecated="false"
-            nodeprecatedlist="false"
-            noindex="false"
-            nonavbar="false"
-            notree="false"
-            Encoding="ISO-8859-1"
-            packagenames="${api.packages}"
-            sourcepath="${plugin.sourcefolders}"
-            splitindex="true"
-            use="true"
-            version="true"
-            breakiterator="yes"
-            verbose="false"
-        	classpath=""
-            failonerror="false">
-        	
-            <classpath>
-                <fileset dir="${buildDirectory}/plugins">
-                    <include name="**/*.jar" />
-                </fileset>
-            </classpath>
-            
-
-        </javadoc>
-    </target>
-
-    <target name="packagetoc">
-        <loadfile
-            failonerror="false"
-            property="wtp.packages"
-            srcFile="${outputDir}/reference/api/package-list">
-            <filterchain>
-                <filterreader
-                    classname="org.apache.tools.ant.filters.PrefixLines">
-                    <param
-                        name="prefix"
-                        value="&lt;/package&gt;&lt;package&gt;" />
-                </filterreader>
-                <striplinebreaks />
-            </filterchain>
-        </loadfile>
-
-        <!-- Create packages.xml file -->
-        <echo file="packages.xml">
-            &lt;packages&gt;&lt;package&gt;${wtp.packages}&lt;/package&gt;&lt;/packages&gt;
-        </echo>
-
-        <xslt
-            basedir="${basedir}/build"
-            in="packages.xml"
-            out="javadoctoc.xml"
-            style="javadocToc.xsl">
-            <outputproperty
-                name="method"
-                value="xml" />
-            <outputproperty
-                name="indent"
-                value="yes" />
-        </xslt>
-    </target>
-    
-    <target
-        name="getSkipJavaDocParam"
-        if="skipJavaDoc">
-        <echo message="skipJavaDoc: ${skipJavaDoc}" />
-        <condition property="doskipJavaDoc">
-            <equals
-                arg1="${skipJavaDoc}"
-                arg2="true"
-                trim="true"
-                casesensitive="false" />
-        </condition>
-    </target>
-</project>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.ws.api.doc/extDocListings.xml b/docs/org.eclipse.wst.ws.api.doc/extDocListings.xml
deleted file mode 100644
index 44cd9dd..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/extDocListings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<components>
-	<component name="Web service API" id="webservice" file="extdocs.xml"/>
-</components>
diff --git a/docs/org.eclipse.wst.ws.api.doc/extDocOverview.xsl b/docs/org.eclipse.wst.ws.api.doc/extDocOverview.xsl
deleted file mode 100644
index 07ab2c7..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/extDocOverview.xsl
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-    version="1.0"
-    xmlns:xalan="http://xml.apache.org/xslt">
-    <xsl:param name="title"/>
-    <xsl:param name="header"/>
-    <xsl:param name="overview"/>
-    <xsl:param name="listed-ext-points"/>
-    
-    <xsl:template match="components">
-    	
-    	<xsl:text disable-output-escaping="yes">
-    	&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN"&gt;
-		</xsl:text>
-		<html>
-		<head>
-		<xsl:text disable-output-escaping="yes">
-		&lt;meta name="copyright" content="Copyright (c) 2008 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." &gt;
-
-   		&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
-   		</xsl:text>
-   		<title><xsl:value-of select="$title"/></title>
-   		<xsl:text disable-output-escaping="yes">
-		&lt;LINK REL="STYLESHEET" HREF="../../book.css" CHARSET="ISO-8859-1" TYPE="text/css"&gt;
-		</xsl:text>
-		</head>
-		<body link="#0000FF" vlink="#800080">
-
-		<center>
-		<h1><xsl:value-of select="$header"/></h1>
-		</center>
-
-		<xsl:value-of select="$overview"/>
-    	<xsl:for-each select="component">
-    		<xsl:sort select="@id"/>
-    		<h3><a name="{@id}"></a><xsl:value-of select="@name"/></h3>
-    		<ul>
-    			<xsl:for-each select="document(@file)/files/file">
-    				<xsl:sort select="text()"/>
-    				<!-- <xsl:if test="contains($listed-ext-points, translate(substring(text(), 0, string-length(text()) - 4),'_','.'))"> --> 
-  						<li>
-  							<a href="{text()}"><xsl:value-of select="translate(substring(text(), 0, string-length(text()) - 4),'_','.')"/></a> 
-  						</li>
-  					<!-- </xsl:if> -->
-    			</xsl:for-each>
-    		</ul>
-    	</xsl:for-each>
-    	</body>
-		</html>
-    </xsl:template>
-</xsl:stylesheet>
diff --git a/docs/org.eclipse.wst.ws.api.doc/extDocToc.xsl b/docs/org.eclipse.wst.ws.api.doc/extDocToc.xsl
deleted file mode 100644
index c6b2741..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/extDocToc.xsl
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-    version="1.0"
-    xmlns:xalan="http://xml.apache.org/xslt"
-    exclude-result-prefixes="xalan">
-    <xsl:param name="listed-ext-points"/>
-    
-     <xsl:template match="components">
-     	<xsl:text disable-output-escaping="yes">
-&lt;?NLS TYPE="org.eclipse.help.toc"?&gt;
-	 	</xsl:text>
-	 	<toc label="Extension Points Reference">
-	 		<xsl:for-each select="document(component/@file)/files/file">
-	 			<xsl:sort select="text()"/>
-	 			<!-- <xsl:if test="contains($listed-ext-points, translate(substring(text(), 0, string-length(text()) - 4),'_','.'))"> -->
-	 				<topic label="{translate(substring(text(), 0, string-length(text()) - 4),'_','.')}" href="reference/ext/{text()}">
-	 				</topic>
-	 			<!-- </xsl:if> -->
-	 		</xsl:for-each>
-	 	</toc> 
-	</xsl:template>
-</xsl:stylesheet>
diff --git a/docs/org.eclipse.wst.ws.api.doc/extdocs.xml b/docs/org.eclipse.wst.ws.api.doc/extdocs.xml
deleted file mode 100644
index d2c2612..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/extdocs.xml
+++ /dev/null
@@ -1 +0,0 @@
-<files component="webservice"><file>org_eclipse_wst_ws_service_policy_servicepolicy.html</file>/n/n<file>org_eclipse_wst_ws_service_policy_ui_servicepolicyui.html</file></files>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.ws.api.doc/javadoc.properties b/docs/org.eclipse.wst.ws.api.doc/javadoc.properties
deleted file mode 100644
index dc00c91..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/javadoc.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-
-plugin.sourcefolders=../org.eclipse.wst.ws.service.policy/src;\
-../org.eclipse.wst.ws.service.policy.ui/src;\
-
-api.packages=org.eclipse.wst.ws.service.policy,\
-org.eclipse.wst.ws.service.policy.listeners,\
-org.eclipse.wst.ws.service.policy.utils,\
-org.eclipse.wst.ws.service.policy.ui,\
-org.eclipse.wst.ws.service.policy.ui.utils
-
-
-
-api.title=Web Tools Platform: Web services API documentation
-
diff --git a/docs/org.eclipse.wst.ws.api.doc/javadoc.xsl b/docs/org.eclipse.wst.ws.api.doc/javadoc.xsl
deleted file mode 100644
index 5b824e5..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/javadoc.xsl
+++ /dev/null
@@ -1,134 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xsl:stylesheet
-	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-	version="1.0">
-
-	<xsl:variable name="root">
-		<xsl:choose>
-			<xsl:when test="/html/head/meta[@name='root']/@content">
-				<xsl:value-of select="/html/head/meta[@name='root']/@content" />
-			</xsl:when>
-			<xsl:otherwise>
-				<xsl:text>../..</xsl:text>
-			</xsl:otherwise>
-		</xsl:choose>
-	</xsl:variable>
-
-	<xsl:template match="/">
-		<xsl:apply-templates />
-	</xsl:template>
-
-	<xsl:template match="html">
-		<html>
-			<head>
-				<meta
-					content="text/html; charset=iso-8859-1"
-					http-equiv="Content-Type" />
-				<link
-					type="text/css"
-					href="{$root}/apistyles.css"
-					rel="stylesheet" />
-				<xsl:apply-templates select="head/title" />
-			</head>
-			<body> 
-				<xsl:apply-templates
-					select="body/*"
-					mode="body" />
-			</body>
-		</html>
-	</xsl:template>
-
-	<xsl:template
-		match="h1"
-		mode="banner">
-		<table
-			border="0"
-			cellpadding="2"
-			cellspacing="5"
-			width="100%">
-			<tbody>
-				<tr>
-					<td
-						align="left"
-						width="60%">
-						<font class="indextop">
-							<xsl:value-of select="." />
-						</font>
-						<br />
-						<font class="indexsub">
-							<xsl:value-of select="/html/head/title" />
-						</font>
-					</td>
-					<td width="40%">
-						<img
-							src="{$root}/overview/Idea.jpg"
-							align="middle"
-							height="86"
-							hspace="50"
-							width="120" />
-					</td>
-				</tr>
-			</tbody>
-		</table>
-	</xsl:template>
-
-	<xsl:template
-		match="h1"
-		mode="body" />
-
-	<xsl:template
-		match="h2"
-		mode="body">
-
-		<table
-			border="0"
-			cellpadding="2"
-			cellspacing="5"
-			width="100%">
-			<tbody>
-				<tr>
-					<td
-						colspan="2"
-						align="left"
-						bgcolor="#0080c0"
-						valign="top">
-						<b>
-							<font
-								color="#ffffff"
-								face="Arial,Helvetica">
-								<xsl:apply-templates />
-							</font>
-						</b>
-					</td>
-				</tr>
-			</tbody>
-		</table>
-	</xsl:template>
-
-	<xsl:template
-		match="h3"
-		mode="body">
-		<img
-			src="{$root}/images/Adarrow.gif"
-			border="0"
-			height="16"
-			width="16" />
-		<xsl:apply-templates />
-	</xsl:template>
-
-	<xsl:template
-		match="*"
-		mode="body">
-
-		<xsl:copy>
-			<xsl:apply-templates select="*|@*|text()" />
-		</xsl:copy>
-	</xsl:template>
-
-	<xsl:template match="*|@*|text()">
-		<xsl:copy>
-			<xsl:apply-templates select="*|@*|text()" />
-		</xsl:copy>
-	</xsl:template>
-
-</xsl:stylesheet>
diff --git a/docs/org.eclipse.wst.ws.api.doc/javadocToc.xsl b/docs/org.eclipse.wst.ws.api.doc/javadocToc.xsl
deleted file mode 100644
index ad71795..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/javadocToc.xsl
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-    version="1.0"
-    xmlns:xalan="http://xml.apache.org/xslt"
-    exclude-result-prefixes="xalan">
-    
-     <xsl:template match="packages">
-     <xsl:text disable-output-escaping="yes">
-&lt;?NLS TYPE="org.eclipse.help.toc"?&gt;
-	 </xsl:text>
-	 <toc label="Javadoc Packages Reference">
-	 <xsl:for-each select="package">
-	 <xsl:sort select="text()"/>
-	 	<xsl:if test="text() != ''">
-	 		<topic label="{text()}" href="reference/api/{translate(text(),'.','/')}/package-summary.html"/>
-	 	</xsl:if>
-	 </xsl:for-each>
-	
-	 </toc> 
-	</xsl:template>
-</xsl:stylesheet>
diff --git a/docs/org.eclipse.wst.ws.api.doc/javadoctoc.xml b/docs/org.eclipse.wst.ws.api.doc/javadoctoc.xml
deleted file mode 100644
index dba7bc2..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/javadoctoc.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?NLS TYPE="org.eclipse.help.toc"?>
-	 <toc label="Javadoc Packages Reference">
-<topic href="reference/api/org/eclipse/wst/ws/service/policy/package-summary.html" label="org.eclipse.wst.ws.service.policy"/>
-<topic href="reference/api/org/eclipse/wst/ws/service/policy/listeners/package-summary.html" label="org.eclipse.wst.ws.service.policy.listeners"/>
-<topic href="reference/api/org/eclipse/wst/ws/service/policy/ui/package-summary.html" label="org.eclipse.wst.ws.service.policy.ui"/>
-<topic href="reference/api/org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html" label="org.eclipse.wst.ws.service.policy.ui.utils"/>
-<topic href="reference/api/org/eclipse/wst/ws/service/policy/utils/package-summary.html" label="org.eclipse.wst.ws.service.policy.utils"/>
-</toc>
diff --git a/docs/org.eclipse.wst.ws.api.doc/notices.html b/docs/org.eclipse.wst.ws.api.doc/notices.html
deleted file mode 100644
index e0cf4d1..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/notices.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1"
-	TYPE="text/css">
-<title>Legal Notices</title>
-</head>
-<body>
-
-<h3><a NAME="Notices"></a>Notices</h3>
-<p>The material in this guide is Copyright (c) IBM Corporation and
-others 2000, 2005.</p>
-<p><a href="about.html">Terms and conditions regarding the use of this
-guide.</a></p>
-</body>
-</html>
diff --git a/docs/org.eclipse.wst.ws.api.doc/packages.xml b/docs/org.eclipse.wst.ws.api.doc/packages.xml
deleted file mode 100644
index a84cfe1..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/packages.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-            <packages><package></package><package>org.eclipse.wst.ws.service.policy</package><package>org.eclipse.wst.ws.service.policy.listeners</package><package>org.eclipse.wst.ws.service.policy.ui</package><package>org.eclipse.wst.ws.service.policy.ui.utils</package><package>org.eclipse.wst.ws.service.policy.utils</package></packages>
-        
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.ws.api.doc/plugin.properties b/docs/org.eclipse.wst.ws.api.doc/plugin.properties
deleted file mode 100644
index 65ce2da..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/plugin.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-###############################################################################
-# Copyright (c) 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-# 
-# Contributors:
-#     IBM Corporation - initial API and implementation
-###############################################################################
-providerName=Eclipse.org
-pluginName=Web Services API Documentation
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.ws.api.doc/plugin.xml b/docs/org.eclipse.wst.ws.api.doc/plugin.xml
deleted file mode 100644
index 12db540..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/plugin.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin>
-	
-<!--
- =============================================================================  
- Define Subsection Table of Contents
- ============================================================================= 
---> 
-	<extension point="org.eclipse.help.toc">
-		<toc file="topics_Reference.xml"/>
-		<toc file="javadoctoc.xml"/>
-		<toc file="topics_ExtPoint_Reference.xml"/>
-	</extension>
-</plugin>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/allclasses-frame.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/allclasses-frame.html
deleted file mode 100644
index 83b9bae..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/allclasses-frame.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-All Classes
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-<FONT size="+1" CLASS="FrameHeadingFont">
-<B>All Classes</B></FONT>
-<BR>
-
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils" target="classFrame">ActivityUtils</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IDescriptor</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui" target="classFrame"><I>IEnableOperation</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IFilter</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui" target="classFrame"><I>ILaunchOperation</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners" target="classFrame"><I>IPolicyChildChangeListener</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IPolicyEnumerationList</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui" target="classFrame"><I>IPolicyOperation</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui" target="classFrame">IPolicyOperation.OperationKind</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners" target="classFrame"><I>IPolicyPlatformLoadListener</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners" target="classFrame"><I>IPolicyPlatformProjectLoadListener</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IPolicyRelationship</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IPolicyState</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners" target="classFrame"><I>IPolicyStateChangeListener</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IPolicyStateEnum</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui" target="classFrame"><I>IQuickFixAction</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui" target="classFrame"><I>IQuickFixActionInfo</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IServicePolicy</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IStateEnumerationItem</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners" target="classFrame"><I>IStatusChangeListener</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy" target="classFrame">PolicyEnumerationListImpl</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy" target="classFrame">PolicyRelationshipImpl</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html" title="class in org.eclipse.wst.ws.service.policy.utils" target="classFrame">RegistryUtils</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy" target="classFrame">ServicePolicyActivator</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui" target="classFrame">ServicePolicyActivatorUI</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy" target="classFrame">ServicePolicyPlatform</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui" target="classFrame">ServicePolicyPlatformUI</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils" target="classFrame">ServiceUtils</A>
-<BR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/allclasses-noframe.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/allclasses-noframe.html
deleted file mode 100644
index aa72b13..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/allclasses-noframe.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-All Classes
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-<FONT size="+1" CLASS="FrameHeadingFont">
-<B>All Classes</B></FONT>
-<BR>
-
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils">ActivityUtils</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy"><I>IDescriptor</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><I>IEnableOperation</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy"><I>IFilter</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><I>ILaunchOperation</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><I>IPolicyChildChangeListener</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy"><I>IPolicyEnumerationList</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><I>IPolicyOperation</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><I>IPolicyPlatformLoadListener</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><I>IPolicyPlatformProjectLoadListener</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy"><I>IPolicyRelationship</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy"><I>IPolicyState</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><I>IPolicyStateChangeListener</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy"><I>IPolicyStateEnum</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><I>IQuickFixAction</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><I>IQuickFixActionInfo</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy"><I>IServicePolicy</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy"><I>IStateEnumerationItem</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><I>IStatusChangeListener</I></A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy">PolicyEnumerationListImpl</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy">PolicyRelationshipImpl</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html" title="class in org.eclipse.wst.ws.service.policy.utils">RegistryUtils</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyActivator</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyPlatformUI</A>
-<BR>
-<A HREF="org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils">ServiceUtils</A>
-<BR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/constant-values.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/constant-values.html
deleted file mode 100644
index d964b10..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/constant-values.html
+++ /dev/null
@@ -1,230 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-Constant Field Values
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Constant Field Values";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<CENTER>
-<H1>
-Constant Field Values</H1>
-</CENTER>
-<HR SIZE="4" NOSHADE>
-<B>Contents</B><UL>
-<LI><A HREF="#org.eclipse">org.eclipse.*</A>
-</UL>
-
-<A NAME="org.eclipse"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left"><FONT SIZE="+2">
-org.eclipse.*</FONT></TH>
-</TR>
-</TABLE>
-
-<P>
-
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="3">org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.ws.service.policy.IPolicyState.DefaultValueKey"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/ws/service/policy/IPolicyState.html#DefaultValueKey">DefaultValueKey</A></CODE></TD>
-<TD ALIGN="right"><CODE>"default.value.key"</CODE></TD>
-</TR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-<P>
-
-<P>
-
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="3">org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.ws.service.policy.IPolicyStateEnum.FALSE_ENUM"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html#FALSE_ENUM">FALSE_ENUM</A></CODE></TD>
-<TD ALIGN="right"><CODE>"org.eclipse.wst.false"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.ws.service.policy.IPolicyStateEnum.TRUE_ENUM"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html#TRUE_ENUM">TRUE_ENUM</A></CODE></TD>
-<TD ALIGN="right"><CODE>"org.eclipse.wst.true"</CODE></TD>
-</TR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-<P>
-
-<P>
-
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="3">org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyActivator</A></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.ws.service.policy.ServicePolicyActivator.PLUGIN_ID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html#PLUGIN_ID">PLUGIN_ID</A></CODE></TD>
-<TD ALIGN="right"><CODE>"org.eclipse.wst.ws.service.policy"</CODE></TD>
-</TR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-<P>
-
-<P>
-
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="3">org.eclipse.wst.ws.service.policy.ui.<A HREF="org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.ws.service.policy.ui.ServicePolicyActivatorUI.PLUGIN_ID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#PLUGIN_ID">PLUGIN_ID</A></CODE></TD>
-<TD ALIGN="right"><CODE>"org.eclipse.wst.ws.service.policy.ui"</CODE></TD>
-</TR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-<P>
-
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/deprecated-list.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/deprecated-list.html
deleted file mode 100644
index 558a309..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/deprecated-list.html
+++ /dev/null
@@ -1,143 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Deprecated List
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Deprecated List";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Deprecated API</B></H2>
-</CENTER>
-<HR SIZE="4" NOSHADE>
-<B>Contents</B><UL>
-</UL>
-
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/help-doc.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/help-doc.html
deleted file mode 100644
index 9ca889b..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/help-doc.html
+++ /dev/null
@@ -1,220 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-API Help
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="API Help";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?help-doc.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H1>
-How This API Document Is Organized</H1>
-</CENTER>
-This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.<H3>
-Overview</H3>
-<BLOCKQUOTE>
-
-<P>
-The <A HREF="overview-summary.html">Overview</A> page is the front page of this API document and provides a list of all packages with a summary for each.  This page can also contain an overall description of the set of packages.</BLOCKQUOTE>
-<H3>
-Package</H3>
-<BLOCKQUOTE>
-
-<P>
-Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:<UL>
-<LI>Interfaces (italic)<LI>Classes<LI>Enums<LI>Exceptions<LI>Errors<LI>Annotation Types</UL>
-</BLOCKQUOTE>
-<H3>
-Class/Interface</H3>
-<BLOCKQUOTE>
-
-<P>
-Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:<UL>
-<LI>Class inheritance diagram<LI>Direct Subclasses<LI>All Known Subinterfaces<LI>All Known Implementing Classes<LI>Class/interface declaration<LI>Class/interface description
-<P>
-<LI>Nested Class Summary<LI>Field Summary<LI>Constructor Summary<LI>Method Summary
-<P>
-<LI>Field Detail<LI>Constructor Detail<LI>Method Detail</UL>
-Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE>
-</BLOCKQUOTE>
-<H3>
-Annotation Type</H3>
-<BLOCKQUOTE>
-
-<P>
-Each annotation type has its own separate page with the following sections:<UL>
-<LI>Annotation Type declaration<LI>Annotation Type description<LI>Required Element Summary<LI>Optional Element Summary<LI>Element Detail</UL>
-</BLOCKQUOTE>
-</BLOCKQUOTE>
-<H3>
-Enum</H3>
-<BLOCKQUOTE>
-
-<P>
-Each enum has its own separate page with the following sections:<UL>
-<LI>Enum declaration<LI>Enum description<LI>Enum Constant Summary<LI>Enum Constant Detail</UL>
-</BLOCKQUOTE>
-<H3>
-Use</H3>
-<BLOCKQUOTE>
-Each documented package, class and interface has its own Use page.  This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A.  You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</BLOCKQUOTE>
-<H3>
-Tree (Class Hierarchy)</H3>
-<BLOCKQUOTE>
-There is a <A HREF="overview-tree.html">Class Hierarchy</A> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.<UL>
-<LI>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.<LI>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</UL>
-</BLOCKQUOTE>
-<H3>
-Deprecated API</H3>
-<BLOCKQUOTE>
-The <A HREF="deprecated-list.html">Deprecated API</A> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</BLOCKQUOTE>
-<H3>
-Index</H3>
-<BLOCKQUOTE>
-The <A HREF="index-files/index-1.html">Index</A> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</BLOCKQUOTE>
-<H3>
-Prev/Next</H3>
-These links take you to the next or previous class, interface, package, or related page.<H3>
-Frames/No Frames</H3>
-These links show and hide the HTML frames.  All pages are available with or without frames.
-<P>
-<H3>
-Serialized Form</H3>
-Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
-<P>
-<H3>
-Constant Field Values</H3>
-The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.
-<P>
-<FONT SIZE="-1">
-<EM>
-This help file applies to API documentation generated using the standard doclet.</EM>
-</FONT>
-<BR>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?help-doc.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-1.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-1.html
deleted file mode 100644
index a5cacfc..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-1.html
+++ /dev/null
@@ -1,166 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-A-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="A-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV LETTER&nbsp;
-&nbsp;<A HREF="index-2.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-1.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-1.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-<A NAME="_A_"><!-- --></A><H2>
-<B>A</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IFilter.html#accept(org.eclipse.wst.ws.service.policy.IServicePolicy)"><B>accept(IServicePolicy)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy">IFilter</A>
-<DD>Determines if a policy should be accepted or not.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html#action(org.eclipse.wst.ws.service.policy.IServicePolicy)"><B>action(IServicePolicy)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixAction</A>
-<DD>This method is called when the user has selected this action to resolve
- a particular service policy problem.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils"><B>ActivityUtils</B></A> - Class in <A HREF="../org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html">org.eclipse.wst.ws.service.policy.ui.utils</A><DD>Used by the Eclipse activities framework.<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html#ActivityUtils()"><B>ActivityUtils()</B></A> - 
-Constructor for class org.eclipse.wst.ws.service.policy.ui.utils.<A HREF="../org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils">ActivityUtils</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#addChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener, boolean)"><B>addChildChangeListener(IPolicyChildChangeListener, boolean)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>This method allows calls to listener to any child change that is
- made in the service policy platform regardless of where it is 
- located in the tree of service policies.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#addPolicyChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener)"><B>addPolicyChildChangeListener(IPolicyChildChangeListener)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Adds a child listener to this service policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html#addPolicyStateChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyStateChangeListener, boolean)"><B>addPolicyStateChangeListener(IPolicyStateChangeListener, boolean)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A>
-<DD>Adds a policy state change listener to this service policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#addProjectLoadListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformProjectLoadListener)"><B>addProjectLoadListener(IPolicyPlatformProjectLoadListener)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Add a project platform listener.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#addStatusChangeListener(org.eclipse.wst.ws.service.policy.listeners.IStatusChangeListener)"><B>addStatusChangeListener(IStatusChangeListener)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Adds a status change listener to this service policy.
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV LETTER&nbsp;
-&nbsp;<A HREF="index-2.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-1.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-1.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-10.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-10.html
deleted file mode 100644
index e24b85f..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-10.html
+++ /dev/null
@@ -1,161 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-P-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="P-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-9.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-11.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-10.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-10.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-<A NAME="_P_"><!-- --></A><H2>
-<B>P</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html#PLUGIN_ID"><B>PLUGIN_ID</B></A> - 
-Static variable in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyActivator</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#PLUGIN_ID"><B>PLUGIN_ID</B></A> - 
-Static variable in class org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy"><B>PolicyEnumerationListImpl</B></A> - Class in <A HREF="../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A><DD>This class provides a simple implementation of the IPolicyEnumerationList interface.<DT><A HREF="../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html#PolicyEnumerationListImpl(java.util.List, org.eclipse.wst.ws.service.policy.IServicePolicy)"><B>PolicyEnumerationListImpl(List&lt;IStateEnumerationItem&gt;, IServicePolicy)</B></A> - 
-Constructor for class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy">PolicyEnumerationListImpl</A>
-<DD>A simple constructor for this class.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy"><B>PolicyRelationshipImpl</B></A> - Class in <A HREF="../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A><DD>This class provides a simple implementation of the IPolicyRelationship
- interface.<DT><A HREF="../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html#PolicyRelationshipImpl(org.eclipse.wst.ws.service.policy.IPolicyEnumerationList, java.util.List)"><B>PolicyRelationshipImpl(IPolicyEnumerationList, List&lt;IPolicyEnumerationList&gt;)</B></A> - 
-Constructor for class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy">PolicyRelationshipImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html#policyStateChange(org.eclipse.wst.ws.service.policy.IServicePolicy, java.lang.String, java.lang.String, java.lang.String)"><B>policyStateChange(IServicePolicy, String, String, String)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.listeners.<A HREF="../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyStateChangeListener</A>
-<DD>Called when a state change event occurs for a service policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html#putDefaultValue(java.lang.String, java.lang.String, boolean)"><B>putDefaultValue(String, String, boolean)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A>
-<DD>This method sets the default for a particular key.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html#putValue(java.lang.String, java.lang.String)"><B>putValue(String, String)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A>
-<DD>This method sets some state for a service policy.
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-9.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-11.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-10.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-10.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-11.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-11.html
deleted file mode 100644
index 3d2b77b..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-11.html
+++ /dev/null
@@ -1,142 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Q-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Q-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-10.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-12.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-11.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-11.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-<A NAME="_Q_"><!-- --></A><H2>
-<B>Q</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#queueChildChangeListeners(boolean)"><B>queueChildChangeListeners(boolean)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Indicates whether child change listeners should be queued or not.
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-10.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-12.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-11.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-11.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-12.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-12.html
deleted file mode 100644
index 1250a6a..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-12.html
+++ /dev/null
@@ -1,175 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-R-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="R-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-11.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-13.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-12.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-12.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-<A NAME="_R_"><!-- --></A><H2>
-<B>R</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html" title="class in org.eclipse.wst.ws.service.policy.utils"><B>RegistryUtils</B></A> - Class in <A HREF="../org/eclipse/wst/ws/service/policy/utils/package-summary.html">org.eclipse.wst.ws.service.policy.utils</A><DD>This class is only intended for org.eclipse.wst.ws.service.policy.ui plugin to use.<DT><A HREF="../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html#RegistryUtils()"><B>RegistryUtils()</B></A> - 
-Constructor for class org.eclipse.wst.ws.service.policy.utils.<A HREF="../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html" title="class in org.eclipse.wst.ws.service.policy.utils">RegistryUtils</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#removeChild(org.eclipse.wst.ws.service.policy.IServicePolicy)"><B>removeChild(IServicePolicy)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Removes a child service policy from this service policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#removeChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener, boolean)"><B>removeChildChangeListener(IPolicyChildChangeListener, boolean)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Removes a child change listener from the service policy platform.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#removePolicyChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener)"><B>removePolicyChildChangeListener(IPolicyChildChangeListener)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Removes a child listener from this service policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html#removePolicyStateChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyStateChangeListener)"><B>removePolicyStateChangeListener(IPolicyStateChangeListener)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A>
-<DD>Removes a policy state change listener from this service policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#removeProjectLoadListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformProjectLoadListener)"><B>removeProjectLoadListener(IPolicyPlatformProjectLoadListener)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Removes a project platform listener.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#removeServicePolicy(org.eclipse.wst.ws.service.policy.IServicePolicy)"><B>removeServicePolicy(IServicePolicy)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Removes a service policy from the service policy platform.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#removeStatusChangeListener(org.eclipse.wst.ws.service.policy.listeners.IStatusChangeListener)"><B>removeStatusChangeListener(IStatusChangeListener)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Removes a status change listener from this service policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#restoreDefaults()"><B>restoreDefaults()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Restores the policy to its original state.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#restoreDefaults(org.eclipse.core.resources.IProject)"><B>restoreDefaults(IProject)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Restores the policy to its original state for a particular project.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#restoreDefaults()"><B>restoreDefaults()</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Restores the workspace level defaults.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#restoreDefaults(org.eclipse.core.resources.IProject)"><B>restoreDefaults(IProject)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Restores the project level defaults.
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-11.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-13.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-12.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-12.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-13.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-13.html
deleted file mode 100644
index e2b7a41..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-13.html
+++ /dev/null
@@ -1,202 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-S-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="S-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-12.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-14.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-13.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-13.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-<A NAME="_S_"><!-- --></A><H2>
-<B>S</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy"><B>ServicePolicyActivator</B></A> - Class in <A HREF="../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A><DD>The activator class controls the plug-in life cycle<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html#ServicePolicyActivator()"><B>ServicePolicyActivator()</B></A> - 
-Constructor for class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyActivator</A>
-<DD>The constructor
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><B>ServicePolicyActivatorUI</B></A> - Class in <A HREF="../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A><DD>The activator class controls the plug-in life cycle<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#ServicePolicyActivatorUI()"><B>ServicePolicyActivatorUI()</B></A> - 
-Constructor for class org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A>
-<DD>The constructor
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy"><B>ServicePolicyPlatform</B></A> - Class in <A HREF="../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A><DD>This class is used to access and add service policies to the platform.<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><B>ServicePolicyPlatformUI</B></A> - Class in <A HREF="../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A><DD>This class is used to get Service policy UI information.<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils"><B>ServiceUtils</B></A> - Class in <A HREF="../org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html">org.eclipse.wst.ws.service.policy.ui.utils</A><DD>This class contains utility method for service policies.<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html#ServiceUtils()"><B>ServiceUtils()</B></A> - 
-Constructor for class org.eclipse.wst.ws.service.policy.ui.utils.<A HREF="../org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils">ServiceUtils</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html#setContextHelpId(java.lang.String)"><B>setContextHelpId(String)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A>
-<DD>Sets the context help id for this descriptor.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html#setCurrentItem(java.lang.String)"><B>setCurrentItem(String)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A>
-<DD>Sets the current enum item.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html#setDescription(java.lang.String)"><B>setDescription(String)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A>
-<DD>Sets the description for this descriptor.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html#setIconBundleId(java.lang.String)"><B>setIconBundleId(String)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A>
-<DD>Sets the icon bundle id for this descriptor.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html#setIconPath(java.lang.String)"><B>setIconPath(String)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A>
-<DD>Sets the icon patch for this descriptor.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html#setLongName(java.lang.String)"><B>setLongName(String)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A>
-<DD>Sets the long name for the descriptor.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html#setMutable(boolean)"><B>setMutable(boolean)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#setProjectPreferencesEnabled(org.eclipse.core.resources.IProject, boolean)"><B>setProjectPreferencesEnabled(IProject, boolean)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Sets whether a project specific service policy preferences is enabled or not.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#setRelationships(java.util.List)"><B>setRelationships(List&lt;IPolicyRelationship&gt;)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Sets the relationships for this service policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html#setShortName(java.lang.String)"><B>setShortName(String)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A>
-<DD>Sets the short name for the descriptor.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#setStateItem(org.eclipse.core.resources.IProject, java.lang.String)"><B>setStateItem(IProject, String)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>
-<DD>Sets the current enumeration item for this operation.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#setStatus(org.eclipse.core.runtime.IStatus)"><B>setStatus(IStatus)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Sets the status for this service policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html#sortList(java.util.List)"><B>sortList(List&lt;IServicePolicy&gt;)</B></A> - 
-Static method in class org.eclipse.wst.ws.service.policy.ui.utils.<A HREF="../org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils">ServiceUtils</A>
-<DD>Sorts a list of service policies.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html#start(org.osgi.framework.BundleContext)"><B>start(BundleContext)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyActivator</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#start(org.osgi.framework.BundleContext)"><B>start(BundleContext)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html#statusChange(org.eclipse.wst.ws.service.policy.IServicePolicy, org.eclipse.core.runtime.IStatus, org.eclipse.core.runtime.IStatus)"><B>statusChange(IServicePolicy, IStatus, IStatus)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.listeners.<A HREF="../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IStatusChangeListener</A>
-<DD>Called when a status change event occurs.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html#stop(org.osgi.framework.BundleContext)"><B>stop(BundleContext)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyActivator</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#stop(org.osgi.framework.BundleContext)"><B>stop(BundleContext)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A>
-<DD>&nbsp;
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-12.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-14.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-13.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-13.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-14.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-14.html
deleted file mode 100644
index d34edd2..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-14.html
+++ /dev/null
@@ -1,142 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-T-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="T-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-13.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-15.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-14.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-14.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-<A NAME="_T_"><!-- --></A><H2>
-<B>T</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html#TRUE_ENUM"><B>TRUE_ENUM</B></A> - 
-Static variable in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A>
-<DD>&nbsp;
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-13.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-15.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-14.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-14.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-15.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-15.html
deleted file mode 100644
index 9a53c8b..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-15.html
+++ /dev/null
@@ -1,146 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-V-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="V-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-14.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;NEXT LETTER</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-15.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-15.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-<A NAME="_V_"><!-- --></A><H2>
-<B>V</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 
-Static method in enum org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A>
-<DD>Returns the enum constant of this type with the specified name.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html#values()"><B>values()</B></A> - 
-Static method in enum org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A>
-<DD>Returns an array containing the constants of this enum type, in
-the order they're declared.
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-14.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;NEXT LETTER</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-15.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-15.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-2.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-2.html
deleted file mode 100644
index ac7c53c..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-2.html
+++ /dev/null
@@ -1,153 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-C-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="C-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-1.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-3.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-2.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-2.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-<A NAME="_C_"><!-- --></A><H2>
-<B>C</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html#childChange(java.util.List, java.util.List)"><B>childChange(List&lt;IServicePolicy&gt;, List&lt;Boolean&gt;)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.listeners.<A HREF="../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A>
-<DD>The method is called with an array of child changes.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#commitChanges()"><B>commitChanges()</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Calling this method will commit all the state changes that were made to all
- the service policies.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#commitChanges(org.eclipse.core.resources.IProject)"><B>commitChanges(IProject)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Calling this method will commit all the state changes that were made to all
- the service policies for a particular project.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#createServicePolicy(org.eclipse.wst.ws.service.policy.IServicePolicy, java.lang.String, java.lang.String, java.lang.String)"><B>createServicePolicy(IServicePolicy, String, String, String)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>This method creates an IServicePolicy object.
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-1.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-3.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-2.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-2.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-3.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-3.html
deleted file mode 100644
index 817c41e..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-3.html
+++ /dev/null
@@ -1,150 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-D-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="D-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-2.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-4.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-3.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-3.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-<A NAME="_D_"><!-- --></A><H2>
-<B>D</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html#DefaultValueKey"><B>DefaultValueKey</B></A> - 
-Static variable in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#discardChanges()"><B>discardChanges()</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Calling this method will discard all the state changes that were made to all
- the service policies.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#discardChanges(org.eclipse.core.resources.IProject)"><B>discardChanges(IProject)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Calling this method will discard all the state changes that were made to all
- the service policies for a particular project.
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-2.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-4.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-3.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-3.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-4.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-4.html
deleted file mode 100644
index 8602b37..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-4.html
+++ /dev/null
@@ -1,142 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-E-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="E-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-3.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-5.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-4.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-4.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-<A NAME="_E_"><!-- --></A><H2>
-<B>E</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#earlyStartup()"><B>earlyStartup()</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A>
-<DD>Called by Eclipse when it starts up.
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-3.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-5.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-4.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-4.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-5.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-5.html
deleted file mode 100644
index 359a3df..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-5.html
+++ /dev/null
@@ -1,142 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-F-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="F-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-4.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-6.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-5.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-5.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-<A NAME="_F_"><!-- --></A><H2>
-<B>F</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html#FALSE_ENUM"><B>FALSE_ENUM</B></A> - 
-Static variable in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A>
-<DD>&nbsp;
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-4.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-6.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-5.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-5.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-6.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-6.html
deleted file mode 100644
index 1a55582..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-6.html
+++ /dev/null
@@ -1,319 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-G-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="G-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-5.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-7.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-6.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-6.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-<A NAME="_G_"><!-- --></A><H2>
-<B>G</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html#getAction()"><B>getAction()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixActionInfo</A>
-<DD>Returns the action for this quick fix.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getAllOperations()"><B>getAllOperations()</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyPlatformUI</A>
-<DD>Returns all the operations for all known policies.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getAllPolicyIds()"><B>getAllPolicyIds()</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Returns all service policy IDs that are defined.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html#getAttribute(org.eclipse.core.runtime.IConfigurationElement, java.lang.String)"><B>getAttribute(IConfigurationElement, String)</B></A> - 
-Static method in class org.eclipse.wst.ws.service.policy.utils.<A HREF="../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html" title="class in org.eclipse.wst.ws.service.policy.utils">RegistryUtils</A>
-<DD>Gets a attribute value where the attribute name is case insensitive.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html#getAttributeName(org.eclipse.core.runtime.IConfigurationElement, java.lang.String)"><B>getAttributeName(IConfigurationElement, String)</B></A> - 
-Static method in class org.eclipse.wst.ws.service.policy.utils.<A HREF="../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html" title="class in org.eclipse.wst.ws.service.policy.utils">RegistryUtils</A>
-<DD>This method takes in a lower case attribute name.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getChildren()"><B>getChildren()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html#getContextHelpId()"><B>getContextHelpId()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A>
-<DD>Returns the context help id.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html#getCurrentActivitiesFilter()"><B>getCurrentActivitiesFilter()</B></A> - 
-Static method in class org.eclipse.wst.ws.service.policy.ui.utils.<A HREF="../org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils">ActivityUtils</A>
-<DD>Returns a service policy filter based on the Eclipse activities settings.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html#getCurrentItem()"><B>getCurrentItem()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A>
-<DD>Returns the current enum item.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html#getDefault()"><B>getDefault()</B></A> - 
-Static method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyActivator</A>
-<DD>Returns the shared instance
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#getDefault()"><B>getDefault()</B></A> - 
-Static method in class org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A>
-<DD>Returns the shared instance
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html#getDefaultId()"><B>getDefaultId()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A>
-<DD>Returns the default enum item for this enumeration.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getDefaultItem()"><B>getDefaultItem()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>
-<DD>Returns the default enumeration item for this operation.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html#getDescription()"><B>getDescription()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A>
-<DD>Returns the description for this descriptor.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getDescriptor()"><B>getDescriptor()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Returns the descriptor for this service policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getDescriptor()"><B>getDescriptor()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>
-<DD>Returns the descriptor for this service policy operation.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html#getDescriptor()"><B>getDescriptor()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixActionInfo</A>
-<DD>Returns a descriptor for this quick fix.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getEnumerationId()"><B>getEnumerationId()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>
-<DD>Returns the enum ID for this operation.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html#getEnumerationList()"><B>getEnumerationList()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>
-<DD>Returns the state enumeration list items.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html#getEnumerationList()"><B>getEnumerationList()</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy">PolicyEnumerationListImpl</A>
-<DD>Returns a list of state enumeration items.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html#getEnumId()"><B>getEnumId()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A>
-<DD>Returns the enumeration id associated with this service policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html#getIconBundleId()"><B>getIconBundleId()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A>
-<DD>Returns the icon bundle id.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html#getIconPath()"><B>getIconPath()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A>
-<DD>Returns the icon path relative to an icon bundle.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getId()"><B>getId()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Returns the unique ID for this service policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html#getId()"><B>getId()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>
-<DD>Returns the ID of this state enumeration item.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getId()"><B>getId()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>
-<DD>Returns the unique ID associated with this service policy operation.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#getImageDescriptor(java.lang.String)"><B>getImageDescriptor(String)</B></A> - 
-Static method in class org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A>
-<DD>Returns an image descriptor for the named resource
- as relative to the plugin install location.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getInstance()"><B>getInstance()</B></A> - 
-Static method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Returns a singleton instance of this service policy platform.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getInstance()"><B>getInstance()</B></A> - 
-Static method in class org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyPlatformUI</A>
-<DD>Returns an instance of this service policy platform UI object.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html#getLongName()"><B>getLongName()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A>
-<DD>Returns the long name for the descriptor.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html#getLongName()"><B>getLongName()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>
-<DD>Returns the long name of this state enumeration item.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getOperation(org.eclipse.wst.ws.service.policy.IServicePolicy, java.lang.String)"><B>getOperation(IServicePolicy, String)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyPlatformUI</A>
-<DD>Returns an operation that is associated with a particular service policy
- and has the specified id.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getOperationKind()"><B>getOperationKind()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>
-<DD>Returns the kind of service policy operation.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getOperations(org.eclipse.wst.ws.service.policy.IServicePolicy, boolean)"><B>getOperations(IServicePolicy, boolean)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyPlatformUI</A>
-<DD>Returns the list of operations for this policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getOperationsList(java.util.List, boolean)"><B>getOperationsList(List&lt;IServicePolicy&gt;, boolean)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyPlatformUI</A>
-<DD>Returns a list of list policy operations which are associated with
- the specified service policies.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getParentPolicy()"><B>getParentPolicy()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Returns the parent service policy object.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html#getPolicy()"><B>getPolicy()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>
-<DD>Returns the service policy for this list.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html#getPolicy()"><B>getPolicy()</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy">PolicyEnumerationListImpl</A>
-<DD>Returns a service policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html#getPolicyEnumerationList()"><B>getPolicyEnumerationList()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A>
-<DD>Returns the policy enumeration list for this relationship.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html#getPolicyEnumerationList()"><B>getPolicyEnumerationList()</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy">PolicyRelationshipImpl</A>
-<DD>Returns the policy enumeration list for this relationship.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getPolicyIdPattern()"><B>getPolicyIdPattern()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>
-<DD>Returns the id pattern for this operation.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getPolicyState()"><B>getPolicyState()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Returns the policy state for this service policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getPolicyState(org.eclipse.core.resources.IProject)"><B>getPolicyState(IProject)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Returns the IPolicyState for a particular project.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getPolicyStateEnum()"><B>getPolicyStateEnum()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Returns the policy state enumeration object.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getPolicyStateEnum(org.eclipse.core.resources.IProject)"><B>getPolicyStateEnum(IProject)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Returns the policy state enumeration object for a particular project.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getQuickFixes(org.eclipse.core.runtime.IStatus)"><B>getQuickFixes(IStatus)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyPlatformUI</A>
-<DD>Returns a list of quick fix info for the specified status object.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html#getRelatedPolicies()"><B>getRelatedPolicies()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A>
-<DD>Returns the related policies for this relationship.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html#getRelatedPolicies()"><B>getRelatedPolicies()</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy">PolicyRelationshipImpl</A>
-<DD>Returns the related policies for this relationship.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getRelationships()"><B>getRelationships()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Returns a list of relationships to other IServicePolicy objects.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getRootServicePolicies(org.eclipse.wst.ws.service.policy.IFilter)"><B>getRootServicePolicies(IFilter)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Returns the list of root policies for the platform given a filter.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getServicePolicy(java.lang.String)"><B>getServicePolicy(String)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Returns a service policy given it's unique ID.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getServicePolicy()"><B>getServicePolicy()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>
-<DD>Returns the service policy for this operation.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html#getShortName()"><B>getShortName()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A>
-<DD>Returns the short name for the descriptor
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html#getShortName()"><B>getShortName()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>
-<DD>Returns the short name of this state enumeration item.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getStateEnumeration(java.lang.String)"><B>getStateEnumeration(String)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getStateItem(org.eclipse.core.resources.IProject)"><B>getStateItem(IProject)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>
-<DD>Returns the current enumeration item for this operation.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getStateItemEnumeration(java.lang.String)"><B>getStateItemEnumeration(String)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getStatus()"><B>getStatus()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Returns the status for this service policy.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html#getValue(java.lang.String)"><B>getValue(String)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A>
-<DD>This method gets some state for a service policy.
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-5.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-7.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-6.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-6.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-7.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-7.html
deleted file mode 100644
index fc0faca..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-7.html
+++ /dev/null
@@ -1,181 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-I-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="I-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-6.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-8.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-7.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-7.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-<A NAME="_I_"><!-- --></A><H2>
-<B>I</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IDescriptor</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A><DD>This interface encapsulates the idea of a description for a service policy.<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>IEnableOperation</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A><DD>This interface is associated with the enabledClass attribute of the
- enabled element.<DT><A HREF="../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IFilter</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A><DD>This interface is used to filter service policies.<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>ILaunchOperation</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A><DD>This interface is used in conjunction with the launchClass attribute of
- the complex element.<DT><A HREF="../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>IPolicyChildChangeListener</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/listeners/package-summary.html">org.eclipse.wst.ws.service.policy.listeners</A><DD>&nbsp;<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IPolicyEnumerationList</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A><DD>This interface encapsulates the combination of a policy and a list
- of state enumeration items.<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>IPolicyOperation</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A><DD>This interface represents a Service policy operation that has been defined
- in the plugin.xml meta data.<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui"><B>IPolicyOperation.OperationKind</B></A> - Enum in <A HREF="../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A><DD>Indicates the kind of Service policy operation that this object represents.<DT><A HREF="../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>IPolicyPlatformLoadListener</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/listeners/package-summary.html">org.eclipse.wst.ws.service.policy.listeners</A><DD>This interface is used to register code that needs to execute when the
- service policy platform is loaded.<DT><A HREF="../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>IPolicyPlatformProjectLoadListener</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/listeners/package-summary.html">org.eclipse.wst.ws.service.policy.listeners</A><DD>This interface is used to register code that needs to loaded when a particular
- project is loaded into the service policy platform.<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IPolicyRelationship</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A><DD>This interface is used to describe the dependency relationships between
- service policies.<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IPolicyState</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A><DD>This interface is used by service policy extenders to save the state of
- there policies.<DT><A HREF="../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>IPolicyStateChangeListener</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/listeners/package-summary.html">org.eclipse.wst.ws.service.policy.listeners</A><DD>This interface is used when the developer wants to listener to state
- changes for a particular service policy.<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IPolicyStateEnum</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A><DD>This interface is used to access the state when an enumeration is used
- to persist state.<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>IQuickFixAction</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A><DD>This interface is used by extenders to add quick fixes to the service policy ui
- framework.<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>IQuickFixActionInfo</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A><DD>This interface is used to store quick fix action information.<DT><A HREF="../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html#isDefault()"><B>isDefault()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>
-<DD>Returns whether this is the default item or not.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#isEnabled(java.lang.Object)"><B>isEnabled(Object)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Indicates if the property page for a project should be displayed in a popup
- menu or not.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html#isEnabled(java.util.List)"><B>isEnabled(List&lt;IServicePolicy&gt;)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IEnableOperation</A>
-<DD>Returns whether the service policy operation should be enabled or not.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#isEnabled(java.util.List)"><B>isEnabled(List&lt;IServicePolicy&gt;)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>
-<DD>Returns whether this operation should be enabled or not.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IServicePolicy</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A><DD>This interface encapsulates the idea of a service policy<DT><A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html#isMutable()"><B>isMutable()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A>
-<DD>Returns whether the state of this policy is mutible or not.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html#isPredefined()"><B>isPredefined()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>
-<DD>Returns if this service policy is defined by an extension or not.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#isProjectPreferencesEnabled(org.eclipse.core.resources.IProject)"><B>isProjectPreferencesEnabled(IProject)</B></A> - 
-Method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A>
-<DD>Returns if the particular project has been enabled or not on it's
- service policy property page.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IStateEnumerationItem</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A><DD>This interface is used to describe a state enumeration item that was
- defined by an enumeration in plugin.xml meta data.<DT><A HREF="../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>IStatusChangeListener</B></A> - Interface in <A HREF="../org/eclipse/wst/ws/service/policy/listeners/package-summary.html">org.eclipse.wst.ws.service.policy.listeners</A><DD>This interface is used by code that is interested in listening to status
- change events of service policies.<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#isUseDefaultData()"><B>isUseDefaultData()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>
-<DD>Returns whether this operation uses default state or not.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#isWorkspaceOnly()"><B>isWorkspaceOnly()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>
-<DD>Returns whether this is a workspace only operation or not.
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-6.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-8.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-7.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-7.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-8.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-8.html
deleted file mode 100644
index 1a8a702..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-8.html
+++ /dev/null
@@ -1,161 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-L-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="L-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-7.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-8.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-8.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-<A NAME="_L_"><!-- --></A><H2>
-<B>L</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html#launch(java.util.List)"><B>launch(List&lt;IServicePolicy&gt;)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">ILaunchOperation</A>
-<DD>This method is called when the user has selected this complex operation.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#launchOperation(java.util.List)"><B>launchOperation(List&lt;IServicePolicy&gt;)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>
-<DD>Launches the service policy operation if this is a complex operation.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html#load()"><B>load()</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.listeners.<A HREF="../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyPlatformLoadListener</A>
-<DD>Called once when the service platform is loaded in the system.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html#load(org.eclipse.core.resources.IProject)"><B>load(IProject)</B></A> - 
-Method in interface org.eclipse.wst.ws.service.policy.listeners.<A HREF="../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyPlatformProjectLoadListener</A>
-<DD>This method is called once when a project loaded into the service policy
- platform.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html#loadDescriptor(org.eclipse.core.runtime.IConfigurationElement)"><B>loadDescriptor(IConfigurationElement)</B></A> - 
-Static method in class org.eclipse.wst.ws.service.policy.utils.<A HREF="../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html" title="class in org.eclipse.wst.ws.service.policy.utils">RegistryUtils</A>
-<DD>Loads the attributes for a descriptor element.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html#logError(java.lang.String, java.lang.Throwable)"><B>logError(String, Throwable)</B></A> - 
-Static method in class org.eclipse.wst.ws.service.policy.<A HREF="../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyActivator</A>
-<DD>Logs an error with this plugin.
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#logError(java.lang.String, java.lang.Throwable)"><B>logError(String, Throwable)</B></A> - 
-Static method in class org.eclipse.wst.ws.service.policy.ui.<A HREF="../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A>
-<DD>Logs error message for this plugin.
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-7.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-8.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-8.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-9.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-9.html
deleted file mode 100644
index b758898..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index-files/index-9.html
+++ /dev/null
@@ -1,139 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-O-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="O-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-8.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-10.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-9.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-9.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-<A NAME="_O_"><!-- --></A><H2>
-<B>O</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/ws/service/policy/package-summary.html"><B>org.eclipse.wst.ws.service.policy</B></A> - package org.eclipse.wst.ws.service.policy<DD>&nbsp;<DT><A HREF="../org/eclipse/wst/ws/service/policy/listeners/package-summary.html"><B>org.eclipse.wst.ws.service.policy.listeners</B></A> - package org.eclipse.wst.ws.service.policy.listeners<DD>&nbsp;<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/package-summary.html"><B>org.eclipse.wst.ws.service.policy.ui</B></A> - package org.eclipse.wst.ws.service.policy.ui<DD>&nbsp;<DT><A HREF="../org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html"><B>org.eclipse.wst.ws.service.policy.ui.utils</B></A> - package org.eclipse.wst.ws.service.policy.ui.utils<DD>&nbsp;<DT><A HREF="../org/eclipse/wst/ws/service/policy/utils/package-summary.html"><B>org.eclipse.wst.ws.service.policy.utils</B></A> - package org.eclipse.wst.ws.service.policy.utils<DD>&nbsp;</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-8.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-10.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-9.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-9.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">O</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">Q</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">V</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/index.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/index.html
deleted file mode 100644
index 9b4bb41..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/index.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc on Fri May 16 17:07:40 EDT 2008-->
-<TITLE>
-Generated Documentation (Untitled)
-</TITLE>
-<SCRIPT type="text/javascript">
-    targetPage = "" + window.location.search;
-    if (targetPage != "" && targetPage != "undefined")
-       targetPage = targetPage.substring(1);
-    function loadFrames() {
-        if (targetPage != "" && targetPage != "undefined")
-             top.classFrame.location = top.targetPage;
-    }
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-</HEAD>
-<FRAMESET cols="20%,80%" title="" onLoad="top.loadFrames()">
-<FRAMESET rows="30%,70%" title="" onLoad="top.loadFrames()">
-<FRAME src="overview-frame.html" name="packageListFrame" title="All Packages">
-<FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
-</FRAMESET>
-<FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
-<NOFRAMES>
-<H2>
-Frame Alert</H2>
-
-<P>
-This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
-<BR>
-Link to<A HREF="overview-summary.html">Non-frame version.</A>
-</NOFRAMES>
-</FRAMESET>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IDescriptor.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IDescriptor.html
deleted file mode 100644
index 386f5e0..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IDescriptor.html
+++ /dev/null
@@ -1,451 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:37 EDT 2008 -->
-<TITLE>
-IDescriptor
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.IDescriptor interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IDescriptor";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IDescriptor.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IDescriptor.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IDescriptor.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy</FONT>
-<BR>
-Interface IDescriptor</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IDescriptor</B></DL>
-</PRE>
-
-<P>
-This interface encapsulates the idea of a description for a service policy.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html#getContextHelpId()">getContextHelpId</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the context help id.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html#getDescription()">getDescription</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the description for this descriptor.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html#getIconBundleId()">getIconBundleId</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the icon bundle id.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html#getIconPath()">getIconPath</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the icon path relative to an icon bundle.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html#getLongName()">getLongName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the long name for the descriptor.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html#getShortName()">getShortName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the short name for the descriptor</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html#setContextHelpId(java.lang.String)">setContextHelpId</A></B>(java.lang.String&nbsp;contextHelpId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the context help id for this descriptor.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html#setDescription(java.lang.String)">setDescription</A></B>(java.lang.String&nbsp;description)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the description for this descriptor.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html#setIconBundleId(java.lang.String)">setIconBundleId</A></B>(java.lang.String&nbsp;iconBundleId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the icon bundle id for this descriptor.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html#setIconPath(java.lang.String)">setIconPath</A></B>(java.lang.String&nbsp;iconPath)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the icon patch for this descriptor.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html#setLongName(java.lang.String)">setLongName</A></B>(java.lang.String&nbsp;longName)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the long name for the descriptor.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html#setShortName(java.lang.String)">setShortName</A></B>(java.lang.String&nbsp;name)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the short name for the descriptor.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getShortName()"><!-- --></A><H3>
-getShortName</H3>
-<PRE>
-java.lang.String <B>getShortName</B>()</PRE>
-<DL>
-<DD>Returns the short name for the descriptor
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the short name for the descriptor</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setShortName(java.lang.String)"><!-- --></A><H3>
-setShortName</H3>
-<PRE>
-void <B>setShortName</B>(java.lang.String&nbsp;name)</PRE>
-<DL>
-<DD>Sets the short name for the descriptor.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>name</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getLongName()"><!-- --></A><H3>
-getLongName</H3>
-<PRE>
-java.lang.String <B>getLongName</B>()</PRE>
-<DL>
-<DD>Returns the long name for the descriptor.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the long name for the descriptor.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setLongName(java.lang.String)"><!-- --></A><H3>
-setLongName</H3>
-<PRE>
-void <B>setLongName</B>(java.lang.String&nbsp;longName)</PRE>
-<DL>
-<DD>Sets the long name for the descriptor.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>longName</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDescription()"><!-- --></A><H3>
-getDescription</H3>
-<PRE>
-java.lang.String <B>getDescription</B>()</PRE>
-<DL>
-<DD>Returns the description for this descriptor.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the description for this descriptor.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setDescription(java.lang.String)"><!-- --></A><H3>
-setDescription</H3>
-<PRE>
-void <B>setDescription</B>(java.lang.String&nbsp;description)</PRE>
-<DL>
-<DD>Sets the description for this descriptor.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>description</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIconPath()"><!-- --></A><H3>
-getIconPath</H3>
-<PRE>
-java.lang.String <B>getIconPath</B>()</PRE>
-<DL>
-<DD>Returns the icon path relative to an icon bundle.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the icon path for this descriptor.  This path
- is relative to the plugin specified by the icon bundle id.  This
- method may return null if there is no icon for this descriptor.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setIconPath(java.lang.String)"><!-- --></A><H3>
-setIconPath</H3>
-<PRE>
-void <B>setIconPath</B>(java.lang.String&nbsp;iconPath)</PRE>
-<DL>
-<DD>Sets the icon patch for this descriptor.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>iconPath</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIconBundleId()"><!-- --></A><H3>
-getIconBundleId</H3>
-<PRE>
-java.lang.String <B>getIconBundleId</B>()</PRE>
-<DL>
-<DD>Returns the icon bundle id.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the bundle ID of a plugin that contains an icon.  This
- method may return null if there is no icon associated with this descriptor.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setIconBundleId(java.lang.String)"><!-- --></A><H3>
-setIconBundleId</H3>
-<PRE>
-void <B>setIconBundleId</B>(java.lang.String&nbsp;iconBundleId)</PRE>
-<DL>
-<DD>Sets the icon bundle id for this descriptor.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>iconBundleId</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getContextHelpId()"><!-- --></A><H3>
-getContextHelpId</H3>
-<PRE>
-java.lang.String <B>getContextHelpId</B>()</PRE>
-<DL>
-<DD>Returns the context help id.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the context help id for this descriptor.  This method
- may return null if no context has been specified.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setContextHelpId(java.lang.String)"><!-- --></A><H3>
-setContextHelpId</H3>
-<PRE>
-void <B>setContextHelpId</B>(java.lang.String&nbsp;contextHelpId)</PRE>
-<DL>
-<DD>Sets the context help id for this descriptor.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>contextHelpId</CODE> - </DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IDescriptor.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IDescriptor.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IDescriptor.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IFilter.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IFilter.html
deleted file mode 100644
index 66f767c..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IFilter.html
+++ /dev/null
@@ -1,211 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IFilter
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.IFilter interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IFilter";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IFilter.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IFilter.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IFilter.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy</FONT>
-<BR>
-Interface IFilter</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IFilter</B></DL>
-</PRE>
-
-<P>
-This interface is used to filter service policies.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html#accept(org.eclipse.wst.ws.service.policy.IServicePolicy)">accept</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines if a policy should be accepted or not.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="accept(org.eclipse.wst.ws.service.policy.IServicePolicy)"><!-- --></A><H3>
-accept</H3>
-<PRE>
-boolean <B>accept</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</PRE>
-<DL>
-<DD>Determines if a policy should be accepted or not.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>policy</CODE> - the service policy.
-<DT><B>Returns:</B><DD>returns true if this policy is accepted by the filter.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IFilter.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IFilter.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IFilter.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html
deleted file mode 100644
index c0ddabe..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html
+++ /dev/null
@@ -1,238 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IPolicyEnumerationList
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.IPolicyEnumerationList interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IPolicyEnumerationList";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyEnumerationList.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyEnumerationList.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy</FONT>
-<BR>
-Interface IPolicyEnumerationList</H2>
-<DL>
-<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy">PolicyEnumerationListImpl</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IPolicyEnumerationList</B></DL>
-</PRE>
-
-<P>
-This interface encapsulates the combination of a policy and a list
- of state enumeration items.  This interface is used with the IPolicyRelationship
- interface.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html#getEnumerationList()">getEnumerationList</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the state enumeration list items.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html#getPolicy()">getPolicy</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the service policy for this list.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getPolicy()"><!-- --></A><H3>
-getPolicy</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A> <B>getPolicy</B>()</PRE>
-<DL>
-<DD>Returns the service policy for this list.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns a service policy.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEnumerationList()"><!-- --></A><H3>
-getEnumerationList</H3>
-<PRE>
-java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>&gt; <B>getEnumerationList</B>()</PRE>
-<DL>
-<DD>Returns the state enumeration list items.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns a list of state enumeration items.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyEnumerationList.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyEnumerationList.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IPolicyRelationship.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IPolicyRelationship.html
deleted file mode 100644
index 28caac6..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IPolicyRelationship.html
+++ /dev/null
@@ -1,239 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IPolicyRelationship
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.IPolicyRelationship interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IPolicyRelationship";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyRelationship.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyRelationship.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy</FONT>
-<BR>
-Interface IPolicyRelationship</H2>
-<DL>
-<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy">PolicyRelationshipImpl</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IPolicyRelationship</B></DL>
-</PRE>
-
-<P>
-This interface is used to describe the dependency relationships between
- service policies.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html#getPolicyEnumerationList()">getPolicyEnumerationList</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the policy enumeration list for this relationship.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html#getRelatedPolicies()">getRelatedPolicies</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the related policies for this relationship.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getPolicyEnumerationList()"><!-- --></A><H3>
-getPolicyEnumerationList</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A> <B>getPolicyEnumerationList</B>()</PRE>
-<DL>
-<DD>Returns the policy enumeration list for this relationship.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>This method returns the source service policy along with a list
- of possible states that this source policy could be in.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getRelatedPolicies()"><!-- --></A><H3>
-getRelatedPolicies</H3>
-<PRE>
-java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>&gt; <B>getRelatedPolicies</B>()</PRE>
-<DL>
-<DD>Returns the related policies for this relationship.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns a list of other target service policies and the states that
- these policies must be in to satisfy the relationship.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyRelationship.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyRelationship.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IPolicyState.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IPolicyState.html
deleted file mode 100644
index 03d2bf0..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IPolicyState.html
+++ /dev/null
@@ -1,398 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IPolicyState
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.IPolicyState interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IPolicyState";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyState.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IPolicyState.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyState.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy</FONT>
-<BR>
-Interface IPolicyState</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IPolicyState</B></DL>
-</PRE>
-
-<P>
-This interface is used by service policy extenders to save the state of
- there policies.  Note: extenders do not need to worry about if these changes
- are committed or discarded.  This is handled by the framework.  For example
- if an extender makes a number of calls to the putValue method and at some
- point ServicePolicyPlatform.discard() is called, the framework will handle
- the discarding of the changes made by the putValue method calls.
- 
- Note: this data will eventually be stored in Eclipse with the following key:
- 
-     servicePolicyId + "." + key
-     
-     where servicePolicyId is the unique id for this service policy and the key
-     is the key specified in the putValue method.
-<P>
-
-<P>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html#DefaultValueKey">DefaultValueKey</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html#addPolicyStateChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyStateChangeListener, boolean)">addPolicyStateChangeListener</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyStateChangeListener</A>&nbsp;listener,
-                             boolean&nbsp;notifyOnlyOnCommit)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a policy state change listener to this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html#getValue(java.lang.String)">getValue</A></B>(java.lang.String&nbsp;key)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method gets some state for a service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html#isMutable()">isMutable</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether the state of this policy is mutible or not.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html#putDefaultValue(java.lang.String, java.lang.String, boolean)">putDefaultValue</A></B>(java.lang.String&nbsp;key,
-                java.lang.String&nbsp;defaultValue,
-                boolean&nbsp;overrideExisting)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method sets the default for a particular key.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html#putValue(java.lang.String, java.lang.String)">putValue</A></B>(java.lang.String&nbsp;key,
-         java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method sets some state for a service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html#removePolicyStateChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyStateChangeListener)">removePolicyStateChangeListener</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyStateChangeListener</A>&nbsp;listener)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a policy state change listener from this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html#setMutable(boolean)">setMutable</A></B>(boolean&nbsp;mutable)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="DefaultValueKey"><!-- --></A><H3>
-DefaultValueKey</H3>
-<PRE>
-static final java.lang.String <B>DefaultValueKey</B></PRE>
-<DL>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.ws.service.policy.IPolicyState.DefaultValueKey">Constant Field Values</A></DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="isMutable()"><!-- --></A><H3>
-isMutable</H3>
-<PRE>
-boolean <B>isMutable</B>()</PRE>
-<DL>
-<DD>Returns whether the state of this policy is mutible or not.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns true if the state of this policy is mutable.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setMutable(boolean)"><!-- --></A><H3>
-setMutable</H3>
-<PRE>
-void <B>setMutable</B>(boolean&nbsp;mutable)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>mutable</CODE> - sets whether this policy is mutable or not.  Note:
- if the service policy for this IPolicyState object is predefined calling
- this method will have no effect.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="putValue(java.lang.String, java.lang.String)"><!-- --></A><H3>
-putValue</H3>
-<PRE>
-void <B>putValue</B>(java.lang.String&nbsp;key,
-              java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>This method sets some state for a service policy.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>key</CODE> - a key for this policy state.<DD><CODE>value</CODE> - the value of the policy state.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getValue(java.lang.String)"><!-- --></A><H3>
-getValue</H3>
-<PRE>
-java.lang.String <B>getValue</B>(java.lang.String&nbsp;key)</PRE>
-<DL>
-<DD>This method gets some state for a service policy.  If there
- is no persisted value for this key the default value will be
- returned.  If there is no default value an empty string is returned.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>key</CODE> - a key for this service policy.
-<DT><B>Returns:</B><DD>returns the value for the key specified.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="putDefaultValue(java.lang.String, java.lang.String, boolean)"><!-- --></A><H3>
-putDefaultValue</H3>
-<PRE>
-void <B>putDefaultValue</B>(java.lang.String&nbsp;key,
-                     java.lang.String&nbsp;defaultValue,
-                     boolean&nbsp;overrideExisting)</PRE>
-<DL>
-<DD>This method sets the default for a particular key.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key<DD><CODE>defaultValue</CODE> - the default value.<DD><CODE>overrideExisting</CODE> - indicates if a existing default value should be overridden.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="addPolicyStateChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyStateChangeListener, boolean)"><!-- --></A><H3>
-addPolicyStateChangeListener</H3>
-<PRE>
-void <B>addPolicyStateChangeListener</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyStateChangeListener</A>&nbsp;listener,
-                                  boolean&nbsp;notifyOnlyOnCommit)</PRE>
-<DL>
-<DD>Adds a policy state change listener to this service policy.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>listener</CODE> - the listener<DD><CODE>notifyOnlyOnCommit</CODE> - indicates if this listener should be
- called for all state changes or only when the state data is
- committed.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="removePolicyStateChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyStateChangeListener)"><!-- --></A><H3>
-removePolicyStateChangeListener</H3>
-<PRE>
-void <B>removePolicyStateChangeListener</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyStateChangeListener</A>&nbsp;listener)</PRE>
-<DL>
-<DD>Removes a policy state change listener from this service policy.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>listener</CODE> - </DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyState.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IPolicyState.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyState.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html
deleted file mode 100644
index d7c9114..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html
+++ /dev/null
@@ -1,332 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IPolicyStateEnum
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.IPolicyStateEnum interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IPolicyStateEnum";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyStateEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyStateEnum.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy</FONT>
-<BR>
-Interface IPolicyStateEnum</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IPolicyStateEnum</B></DL>
-</PRE>
-
-<P>
-This interface is used to access the state when an enumeration is used
- to persist state.
-<P>
-
-<P>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html#FALSE_ENUM">FALSE_ENUM</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html#TRUE_ENUM">TRUE_ENUM</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html#getCurrentItem()">getCurrentItem</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the current enum item.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html#getDefaultId()">getDefaultId</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the default enum item for this enumeration.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html#getEnumId()">getEnumId</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enumeration id associated with this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html#setCurrentItem(java.lang.String)">setCurrentItem</A></B>(java.lang.String&nbsp;itemId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the current enum item.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="TRUE_ENUM"><!-- --></A><H3>
-TRUE_ENUM</H3>
-<PRE>
-static final java.lang.String <B>TRUE_ENUM</B></PRE>
-<DL>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.ws.service.policy.IPolicyStateEnum.TRUE_ENUM">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="FALSE_ENUM"><!-- --></A><H3>
-FALSE_ENUM</H3>
-<PRE>
-static final java.lang.String <B>FALSE_ENUM</B></PRE>
-<DL>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.ws.service.policy.IPolicyStateEnum.FALSE_ENUM">Constant Field Values</A></DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getEnumId()"><!-- --></A><H3>
-getEnumId</H3>
-<PRE>
-java.lang.String <B>getEnumId</B>()</PRE>
-<DL>
-<DD>Returns the enumeration id associated with this service policy.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the enumeration id associated with this service policy.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefaultId()"><!-- --></A><H3>
-getDefaultId</H3>
-<PRE>
-java.lang.String <B>getDefaultId</B>()</PRE>
-<DL>
-<DD>Returns the default enum item for this enumeration.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the default enum item for this enumeration.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setCurrentItem(java.lang.String)"><!-- --></A><H3>
-setCurrentItem</H3>
-<PRE>
-void <B>setCurrentItem</B>(java.lang.String&nbsp;itemId)</PRE>
-<DL>
-<DD>Sets the current enum item.  This enum item id needs to be and enum item
- id associated with this enumeration.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>itemId</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getCurrentItem()"><!-- --></A><H3>
-getCurrentItem</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A> <B>getCurrentItem</B>()</PRE>
-<DL>
-<DD>Returns the current enum item.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the current enum item.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyStateEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyStateEnum.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IServicePolicy.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IServicePolicy.html
deleted file mode 100644
index 7a4d2c6..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IServicePolicy.html
+++ /dev/null
@@ -1,642 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IServicePolicy
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.IServicePolicy interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IServicePolicy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IServicePolicy.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IServicePolicy.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IServicePolicy.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy</FONT>
-<BR>
-Interface IServicePolicy</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IServicePolicy</B></DL>
-</PRE>
-
-<P>
-This interface encapsulates the idea of a service policy
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#addPolicyChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener)">addPolicyChildChangeListener</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A>&nbsp;listener)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a child listener to this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#addStatusChangeListener(org.eclipse.wst.ws.service.policy.listeners.IStatusChangeListener)">addStatusChangeListener</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IStatusChangeListener</A>&nbsp;listener)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a status change listener to this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getChildren()">getChildren</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getDescriptor()">getDescriptor</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the descriptor for this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getId()">getId</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the unique ID for this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getParentPolicy()">getParentPolicy</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the parent service policy object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getPolicyState()">getPolicyState</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the policy state for this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getPolicyState(org.eclipse.core.resources.IProject)">getPolicyState</A></B>(org.eclipse.core.resources.IProject&nbsp;project)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the IPolicyState for a particular project.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getPolicyStateEnum()">getPolicyStateEnum</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the policy state enumeration object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getPolicyStateEnum(org.eclipse.core.resources.IProject)">getPolicyStateEnum</A></B>(org.eclipse.core.resources.IProject&nbsp;project)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the policy state enumeration object for a particular project.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getRelationships()">getRelationships</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of relationships to other IServicePolicy objects.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.eclipse.core.runtime.IStatus</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getStatus()">getStatus</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the status for this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#isPredefined()">isPredefined</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns if this service policy is defined by an extension or not.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#removeChild(org.eclipse.wst.ws.service.policy.IServicePolicy)">removeChild</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a child service policy from this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#removePolicyChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener)">removePolicyChildChangeListener</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A>&nbsp;listener)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a child listener from this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#removeStatusChangeListener(org.eclipse.wst.ws.service.policy.listeners.IStatusChangeListener)">removeStatusChangeListener</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IStatusChangeListener</A>&nbsp;listener)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a status change listener from this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#restoreDefaults()">restoreDefaults</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Restores the policy to its original state.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#restoreDefaults(org.eclipse.core.resources.IProject)">restoreDefaults</A></B>(org.eclipse.core.resources.IProject&nbsp;project)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Restores the policy to its original state for a particular project.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#setRelationships(java.util.List)">setRelationships</A></B>(java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A>&gt;&nbsp;relationships)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the relationships for this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#setStatus(org.eclipse.core.runtime.IStatus)">setStatus</A></B>(org.eclipse.core.runtime.IStatus&nbsp;status)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the status for this service policy.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="isPredefined()"><!-- --></A><H3>
-isPredefined</H3>
-<PRE>
-boolean <B>isPredefined</B>()</PRE>
-<DL>
-<DD>Returns if this service policy is defined by an extension or not.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns true if this Service policy is defined in plugin.xml 
- meta data.  Otherwise, false is returned.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getId()"><!-- --></A><H3>
-getId</H3>
-<PRE>
-java.lang.String <B>getId</B>()</PRE>
-<DL>
-<DD>Returns the unique ID for this service policy.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the unique ID for this service policy.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDescriptor()"><!-- --></A><H3>
-getDescriptor</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A> <B>getDescriptor</B>()</PRE>
-<DL>
-<DD>Returns the descriptor for this service policy.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the descriptor for this service policy.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getRelationships()"><!-- --></A><H3>
-getRelationships</H3>
-<PRE>
-java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A>&gt; <B>getRelationships</B>()</PRE>
-<DL>
-<DD>Returns a list of relationships to other IServicePolicy objects.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns a list of relationships to other IServicePolicy objects.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setRelationships(java.util.List)"><!-- --></A><H3>
-setRelationships</H3>
-<PRE>
-void <B>setRelationships</B>(java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A>&gt;&nbsp;relationships)</PRE>
-<DL>
-<DD>Sets the relationships for this service policy.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>relationships</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="restoreDefaults()"><!-- --></A><H3>
-restoreDefaults</H3>
-<PRE>
-void <B>restoreDefaults</B>()</PRE>
-<DL>
-<DD>Restores the policy to its original state.  All locally added
- child policies will be removed.  The state of each policy will
- be set to is default value.   Note: the changes made calling
- this method can be undone if the platform performs a discardChanges
- operation.  Alternatively, if the plaform performs a commitChanges
- operation these changes will be saved.
-<P>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="restoreDefaults(org.eclipse.core.resources.IProject)"><!-- --></A><H3>
-restoreDefaults</H3>
-<PRE>
-void <B>restoreDefaults</B>(org.eclipse.core.resources.IProject&nbsp;project)</PRE>
-<DL>
-<DD>Restores the policy to its original state for a particular project.  
- The state of each policy will be set to is default value.   
- Note: the changes made calling
- this method can be undone if the platform performs a discardChanges
- operation.  Alternatively, if the plaform performs a commitChanges
- operation these changes will be saved.
-<P>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPolicyState()"><!-- --></A><H3>
-getPolicyState</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A> <B>getPolicyState</B>()</PRE>
-<DL>
-<DD>Returns the policy state for this service policy.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the policy state for this service policy.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPolicyState(org.eclipse.core.resources.IProject)"><!-- --></A><H3>
-getPolicyState</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A> <B>getPolicyState</B>(org.eclipse.core.resources.IProject&nbsp;project)</PRE>
-<DL>
-<DD>Returns the IPolicyState for a particular project.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>project</CODE> - the project.
-<DT><B>Returns:</B><DD>The IPolicyState for a particular project.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPolicyStateEnum()"><!-- --></A><H3>
-getPolicyStateEnum</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A> <B>getPolicyStateEnum</B>()</PRE>
-<DL>
-<DD>Returns the policy state enumeration object.  Note: this is just
- a wrapper around the policy state object.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the state enumeration object for this service
- policy.  If this policy is not associated with an enumeration
- null will be returned.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPolicyStateEnum(org.eclipse.core.resources.IProject)"><!-- --></A><H3>
-getPolicyStateEnum</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A> <B>getPolicyStateEnum</B>(org.eclipse.core.resources.IProject&nbsp;project)</PRE>
-<DL>
-<DD>Returns the policy state enumeration object for a particular project.  
- Note: this is just a wrapper around the policy state object.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>project</CODE> - the project
-<DT><B>Returns:</B><DD>returns the state enumeration for a particular project.  If
- no state enumeration is associated with the service policy
- null will be returned.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getParentPolicy()"><!-- --></A><H3>
-getParentPolicy</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A> <B>getParentPolicy</B>()</PRE>
-<DL>
-<DD>Returns the parent service policy object.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the parent policy for this service policy.  If this
- service policy has no parent then null is returned.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getChildren()"><!-- --></A><H3>
-getChildren</H3>
-<PRE>
-java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt; <B>getChildren</B>()</PRE>
-<DL>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the child service policies for this service policy.  Changes
- made to the returned list do not change the underlying number of children
- for this service policy.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="removeChild(org.eclipse.wst.ws.service.policy.IServicePolicy)"><!-- --></A><H3>
-removeChild</H3>
-<PRE>
-void <B>removeChild</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</PRE>
-<DL>
-<DD>Removes a child service policy from this service policy.  If the policy specified
- is null or is not a child of this service policy this method will have no effect.
- Also, if this service policy is predefined calling this method will have
- no effect.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>policy</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="addPolicyChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener)"><!-- --></A><H3>
-addPolicyChildChangeListener</H3>
-<PRE>
-void <B>addPolicyChildChangeListener</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A>&nbsp;listener)</PRE>
-<DL>
-<DD>Adds a child listener to this service policy.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>listener</CODE> - the listener</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="removePolicyChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener)"><!-- --></A><H3>
-removePolicyChildChangeListener</H3>
-<PRE>
-void <B>removePolicyChildChangeListener</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A>&nbsp;listener)</PRE>
-<DL>
-<DD>Removes a child listener from this service policy.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>listener</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="addStatusChangeListener(org.eclipse.wst.ws.service.policy.listeners.IStatusChangeListener)"><!-- --></A><H3>
-addStatusChangeListener</H3>
-<PRE>
-void <B>addStatusChangeListener</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IStatusChangeListener</A>&nbsp;listener)</PRE>
-<DL>
-<DD>Adds a status change listener to this service policy. When the status changes
- this listener will be notified.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>listener</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="removeStatusChangeListener(org.eclipse.wst.ws.service.policy.listeners.IStatusChangeListener)"><!-- --></A><H3>
-removeStatusChangeListener</H3>
-<PRE>
-void <B>removeStatusChangeListener</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IStatusChangeListener</A>&nbsp;listener)</PRE>
-<DL>
-<DD>Removes a status change listener from this service policy.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>listener</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getStatus()"><!-- --></A><H3>
-getStatus</H3>
-<PRE>
-org.eclipse.core.runtime.IStatus <B>getStatus</B>()</PRE>
-<DL>
-<DD>Returns the status for this service policy.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the status for this service policy.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setStatus(org.eclipse.core.runtime.IStatus)"><!-- --></A><H3>
-setStatus</H3>
-<PRE>
-void <B>setStatus</B>(org.eclipse.core.runtime.IStatus&nbsp;status)</PRE>
-<DL>
-<DD>Sets the status for this service policy.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>status</CODE> - </DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IServicePolicy.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IServicePolicy.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IServicePolicy.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html
deleted file mode 100644
index d3aa047..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html
+++ /dev/null
@@ -1,279 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IStateEnumerationItem
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.IStateEnumerationItem interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IStateEnumerationItem";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IStateEnumerationItem.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IStateEnumerationItem.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy</FONT>
-<BR>
-Interface IStateEnumerationItem</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IStateEnumerationItem</B></DL>
-</PRE>
-
-<P>
-This interface is used to describe a state enumeration item that was
- defined by an enumeration in plugin.xml meta data.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html#getId()">getId</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the ID of this state enumeration item.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html#getLongName()">getLongName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the long name of this state enumeration item.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html#getShortName()">getShortName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the short name of this state enumeration item.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html#isDefault()">isDefault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether this is the default item or not.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getId()"><!-- --></A><H3>
-getId</H3>
-<PRE>
-java.lang.String <B>getId</B>()</PRE>
-<DL>
-<DD>Returns the ID of this state enumeration item.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the ID of this state enumeration item.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getShortName()"><!-- --></A><H3>
-getShortName</H3>
-<PRE>
-java.lang.String <B>getShortName</B>()</PRE>
-<DL>
-<DD>Returns the short name of this state enumeration item.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the short name of this state enumeration item.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getLongName()"><!-- --></A><H3>
-getLongName</H3>
-<PRE>
-java.lang.String <B>getLongName</B>()</PRE>
-<DL>
-<DD>Returns the long name of this state enumeration item.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the long name of this state enumeration item.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="isDefault()"><!-- --></A><H3>
-isDefault</H3>
-<PRE>
-boolean <B>isDefault</B>()</PRE>
-<DL>
-<DD>Returns whether this is the default item or not.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns true if this enumeration item is the default for this
- enumeration.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IStateEnumerationItem.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IStateEnumerationItem.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html
deleted file mode 100644
index 4f709fb..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html
+++ /dev/null
@@ -1,294 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-PolicyEnumerationListImpl
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.PolicyEnumerationListImpl class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="PolicyEnumerationListImpl";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/PolicyEnumerationListImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="PolicyEnumerationListImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy</FONT>
-<BR>
-Class PolicyEnumerationListImpl</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.ws.service.policy.PolicyEnumerationListImpl</B>
-</PRE>
-<DL>
-<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public class <B>PolicyEnumerationListImpl</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A></DL>
-</PRE>
-
-<P>
-This class provides a simple implementation of the IPolicyEnumerationList interface.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html#PolicyEnumerationListImpl(java.util.List, org.eclipse.wst.ws.service.policy.IServicePolicy)">PolicyEnumerationListImpl</A></B>(java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>&gt;&nbsp;enumList,
-                          <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A simple constructor for this class.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html#getEnumerationList()">getEnumerationList</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of state enumeration items.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html#getPolicy()">getPolicy</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a service policy.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="PolicyEnumerationListImpl(java.util.List, org.eclipse.wst.ws.service.policy.IServicePolicy)"><!-- --></A><H3>
-PolicyEnumerationListImpl</H3>
-<PRE>
-public <B>PolicyEnumerationListImpl</B>(java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>&gt;&nbsp;enumList,
-                                 <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</PRE>
-<DL>
-<DD>A simple constructor for this class.
-<P>
-<DL>
-<DT><B>Parameters:</B><DD><CODE>enumList</CODE> - <DD><CODE>policy</CODE> - </DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getEnumerationList()"><!-- --></A><H3>
-getEnumerationList</H3>
-<PRE>
-public java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>&gt; <B>getEnumerationList</B>()</PRE>
-<DL>
-<DD>Returns a list of state enumeration items.
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html#getEnumerationList()">getEnumerationList</A></CODE> in interface <CODE><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A></CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns a list of state enumeration items.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPolicy()"><!-- --></A><H3>
-getPolicy</H3>
-<PRE>
-public <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A> <B>getPolicy</B>()</PRE>
-<DL>
-<DD>Returns a service policy.
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html#getPolicy()">getPolicy</A></CODE> in interface <CODE><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A></CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns a service policy.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/PolicyEnumerationListImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="PolicyEnumerationListImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html
deleted file mode 100644
index af3989a..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html
+++ /dev/null
@@ -1,293 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-PolicyRelationshipImpl
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.PolicyRelationshipImpl class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="PolicyRelationshipImpl";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/PolicyRelationshipImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="PolicyRelationshipImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy</FONT>
-<BR>
-Class PolicyRelationshipImpl</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.ws.service.policy.PolicyRelationshipImpl</B>
-</PRE>
-<DL>
-<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public class <B>PolicyRelationshipImpl</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A></DL>
-</PRE>
-
-<P>
-This class provides a simple implementation of the IPolicyRelationship
- interface.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html#PolicyRelationshipImpl(org.eclipse.wst.ws.service.policy.IPolicyEnumerationList, java.util.List)">PolicyRelationshipImpl</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>&nbsp;policyEnumerationList,
-                       java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>&gt;&nbsp;relatedPolicies)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html#getPolicyEnumerationList()">getPolicyEnumerationList</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the policy enumeration list for this relationship.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html#getRelatedPolicies()">getRelatedPolicies</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the related policies for this relationship.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="PolicyRelationshipImpl(org.eclipse.wst.ws.service.policy.IPolicyEnumerationList, java.util.List)"><!-- --></A><H3>
-PolicyRelationshipImpl</H3>
-<PRE>
-public <B>PolicyRelationshipImpl</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>&nbsp;policyEnumerationList,
-                              java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>&gt;&nbsp;relatedPolicies)</PRE>
-<DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getPolicyEnumerationList()"><!-- --></A><H3>
-getPolicyEnumerationList</H3>
-<PRE>
-public <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A> <B>getPolicyEnumerationList</B>()</PRE>
-<DL>
-<DD>Returns the policy enumeration list for this relationship.
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html#getPolicyEnumerationList()">getPolicyEnumerationList</A></CODE> in interface <CODE><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A></CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>This method returns the source service policy along with a list
- of possible states that this source policy could be in.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getRelatedPolicies()"><!-- --></A><H3>
-getRelatedPolicies</H3>
-<PRE>
-public java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>&gt; <B>getRelatedPolicies</B>()</PRE>
-<DL>
-<DD>Returns the related policies for this relationship.
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html#getRelatedPolicies()">getRelatedPolicies</A></CODE> in interface <CODE><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A></CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns a list of other target service policies and the states that
- these policies must be in to satisfy the relationship.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/PolicyRelationshipImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="PolicyRelationshipImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html
deleted file mode 100644
index 9218a7e..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html
+++ /dev/null
@@ -1,390 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-ServicePolicyActivator
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ServicePolicyActivator class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="ServicePolicyActivator";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ServicePolicyActivator.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyActivator.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy</FONT>
-<BR>
-Class ServicePolicyActivator</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by ">org.eclipse.core.runtime.Plugin
-      <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.ws.service.policy.ServicePolicyActivator</B>
-</PRE>
-<DL>
-<DT><B>All Implemented Interfaces:</B> <DD>org.osgi.framework.BundleActivator</DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public class <B>ServicePolicyActivator</B><DT>extends org.eclipse.core.runtime.Plugin</DL>
-</PRE>
-
-<P>
-The activator class controls the plug-in life cycle
-<P>
-
-<P>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html#PLUGIN_ID">PLUGIN_ID</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="fields_inherited_from_class_org.eclipse.core.runtime.Plugin"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Fields inherited from class org.eclipse.core.runtime.Plugin</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html#ServicePolicyActivator()">ServicePolicyActivator</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The constructor</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyActivator</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html#getDefault()">getDefault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the shared instance</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html#logError(java.lang.String, java.lang.Throwable)">logError</A></B>(java.lang.String&nbsp;message,
-         java.lang.Throwable&nbsp;exc)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Logs an error with this plugin.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html#start(org.osgi.framework.BundleContext)">start</A></B>(org.osgi.framework.BundleContext&nbsp;context)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html#stop(org.osgi.framework.BundleContext)">stop</A></B>(org.osgi.framework.BundleContext&nbsp;context)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.core.runtime.Plugin"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class org.eclipse.core.runtime.Plugin</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="PLUGIN_ID"><!-- --></A><H3>
-PLUGIN_ID</H3>
-<PRE>
-public static final java.lang.String <B>PLUGIN_ID</B></PRE>
-<DL>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.ws.service.policy.ServicePolicyActivator.PLUGIN_ID">Constant Field Values</A></DL>
-</DL>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="ServicePolicyActivator()"><!-- --></A><H3>
-ServicePolicyActivator</H3>
-<PRE>
-public <B>ServicePolicyActivator</B>()</PRE>
-<DL>
-<DD>The constructor
-<P>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="start(org.osgi.framework.BundleContext)"><!-- --></A><H3>
-start</H3>
-<PRE>
-public void <B>start</B>(org.osgi.framework.BundleContext&nbsp;context)
-           throws java.lang.Exception</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>start</CODE> in interface <CODE>org.osgi.framework.BundleActivator</CODE><DT><B>Overrides:</B><DD><CODE>start</CODE> in class <CODE>org.eclipse.core.runtime.Plugin</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Throws:</B>
-<DD><CODE>java.lang.Exception</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="stop(org.osgi.framework.BundleContext)"><!-- --></A><H3>
-stop</H3>
-<PRE>
-public void <B>stop</B>(org.osgi.framework.BundleContext&nbsp;context)
-          throws java.lang.Exception</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>stop</CODE> in interface <CODE>org.osgi.framework.BundleActivator</CODE><DT><B>Overrides:</B><DD><CODE>stop</CODE> in class <CODE>org.eclipse.core.runtime.Plugin</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Throws:</B>
-<DD><CODE>java.lang.Exception</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefault()"><!-- --></A><H3>
-getDefault</H3>
-<PRE>
-public static <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyActivator</A> <B>getDefault</B>()</PRE>
-<DL>
-<DD>Returns the shared instance
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the shared instance</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="logError(java.lang.String, java.lang.Throwable)"><!-- --></A><H3>
-logError</H3>
-<PRE>
-public static void <B>logError</B>(java.lang.String&nbsp;message,
-                            java.lang.Throwable&nbsp;exc)</PRE>
-<DL>
-<DD>Logs an error with this plugin.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>message</CODE> - <DD><CODE>exc</CODE> - </DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ServicePolicyActivator.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyActivator.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html
deleted file mode 100644
index dfa45be..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html
+++ /dev/null
@@ -1,727 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-ServicePolicyPlatform
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ServicePolicyPlatform class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="ServicePolicyPlatform";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ServicePolicyPlatform.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyPlatform.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy</FONT>
-<BR>
-Class ServicePolicyPlatform</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.ws.service.policy.ServicePolicyPlatform</B>
-</PRE>
-<HR>
-<DL>
-<DT><PRE>public class <B>ServicePolicyPlatform</B><DT>extends java.lang.Object</DL>
-</PRE>
-
-<P>
-This class is used to access and add service policies to the platform.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#addChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener, boolean)">addChildChangeListener</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A>&nbsp;listener,
-                       boolean&nbsp;onCommit)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method allows calls to listener to any child change that is
- made in the service policy platform regardless of where it is 
- located in the tree of service policies.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#addProjectLoadListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformProjectLoadListener)">addProjectLoadListener</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyPlatformProjectLoadListener</A>&nbsp;listener)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a project platform listener.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#commitChanges()">commitChanges</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Calling this method will commit all the state changes that were made to all
- the service policies.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#commitChanges(org.eclipse.core.resources.IProject)">commitChanges</A></B>(org.eclipse.core.resources.IProject&nbsp;project)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Calling this method will commit all the state changes that were made to all
- the service policies for a particular project.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#createServicePolicy(org.eclipse.wst.ws.service.policy.IServicePolicy, java.lang.String, java.lang.String, java.lang.String)">createServicePolicy</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;parent,
-                    java.lang.String&nbsp;id,
-                    java.lang.String&nbsp;enumListId,
-                    java.lang.String&nbsp;defaultEnumId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method creates an IServicePolicy object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#discardChanges()">discardChanges</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Calling this method will discard all the state changes that were made to all
- the service policies.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#discardChanges(org.eclipse.core.resources.IProject)">discardChanges</A></B>(org.eclipse.core.resources.IProject&nbsp;project)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Calling this method will discard all the state changes that were made to all
- the service policies for a particular project.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.Set&lt;java.lang.String&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getAllPolicyIds()">getAllPolicyIds</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all service policy IDs that are defined.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getInstance()">getInstance</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a singleton instance of this service policy platform.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getRootServicePolicies(org.eclipse.wst.ws.service.policy.IFilter)">getRootServicePolicies</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy">IFilter</A>&nbsp;filter)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the list of root policies for the platform given a filter.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getServicePolicy(java.lang.String)">getServicePolicy</A></B>(java.lang.String&nbsp;id)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a service policy given it's unique ID.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getStateEnumeration(java.lang.String)">getStateEnumeration</A></B>(java.lang.String&nbsp;enumId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getStateItemEnumeration(java.lang.String)">getStateItemEnumeration</A></B>(java.lang.String&nbsp;stateItemId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#isEnabled(java.lang.Object)">isEnabled</A></B>(java.lang.Object&nbsp;object)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates if the property page for a project should be displayed in a popup
- menu or not.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#isProjectPreferencesEnabled(org.eclipse.core.resources.IProject)">isProjectPreferencesEnabled</A></B>(org.eclipse.core.resources.IProject&nbsp;project)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns if the particular project has been enabled or not on it's
- service policy property page.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#queueChildChangeListeners(boolean)">queueChildChangeListeners</A></B>(boolean&nbsp;queue)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates whether child change listeners should be queued or not.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#removeChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener, boolean)">removeChildChangeListener</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A>&nbsp;listener,
-                          boolean&nbsp;onCommit)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a child change listener from the service policy platform.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#removeProjectLoadListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformProjectLoadListener)">removeProjectLoadListener</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyPlatformProjectLoadListener</A>&nbsp;listener)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a project platform listener.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#removeServicePolicy(org.eclipse.wst.ws.service.policy.IServicePolicy)">removeServicePolicy</A></B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a service policy from the service policy platform.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#restoreDefaults()">restoreDefaults</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Restores the workspace level defaults.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#restoreDefaults(org.eclipse.core.resources.IProject)">restoreDefaults</A></B>(org.eclipse.core.resources.IProject&nbsp;project)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Restores the project level defaults.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#setProjectPreferencesEnabled(org.eclipse.core.resources.IProject, boolean)">setProjectPreferencesEnabled</A></B>(org.eclipse.core.resources.IProject&nbsp;project,
-                             boolean&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets whether a project specific service policy preferences is enabled or not.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getInstance()"><!-- --></A><H3>
-getInstance</H3>
-<PRE>
-public static <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A> <B>getInstance</B>()</PRE>
-<DL>
-<DD>Returns a singleton instance of this service policy platform.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns a singleton instance of this service policy platform.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="isEnabled(java.lang.Object)"><!-- --></A><H3>
-isEnabled</H3>
-<PRE>
-public boolean <B>isEnabled</B>(java.lang.Object&nbsp;object)</PRE>
-<DL>
-<DD>Indicates if the property page for a project should be displayed in a popup
- menu or not.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>object</CODE> - 
-<DT><B>Returns:</B><DD>returns true if this platform is enabled for specified object.  In most
- cases the specified object will be an IProject.  This method is usually called
- to determine if a the service policy entry should appear for a particular project.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="commitChanges()"><!-- --></A><H3>
-commitChanges</H3>
-<PRE>
-public void <B>commitChanges</B>()</PRE>
-<DL>
-<DD>Calling this method will commit all the state changes that were made to all
- the service policies.  The method only applies to state changes at the workspace
- level.
-<P>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="discardChanges()"><!-- --></A><H3>
-discardChanges</H3>
-<PRE>
-public void <B>discardChanges</B>()</PRE>
-<DL>
-<DD>Calling this method will discard all the state changes that were made to all
- the service policies.  The method only applies to state changes at the workspace
- level.
-<P>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="commitChanges(org.eclipse.core.resources.IProject)"><!-- --></A><H3>
-commitChanges</H3>
-<PRE>
-public void <B>commitChanges</B>(org.eclipse.core.resources.IProject&nbsp;project)</PRE>
-<DL>
-<DD>Calling this method will commit all the state changes that were made to all
- the service policies for a particular project.  The method only applies to 
- state changes at the project level.
-<P>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="discardChanges(org.eclipse.core.resources.IProject)"><!-- --></A><H3>
-discardChanges</H3>
-<PRE>
-public void <B>discardChanges</B>(org.eclipse.core.resources.IProject&nbsp;project)</PRE>
-<DL>
-<DD>Calling this method will discard all the state changes that were made to all
- the service policies for a particular project.  The method only applies to 
- state changes at the project level.
-<P>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getAllPolicyIds()"><!-- --></A><H3>
-getAllPolicyIds</H3>
-<PRE>
-public java.util.Set&lt;java.lang.String&gt; <B>getAllPolicyIds</B>()</PRE>
-<DL>
-<DD>Returns all service policy IDs that are defined.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns all service policy IDs that are defined.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getRootServicePolicies(org.eclipse.wst.ws.service.policy.IFilter)"><!-- --></A><H3>
-getRootServicePolicies</H3>
-<PRE>
-public java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt; <B>getRootServicePolicies</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy">IFilter</A>&nbsp;filter)</PRE>
-<DL>
-<DD>Returns the list of root policies for the platform given a filter.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>filter</CODE> - a filter a the service policies.  This method may be null if
- no filter is required.
-<DT><B>Returns:</B><DD>returns all root level service policies.  If a filter is specified
- some service policies may be removed from the returned list.  A root
- level service policy is defined to be a service policy with no parent.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getServicePolicy(java.lang.String)"><!-- --></A><H3>
-getServicePolicy</H3>
-<PRE>
-public <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A> <B>getServicePolicy</B>(java.lang.String&nbsp;id)</PRE>
-<DL>
-<DD>Returns a service policy given it's unique ID.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>id</CODE> - 
-<DT><B>Returns:</B><DD>returns a service policy given it's unique ID.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="isProjectPreferencesEnabled(org.eclipse.core.resources.IProject)"><!-- --></A><H3>
-isProjectPreferencesEnabled</H3>
-<PRE>
-public boolean <B>isProjectPreferencesEnabled</B>(org.eclipse.core.resources.IProject&nbsp;project)</PRE>
-<DL>
-<DD>Returns if the particular project has been enabled or not on it's
- service policy property page.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>project</CODE> - 
-<DT><B>Returns:</B><DD>returns true if the specified project has been enabled for
- project specific policy preferences.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setProjectPreferencesEnabled(org.eclipse.core.resources.IProject, boolean)"><!-- --></A><H3>
-setProjectPreferencesEnabled</H3>
-<PRE>
-public void <B>setProjectPreferencesEnabled</B>(org.eclipse.core.resources.IProject&nbsp;project,
-                                         boolean&nbsp;value)</PRE>
-<DL>
-<DD>Sets whether a project specific service policy preferences is enabled or not.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>project</CODE> - <DD><CODE>value</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="restoreDefaults()"><!-- --></A><H3>
-restoreDefaults</H3>
-<PRE>
-public void <B>restoreDefaults</B>()</PRE>
-<DL>
-<DD>Restores the workspace level defaults.  Note: the state changes made by 
- calling this method need to be committed or discarded by the platform.
-<P>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="restoreDefaults(org.eclipse.core.resources.IProject)"><!-- --></A><H3>
-restoreDefaults</H3>
-<PRE>
-public void <B>restoreDefaults</B>(org.eclipse.core.resources.IProject&nbsp;project)</PRE>
-<DL>
-<DD>Restores the project level defaults.  Note: the state changes made by 
- calling this method need to be committed or discarded by the platform.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>project</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createServicePolicy(org.eclipse.wst.ws.service.policy.IServicePolicy, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
-createServicePolicy</H3>
-<PRE>
-public <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A> <B>createServicePolicy</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;parent,
-                                          java.lang.String&nbsp;id,
-                                          java.lang.String&nbsp;enumListId,
-                                          java.lang.String&nbsp;defaultEnumId)</PRE>
-<DL>
-<DD>This method creates an IServicePolicy object.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent policy for this policy.  If this policy has no 
- parent null may be specified.<DD><CODE>id</CODE> - This is a unique id for this service policy.  If the id specified
- is not unique trailing numerical digits in the id will be stripped off.  
- Numerical digits will then be added to end of the id to make it unique.
- If the id is empty or null the framework will assign a unique id.<DD><CODE>enumListId</CODE> - If this policy's state is defined by an enumeration
- the enumeration id should be specified here.  Otherwise null should be
- specified.<DD><CODE>defaultEnumId</CODE> - If this policy's state is defined by an enumeration
- this parameter specifies the default value.  This value may be null 
- if not using an enumeration or if the default value of the enumeration
- should be used.
-<DT><B>Returns:</B><DD>returns a service policy object.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="removeServicePolicy(org.eclipse.wst.ws.service.policy.IServicePolicy)"><!-- --></A><H3>
-removeServicePolicy</H3>
-<PRE>
-public void <B>removeServicePolicy</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</PRE>
-<DL>
-<DD>Removes a service policy from the service policy platform.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>policy</CODE> - the service policy</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="addChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener, boolean)"><!-- --></A><H3>
-addChildChangeListener</H3>
-<PRE>
-public void <B>addChildChangeListener</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A>&nbsp;listener,
-                                   boolean&nbsp;onCommit)</PRE>
-<DL>
-<DD>This method allows calls to listener to any child change that is
- made in the service policy platform regardless of where it is 
- located in the tree of service policies.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>listener</CODE> - <DD><CODE>onCommit</CODE> - indicates whether this listener should be invoked when
- the the platform changes are committed.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="queueChildChangeListeners(boolean)"><!-- --></A><H3>
-queueChildChangeListeners</H3>
-<PRE>
-public void <B>queueChildChangeListeners</B>(boolean&nbsp;queue)</PRE>
-<DL>
-<DD>Indicates whether child change listeners should be queued or not.  If
- they are queued then child change events will be queue up until this
- method is called with a false parameter.  When this happens the child
- change event listeners are noticed of add the events that have occurred.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>queue</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="removeChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener, boolean)"><!-- --></A><H3>
-removeChildChangeListener</H3>
-<PRE>
-public void <B>removeChildChangeListener</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A>&nbsp;listener,
-                                      boolean&nbsp;onCommit)</PRE>
-<DL>
-<DD>Removes a child change listener from the service policy platform.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>listener</CODE> - <DD><CODE>onCommit</CODE> - indicates whether this change listener should be removed
- from the onCommit list.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="addProjectLoadListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformProjectLoadListener)"><!-- --></A><H3>
-addProjectLoadListener</H3>
-<PRE>
-public void <B>addProjectLoadListener</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyPlatformProjectLoadListener</A>&nbsp;listener)</PRE>
-<DL>
-<DD>Add a project platform listener.  When a particular project is referenced
- by in the service policy platform this listener will be called the first
- time the project is loaded into the system.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>listener</CODE> - the listener</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="removeProjectLoadListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformProjectLoadListener)"><!-- --></A><H3>
-removeProjectLoadListener</H3>
-<PRE>
-public void <B>removeProjectLoadListener</B>(<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyPlatformProjectLoadListener</A>&nbsp;listener)</PRE>
-<DL>
-<DD>Removes a project platform listener.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>listener</CODE> - the listener</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getStateEnumeration(java.lang.String)"><!-- --></A><H3>
-getStateEnumeration</H3>
-<PRE>
-public java.util.List&lt;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>&gt; <B>getStateEnumeration</B>(java.lang.String&nbsp;enumId)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>enumId</CODE> - 
-<DT><B>Returns:</B><DD>returns a list of state enumeration items given the unique
- enumeration ID for this enumeration.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getStateItemEnumeration(java.lang.String)"><!-- --></A><H3>
-getStateItemEnumeration</H3>
-<PRE>
-public <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A> <B>getStateItemEnumeration</B>(java.lang.String&nbsp;stateItemId)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>stateItemId</CODE> - 
-<DT><B>Returns:</B><DD>returns a state enumeration item given this ID for this enumeration
- item.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ServicePolicyPlatform.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyPlatform.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IDescriptor.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IDescriptor.html
deleted file mode 100644
index 9c9dd44..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IDescriptor.html
+++ /dev/null
@@ -1,214 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.IDescriptor
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.IDescriptor";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIDescriptor.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IDescriptor.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.IDescriptor</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy.ui"><B>org.eclipse.wst.ws.service.policy.ui</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A> in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> that return <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A></CODE></FONT></TD>
-<TD><CODE><B>IServicePolicy.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getDescriptor()">getDescriptor</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the descriptor for this service policy.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy.ui"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A> in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A> that return <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A></CODE></FONT></TD>
-<TD><CODE><B>IQuickFixActionInfo.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html#getDescriptor()">getDescriptor</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a descriptor for this quick fix.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A></CODE></FONT></TD>
-<TD><CODE><B>IPolicyOperation.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getDescriptor()">getDescriptor</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the descriptor for this service policy operation.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIDescriptor.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IDescriptor.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IFilter.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IFilter.html
deleted file mode 100644
index 709fdf8..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IFilter.html
+++ /dev/null
@@ -1,206 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.IFilter
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.IFilter";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIFilter.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IFilter.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.IFilter</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy">IFilter</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy.ui.utils"><B>org.eclipse.wst.ws.service.policy.ui.utils</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy">IFilter</A> in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> with parameters of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy">IFilter</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatform.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getRootServicePolicies(org.eclipse.wst.ws.service.policy.IFilter)">getRootServicePolicies</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy">IFilter</A>&nbsp;filter)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the list of root policies for the platform given a filter.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy.ui.utils"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy">IFilter</A> in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html">org.eclipse.wst.ws.service.policy.ui.utils</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html">org.eclipse.wst.ws.service.policy.ui.utils</A> that return <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy">IFilter</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy">IFilter</A></CODE></FONT></TD>
-<TD><CODE><B>ActivityUtils.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html#getCurrentActivitiesFilter()">getCurrentActivitiesFilter</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a service policy filter based on the Eclipse activities settings.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIFilter.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IFilter.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IPolicyEnumerationList.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IPolicyEnumerationList.html
deleted file mode 100644
index 3b0cce0..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IPolicyEnumerationList.html
+++ /dev/null
@@ -1,255 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.IPolicyEnumerationList
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.IPolicyEnumerationList";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIPolicyEnumerationList.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyEnumerationList.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.IPolicyEnumerationList</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A> in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> that implement <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;class</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy">PolicyEnumerationListImpl</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class provides a simple implementation of the IPolicyEnumerationList interface.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> that return <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A></CODE></FONT></TD>
-<TD><CODE><B>PolicyRelationshipImpl.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html#getPolicyEnumerationList()">getPolicyEnumerationList</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the policy enumeration list for this relationship.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A></CODE></FONT></TD>
-<TD><CODE><B>IPolicyRelationship.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html#getPolicyEnumerationList()">getPolicyEnumerationList</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the policy enumeration list for this relationship.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> that return types with arguments of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>PolicyRelationshipImpl.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html#getRelatedPolicies()">getRelatedPolicies</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the related policies for this relationship.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>IPolicyRelationship.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html#getRelatedPolicies()">getRelatedPolicies</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the related policies for this relationship.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> with parameters of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html#PolicyRelationshipImpl(org.eclipse.wst.ws.service.policy.IPolicyEnumerationList, java.util.List)">PolicyRelationshipImpl</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>&nbsp;policyEnumerationList,
-                       java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>&gt;&nbsp;relatedPolicies)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> with type arguments of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html#PolicyRelationshipImpl(org.eclipse.wst.ws.service.policy.IPolicyEnumerationList, java.util.List)">PolicyRelationshipImpl</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>&nbsp;policyEnumerationList,
-                       java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>&gt;&nbsp;relatedPolicies)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIPolicyEnumerationList.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyEnumerationList.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IPolicyRelationship.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IPolicyRelationship.html
deleted file mode 100644
index d44b42d..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IPolicyRelationship.html
+++ /dev/null
@@ -1,210 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.IPolicyRelationship
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.IPolicyRelationship";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIPolicyRelationship.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyRelationship.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.IPolicyRelationship</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A> in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> that implement <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;class</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy">PolicyRelationshipImpl</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class provides a simple implementation of the IPolicyRelationship
- interface.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> that return types with arguments of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>IServicePolicy.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getRelationships()">getRelationships</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of relationships to other IServicePolicy objects.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> with type arguments of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>IServicePolicy.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#setRelationships(java.util.List)">setRelationships</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A>&gt;&nbsp;relationships)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the relationships for this service policy.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIPolicyRelationship.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyRelationship.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IPolicyState.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IPolicyState.html
deleted file mode 100644
index a497498..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IPolicyState.html
+++ /dev/null
@@ -1,185 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.IPolicyState
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.IPolicyState";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIPolicyState.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyState.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.IPolicyState</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A> in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> that return <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A></CODE></FONT></TD>
-<TD><CODE><B>IServicePolicy.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getPolicyState()">getPolicyState</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the policy state for this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A></CODE></FONT></TD>
-<TD><CODE><B>IServicePolicy.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getPolicyState(org.eclipse.core.resources.IProject)">getPolicyState</A></B>(org.eclipse.core.resources.IProject&nbsp;project)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the IPolicyState for a particular project.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIPolicyState.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyState.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IPolicyStateEnum.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IPolicyStateEnum.html
deleted file mode 100644
index 5c97716..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IPolicyStateEnum.html
+++ /dev/null
@@ -1,185 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.IPolicyStateEnum
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.IPolicyStateEnum";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIPolicyStateEnum.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyStateEnum.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.IPolicyStateEnum</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A> in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> that return <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A></CODE></FONT></TD>
-<TD><CODE><B>IServicePolicy.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getPolicyStateEnum()">getPolicyStateEnum</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the policy state enumeration object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A></CODE></FONT></TD>
-<TD><CODE><B>IServicePolicy.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getPolicyStateEnum(org.eclipse.core.resources.IProject)">getPolicyStateEnum</A></B>(org.eclipse.core.resources.IProject&nbsp;project)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the policy state enumeration object for a particular project.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIPolicyStateEnum.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyStateEnum.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IServicePolicy.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IServicePolicy.html
deleted file mode 100644
index 139e6c0..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IServicePolicy.html
+++ /dev/null
@@ -1,513 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.IServicePolicy
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.IServicePolicy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIServicePolicy.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IServicePolicy.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.IServicePolicy</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy.listeners"><B>org.eclipse.wst.ws.service.policy.listeners</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy.ui"><B>org.eclipse.wst.ws.service.policy.ui</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy.ui.utils"><B>org.eclipse.wst.ws.service.policy.ui.utils</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A> in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> that return <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatform.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#createServicePolicy(org.eclipse.wst.ws.service.policy.IServicePolicy, java.lang.String, java.lang.String, java.lang.String)">createServicePolicy</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;parent,
-                    java.lang.String&nbsp;id,
-                    java.lang.String&nbsp;enumListId,
-                    java.lang.String&nbsp;defaultEnumId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method creates an IServicePolicy object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></CODE></FONT></TD>
-<TD><CODE><B>IServicePolicy.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getParentPolicy()">getParentPolicy</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the parent service policy object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></CODE></FONT></TD>
-<TD><CODE><B>PolicyEnumerationListImpl.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html#getPolicy()">getPolicy</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></CODE></FONT></TD>
-<TD><CODE><B>IPolicyEnumerationList.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html#getPolicy()">getPolicy</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the service policy for this list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatform.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getServicePolicy(java.lang.String)">getServicePolicy</A></B>(java.lang.String&nbsp;id)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a service policy given it's unique ID.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> that return types with arguments of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>IServicePolicy.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#getChildren()">getChildren</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatform.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getRootServicePolicies(org.eclipse.wst.ws.service.policy.IFilter)">getRootServicePolicies</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy">IFilter</A>&nbsp;filter)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the list of root policies for the platform given a filter.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> with parameters of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B>IFilter.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html#accept(org.eclipse.wst.ws.service.policy.IServicePolicy)">accept</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines if a policy should be accepted or not.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatform.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#createServicePolicy(org.eclipse.wst.ws.service.policy.IServicePolicy, java.lang.String, java.lang.String, java.lang.String)">createServicePolicy</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;parent,
-                    java.lang.String&nbsp;id,
-                    java.lang.String&nbsp;enumListId,
-                    java.lang.String&nbsp;defaultEnumId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method creates an IServicePolicy object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>IServicePolicy.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#removeChild(org.eclipse.wst.ws.service.policy.IServicePolicy)">removeChild</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a child service policy from this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatform.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#removeServicePolicy(org.eclipse.wst.ws.service.policy.IServicePolicy)">removeServicePolicy</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a service policy from the service policy platform.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> with parameters of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html#PolicyEnumerationListImpl(java.util.List, org.eclipse.wst.ws.service.policy.IServicePolicy)">PolicyEnumerationListImpl</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>&gt;&nbsp;enumList,
-                          <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A simple constructor for this class.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy.listeners"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A> in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/package-summary.html">org.eclipse.wst.ws.service.policy.listeners</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/package-summary.html">org.eclipse.wst.ws.service.policy.listeners</A> with parameters of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>IPolicyStateChangeListener.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html#policyStateChange(org.eclipse.wst.ws.service.policy.IServicePolicy, java.lang.String, java.lang.String, java.lang.String)">policyStateChange</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy,
-                  java.lang.String&nbsp;key,
-                  java.lang.String&nbsp;oldValue,
-                  java.lang.String&nbsp;newValue)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when a state change event occurs for a service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>IStatusChangeListener.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html#statusChange(org.eclipse.wst.ws.service.policy.IServicePolicy, org.eclipse.core.runtime.IStatus, org.eclipse.core.runtime.IStatus)">statusChange</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy,
-             org.eclipse.core.runtime.IStatus&nbsp;oldStatus,
-             org.eclipse.core.runtime.IStatus&nbsp;newStatus)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when a status change event occurs.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/package-summary.html">org.eclipse.wst.ws.service.policy.listeners</A> with type arguments of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>IPolicyChildChangeListener.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html#childChange(java.util.List, java.util.List)">childChange</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;child,
-            java.util.List&lt;java.lang.Boolean&gt;&nbsp;added)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The method is called with an array of child changes.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy.ui"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A> in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A> that return <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></CODE></FONT></TD>
-<TD><CODE><B>IPolicyOperation.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getServicePolicy()">getServicePolicy</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the service policy for this operation.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A> with parameters of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>IQuickFixAction.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html#action(org.eclipse.wst.ws.service.policy.IServicePolicy)">action</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is called when the user has selected this action to resolve
- a particular service policy problem.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A></CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatformUI.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getOperation(org.eclipse.wst.ws.service.policy.IServicePolicy, java.lang.String)">getOperation</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy,
-             java.lang.String&nbsp;id)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an operation that is associated with a particular service policy
- and has the specified id.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatformUI.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getOperations(org.eclipse.wst.ws.service.policy.IServicePolicy, boolean)">getOperations</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy,
-              boolean&nbsp;isWorkspace)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the list of operations for this policy.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A> with type arguments of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>&gt;&gt;</CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatformUI.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getOperationsList(java.util.List, boolean)">getOperationsList</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;policies,
-                  boolean&nbsp;isWorkspace)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of list policy operations which are associated with
- the specified service policies.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B>IPolicyOperation.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#isEnabled(java.util.List)">isEnabled</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;selectedPolicies)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether this operation should be enabled or not.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B>IEnableOperation.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html#isEnabled(java.util.List)">isEnabled</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;selectedPolicies)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether the service policy operation should be enabled or not.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>ILaunchOperation.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html#launch(java.util.List)">launch</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;selectedPolicies)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is called when the user has selected this complex operation.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>IPolicyOperation.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#launchOperation(java.util.List)">launchOperation</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;selectedPolicies)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Launches the service policy operation if this is a complex operation.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy.ui.utils"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A> in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html">org.eclipse.wst.ws.service.policy.ui.utils</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html">org.eclipse.wst.ws.service.policy.ui.utils</A> that return types with arguments of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>ServiceUtils.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html#sortList(java.util.List)">sortList</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;unsortedList)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sorts a list of service policies.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html">org.eclipse.wst.ws.service.policy.ui.utils</A> with type arguments of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>ServiceUtils.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html#sortList(java.util.List)">sortList</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;unsortedList)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sorts a list of service policies.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIServicePolicy.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IServicePolicy.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IStateEnumerationItem.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IStateEnumerationItem.html
deleted file mode 100644
index f2d41d8..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/IStateEnumerationItem.html
+++ /dev/null
@@ -1,232 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.IStateEnumerationItem
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.IStateEnumerationItem";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIStateEnumerationItem.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IStateEnumerationItem.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.IStateEnumerationItem</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A> in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> that return <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A></CODE></FONT></TD>
-<TD><CODE><B>IPolicyStateEnum.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html#getCurrentItem()">getCurrentItem</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the current enum item.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A></CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatform.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getStateItemEnumeration(java.lang.String)">getStateItemEnumeration</A></B>(java.lang.String&nbsp;stateItemId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> that return types with arguments of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>PolicyEnumerationListImpl.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html#getEnumerationList()">getEnumerationList</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of state enumeration items.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>IPolicyEnumerationList.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html#getEnumerationList()">getEnumerationList</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the state enumeration list items.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatform.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getStateEnumeration(java.lang.String)">getStateEnumeration</A></B>(java.lang.String&nbsp;enumId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> with type arguments of type <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html#PolicyEnumerationListImpl(java.util.List, org.eclipse.wst.ws.service.policy.IServicePolicy)">PolicyEnumerationListImpl</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A>&gt;&nbsp;enumList,
-                          <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A simple constructor for this class.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useIStateEnumerationItem.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IStateEnumerationItem.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/PolicyEnumerationListImpl.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/PolicyEnumerationListImpl.html
deleted file mode 100644
index 199af68..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/PolicyEnumerationListImpl.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.ws.service.policy.PolicyEnumerationListImpl
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.ws.service.policy.PolicyEnumerationListImpl";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-usePolicyEnumerationListImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="PolicyEnumerationListImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.ws.service.policy.PolicyEnumerationListImpl</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.ws.service.policy.PolicyEnumerationListImpl
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-usePolicyEnumerationListImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="PolicyEnumerationListImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/PolicyRelationshipImpl.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/PolicyRelationshipImpl.html
deleted file mode 100644
index ad861ea..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/PolicyRelationshipImpl.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.ws.service.policy.PolicyRelationshipImpl
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.ws.service.policy.PolicyRelationshipImpl";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-usePolicyRelationshipImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="PolicyRelationshipImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.ws.service.policy.PolicyRelationshipImpl</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.ws.service.policy.PolicyRelationshipImpl
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-usePolicyRelationshipImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="PolicyRelationshipImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/ServicePolicyActivator.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/ServicePolicyActivator.html
deleted file mode 100644
index b5f376b..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/ServicePolicyActivator.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.ws.service.policy.ServicePolicyActivator
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.ws.service.policy.ServicePolicyActivator";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useServicePolicyActivator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyActivator.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.ws.service.policy.ServicePolicyActivator</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyActivator</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyActivator</A> in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> that return <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyActivator</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyActivator</A></CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyActivator.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html#getDefault()">getDefault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the shared instance</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useServicePolicyActivator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyActivator.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/ServicePolicyPlatform.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/ServicePolicyPlatform.html
deleted file mode 100644
index 7b23644..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/class-use/ServicePolicyPlatform.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.ws.service.policy.ServicePolicyPlatform
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.ws.service.policy.ServicePolicyPlatform";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useServicePolicyPlatform.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyPlatform.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.ws.service.policy.ServicePolicyPlatform</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A> in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> that return <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A></CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatform.</B><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#getInstance()">getInstance</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a singleton instance of this service policy platform.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/\class-useServicePolicyPlatform.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyPlatform.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html
deleted file mode 100644
index 47c6085..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html
+++ /dev/null
@@ -1,209 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IPolicyChildChangeListener
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IPolicyChildChangeListener";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyChildChangeListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyChildChangeListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.listeners</FONT>
-<BR>
-Interface IPolicyChildChangeListener</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IPolicyChildChangeListener</B></DL>
-</PRE>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html#childChange(java.util.List, java.util.List)">childChange</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;child,
-            java.util.List&lt;java.lang.Boolean&gt;&nbsp;added)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The method is called with an array of child changes.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="childChange(java.util.List, java.util.List)"><!-- --></A><H3>
-childChange</H3>
-<PRE>
-void <B>childChange</B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;child,
-                 java.util.List&lt;java.lang.Boolean&gt;&nbsp;added)</PRE>
-<DL>
-<DD>The method is called with an array of child changes.  Each child item
- is associated with the added item at the same index value.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>child</CODE> - service policies that have changed.<DD><CODE>added</CODE> - indicates if the associate policy was added or removed.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyChildChangeListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyChildChangeListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html
deleted file mode 100644
index fd5cd4a..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html
+++ /dev/null
@@ -1,212 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IPolicyPlatformLoadListener
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformLoadListener interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IPolicyPlatformLoadListener";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyPlatformLoadListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyPlatformLoadListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.listeners</FONT>
-<BR>
-Interface IPolicyPlatformLoadListener</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IPolicyPlatformLoadListener</B></DL>
-</PRE>
-
-<P>
-This interface is used to register code that needs to execute when the
- service policy platform is loaded.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html#load()">load</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called once when the service platform is loaded in the system.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="load()"><!-- --></A><H3>
-load</H3>
-<PRE>
-void <B>load</B>()</PRE>
-<DL>
-<DD>Called once when the service platform is loaded in the system.  This
- may not necessarily happen when Eclipse initially starts.
-<P>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyPlatformLoadListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyPlatformLoadListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html
deleted file mode 100644
index 20ffe64..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html
+++ /dev/null
@@ -1,213 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IPolicyPlatformProjectLoadListener
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformProjectLoadListener interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IPolicyPlatformProjectLoadListener";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyPlatformProjectLoadListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyPlatformProjectLoadListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.listeners</FONT>
-<BR>
-Interface IPolicyPlatformProjectLoadListener</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IPolicyPlatformProjectLoadListener</B></DL>
-</PRE>
-
-<P>
-This interface is used to register code that needs to loaded when a particular
- project is loaded into the service policy platform.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html#load(org.eclipse.core.resources.IProject)">load</A></B>(org.eclipse.core.resources.IProject&nbsp;project)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is called once when a project loaded into the service policy
- platform.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="load(org.eclipse.core.resources.IProject)"><!-- --></A><H3>
-load</H3>
-<PRE>
-void <B>load</B>(org.eclipse.core.resources.IProject&nbsp;project)</PRE>
-<DL>
-<DD>This method is called once when a project loaded into the service policy
- platform.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>project</CODE> - the project</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyPlatformProjectLoadListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyPlatformProjectLoadListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html
deleted file mode 100644
index a3ec15e..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html
+++ /dev/null
@@ -1,217 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IPolicyStateChangeListener
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.listeners.IPolicyStateChangeListener interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IPolicyStateChangeListener";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyStateChangeListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyStateChangeListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.listeners</FONT>
-<BR>
-Interface IPolicyStateChangeListener</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IPolicyStateChangeListener</B></DL>
-</PRE>
-
-<P>
-This interface is used when the developer wants to listener to state
- changes for a particular service policy.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html#policyStateChange(org.eclipse.wst.ws.service.policy.IServicePolicy, java.lang.String, java.lang.String, java.lang.String)">policyStateChange</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy,
-                  java.lang.String&nbsp;key,
-                  java.lang.String&nbsp;oldValue,
-                  java.lang.String&nbsp;newValue)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when a state change event occurs for a service policy.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="policyStateChange(org.eclipse.wst.ws.service.policy.IServicePolicy, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
-policyStateChange</H3>
-<PRE>
-void <B>policyStateChange</B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy,
-                       java.lang.String&nbsp;key,
-                       java.lang.String&nbsp;oldValue,
-                       java.lang.String&nbsp;newValue)</PRE>
-<DL>
-<DD>Called when a state change event occurs for a service policy.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>policy</CODE> - the service policy<DD><CODE>key</CODE> - the key of the state that changed.<DD><CODE>oldValue</CODE> - the old value of the state that changed.<DD><CODE>newValue</CODE> - the new value of the state that changed.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyStateChangeListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyStateChangeListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html
deleted file mode 100644
index c21b66e..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html
+++ /dev/null
@@ -1,215 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IStatusChangeListener
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.listeners.IStatusChangeListener interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IStatusChangeListener";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IStatusChangeListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IStatusChangeListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.listeners</FONT>
-<BR>
-Interface IStatusChangeListener</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IStatusChangeListener</B></DL>
-</PRE>
-
-<P>
-This interface is used by code that is interested in listening to status
- change events of service policies.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html#statusChange(org.eclipse.wst.ws.service.policy.IServicePolicy, org.eclipse.core.runtime.IStatus, org.eclipse.core.runtime.IStatus)">statusChange</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy,
-             org.eclipse.core.runtime.IStatus&nbsp;oldStatus,
-             org.eclipse.core.runtime.IStatus&nbsp;newStatus)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when a status change event occurs.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="statusChange(org.eclipse.wst.ws.service.policy.IServicePolicy, org.eclipse.core.runtime.IStatus, org.eclipse.core.runtime.IStatus)"><!-- --></A><H3>
-statusChange</H3>
-<PRE>
-void <B>statusChange</B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy,
-                  org.eclipse.core.runtime.IStatus&nbsp;oldStatus,
-                  org.eclipse.core.runtime.IStatus&nbsp;newStatus)</PRE>
-<DL>
-<DD>Called when a status change event occurs.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>policy</CODE> - the service policy.<DD><CODE>oldStatus</CODE> - the old status.<DD><CODE>newStatus</CODE> - the new status.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IStatusChangeListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IStatusChangeListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/class-use/IPolicyChildChangeListener.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/class-use/IPolicyChildChangeListener.html
deleted file mode 100644
index 04d539a..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/class-use/IPolicyChildChangeListener.html
+++ /dev/null
@@ -1,205 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/\class-useIPolicyChildChangeListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyChildChangeListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A> in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> with parameters of type <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatform.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#addChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener, boolean)">addChildChangeListener</A></B>(<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A>&nbsp;listener,
-                       boolean&nbsp;onCommit)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method allows calls to listener to any child change that is
- made in the service policy platform regardless of where it is 
- located in the tree of service policies.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>IServicePolicy.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#addPolicyChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener)">addPolicyChildChangeListener</A></B>(<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A>&nbsp;listener)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a child listener to this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatform.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#removeChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener, boolean)">removeChildChangeListener</A></B>(<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A>&nbsp;listener,
-                          boolean&nbsp;onCommit)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a child change listener from the service policy platform.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>IServicePolicy.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#removePolicyChildChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyChildChangeListener)">removePolicyChildChangeListener</A></B>(<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A>&nbsp;listener)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a child listener from this service policy.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/\class-useIPolicyChildChangeListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyChildChangeListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/class-use/IPolicyPlatformLoadListener.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/class-use/IPolicyPlatformLoadListener.html
deleted file mode 100644
index fb7de2e..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/class-use/IPolicyPlatformLoadListener.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformLoadListener
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformLoadListener";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/\class-useIPolicyPlatformLoadListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyPlatformLoadListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformLoadListener</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformLoadListener
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/\class-useIPolicyPlatformLoadListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyPlatformLoadListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/class-use/IPolicyPlatformProjectLoadListener.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/class-use/IPolicyPlatformProjectLoadListener.html
deleted file mode 100644
index 4fc959e..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/class-use/IPolicyPlatformProjectLoadListener.html
+++ /dev/null
@@ -1,185 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformProjectLoadListener
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformProjectLoadListener";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/\class-useIPolicyPlatformProjectLoadListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyPlatformProjectLoadListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformProjectLoadListener</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyPlatformProjectLoadListener</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyPlatformProjectLoadListener</A> in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> with parameters of type <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyPlatformProjectLoadListener</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatform.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#addProjectLoadListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformProjectLoadListener)">addProjectLoadListener</A></B>(<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyPlatformProjectLoadListener</A>&nbsp;listener)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a project platform listener.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatform.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html#removeProjectLoadListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyPlatformProjectLoadListener)">removeProjectLoadListener</A></B>(<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyPlatformProjectLoadListener</A>&nbsp;listener)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a project platform listener.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/\class-useIPolicyPlatformProjectLoadListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyPlatformProjectLoadListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/class-use/IPolicyStateChangeListener.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/class-use/IPolicyStateChangeListener.html
deleted file mode 100644
index 5fa06b2..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/class-use/IPolicyStateChangeListener.html
+++ /dev/null
@@ -1,186 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.listeners.IPolicyStateChangeListener
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.listeners.IPolicyStateChangeListener";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/\class-useIPolicyStateChangeListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyStateChangeListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.listeners.IPolicyStateChangeListener</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyStateChangeListener</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyStateChangeListener</A> in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> with parameters of type <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyStateChangeListener</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>IPolicyState.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html#addPolicyStateChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyStateChangeListener, boolean)">addPolicyStateChangeListener</A></B>(<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyStateChangeListener</A>&nbsp;listener,
-                             boolean&nbsp;notifyOnlyOnCommit)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a policy state change listener to this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>IPolicyState.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html#removePolicyStateChangeListener(org.eclipse.wst.ws.service.policy.listeners.IPolicyStateChangeListener)">removePolicyStateChangeListener</A></B>(<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyStateChangeListener</A>&nbsp;listener)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a policy state change listener from this service policy.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/\class-useIPolicyStateChangeListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyStateChangeListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/class-use/IStatusChangeListener.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/class-use/IStatusChangeListener.html
deleted file mode 100644
index cca0c7a..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/class-use/IStatusChangeListener.html
+++ /dev/null
@@ -1,185 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.listeners.IStatusChangeListener
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.listeners.IStatusChangeListener";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/\class-useIStatusChangeListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IStatusChangeListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.listeners.IStatusChangeListener</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IStatusChangeListener</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IStatusChangeListener</A> in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> with parameters of type <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IStatusChangeListener</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>IServicePolicy.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#addStatusChangeListener(org.eclipse.wst.ws.service.policy.listeners.IStatusChangeListener)">addStatusChangeListener</A></B>(<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IStatusChangeListener</A>&nbsp;listener)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a status change listener to this service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>IServicePolicy.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html#removeStatusChangeListener(org.eclipse.wst.ws.service.policy.listeners.IStatusChangeListener)">removeStatusChangeListener</A></B>(<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IStatusChangeListener</A>&nbsp;listener)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a status change listener from this service policy.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/\class-useIStatusChangeListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IStatusChangeListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/package-frame.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/package-frame.html
deleted file mode 100644
index 1186029..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/package-frame.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.ws.service.policy.listeners
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.listeners package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-<FONT size="+1" CLASS="FrameTitleFont">
-<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/package-summary.html" target="classFrame">org.eclipse.wst.ws.service.policy.listeners</A></FONT>
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
-Interfaces</FONT>&nbsp;
-<FONT CLASS="FrameItemFont">
-<BR>
-<A HREF="IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners" target="classFrame"><I>IPolicyChildChangeListener</I></A>
-<BR>
-<A HREF="IPolicyPlatformLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners" target="classFrame"><I>IPolicyPlatformLoadListener</I></A>
-<BR>
-<A HREF="IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners" target="classFrame"><I>IPolicyPlatformProjectLoadListener</I></A>
-<BR>
-<A HREF="IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners" target="classFrame"><I>IPolicyStateChangeListener</I></A>
-<BR>
-<A HREF="IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners" target="classFrame"><I>IStatusChangeListener</I></A></FONT></TD>
-</TR>
-</TABLE>
-
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/package-summary.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/package-summary.html
deleted file mode 100644
index 6f16f45..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/package-summary.html
+++ /dev/null
@@ -1,175 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.ws.service.policy.listeners
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.listeners package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.ws.service.policy.listeners";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<H2>
-Package org.eclipse.wst.ws.service.policy.listeners
-</H2>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Interface Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyChildChangeListener</A></B></TD>
-<TD>&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyPlatformLoadListener</A></B></TD>
-<TD>This interface is used to register code that needs to execute when the
- service policy platform is loaded.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyPlatformProjectLoadListener</A></B></TD>
-<TD>This interface is used to register code that needs to loaded when a particular
- project is loaded into the service policy platform.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IPolicyStateChangeListener</A></B></TD>
-<TD>This interface is used when the developer wants to listener to state
- changes for a particular service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners">IStatusChangeListener</A></B></TD>
-<TD>This interface is used by code that is interested in listening to status
- change events of service policies.</TD>
-</TR>
-</TABLE>
-&nbsp;
-
-<P>
-<DL>
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/package-tree.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/package-tree.html
deleted file mode 100644
index 40ae3a7..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/package-tree.html
+++ /dev/null
@@ -1,148 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.ws.service.policy.listeners Class Hierarchy
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.ws.service.policy.listeners Class Hierarchy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-Hierarchy For Package org.eclipse.wst.ws.service.policy.listeners
-</H2>
-</CENTER>
-<DL>
-<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../../overview-tree.html">All Packages</A></DL>
-<HR>
-<H2>
-Interface Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.listeners.<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>IPolicyChildChangeListener</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.listeners.<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>IPolicyPlatformLoadListener</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.listeners.<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>IPolicyPlatformProjectLoadListener</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.listeners.<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>IPolicyStateChangeListener</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.listeners.<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>IStatusChangeListener</B></A></UL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/package-use.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/package-use.html
deleted file mode 100644
index 01611ca..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/listeners/package-use.html
+++ /dev/null
@@ -1,188 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Package org.eclipse.wst.ws.service.policy.listeners
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Package org.eclipse.wst.ws.service.policy.listeners";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Package<br>org.eclipse.wst.ws.service.policy.listeners</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/package-summary.html">org.eclipse.wst.ws.service.policy.listeners</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/package-summary.html">org.eclipse.wst.ws.service.policy.listeners</A> used by <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/class-use/IPolicyChildChangeListener.html#org.eclipse.wst.ws.service.policy"><B>IPolicyChildChangeListener</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/class-use/IPolicyPlatformProjectLoadListener.html#org.eclipse.wst.ws.service.policy"><B>IPolicyPlatformProjectLoadListener</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface is used to register code that needs to loaded when a particular
- project is loaded into the service policy platform.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/class-use/IPolicyStateChangeListener.html#org.eclipse.wst.ws.service.policy"><B>IPolicyStateChangeListener</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface is used when the developer wants to listener to state
- changes for a particular service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/class-use/IStatusChangeListener.html#org.eclipse.wst.ws.service.policy"><B>IStatusChangeListener</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface is used by code that is interested in listening to status
- change events of service policies.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/listeners/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/package-frame.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/package-frame.html
deleted file mode 100644
index ba5f9f4..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/package-frame.html
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.ws.service.policy
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-<FONT size="+1" CLASS="FrameTitleFont">
-<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html" target="classFrame">org.eclipse.wst.ws.service.policy</A></FONT>
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
-Interfaces</FONT>&nbsp;
-<FONT CLASS="FrameItemFont">
-<BR>
-<A HREF="IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IDescriptor</I></A>
-<BR>
-<A HREF="IFilter.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IFilter</I></A>
-<BR>
-<A HREF="IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IPolicyEnumerationList</I></A>
-<BR>
-<A HREF="IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IPolicyRelationship</I></A>
-<BR>
-<A HREF="IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IPolicyState</I></A>
-<BR>
-<A HREF="IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IPolicyStateEnum</I></A>
-<BR>
-<A HREF="IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IServicePolicy</I></A>
-<BR>
-<A HREF="IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy" target="classFrame"><I>IStateEnumerationItem</I></A></FONT></TD>
-</TR>
-</TABLE>
-
-
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
-Classes</FONT>&nbsp;
-<FONT CLASS="FrameItemFont">
-<BR>
-<A HREF="PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy" target="classFrame">PolicyEnumerationListImpl</A>
-<BR>
-<A HREF="PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy" target="classFrame">PolicyRelationshipImpl</A>
-<BR>
-<A HREF="ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy" target="classFrame">ServicePolicyActivator</A>
-<BR>
-<A HREF="ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy" target="classFrame">ServicePolicyPlatform</A></FONT></TD>
-</TR>
-</TABLE>
-
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/package-summary.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/package-summary.html
deleted file mode 100644
index 9b485c5..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/package-summary.html
+++ /dev/null
@@ -1,215 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.ws.service.policy
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.ws.service.policy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV PACKAGE&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<H2>
-Package org.eclipse.wst.ws.service.policy
-</H2>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Interface Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A></B></TD>
-<TD>This interface encapsulates the idea of a description for a service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy">IFilter</A></B></TD>
-<TD>This interface is used to filter service policies.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A></B></TD>
-<TD>This interface encapsulates the combination of a policy and a list
- of state enumeration items.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A></B></TD>
-<TD>This interface is used to describe the dependency relationships between
- service policies.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyState</A></B></TD>
-<TD>This interface is used by service policy extenders to save the state of
- there policies.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyStateEnum</A></B></TD>
-<TD>This interface is used to access the state when an enumeration is used
- to persist state.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></B></TD>
-<TD>This interface encapsulates the idea of a service policy</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy">IStateEnumerationItem</A></B></TD>
-<TD>This interface is used to describe a state enumeration item that was
- defined by an enumeration in plugin.xml meta data.</TD>
-</TR>
-</TABLE>
-&nbsp;
-
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Class Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy">PolicyEnumerationListImpl</A></B></TD>
-<TD>This class provides a simple implementation of the IPolicyEnumerationList interface.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy">PolicyRelationshipImpl</A></B></TD>
-<TD>This class provides a simple implementation of the IPolicyRelationship
- interface.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyActivator</A></B></TD>
-<TD>The activator class controls the plug-in life cycle</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy">ServicePolicyPlatform</A></B></TD>
-<TD>This class is used to access and add service policies to the platform.</TD>
-</TR>
-</TABLE>
-&nbsp;
-
-<P>
-<DL>
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV PACKAGE&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/package-tree.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/package-tree.html
deleted file mode 100644
index b5d78b6..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/package-tree.html
+++ /dev/null
@@ -1,160 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.ws.service.policy Class Hierarchy
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.ws.service.policy Class Hierarchy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-Hierarchy For Package org.eclipse.wst.ws.service.policy
-</H2>
-</CENTER>
-<DL>
-<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../overview-tree.html">All Packages</A></DL>
-<HR>
-<H2>
-Class Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">java.lang.Object<UL>
-<LI TYPE="circle">org.eclipse.core.runtime.Plugin (implements org.osgi.framework.BundleActivator)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy"><B>ServicePolicyActivator</B></A></UL>
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy"><B>PolicyEnumerationListImpl</B></A> (implements org.eclipse.wst.ws.service.policy.<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>)
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy"><B>PolicyRelationshipImpl</B></A> (implements org.eclipse.wst.ws.service.policy.<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A>)
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy"><B>ServicePolicyPlatform</B></A></UL>
-</UL>
-<H2>
-Interface Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IDescriptor</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IFilter</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IPolicyEnumerationList</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IPolicyRelationship</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IPolicyState</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IPolicyStateEnum</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IServicePolicy</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IStateEnumerationItem</B></A></UL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/package-use.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/package-use.html
deleted file mode 100644
index fb7a5d2..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/package-use.html
+++ /dev/null
@@ -1,295 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Package org.eclipse.wst.ws.service.policy
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Package org.eclipse.wst.ws.service.policy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Package<br>org.eclipse.wst.ws.service.policy</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy"><B>org.eclipse.wst.ws.service.policy</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy.listeners"><B>org.eclipse.wst.ws.service.policy.listeners</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy.ui"><B>org.eclipse.wst.ws.service.policy.ui</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy.ui.utils"><B>org.eclipse.wst.ws.service.policy.ui.utils</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> used by <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/class-use/IDescriptor.html#org.eclipse.wst.ws.service.policy"><B>IDescriptor</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface encapsulates the idea of a description for a service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/class-use/IFilter.html#org.eclipse.wst.ws.service.policy"><B>IFilter</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface is used to filter service policies.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/class-use/IPolicyEnumerationList.html#org.eclipse.wst.ws.service.policy"><B>IPolicyEnumerationList</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface encapsulates the combination of a policy and a list
- of state enumeration items.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/class-use/IPolicyRelationship.html#org.eclipse.wst.ws.service.policy"><B>IPolicyRelationship</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface is used to describe the dependency relationships between
- service policies.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/class-use/IPolicyState.html#org.eclipse.wst.ws.service.policy"><B>IPolicyState</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface is used by service policy extenders to save the state of
- there policies.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/class-use/IPolicyStateEnum.html#org.eclipse.wst.ws.service.policy"><B>IPolicyStateEnum</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface is used to access the state when an enumeration is used
- to persist state.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/class-use/IServicePolicy.html#org.eclipse.wst.ws.service.policy"><B>IServicePolicy</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface encapsulates the idea of a service policy</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/class-use/IStateEnumerationItem.html#org.eclipse.wst.ws.service.policy"><B>IStateEnumerationItem</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface is used to describe a state enumeration item that was
- defined by an enumeration in plugin.xml meta data.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/class-use/ServicePolicyActivator.html#org.eclipse.wst.ws.service.policy"><B>ServicePolicyActivator</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The activator class controls the plug-in life cycle</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/class-use/ServicePolicyPlatform.html#org.eclipse.wst.ws.service.policy"><B>ServicePolicyPlatform</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is used to access and add service policies to the platform.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy.listeners"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> used by <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/listeners/package-summary.html">org.eclipse.wst.ws.service.policy.listeners</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/class-use/IServicePolicy.html#org.eclipse.wst.ws.service.policy.listeners"><B>IServicePolicy</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface encapsulates the idea of a service policy</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy.ui"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> used by <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/class-use/IDescriptor.html#org.eclipse.wst.ws.service.policy.ui"><B>IDescriptor</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface encapsulates the idea of a description for a service policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/class-use/IServicePolicy.html#org.eclipse.wst.ws.service.policy.ui"><B>IServicePolicy</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface encapsulates the idea of a service policy</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy.ui.utils"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A> used by <A HREF="../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html">org.eclipse.wst.ws.service.policy.ui.utils</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/class-use/IFilter.html#org.eclipse.wst.ws.service.policy.ui.utils"><B>IFilter</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface is used to filter service policies.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/ws/service/policy/class-use/IServicePolicy.html#org.eclipse.wst.ws.service.policy.ui.utils"><B>IServicePolicy</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface encapsulates the idea of a service policy</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/ws/service/policy/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html
deleted file mode 100644
index 7534090..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html
+++ /dev/null
@@ -1,212 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IEnableOperation
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ui.IEnableOperation interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IEnableOperation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IEnableOperation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IEnableOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.ui</FONT>
-<BR>
-Interface IEnableOperation</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IEnableOperation</B></DL>
-</PRE>
-
-<P>
-This interface is associated with the enabledClass attribute of the
- enabled element.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html#isEnabled(java.util.List)">isEnabled</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;selectedPolicies)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether the service policy operation should be enabled or not.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="isEnabled(java.util.List)"><!-- --></A><H3>
-isEnabled</H3>
-<PRE>
-boolean <B>isEnabled</B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;selectedPolicies)</PRE>
-<DL>
-<DD>Returns whether the service policy operation should be enabled or not.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>selectedPolicies</CODE> - the selected service policies.
-<DT><B>Returns:</B><DD>returns whether the service policy operation should be enabled or not.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IEnableOperation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IEnableOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html
deleted file mode 100644
index f36306f..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html
+++ /dev/null
@@ -1,211 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-ILaunchOperation
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ui.ILaunchOperation interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="ILaunchOperation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ILaunchOperation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ILaunchOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.ui</FONT>
-<BR>
-Interface ILaunchOperation</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>ILaunchOperation</B></DL>
-</PRE>
-
-<P>
-This interface is used in conjunction with the launchClass attribute of
- the complex element.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html#launch(java.util.List)">launch</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;selectedPolicies)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is called when the user has selected this complex operation.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="launch(java.util.List)"><!-- --></A><H3>
-launch</H3>
-<PRE>
-void <B>launch</B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;selectedPolicies)</PRE>
-<DL>
-<DD>This method is called when the user has selected this complex operation.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>selectedPolicies</CODE> - a list of the service policies that were selected.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ILaunchOperation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ILaunchOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html
deleted file mode 100644
index 90435d9..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html
+++ /dev/null
@@ -1,369 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IPolicyOperation.OperationKind
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ui.IPolicyOperation.OperationKind class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IPolicyOperation.OperationKind";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyOperation.OperationKind.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyOperation.OperationKind.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.ui</FONT>
-<BR>
-Enum IPolicyOperation.OperationKind</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A>&gt;
-      <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.ws.service.policy.ui.IPolicyOperation.OperationKind</B>
-</PRE>
-<DL>
-<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A>&gt;</DD>
-</DL>
-<DL>
-<DT><B>Enclosing interface:</B><DD><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public static enum <B>IPolicyOperation.OperationKind</B><DT>extends java.lang.Enum&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A>&gt;</DL>
-</PRE>
-
-<P>
-Indicates the kind of Service policy operation that this object represents.
- <ul>
- <li>enumeration: indicates that a list of enumerated values is associated.</li>
- <li>selection: indicates that this operation is associated with some
- boolean operation</li>
- <li> iconSelection: this operation is similar to the selection operation
- except that it visual state is rendered via an icon.</li>
- <li>complex: indicates that some complex operation is required to render
- and persist some policy data.  This operation will be rendered via a UI
- button.  When this button is selected the launch class associated with this
- operation is called.</li>   
- <ul/>
-<P>
-
-<P>
-<HR>
-
-<P>
-<!-- =========== ENUM CONSTANT SUMMARY =========== -->
-
-<A NAME="enum_constant_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Enum Constant Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html#complex">complex</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html#enumeration">enumeration</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html#iconSelection">iconSelection</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html#selection">selection</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A>[]</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html#values()">values</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
-the order they're declared.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ ENUM CONSTANT DETAIL =========== -->
-
-<A NAME="enum_constant_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Enum Constant Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="enumeration"><!-- --></A><H3>
-enumeration</H3>
-<PRE>
-public static final <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A> <B>enumeration</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="selection"><!-- --></A><H3>
-selection</H3>
-<PRE>
-public static final <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A> <B>selection</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="iconSelection"><!-- --></A><H3>
-iconSelection</H3>
-<PRE>
-public static final <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A> <B>iconSelection</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="complex"><!-- --></A><H3>
-complex</H3>
-<PRE>
-public static final <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A> <B>complex</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="values()"><!-- --></A><H3>
-values</H3>
-<PRE>
-public static final <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A>[] <B>values</B>()</PRE>
-<DL>
-<DD>Returns an array containing the constants of this enum type, in
-the order they're declared.  This method may be used to iterate
-over the constants as follows:
-<pre>
-for(IPolicyOperation.OperationKind c : IPolicyOperation.OperationKind.values())
-        System.out.println(c);
-</pre>
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
-the order they're declared</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
-valueOf</H3>
-<PRE>
-public static <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A> <B>valueOf</B>(java.lang.String&nbsp;name)</PRE>
-<DL>
-<DD>Returns the enum constant of this type with the specified name.
-The string must match <I>exactly</I> an identifier used to declare an
-enum constant in this type.  (Extraneous whitespace characters are 
-not permitted.)
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
-<DT><B>Returns:</B><DD>the enum constant with the specified name
-<DT><B>Throws:</B>
-<DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
-with the specified name</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyOperation.OperationKind.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyOperation.OperationKind.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html
deleted file mode 100644
index 0bbe644..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html
+++ /dev/null
@@ -1,500 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IPolicyOperation
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ui.IPolicyOperation interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IPolicyOperation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyOperation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.ui</FONT>
-<BR>
-Interface IPolicyOperation</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IPolicyOperation</B></DL>
-</PRE>
-
-<P>
-This interface represents a Service policy operation that has been defined
- in the plugin.xml meta data.
-<P>
-
-<P>
-<HR>
-
-<P>
-<!-- ======== NESTED CLASS SUMMARY ======== -->
-
-<A NAME="nested_class_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Nested Class Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;class</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates the kind of Service policy operation that this object represents.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getDefaultItem()">getDefaultItem</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the default enumeration item for this operation.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getDescriptor()">getDescriptor</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the descriptor for this service policy operation.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getEnumerationId()">getEnumerationId</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum ID for this operation.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getId()">getId</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the unique ID associated with this service policy operation.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getOperationKind()">getOperationKind</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the kind of service policy operation.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getPolicyIdPattern()">getPolicyIdPattern</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the id pattern for this operation.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getServicePolicy()">getServicePolicy</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the service policy for this operation.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getStateItem(org.eclipse.core.resources.IProject)">getStateItem</A></B>(org.eclipse.core.resources.IProject&nbsp;project)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the current enumeration item for this operation.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#isEnabled(java.util.List)">isEnabled</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;selectedPolicies)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether this operation should be enabled or not.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#isUseDefaultData()">isUseDefaultData</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether this operation uses default state or not.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#isWorkspaceOnly()">isWorkspaceOnly</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether this is a workspace only operation or not.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#launchOperation(java.util.List)">launchOperation</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;selectedPolicies)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Launches the service policy operation if this is a complex operation.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#setStateItem(org.eclipse.core.resources.IProject, java.lang.String)">setStateItem</A></B>(org.eclipse.core.resources.IProject&nbsp;project,
-             java.lang.String&nbsp;stateItem)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the current enumeration item for this operation.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getId()"><!-- --></A><H3>
-getId</H3>
-<PRE>
-java.lang.String <B>getId</B>()</PRE>
-<DL>
-<DD>Returns the unique ID associated with this service policy operation.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the unique ID associated with this service policy operation.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDescriptor()"><!-- --></A><H3>
-getDescriptor</H3>
-<PRE>
-<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A> <B>getDescriptor</B>()</PRE>
-<DL>
-<DD>Returns the descriptor for this service policy operation.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the descriptor for this service policy operation.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="isWorkspaceOnly()"><!-- --></A><H3>
-isWorkspaceOnly</H3>
-<PRE>
-boolean <B>isWorkspaceOnly</B>()</PRE>
-<DL>
-<DD>Returns whether this is a workspace only operation or not.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns true if this service policy operation should only appear
- in the workspace service policy preference page.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getOperationKind()"><!-- --></A><H3>
-getOperationKind</H3>
-<PRE>
-<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A> <B>getOperationKind</B>()</PRE>
-<DL>
-<DD>Returns the kind of service policy operation.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the kind of service policy operation.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEnumerationId()"><!-- --></A><H3>
-getEnumerationId</H3>
-<PRE>
-java.lang.String <B>getEnumerationId</B>()</PRE>
-<DL>
-<DD>Returns the enum ID for this operation.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the enumeration ID if this service policy operation is
- an enumeration.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefaultItem()"><!-- --></A><H3>
-getDefaultItem</H3>
-<PRE>
-java.lang.String <B>getDefaultItem</B>()</PRE>
-<DL>
-<DD>Returns the default enumeration item for this operation.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns if this is an enumeration it returns the default item for this
- enumeration.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="launchOperation(java.util.List)"><!-- --></A><H3>
-launchOperation</H3>
-<PRE>
-void <B>launchOperation</B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;selectedPolicies)</PRE>
-<DL>
-<DD>Launches the service policy operation if this is a complex operation.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>selectedPolicies</CODE> - the selected service policies.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="isEnabled(java.util.List)"><!-- --></A><H3>
-isEnabled</H3>
-<PRE>
-boolean <B>isEnabled</B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;selectedPolicies)</PRE>
-<DL>
-<DD>Returns whether this operation should be enabled or not.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>selectedPolicies</CODE> - the selected service policies.
-<DT><B>Returns:</B><DD>returns whether this operation should be enabled or not.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPolicyIdPattern()"><!-- --></A><H3>
-getPolicyIdPattern</H3>
-<PRE>
-java.lang.String <B>getPolicyIdPattern</B>()</PRE>
-<DL>
-<DD>Returns the id pattern for this operation.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the regular expression pattern associated with this operation.
- All service policy ID that match this regular expression will be associated
- with this operation.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getServicePolicy()"><!-- --></A><H3>
-getServicePolicy</H3>
-<PRE>
-<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A> <B>getServicePolicy</B>()</PRE>
-<DL>
-<DD>Returns the service policy for this operation.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the service policy for this operation.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getStateItem(org.eclipse.core.resources.IProject)"><!-- --></A><H3>
-getStateItem</H3>
-<PRE>
-java.lang.String <B>getStateItem</B>(org.eclipse.core.resources.IProject&nbsp;project)</PRE>
-<DL>
-<DD>Returns the current enumeration item for this operation.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>project</CODE> - the project if this is project property page item.
- For the preference page context null should be specified.
-<DT><B>Returns:</B><DD>returns the current enumeration item for this operation.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setStateItem(org.eclipse.core.resources.IProject, java.lang.String)"><!-- --></A><H3>
-setStateItem</H3>
-<PRE>
-void <B>setStateItem</B>(org.eclipse.core.resources.IProject&nbsp;project,
-                  java.lang.String&nbsp;stateItem)</PRE>
-<DL>
-<DD>Sets the current enumeration item for this operation.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>project</CODE> - the project if this is project property page item.
- For the preference page context null should be specified.<DD><CODE>stateItem</CODE> - the item.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="isUseDefaultData()"><!-- --></A><H3>
-isUseDefaultData</H3>
-<PRE>
-boolean <B>isUseDefaultData</B>()</PRE>
-<DL>
-<DD>Returns whether this operation uses default state or not.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns whether this operation uses default state or not.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IPolicyOperation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html
deleted file mode 100644
index a75ae09..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html
+++ /dev/null
@@ -1,213 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IQuickFixAction
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ui.IQuickFixAction interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IQuickFixAction";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IQuickFixAction.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IQuickFixAction.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.ui</FONT>
-<BR>
-Interface IQuickFixAction</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IQuickFixAction</B></DL>
-</PRE>
-
-<P>
-This interface is used by extenders to add quick fixes to the service policy ui
- framework.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html#action(org.eclipse.wst.ws.service.policy.IServicePolicy)">action</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is called when the user has selected this action to resolve
- a particular service policy problem.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="action(org.eclipse.wst.ws.service.policy.IServicePolicy)"><!-- --></A><H3>
-action</H3>
-<PRE>
-void <B>action</B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy)</PRE>
-<DL>
-<DD>This method is called when the user has selected this action to resolve
- a particular service policy problem.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>policy</CODE> - The policy that this quick fix applies to.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IQuickFixAction.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IQuickFixAction.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html
deleted file mode 100644
index c94c419..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html
+++ /dev/null
@@ -1,233 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-IQuickFixActionInfo
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ui.IQuickFixActionInfo interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="IQuickFixActionInfo";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IQuickFixActionInfo.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IQuickFixActionInfo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.ui</FONT>
-<BR>
-Interface IQuickFixActionInfo</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>IQuickFixActionInfo</B></DL>
-</PRE>
-
-<P>
-This interface is used to store quick fix action information.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixAction</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html#getAction()">getAction</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the action for this quick fix.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html#getDescriptor()">getDescriptor</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a descriptor for this quick fix.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getDescriptor()"><!-- --></A><H3>
-getDescriptor</H3>
-<PRE>
-<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy">IDescriptor</A> <B>getDescriptor</B>()</PRE>
-<DL>
-<DD>Returns a descriptor for this quick fix.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns a descriptor for this quick fix.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getAction()"><!-- --></A><H3>
-getAction</H3>
-<PRE>
-<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixAction</A> <B>getAction</B>()</PRE>
-<DL>
-<DD>Returns the action for this quick fix.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns the action for this quick fix.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/IQuickFixActionInfo.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IQuickFixActionInfo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html
deleted file mode 100644
index b050c97..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html
+++ /dev/null
@@ -1,447 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-ServicePolicyActivatorUI
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ui.ServicePolicyActivatorUI class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="ServicePolicyActivatorUI";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ServicePolicyActivatorUI.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyActivatorUI.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.ui</FONT>
-<BR>
-Class ServicePolicyActivatorUI</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by ">org.eclipse.core.runtime.Plugin
-      <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.ws.service.policy.ui.ServicePolicyActivatorUI</B>
-</PRE>
-<DL>
-<DT><B>All Implemented Interfaces:</B> <DD>org.eclipse.ui.IStartup, org.osgi.framework.BundleActivator</DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public class <B>ServicePolicyActivatorUI</B><DT>extends org.eclipse.core.runtime.Plugin<DT>implements org.eclipse.ui.IStartup</DL>
-</PRE>
-
-<P>
-The activator class controls the plug-in life cycle
-<P>
-
-<P>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#PLUGIN_ID">PLUGIN_ID</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="fields_inherited_from_class_org.eclipse.core.runtime.Plugin"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Fields inherited from class org.eclipse.core.runtime.Plugin</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#ServicePolicyActivatorUI()">ServicePolicyActivatorUI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The constructor</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#earlyStartup()">earlyStartup</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called by Eclipse when it starts up.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#getDefault()">getDefault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the shared instance</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;org.eclipse.jface.resource.ImageDescriptor</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#getImageDescriptor(java.lang.String)">getImageDescriptor</A></B>(java.lang.String&nbsp;name)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an image descriptor for the named resource
- as relative to the plugin install location.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#logError(java.lang.String, java.lang.Throwable)">logError</A></B>(java.lang.String&nbsp;message,
-         java.lang.Throwable&nbsp;exc)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Logs error message for this plugin.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#start(org.osgi.framework.BundleContext)">start</A></B>(org.osgi.framework.BundleContext&nbsp;context)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#stop(org.osgi.framework.BundleContext)">stop</A></B>(org.osgi.framework.BundleContext&nbsp;context)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.core.runtime.Plugin"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class org.eclipse.core.runtime.Plugin</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="PLUGIN_ID"><!-- --></A><H3>
-PLUGIN_ID</H3>
-<PRE>
-public static final java.lang.String <B>PLUGIN_ID</B></PRE>
-<DL>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../../constant-values.html#org.eclipse.wst.ws.service.policy.ui.ServicePolicyActivatorUI.PLUGIN_ID">Constant Field Values</A></DL>
-</DL>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="ServicePolicyActivatorUI()"><!-- --></A><H3>
-ServicePolicyActivatorUI</H3>
-<PRE>
-public <B>ServicePolicyActivatorUI</B>()</PRE>
-<DL>
-<DD>The constructor
-<P>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="start(org.osgi.framework.BundleContext)"><!-- --></A><H3>
-start</H3>
-<PRE>
-public void <B>start</B>(org.osgi.framework.BundleContext&nbsp;context)
-           throws java.lang.Exception</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>start</CODE> in interface <CODE>org.osgi.framework.BundleActivator</CODE><DT><B>Overrides:</B><DD><CODE>start</CODE> in class <CODE>org.eclipse.core.runtime.Plugin</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Throws:</B>
-<DD><CODE>java.lang.Exception</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="stop(org.osgi.framework.BundleContext)"><!-- --></A><H3>
-stop</H3>
-<PRE>
-public void <B>stop</B>(org.osgi.framework.BundleContext&nbsp;context)
-          throws java.lang.Exception</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>stop</CODE> in interface <CODE>org.osgi.framework.BundleActivator</CODE><DT><B>Overrides:</B><DD><CODE>stop</CODE> in class <CODE>org.eclipse.core.runtime.Plugin</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Throws:</B>
-<DD><CODE>java.lang.Exception</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getImageDescriptor(java.lang.String)"><!-- --></A><H3>
-getImageDescriptor</H3>
-<PRE>
-public static org.eclipse.jface.resource.ImageDescriptor <B>getImageDescriptor</B>(java.lang.String&nbsp;name)</PRE>
-<DL>
-<DD>Returns an image descriptor for the named resource
- as relative to the plugin install location.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>An image descriptor, possibly null.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefault()"><!-- --></A><H3>
-getDefault</H3>
-<PRE>
-public static <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A> <B>getDefault</B>()</PRE>
-<DL>
-<DD>Returns the shared instance
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the shared instance</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="logError(java.lang.String, java.lang.Throwable)"><!-- --></A><H3>
-logError</H3>
-<PRE>
-public static void <B>logError</B>(java.lang.String&nbsp;message,
-                            java.lang.Throwable&nbsp;exc)</PRE>
-<DL>
-<DD>Logs error message for this plugin.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>message</CODE> - <DD><CODE>exc</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="earlyStartup()"><!-- --></A><H3>
-earlyStartup</H3>
-<PRE>
-public void <B>earlyStartup</B>()</PRE>
-<DL>
-<DD>Called by Eclipse when it starts up.
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>earlyStartup</CODE> in interface <CODE>org.eclipse.ui.IStartup</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ServicePolicyActivatorUI.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyActivatorUI.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html
deleted file mode 100644
index dd40288..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html
+++ /dev/null
@@ -1,348 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-ServicePolicyPlatformUI
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ui.ServicePolicyPlatformUI class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="ServicePolicyPlatformUI";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ServicePolicyPlatformUI.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyPlatformUI.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.ui</FONT>
-<BR>
-Class ServicePolicyPlatformUI</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.ws.service.policy.ui.ServicePolicyPlatformUI</B>
-</PRE>
-<HR>
-<DL>
-<DT><PRE>public class <B>ServicePolicyPlatformUI</B><DT>extends java.lang.Object</DL>
-</PRE>
-
-<P>
-This class is used to get Service policy UI information.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getAllOperations()">getAllOperations</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all the operations for all known policies.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyPlatformUI</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getInstance()">getInstance</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an instance of this service policy platform UI object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getOperation(org.eclipse.wst.ws.service.policy.IServicePolicy, java.lang.String)">getOperation</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy,
-             java.lang.String&nbsp;id)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an operation that is associated with a particular service policy
- and has the specified id.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getOperations(org.eclipse.wst.ws.service.policy.IServicePolicy, boolean)">getOperations</A></B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy,
-              boolean&nbsp;isWorkspace)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the list of operations for this policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>&gt;&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getOperationsList(java.util.List, boolean)">getOperationsList</A></B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;policies,
-                  boolean&nbsp;isWorkspace)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of list policy operations which are associated with
- the specified service policies.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixActionInfo</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getQuickFixes(org.eclipse.core.runtime.IStatus)">getQuickFixes</A></B>(org.eclipse.core.runtime.IStatus&nbsp;status)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of quick fix info for the specified status object.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getInstance()"><!-- --></A><H3>
-getInstance</H3>
-<PRE>
-public static <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyPlatformUI</A> <B>getInstance</B>()</PRE>
-<DL>
-<DD>Returns an instance of this service policy platform UI object.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns an instance of this service policy platform UI object.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getAllOperations()"><!-- --></A><H3>
-getAllOperations</H3>
-<PRE>
-public java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>&gt; <B>getAllOperations</B>()</PRE>
-<DL>
-<DD>Returns all the operations for all known policies.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns all the operations for all known policies.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getOperation(org.eclipse.wst.ws.service.policy.IServicePolicy, java.lang.String)"><!-- --></A><H3>
-getOperation</H3>
-<PRE>
-public <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A> <B>getOperation</B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy,
-                                     java.lang.String&nbsp;id)</PRE>
-<DL>
-<DD>Returns an operation that is associated with a particular service policy
- and has the specified id.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>policy</CODE> - the service policy<DD><CODE>id</CODE> - the operation id.
-<DT><B>Returns:</B><DD>returns the operation being searched for or null is not found.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getOperations(org.eclipse.wst.ws.service.policy.IServicePolicy, boolean)"><!-- --></A><H3>
-getOperations</H3>
-<PRE>
-public java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>&gt; <B>getOperations</B>(<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy,
-                                                      boolean&nbsp;isWorkspace)</PRE>
-<DL>
-<DD>Returns the list of operations for this policy.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>policy</CODE> - the policy<DD><CODE>isWorkspace</CODE> - true if this is a preference page context
-<DT><B>Returns:</B><DD>returns the list of operations for this policy.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getOperationsList(java.util.List, boolean)"><!-- --></A><H3>
-getOperationsList</H3>
-<PRE>
-public java.util.List&lt;java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>&gt;&gt; <B>getOperationsList</B>(java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;policies,
-                                                                          boolean&nbsp;isWorkspace)</PRE>
-<DL>
-<DD>Returns a list of list policy operations which are associated with
- the specified service policies.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>policies</CODE> - <DD><CODE>isWorkspace</CODE> - 
-<DT><B>Returns:</B><DD>returns a list that contains a list of operations.  Each list
- as the top level contains list of IPolicyOperations that reference the 
- same base operation.  However, they will each have different associated
- policies.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getQuickFixes(org.eclipse.core.runtime.IStatus)"><!-- --></A><H3>
-getQuickFixes</H3>
-<PRE>
-public java.util.List&lt;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixActionInfo</A>&gt; <B>getQuickFixes</B>(org.eclipse.core.runtime.IStatus&nbsp;status)</PRE>
-<DL>
-<DD>Returns a list of quick fix info for the specified status object.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>status</CODE> - 
-<DT><B>Returns:</B><DD>returns a list of quick fixes for this status object.  If
- no quick fixes are available an empty list will be returned.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ServicePolicyPlatformUI.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyPlatformUI.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/IEnableOperation.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/IEnableOperation.html
deleted file mode 100644
index c2aaeb3..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/IEnableOperation.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.ui.IEnableOperation
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.ui.IEnableOperation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useIEnableOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IEnableOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.ui.IEnableOperation</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.ws.service.policy.ui.IEnableOperation
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useIEnableOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IEnableOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/ILaunchOperation.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/ILaunchOperation.html
deleted file mode 100644
index a2be8ad..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/ILaunchOperation.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.ui.ILaunchOperation
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.ui.ILaunchOperation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useILaunchOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ILaunchOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.ui.ILaunchOperation</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.ws.service.policy.ui.ILaunchOperation
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useILaunchOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ILaunchOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/IPolicyOperation.OperationKind.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/IPolicyOperation.OperationKind.html
deleted file mode 100644
index 096e369..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/IPolicyOperation.OperationKind.html
+++ /dev/null
@@ -1,194 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.ws.service.policy.ui.IPolicyOperation.OperationKind
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.ws.service.policy.ui.IPolicyOperation.OperationKind";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useIPolicyOperation.OperationKind.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyOperation.OperationKind.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.ws.service.policy.ui.IPolicyOperation.OperationKind</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy.ui"><B>org.eclipse.wst.ws.service.policy.ui</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy.ui"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A> in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A> that return <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A></CODE></FONT></TD>
-<TD><CODE><B>IPolicyOperation.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html#getOperationKind()">getOperationKind</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the kind of service policy operation.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A></CODE></FONT></TD>
-<TD><CODE><B>IPolicyOperation.OperationKind.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A>[]</CODE></FONT></TD>
-<TD><CODE><B>IPolicyOperation.OperationKind.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html#values()">values</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
-the order they're declared.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useIPolicyOperation.OperationKind.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyOperation.OperationKind.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/IPolicyOperation.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/IPolicyOperation.html
deleted file mode 100644
index 4f91396..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/IPolicyOperation.html
+++ /dev/null
@@ -1,214 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.ui.IPolicyOperation
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.ui.IPolicyOperation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useIPolicyOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.ui.IPolicyOperation</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy.ui"><B>org.eclipse.wst.ws.service.policy.ui</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy.ui"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A> in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A> that return <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A></CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatformUI.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getOperation(org.eclipse.wst.ws.service.policy.IServicePolicy, java.lang.String)">getOperation</A></B>(<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy,
-             java.lang.String&nbsp;id)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an operation that is associated with a particular service policy
- and has the specified id.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A> that return types with arguments of type <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatformUI.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getAllOperations()">getAllOperations</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all the operations for all known policies.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatformUI.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getOperations(org.eclipse.wst.ws.service.policy.IServicePolicy, boolean)">getOperations</A></B>(<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&nbsp;policy,
-              boolean&nbsp;isWorkspace)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the list of operations for this policy.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;java.util.List&lt;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A>&gt;&gt;</CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatformUI.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getOperationsList(java.util.List, boolean)">getOperationsList</A></B>(java.util.List&lt;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;policies,
-                  boolean&nbsp;isWorkspace)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of list policy operations which are associated with
- the specified service policies.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useIPolicyOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IPolicyOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/IQuickFixAction.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/IQuickFixAction.html
deleted file mode 100644
index 0d444dd..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/IQuickFixAction.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.ui.IQuickFixAction
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.ui.IQuickFixAction";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useIQuickFixAction.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IQuickFixAction.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.ui.IQuickFixAction</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixAction</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy.ui"><B>org.eclipse.wst.ws.service.policy.ui</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy.ui"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixAction</A> in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A> that return <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixAction</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixAction</A></CODE></FONT></TD>
-<TD><CODE><B>IQuickFixActionInfo.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html#getAction()">getAction</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the action for this quick fix.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useIQuickFixAction.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IQuickFixAction.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/IQuickFixActionInfo.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/IQuickFixActionInfo.html
deleted file mode 100644
index 0749958..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/IQuickFixActionInfo.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.ws.service.policy.ui.IQuickFixActionInfo
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.ws.service.policy.ui.IQuickFixActionInfo";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useIQuickFixActionInfo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IQuickFixActionInfo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.ws.service.policy.ui.IQuickFixActionInfo</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixActionInfo</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy.ui"><B>org.eclipse.wst.ws.service.policy.ui</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy.ui"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixActionInfo</A> in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A> that return types with arguments of type <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixActionInfo</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixActionInfo</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatformUI.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getQuickFixes(org.eclipse.core.runtime.IStatus)">getQuickFixes</A></B>(org.eclipse.core.runtime.IStatus&nbsp;status)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of quick fix info for the specified status object.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useIQuickFixActionInfo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="IQuickFixActionInfo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/ServicePolicyActivatorUI.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/ServicePolicyActivatorUI.html
deleted file mode 100644
index a4709a7..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/ServicePolicyActivatorUI.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.ws.service.policy.ui.ServicePolicyActivatorUI
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.ws.service.policy.ui.ServicePolicyActivatorUI";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useServicePolicyActivatorUI.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyActivatorUI.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.ws.service.policy.ui.ServicePolicyActivatorUI</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy.ui"><B>org.eclipse.wst.ws.service.policy.ui</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy.ui"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A> in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A> that return <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A></CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyActivatorUI.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html#getDefault()">getDefault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the shared instance</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useServicePolicyActivatorUI.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyActivatorUI.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/ServicePolicyPlatformUI.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/ServicePolicyPlatformUI.html
deleted file mode 100644
index 6c7ccac..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/class-use/ServicePolicyPlatformUI.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.ws.service.policy.ui.ServicePolicyPlatformUI
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.ws.service.policy.ui.ServicePolicyPlatformUI";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useServicePolicyPlatformUI.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyPlatformUI.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.ws.service.policy.ui.ServicePolicyPlatformUI</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyPlatformUI</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy.ui"><B>org.eclipse.wst.ws.service.policy.ui</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy.ui"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyPlatformUI</A> in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A> that return <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyPlatformUI</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyPlatformUI</A></CODE></FONT></TD>
-<TD><CODE><B>ServicePolicyPlatformUI.</B><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html#getInstance()">getInstance</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an instance of this service policy platform UI object.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/\class-useServicePolicyPlatformUI.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServicePolicyPlatformUI.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/package-frame.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/package-frame.html
deleted file mode 100644
index 2920efb..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/package-frame.html
+++ /dev/null
@@ -1,64 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.ws.service.policy.ui
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ui package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-<FONT size="+1" CLASS="FrameTitleFont">
-<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html" target="classFrame">org.eclipse.wst.ws.service.policy.ui</A></FONT>
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
-Interfaces</FONT>&nbsp;
-<FONT CLASS="FrameItemFont">
-<BR>
-<A HREF="IEnableOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui" target="classFrame"><I>IEnableOperation</I></A>
-<BR>
-<A HREF="ILaunchOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui" target="classFrame"><I>ILaunchOperation</I></A>
-<BR>
-<A HREF="IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui" target="classFrame"><I>IPolicyOperation</I></A>
-<BR>
-<A HREF="IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui" target="classFrame"><I>IQuickFixAction</I></A>
-<BR>
-<A HREF="IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui" target="classFrame"><I>IQuickFixActionInfo</I></A></FONT></TD>
-</TR>
-</TABLE>
-
-
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
-Classes</FONT>&nbsp;
-<FONT CLASS="FrameItemFont">
-<BR>
-<A HREF="ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui" target="classFrame">ServicePolicyActivatorUI</A>
-<BR>
-<A HREF="ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui" target="classFrame">ServicePolicyPlatformUI</A></FONT></TD>
-</TR>
-</TABLE>
-
-
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
-Enums</FONT>&nbsp;
-<FONT CLASS="FrameItemFont">
-<BR>
-<A HREF="IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui" target="classFrame">IPolicyOperation.OperationKind</A></FONT></TD>
-</TR>
-</TABLE>
-
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/package-summary.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/package-summary.html
deleted file mode 100644
index 271b1b5..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/package-summary.html
+++ /dev/null
@@ -1,207 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.ws.service.policy.ui
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ui package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.ws.service.policy.ui";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<H2>
-Package org.eclipse.wst.ws.service.policy.ui
-</H2>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Interface Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IEnableOperation</A></B></TD>
-<TD>This interface is associated with the enabledClass attribute of the
- enabled element.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">ILaunchOperation</A></B></TD>
-<TD>This interface is used in conjunction with the launchClass attribute of
- the complex element.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation</A></B></TD>
-<TD>This interface represents a Service policy operation that has been defined
- in the plugin.xml meta data.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixAction</A></B></TD>
-<TD>This interface is used by extenders to add quick fixes to the service policy ui
- framework.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui">IQuickFixActionInfo</A></B></TD>
-<TD>This interface is used to store quick fix action information.</TD>
-</TR>
-</TABLE>
-&nbsp;
-
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Class Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyActivatorUI</A></B></TD>
-<TD>The activator class controls the plug-in life cycle</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui">ServicePolicyPlatformUI</A></B></TD>
-<TD>This class is used to get Service policy UI information.</TD>
-</TR>
-</TABLE>
-&nbsp;
-
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Enum Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui">IPolicyOperation.OperationKind</A></B></TD>
-<TD>Indicates the kind of Service policy operation that this object represents.</TD>
-</TR>
-</TABLE>
-&nbsp;
-
-<P>
-<DL>
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/package-tree.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/package-tree.html
deleted file mode 100644
index 14d23a6..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/package-tree.html
+++ /dev/null
@@ -1,169 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.ws.service.policy.ui Class Hierarchy
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.ws.service.policy.ui Class Hierarchy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-Hierarchy For Package org.eclipse.wst.ws.service.policy.ui
-</H2>
-</CENTER>
-<DL>
-<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../../overview-tree.html">All Packages</A></DL>
-<HR>
-<H2>
-Class Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">java.lang.Object<UL>
-<LI TYPE="circle">org.eclipse.core.runtime.Plugin (implements org.osgi.framework.BundleActivator)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><B>ServicePolicyActivatorUI</B></A> (implements org.eclipse.ui.IStartup)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><B>ServicePolicyPlatformUI</B></A></UL>
-</UL>
-<H2>
-Interface Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>IEnableOperation</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>ILaunchOperation</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>IPolicyOperation</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>IQuickFixAction</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>IQuickFixActionInfo</B></A></UL>
-<H2>
-Enum Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">java.lang.Object<UL>
-<LI TYPE="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui"><B>IPolicyOperation.OperationKind</B></A></UL>
-</UL>
-</UL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/listeners/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/package-use.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/package-use.html
deleted file mode 100644
index 5ff0998..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/package-use.html
+++ /dev/null
@@ -1,199 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Package org.eclipse.wst.ws.service.policy.ui
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Package org.eclipse.wst.ws.service.policy.ui";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Package<br>org.eclipse.wst.ws.service.policy.ui</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.ws.service.policy.ui"><B>org.eclipse.wst.ws.service.policy.ui</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.ws.service.policy.ui"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A> used by <A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/class-use/IPolicyOperation.html#org.eclipse.wst.ws.service.policy.ui"><B>IPolicyOperation</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface represents a Service policy operation that has been defined
- in the plugin.xml meta data.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/class-use/IPolicyOperation.OperationKind.html#org.eclipse.wst.ws.service.policy.ui"><B>IPolicyOperation.OperationKind</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates the kind of Service policy operation that this object represents.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/class-use/IQuickFixAction.html#org.eclipse.wst.ws.service.policy.ui"><B>IQuickFixAction</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface is used by extenders to add quick fixes to the service policy ui
- framework.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/class-use/IQuickFixActionInfo.html#org.eclipse.wst.ws.service.policy.ui"><B>IQuickFixActionInfo</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface is used to store quick fix action information.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/class-use/ServicePolicyActivatorUI.html#org.eclipse.wst.ws.service.policy.ui"><B>ServicePolicyActivatorUI</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The activator class controls the plug-in life cycle</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/class-use/ServicePolicyPlatformUI.html#org.eclipse.wst.ws.service.policy.ui"><B>ServicePolicyPlatformUI</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is used to get Service policy UI information.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html
deleted file mode 100644
index d137667..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html
+++ /dev/null
@@ -1,257 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-ActivityUtils
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ui.utils.ActivityUtils class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="ActivityUtils";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ActivityUtils.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ActivityUtils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.ui.utils</FONT>
-<BR>
-Class ActivityUtils</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.ws.service.policy.ui.utils.ActivityUtils</B>
-</PRE>
-<HR>
-<DL>
-<DT><PRE>public class <B>ActivityUtils</B><DT>extends java.lang.Object</DL>
-</PRE>
-
-<P>
-Used by the Eclipse activities framework.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html#ActivityUtils()">ActivityUtils</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy">IFilter</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html#getCurrentActivitiesFilter()">getCurrentActivitiesFilter</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a service policy filter based on the Eclipse activities settings.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="ActivityUtils()"><!-- --></A><H3>
-ActivityUtils</H3>
-<PRE>
-public <B>ActivityUtils</B>()</PRE>
-<DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getCurrentActivitiesFilter()"><!-- --></A><H3>
-getCurrentActivitiesFilter</H3>
-<PRE>
-public static <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy">IFilter</A> <B>getCurrentActivitiesFilter</B>()</PRE>
-<DL>
-<DD>Returns a service policy filter based on the Eclipse activities settings.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>returns a service policy filter based on the Eclipse activities settings.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ActivityUtils.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ActivityUtils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html
deleted file mode 100644
index d43105c..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html
+++ /dev/null
@@ -1,257 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-ServiceUtils
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ui.utils.ServiceUtils class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="ServiceUtils";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ServiceUtils.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServiceUtils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.ui.utils</FONT>
-<BR>
-Class ServiceUtils</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.ws.service.policy.ui.utils.ServiceUtils</B>
-</PRE>
-<HR>
-<DL>
-<DT><PRE>public class <B>ServiceUtils</B><DT>extends java.lang.Object</DL>
-</PRE>
-
-<P>
-This class contains utility method for service policies.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html#ServiceUtils()">ServiceUtils</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.util.List&lt;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html#sortList(java.util.List)">sortList</A></B>(java.util.List&lt;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;unsortedList)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sorts a list of service policies.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="ServiceUtils()"><!-- --></A><H3>
-ServiceUtils</H3>
-<PRE>
-public <B>ServiceUtils</B>()</PRE>
-<DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="sortList(java.util.List)"><!-- --></A><H3>
-sortList</H3>
-<PRE>
-public static java.util.List&lt;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt; <B>sortList</B>(java.util.List&lt;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy">IServicePolicy</A>&gt;&nbsp;unsortedList)</PRE>
-<DL>
-<DD>Sorts a list of service policies.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>unsortedList</CODE> - an unsorted list
-<DT><B>Returns:</B><DD>returns a list of sorted service policies base not their long names.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ServiceUtils.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServiceUtils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/class-use/ActivityUtils.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/class-use/ActivityUtils.html
deleted file mode 100644
index 6336039..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/class-use/ActivityUtils.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.ws.service.policy.ui.utils.ActivityUtils
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.ws.service.policy.ui.utils.ActivityUtils";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/utils/\class-useActivityUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ActivityUtils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.ws.service.policy.ui.utils.ActivityUtils</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.ws.service.policy.ui.utils.ActivityUtils
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/utils/\class-useActivityUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ActivityUtils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/class-use/ServiceUtils.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/class-use/ServiceUtils.html
deleted file mode 100644
index 1f0cd23..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/class-use/ServiceUtils.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.ws.service.policy.ui.utils.ServiceUtils
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.ws.service.policy.ui.utils.ServiceUtils";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/utils/\class-useServiceUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServiceUtils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.ws.service.policy.ui.utils.ServiceUtils</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.ws.service.policy.ui.utils.ServiceUtils
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/utils/\class-useServiceUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ServiceUtils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/package-frame.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/package-frame.html
deleted file mode 100644
index b749c4d..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/package-frame.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.ws.service.policy.ui.utils
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ui.utils package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-<FONT size="+1" CLASS="FrameTitleFont">
-<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html" target="classFrame">org.eclipse.wst.ws.service.policy.ui.utils</A></FONT>
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
-Classes</FONT>&nbsp;
-<FONT CLASS="FrameItemFont">
-<BR>
-<A HREF="ActivityUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils" target="classFrame">ActivityUtils</A>
-<BR>
-<A HREF="ServiceUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils" target="classFrame">ServiceUtils</A></FONT></TD>
-</TR>
-</TABLE>
-
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html
deleted file mode 100644
index 35ac8f3..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html
+++ /dev/null
@@ -1,159 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.ws.service.policy.ui.utils
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.ui.utils package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.ws.service.policy.ui.utils";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/utils/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<H2>
-Package org.eclipse.wst.ws.service.policy.ui.utils
-</H2>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Class Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils">ActivityUtils</A></B></TD>
-<TD>Used by the Eclipse activities framework.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils">ServiceUtils</A></B></TD>
-<TD>This class contains utility method for service policies.</TD>
-</TR>
-</TABLE>
-&nbsp;
-
-<P>
-<DL>
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/utils/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/package-tree.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/package-tree.html
deleted file mode 100644
index c95ac28..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/package-tree.html
+++ /dev/null
@@ -1,150 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.ws.service.policy.ui.utils Class Hierarchy
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.ws.service.policy.ui.utils Class Hierarchy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/utils/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/utils/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-Hierarchy For Package org.eclipse.wst.ws.service.policy.ui.utils
-</H2>
-</CENTER>
-<DL>
-<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../../../overview-tree.html">All Packages</A></DL>
-<HR>
-<H2>
-Class Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">java.lang.Object<UL>
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.utils.<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils"><B>ActivityUtils</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.utils.<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils"><B>ServiceUtils</B></A></UL>
-</UL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/ui/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/utils/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/utils/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/package-use.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/package-use.html
deleted file mode 100644
index d96796f..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/ui/utils/package-use.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Package org.eclipse.wst.ws.service.policy.ui.utils
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Package org.eclipse.wst.ws.service.policy.ui.utils";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/utils/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Package<br>org.eclipse.wst.ws.service.policy.ui.utils</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.ws.service.policy.ui.utils
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/ui/utils/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html
deleted file mode 100644
index afd5800..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html
+++ /dev/null
@@ -1,309 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:38 EDT 2008 -->
-<TITLE>
-RegistryUtils
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.utils.RegistryUtils class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="RegistryUtils";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/RegistryUtils.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="RegistryUtils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.ws.service.policy.utils</FONT>
-<BR>
-Class RegistryUtils</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.ws.service.policy.utils.RegistryUtils</B>
-</PRE>
-<HR>
-<DL>
-<DT><PRE>public class <B>RegistryUtils</B><DT>extends java.lang.Object</DL>
-</PRE>
-
-<P>
-This class is only intended for org.eclipse.wst.ws.service.policy.ui plugin to use.
- It contains convenience method for parsing the service policy extension point.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html#RegistryUtils()">RegistryUtils</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html#getAttribute(org.eclipse.core.runtime.IConfigurationElement, java.lang.String)">getAttribute</A></B>(org.eclipse.core.runtime.IConfigurationElement&nbsp;element,
-             java.lang.String&nbsp;attribute)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets a attribute value where the attribute name is case insensitive.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html#getAttributeName(org.eclipse.core.runtime.IConfigurationElement, java.lang.String)">getAttributeName</A></B>(org.eclipse.core.runtime.IConfigurationElement&nbsp;element,
-                 java.lang.String&nbsp;attribute)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method takes in a lower case attribute name.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;org.eclipse.wst.ws.service.internal.policy.DescriptorImpl</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html#loadDescriptor(org.eclipse.core.runtime.IConfigurationElement)">loadDescriptor</A></B>(org.eclipse.core.runtime.IConfigurationElement&nbsp;element)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Loads the attributes for a descriptor element.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="RegistryUtils()"><!-- --></A><H3>
-RegistryUtils</H3>
-<PRE>
-public <B>RegistryUtils</B>()</PRE>
-<DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="loadDescriptor(org.eclipse.core.runtime.IConfigurationElement)"><!-- --></A><H3>
-loadDescriptor</H3>
-<PRE>
-public static org.eclipse.wst.ws.service.internal.policy.DescriptorImpl <B>loadDescriptor</B>(org.eclipse.core.runtime.IConfigurationElement&nbsp;element)</PRE>
-<DL>
-<DD>Loads the attributes for a descriptor element.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>element</CODE> - the descriptor element
-<DT><B>Returns:</B><DD>returns the data for this element.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getAttributeName(org.eclipse.core.runtime.IConfigurationElement, java.lang.String)"><!-- --></A><H3>
-getAttributeName</H3>
-<PRE>
-public static java.lang.String <B>getAttributeName</B>(org.eclipse.core.runtime.IConfigurationElement&nbsp;element,
-                                                java.lang.String&nbsp;attribute)</PRE>
-<DL>
-<DD>This method takes in a lower case attribute name.  It will then return
- the same attribute name that includes potentially uppercase characters.
- This method allows clients to specify attribute names in a case insensitive
- fashion.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>element</CODE> - the element<DD><CODE>attribute</CODE> - the attribute
-<DT><B>Returns:</B><DD>returns the lowercase attribute name.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getAttribute(org.eclipse.core.runtime.IConfigurationElement, java.lang.String)"><!-- --></A><H3>
-getAttribute</H3>
-<PRE>
-public static java.lang.String <B>getAttribute</B>(org.eclipse.core.runtime.IConfigurationElement&nbsp;element,
-                                            java.lang.String&nbsp;attribute)</PRE>
-<DL>
-<DD>Gets a attribute value where the attribute name is case insensitive.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>element</CODE> - the element.<DD><CODE>attribute</CODE> - the attribute to get.
-<DT><B>Returns:</B><DD>the value for this attribute or null if the attribute is not specified.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/RegistryUtils.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="RegistryUtils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/class-use/RegistryUtils.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/class-use/RegistryUtils.html
deleted file mode 100644
index 535d54d..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/class-use/RegistryUtils.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.ws.service.policy.utils.RegistryUtils
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.ws.service.policy.utils.RegistryUtils";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html" title="class in org.eclipse.wst.ws.service.policy.utils"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/utils/\class-useRegistryUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="RegistryUtils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.ws.service.policy.utils.RegistryUtils</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.ws.service.policy.utils.RegistryUtils
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html" title="class in org.eclipse.wst.ws.service.policy.utils"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../../index.html?org/eclipse/wst/ws/service/policy/utils/\class-useRegistryUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="RegistryUtils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/package-frame.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/package-frame.html
deleted file mode 100644
index 9156e7c..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/package-frame.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.ws.service.policy.utils
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.utils package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-<FONT size="+1" CLASS="FrameTitleFont">
-<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/utils/package-summary.html" target="classFrame">org.eclipse.wst.ws.service.policy.utils</A></FONT>
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
-Classes</FONT>&nbsp;
-<FONT CLASS="FrameItemFont">
-<BR>
-<A HREF="RegistryUtils.html" title="class in org.eclipse.wst.ws.service.policy.utils" target="classFrame">RegistryUtils</A></FONT></TD>
-</TR>
-</TABLE>
-
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/package-summary.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/package-summary.html
deleted file mode 100644
index e54a6c7..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/package-summary.html
+++ /dev/null
@@ -1,155 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.ws.service.policy.utils
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.ws.service.policy.utils package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.ws.service.policy.utils";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;NEXT PACKAGE</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/utils/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<H2>
-Package org.eclipse.wst.ws.service.policy.utils
-</H2>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Class Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html" title="class in org.eclipse.wst.ws.service.policy.utils">RegistryUtils</A></B></TD>
-<TD>This class is only intended for org.eclipse.wst.ws.service.policy.ui plugin to use.</TD>
-</TR>
-</TABLE>
-&nbsp;
-
-<P>
-<DL>
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;NEXT PACKAGE</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/utils/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/package-tree.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/package-tree.html
deleted file mode 100644
index f7add87..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/package-tree.html
+++ /dev/null
@@ -1,150 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.ws.service.policy.utils Class Hierarchy
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.ws.service.policy.utils Class Hierarchy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/utils/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-Hierarchy For Package org.eclipse.wst.ws.service.policy.utils
-</H2>
-</CENTER>
-<DL>
-<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../../overview-tree.html">All Packages</A></DL>
-<HR>
-<H2>
-Class Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">java.lang.Object<UL>
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.utils.<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html" title="class in org.eclipse.wst.ws.service.policy.utils"><B>RegistryUtils</B></A></UL>
-</UL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/eclipse/wst/ws/service/policy/ui/utils/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/utils/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/package-use.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/package-use.html
deleted file mode 100644
index 9690736..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/org/eclipse/wst/ws/service/policy/utils/package-use.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Uses of Package org.eclipse.wst.ws.service.policy.utils
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Package org.eclipse.wst.ws.service.policy.utils";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/utils/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Package<br>org.eclipse.wst.ws.service.policy.utils</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.ws.service.policy.utils
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/ws/service/policy/utils/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/overview-frame.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/overview-frame.html
deleted file mode 100644
index 023de1e..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/overview-frame.html
+++ /dev/null
@@ -1,50 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:39 EDT 2008 -->
-<TITLE>
-Overview
-</TITLE>
-
-<META NAME="keywords" CONTENT="Overview, Web Tools Platform: Web services API documentation">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TH ALIGN="left" NOWRAP><FONT size="+1" CLASS="FrameTitleFont">
-<B></B></FONT></TH>
-</TR>
-</TABLE>
-
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="allclasses-frame.html" target="packageFrame">All Classes</A></FONT>
-<P>
-<FONT size="+1" CLASS="FrameHeadingFont">
-Packages</FONT>
-<BR>
-<FONT CLASS="FrameItemFont"><A HREF="org/eclipse/wst/ws/service/policy/package-frame.html" target="packageFrame">org.eclipse.wst.ws.service.policy</A></FONT>
-<BR>
-<FONT CLASS="FrameItemFont"><A HREF="org/eclipse/wst/ws/service/policy/listeners/package-frame.html" target="packageFrame">org.eclipse.wst.ws.service.policy.listeners</A></FONT>
-<BR>
-<FONT CLASS="FrameItemFont"><A HREF="org/eclipse/wst/ws/service/policy/ui/package-frame.html" target="packageFrame">org.eclipse.wst.ws.service.policy.ui</A></FONT>
-<BR>
-<FONT CLASS="FrameItemFont"><A HREF="org/eclipse/wst/ws/service/policy/ui/utils/package-frame.html" target="packageFrame">org.eclipse.wst.ws.service.policy.ui.utils</A></FONT>
-<BR>
-<FONT CLASS="FrameItemFont"><A HREF="org/eclipse/wst/ws/service/policy/utils/package-frame.html" target="packageFrame">org.eclipse.wst.ws.service.policy.utils</A></FONT>
-<BR>
-</TD>
-</TR>
-</TABLE>
-
-<P>
-&nbsp;
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/overview-summary.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/overview-summary.html
deleted file mode 100644
index 99f4c9b..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/overview-summary.html
+++ /dev/null
@@ -1,170 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Overview
-</TITLE>
-
-<META NAME="keywords" CONTENT="Overview, Web Tools Platform: Web services API documentation">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Overview";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?overview-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H1>
-Web Tools Platform: Web services API documentation
-</H1>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Packages</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/eclipse/wst/ws/service/policy/package-summary.html">org.eclipse.wst.ws.service.policy</A></B></TD>
-<TD>&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/eclipse/wst/ws/service/policy/listeners/package-summary.html">org.eclipse.wst.ws.service.policy.listeners</A></B></TD>
-<TD>&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/eclipse/wst/ws/service/policy/ui/package-summary.html">org.eclipse.wst.ws.service.policy.ui</A></B></TD>
-<TD>&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/eclipse/wst/ws/service/policy/ui/utils/package-summary.html">org.eclipse.wst.ws.service.policy.ui.utils</A></B></TD>
-<TD>&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/eclipse/wst/ws/service/policy/utils/package-summary.html">org.eclipse.wst.ws.service.policy.utils</A></B></TD>
-<TD>&nbsp;</TD>
-</TR>
-</TABLE>
-
-<P>
-&nbsp;<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?overview-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/overview-tree.html b/docs/org.eclipse.wst.ws.api.doc/reference/api/overview-tree.html
deleted file mode 100644
index 062031a..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/overview-tree.html
+++ /dev/null
@@ -1,170 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Fri May 16 17:07:40 EDT 2008 -->
-<TITLE>
-Class Hierarchy
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Class Hierarchy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-Hierarchy For All Packages</H2>
-</CENTER>
-<DL>
-<DT><B>Package Hierarchies:</B><DD><A HREF="org/eclipse/wst/ws/service/policy/package-tree.html">org.eclipse.wst.ws.service.policy</A>, <A HREF="org/eclipse/wst/ws/service/policy/listeners/package-tree.html">org.eclipse.wst.ws.service.policy.listeners</A>, <A HREF="org/eclipse/wst/ws/service/policy/ui/package-tree.html">org.eclipse.wst.ws.service.policy.ui</A>, <A HREF="org/eclipse/wst/ws/service/policy/ui/utils/package-tree.html">org.eclipse.wst.ws.service.policy.ui.utils</A>, <A HREF="org/eclipse/wst/ws/service/policy/utils/package-tree.html">org.eclipse.wst.ws.service.policy.utils</A></DL>
-<HR>
-<H2>
-Class Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">java.lang.Object<UL>
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.utils.<A HREF="org/eclipse/wst/ws/service/policy/ui/utils/ActivityUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils"><B>ActivityUtils</B></A><LI TYPE="circle">org.eclipse.core.runtime.Plugin (implements org.osgi.framework.BundleActivator)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/ServicePolicyActivator.html" title="class in org.eclipse.wst.ws.service.policy"><B>ServicePolicyActivator</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="org/eclipse/wst/ws/service/policy/ui/ServicePolicyActivatorUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><B>ServicePolicyActivatorUI</B></A> (implements org.eclipse.ui.IStartup)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/PolicyEnumerationListImpl.html" title="class in org.eclipse.wst.ws.service.policy"><B>PolicyEnumerationListImpl</B></A> (implements org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyEnumerationList</A>)
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/PolicyRelationshipImpl.html" title="class in org.eclipse.wst.ws.service.policy"><B>PolicyRelationshipImpl</B></A> (implements org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy">IPolicyRelationship</A>)
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.utils.<A HREF="org/eclipse/wst/ws/service/policy/utils/RegistryUtils.html" title="class in org.eclipse.wst.ws.service.policy.utils"><B>RegistryUtils</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/ServicePolicyPlatform.html" title="class in org.eclipse.wst.ws.service.policy"><B>ServicePolicyPlatform</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="org/eclipse/wst/ws/service/policy/ui/ServicePolicyPlatformUI.html" title="class in org.eclipse.wst.ws.service.policy.ui"><B>ServicePolicyPlatformUI</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.utils.<A HREF="org/eclipse/wst/ws/service/policy/ui/utils/ServiceUtils.html" title="class in org.eclipse.wst.ws.service.policy.ui.utils"><B>ServiceUtils</B></A></UL>
-</UL>
-<H2>
-Interface Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/IDescriptor.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IDescriptor</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="org/eclipse/wst/ws/service/policy/ui/IEnableOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>IEnableOperation</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/IFilter.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IFilter</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="org/eclipse/wst/ws/service/policy/ui/ILaunchOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>ILaunchOperation</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.listeners.<A HREF="org/eclipse/wst/ws/service/policy/listeners/IPolicyChildChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>IPolicyChildChangeListener</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/IPolicyEnumerationList.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IPolicyEnumerationList</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>IPolicyOperation</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.listeners.<A HREF="org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>IPolicyPlatformLoadListener</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.listeners.<A HREF="org/eclipse/wst/ws/service/policy/listeners/IPolicyPlatformProjectLoadListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>IPolicyPlatformProjectLoadListener</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/IPolicyRelationship.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IPolicyRelationship</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/IPolicyState.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IPolicyState</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.listeners.<A HREF="org/eclipse/wst/ws/service/policy/listeners/IPolicyStateChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>IPolicyStateChangeListener</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/IPolicyStateEnum.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IPolicyStateEnum</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="org/eclipse/wst/ws/service/policy/ui/IQuickFixAction.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>IQuickFixAction</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="org/eclipse/wst/ws/service/policy/ui/IQuickFixActionInfo.html" title="interface in org.eclipse.wst.ws.service.policy.ui"><B>IQuickFixActionInfo</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/IServicePolicy.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IServicePolicy</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.<A HREF="org/eclipse/wst/ws/service/policy/IStateEnumerationItem.html" title="interface in org.eclipse.wst.ws.service.policy"><B>IStateEnumerationItem</B></A><LI TYPE="circle">org.eclipse.wst.ws.service.policy.listeners.<A HREF="org/eclipse/wst/ws/service/policy/listeners/IStatusChangeListener.html" title="interface in org.eclipse.wst.ws.service.policy.listeners"><B>IStatusChangeListener</B></A></UL>
-<H2>
-Enum Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">java.lang.Object<UL>
-<LI TYPE="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.ws.service.policy.ui.<A HREF="org/eclipse/wst/ws/service/policy/ui/IPolicyOperation.OperationKind.html" title="enum in org.eclipse.wst.ws.service.policy.ui"><B>IPolicyOperation.OperationKind</B></A></UL>
-</UL>
-</UL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/package-list b/docs/org.eclipse.wst.ws.api.doc/reference/api/package-list
deleted file mode 100644
index 77d440a..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/package-list
+++ /dev/null
@@ -1,5 +0,0 @@
-org.eclipse.wst.ws.service.policy

-org.eclipse.wst.ws.service.policy.listeners

-org.eclipse.wst.ws.service.policy.ui

-org.eclipse.wst.ws.service.policy.ui.utils

-org.eclipse.wst.ws.service.policy.utils

diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/resources/inherit.gif b/docs/org.eclipse.wst.ws.api.doc/reference/api/resources/inherit.gif
deleted file mode 100644
index c814867..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/resources/inherit.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/api/stylesheet.css b/docs/org.eclipse.wst.ws.api.doc/reference/api/stylesheet.css
deleted file mode 100644
index 14c3737..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/api/stylesheet.css
+++ /dev/null
@@ -1,29 +0,0 @@
-/* Javadoc style sheet */

-

-/* Define colors, fonts and other style attributes here to override the defaults */

-

-/* Page background color */

-body { background-color: #FFFFFF }

-

-/* Headings */

-h1 { font-size: 145% }

-

-/* Table colors */

-.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */

-.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */

-.TableRowColor         { background: #FFFFFF } /* White */

-

-/* Font used in left-hand frame lists */

-.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif }

-.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif }

-.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif }

-

-/* Navigation bar fonts and colors */

-.NavBarCell1    { background-color:#EEEEFF;} /* Light mauve */

-.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */

-.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}

-.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}

-

-.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}

-.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}

-

diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/ext/index.html b/docs/org.eclipse.wst.ws.api.doc/reference/ext/index.html
deleted file mode 100644
index 4567568..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/ext/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-    	<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
-		<html xmlns:xalan="http://xml.apache.org/xslt">
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-		<meta name="copyright" content="Copyright (c) 2008 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
-
-   		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-   		<title>WebServices Extension Points</title>
-		<LINK REL="STYLESHEET" HREF="../../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
-		</head>
-<body link="#0000FF" vlink="#800080">
-<center>
-<h1>WebServices Extension Points </h1>
-</center>The following extension points can be used to extend the capabilities of the WST Web services infrastructure: <h3>
-<a name="webservice"></a>Web service API</h3>
-<ul>
-<li>
-<a href="org_eclipse_wst_ws_service_policy_servicepolicy.html">org.eclipse.wst.ws.service.policy.servicepolicy</a>
-</li>
-<li>
-<a href="org_eclipse_wst_ws_service_policy_ui_servicepolicyui.html">org.eclipse.wst.ws.service.policy.ui.servicepolicyui</a>
-</li>
-</ul>
-</body>
-</html>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/ext/org_eclipse_wst_ws_service_policy_servicepolicy.html b/docs/org.eclipse.wst.ws.api.doc/reference/ext/org_eclipse_wst_ws_service_policy_servicepolicy.html
deleted file mode 100644
index 45de582..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/ext/org_eclipse_wst_ws_service_policy_servicepolicy.html
+++ /dev/null
@@ -1,305 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Service policy</title>
-<style type="text/css">@import url("../../book.css");</style>
-<style type="text/css">@import url("../../schema.css");</style>
-</HEAD>
-<BODY>
-<H1 style="text-align:center">Service policy</H1>
-<p></p>
-<h6 class="CaptionFigColumn SchemaHeader">Identifier: </h6>org.eclipse.wst.service.policy.servicePolicy<p></p>
-<h6 class="CaptionFigColumn SchemaHeader">Since: </h6>1.0
-<p></p>
-
-<h6 class="CaptionFigColumn SchemaHeader">Description: </h6>This extension allows extenders to define service policies.<p>
-<p></p>
-<h6 class="CaptionFigColumn SchemaHeader">Configuration Markup:</h6>
-<p></p>
-<p class="code SchemaDtd">&lt;!ELEMENT <a name="e.extension">extension</a> (<a href="#e.servicePolicy">servicePolicy</a>+)&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST extension</p>
-<p class="code SchemaDtdAttlist">point&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">id&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">name&nbsp;&nbsp;CDATA #IMPLIED&gt;</p>
-<p></p>
-<ul class="ConfigMarkupAttlistDesc">
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.servicePolicy">servicePolicy</a> (<a href="#e.policy">policy</a>? , <a href="#e.enumeration">enumeration</a>? , <a href="#e.loadListener">loadListener</a>? , <a href="#e.enablement">enablement</a>?)+&gt;</p>
-<p></p>
-<br><br>
-<p class="code SchemaDtd">&lt;!ELEMENT <a name="e.policy">policy</a> (<a href="#e.descriptor">descriptor</a> , <a href="#e.relationship">relationship</a>* , <a href="#e.state">state</a>*)&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST policy</p>
-<p class="code SchemaDtdAttlist">parentPolicyId&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">enumListId&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">defaultEnumId&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">mutable&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(true | false) "false"&gt;</p>
-<p></p>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>parentPolicyId</b> - Specifies the parent policy id for this policy.  If this is a root policy this attribute should not be specified.</li>
-<li><b>id</b> - The unique id for this service policy.</li>
-<li><b>enumListId</b> - If this policy's state is associated with an enumeration then this attribute specifies the id of this enumeration.</li>
-<li><b>defaultEnumId</b> - This attribute should only be specified if the enumListId is also specified.  It is used to override the default enum value defined by the enumeration.</li>
-<li><b>mutable</b> - Indicates if this policy has mutable data or not.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.descriptor">descriptor</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST descriptor</p>
-<p class="code SchemaDtdAttlist">description&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">shortName&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">longName&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">contextHelpId&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">iconPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED&gt;</p>
-<p></p>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>description</b> - A description of this service policy.</li>
-<li><b>shortName</b> - The short name of this service policy.  Note: if a short name is not specified it is defaulted to the value of the long name.</li>
-<li><b>longName</b> - The long name of this service policy.  Note: if a long name attribute is not specified it is defaulted to the shortName value.</li>
-<li><b>contextHelpId</b> - The context help id for this service policy if it is required.</li>
-<li><b>iconPath</b> - A plugin relative path to some icon file for this service policy.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.relationship">relationship</a> (<a href="#e.targetPolicy">targetPolicy</a>+)&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST relationship</p>
-<p class="code SchemaDtdAttlist">enumList&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-Specifies a state relationship between this service policy and the states of other service policies.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>enumList</b> - </li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.targetPolicy">targetPolicy</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST targetPolicy</p>
-<p class="code SchemaDtdAttlist">id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">itemList&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>id</b> - </li>
-<li><b>itemList</b> - </li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.enumeration">enumeration</a> (<a href="#e.item">item</a>+)&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST enumeration</p>
-<p class="code SchemaDtdAttlist">default&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>default</b> - </li>
-<li><b>id</b> - </li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.item">item</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST item</p>
-<p class="code SchemaDtdAttlist">id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">shortName&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">longName&nbsp;&nbsp;CDATA #IMPLIED&gt;</p>
-<p></p>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>id</b> - </li>
-<li><b>shortName</b> - </li>
-<li><b>longName</b> - </li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.loadListener">loadListener</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST loadListener</p>
-<p class="code SchemaDtdAttlist">class&nbsp;CDATA #IMPLIED&gt;</p>
-<p></p>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>class</b> - A class that implements the IPolicyPlatformLoadListener interface.  The load method of this class will be called when the ServicePolicy framework is first loaded.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.state">state</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST state</p>
-<p class="code SchemaDtdAttlist">key&nbsp;&nbsp;&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">value&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element allows the extender to define state data for this policy.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>key</b> - The key for this state data.</li>
-<li><b>value</b> - The value of this state data.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.enablement">enablement</a> (<a href="#e.not">not</a> , <a href="#e.and">and</a> , <a href="#e.or">or</a> , <a href="#e.instanceof">instanceof</a> , <a href="#e.test">test</a> , <a href="#e.systemTest">systemTest</a> , <a href="#e.equals">equals</a> , <a href="#e.count">count</a> , <a href="#e.with">with</a> , <a href="#e.resolve">resolve</a> , <a href="#e.adapt">adapt</a> , <a href="#e.iterate">iterate</a> , <a href="#e.reference">reference</a>)*&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-A generic root element. The element can be used inside an extension point to define its enablement expression.
-            The children of an enablement expression are combined using the and operator.</p>
-<br><br>
-<p class="code SchemaDtd">&lt;!ELEMENT <a name="e.not">not</a> (<a href="#e.not">not</a> | <a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.instanceof">instanceof</a> | <a href="#e.test">test</a> | <a href="#e.systemTest">systemTest</a> | <a href="#e.equals">equals</a> | <a href="#e.count">count</a> | <a href="#e.with">with</a> | <a href="#e.resolve">resolve</a> | <a href="#e.adapt">adapt</a> | <a href="#e.iterate">iterate</a> | <a href="#e.reference">reference</a>)&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element represent a NOT operation on the result of evaluating it's sub-element expression.</p>
-<br><br>
-<p class="code SchemaDtd">&lt;!ELEMENT <a name="e.and">and</a> (<a href="#e.not">not</a> , <a href="#e.and">and</a> , <a href="#e.or">or</a> , <a href="#e.instanceof">instanceof</a> , <a href="#e.test">test</a> , <a href="#e.systemTest">systemTest</a> , <a href="#e.equals">equals</a> , <a href="#e.count">count</a> , <a href="#e.with">with</a> , <a href="#e.resolve">resolve</a> , <a href="#e.adapt">adapt</a> , <a href="#e.iterate">iterate</a> , <a href="#e.reference">reference</a>)*&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element represent an AND operation on the result of evaluating all it's sub-elements expressions.</p>
-<br><br>
-<p class="code SchemaDtd">&lt;!ELEMENT <a name="e.or">or</a> (<a href="#e.not">not</a> , <a href="#e.and">and</a> , <a href="#e.or">or</a> , <a href="#e.instanceof">instanceof</a> , <a href="#e.test">test</a> , <a href="#e.systemTest">systemTest</a> , <a href="#e.equals">equals</a> , <a href="#e.count">count</a> , <a href="#e.with">with</a> , <a href="#e.resolve">resolve</a> , <a href="#e.adapt">adapt</a> , <a href="#e.iterate">iterate</a> , <a href="#e.reference">reference</a>)*&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element represent an  OR operation on the result of evaluating all it's sub-element expressions.</p>
-<br><br>
-<p class="code SchemaDtd">&lt;!ELEMENT <a name="e.instanceof">instanceof</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST instanceof</p>
-<p class="code SchemaDtdAttlist">value&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element is used to perform an instanceof check of the object in focus. The expression returns
-            EvaluationResult.TRUE if the object's type is a sub type of the type specified by the attribute value.
-            Otherwise EvaluationResult.FALSE is returned.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>value</b> - a fully qualified name of a class or interface.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.test">test</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST test</p>
-<p class="code SchemaDtdAttlist">property&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">args&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">value&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">forcePluginActivation&nbsp;(true | false) &gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element is used to evaluate the property state of the object in focus. The set of
-            testable properties can be extended using the propery tester extension point. The test
-            expression returns EvaluationResult.NOT_LOADED if the property tester doing the actual
-            testing isn't loaded yet and the attribute forcePluginActivation is set to false. 
-            If forcePluginActivation is set to true and the evaluation context used to evaluate
-            this expression support plug-in activation then evaluating the property will result in 
-            activating the plug-in defining the tester.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>property</b> - the name of an object's property to test.</li>
-<li><b>args</b> - additional arguments passed to the property tester. Multiple arguments are seperated
-                  by commas. Each individual argument is converted into a Java base type using the same
-                  rules as defined for the value attribute of the test expression.</li>
-<li><b>value</b> - the expected value of the property. Can be omitted if the property 
-                  is a boolean property. The test expression is supposed to return 
-EvaluationResult.TRUE if the property matches the value and EvaluationResult.FALSE
-otherwise. The value attribute is converted into a Java base type using the following
-rules:
-<ul>
- <li>the string &quot;true&quot; is converted into Boolean.TRUE</li>
- <li>the string &quot;false&quot; is converted into Boolean.FALSE</li>
- <li>if the string contains a dot then the interpreter tries to convert
- the value into a Float object. If this fails the string is treated as a
- java.lang.String</li>
- <li>if the string only consists of numbers then the interpreter
- converts the value in an Integer object.</li>
- <li>in all other cases the string is treated as a java.lang.String</li>
- <li>the conversion of the string into a Boolean, Float, or Integer can
- be suppressed by surrounding the string with single quotes. For
- example, the attribute value=&quot;'true'&quot; is converted into the
- string &quot;true&quot;</li>
-</ul></li>
-<li><b>forcePluginActivation</b> - a flag indicating whether the plug-in contributing the property tester
-                  should be loaded if necessary. As such, this flag should be used judiciously, 
-                  in order to avoid unnecessary plug-in activations. Most clients should avoid
-                  setting this flag to true. This flag is only honored if the evaluation context
-                  used to evaluate this expression allows plug-in activation. Otherwise the flag
-                  is ignored and no plug-in loading takes place.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.systemTest">systemTest</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST systemTest</p>
-<p class="code SchemaDtdAttlist">property&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">value&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-Tests a system property by calling the System.getProperty method and compares the result
-            with the value specified through the value attribute.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>property</b> - the name of an system property to test.</li>
-<li><b>value</b> - the expected value of the property. The value is interpreted as a string value.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.equals">equals</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST equals</p>
-<p class="code SchemaDtdAttlist">value&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element is used to perform an equals check of the object in focus. The expression returns
-            EvaluationResult.TRUE if the object is equal to the value provided by the attribute value. Otherwise
-            EvaluationResult.FALSE is returned.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>value</b> - the expected value. The value provided as a string is converted into
-                  a Java base type using the same rules as for the value attribute of the test expression.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.count">count</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST count</p>
-<p class="code SchemaDtdAttlist">value&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element is used to test the number of elements in a collection.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>value</b> - an expression to specify the number of elements in a list. Following wildcard
-                  characters can be used:
-                  <dl>
-                    <dt>*</dt> <dd>any number of elements</dd>
-                    <dt>?</dt> <dd>no elements or one element</dd>
-                    <dt>+</dt> <dd>one or more elements</dd>
-                    <dt>!</dt> <dd>no elements</dd>
-                    <dt>integer value</dt> <dd>the list must contain the exact number of elements</dd>
-                  </dl></li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.with">with</a> (<a href="#e.not">not</a> , <a href="#e.and">and</a> , <a href="#e.or">or</a> , <a href="#e.instanceof">instanceof</a> , <a href="#e.test">test</a> , <a href="#e.systemTest">systemTest</a> , <a href="#e.equals">equals</a> , <a href="#e.count">count</a> , <a href="#e.with">with</a> , <a href="#e.resolve">resolve</a> , <a href="#e.adapt">adapt</a> , <a href="#e.iterate">iterate</a> , <a href="#e.reference">reference</a>)*&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST with</p>
-<p class="code SchemaDtdAttlist">variable&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element changes the object to be inspected for all its child element to the object
-            referenced by the given variable. If the variable can not be resolved then the expression
-            will throw a ExpressionException when evaluating it. The children of a with expression 
-            are combined using the and operator.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>variable</b> - the name of the variable to be used for further inspection. It is up to the evaluator
-                  of an extension point to provide the variable in the variable pool.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.resolve">resolve</a> (<a href="#e.not">not</a> , <a href="#e.and">and</a> , <a href="#e.or">or</a> , <a href="#e.instanceof">instanceof</a> , <a href="#e.test">test</a> , <a href="#e.systemTest">systemTest</a> , <a href="#e.equals">equals</a> , <a href="#e.count">count</a> , <a href="#e.with">with</a> , <a href="#e.resolve">resolve</a> , <a href="#e.adapt">adapt</a> , <a href="#e.iterate">iterate</a> , <a href="#e.reference">reference</a>)*&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST resolve</p>
-<p class="code SchemaDtdAttlist">variable&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">args&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element changes the object to be inspected for all its child element to the object
-            referenced by the given variable. If the variable can not be resolved then the expression
-            will throw a ExpressionException when evaluating it. The children of a with expression 
-            are combined using the and operator.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>variable</b> - the name of the variable to be resolved. This variable is then used as the object in focus
-                  for child element evaluation. It is up to the evaluator of an extension point to provide a 
-                  corresponding variable resolver (see IVariableResolver) through the evaluation context passed
-                  to the root expression element when evaluating the expression.</li>
-<li><b>args</b> - additional arguments passed to the variable resolver. Multiple arguments are seperated
-                  by commas. Each individual argument is converted into a Java base type using the same
-                  rules as defined for the value attribute of the test expression.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.adapt">adapt</a> (<a href="#e.not">not</a> , <a href="#e.and">and</a> , <a href="#e.or">or</a> , <a href="#e.instanceof">instanceof</a> , <a href="#e.test">test</a> , <a href="#e.systemTest">systemTest</a> , <a href="#e.equals">equals</a> , <a href="#e.count">count</a> , <a href="#e.with">with</a> , <a href="#e.resolve">resolve</a> , <a href="#e.adapt">adapt</a> , <a href="#e.iterate">iterate</a> , <a href="#e.reference">reference</a>)*&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST adapt</p>
-<p class="code SchemaDtdAttlist">type&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element is used to adapt the object in focus to the type specified by the attribute
-            type. The expression returns not loaded if either the adapter or the type referenced isn't
-            loaded yet. It throws a ExpressionException during evaluation if the type name doesn't exist 
-            at all. The children of an adapt expression are combined using the and operator.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>type</b> - the type to which the object in focus is to be adapted.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.iterate">iterate</a> (<a href="#e.not">not</a> , <a href="#e.and">and</a> , <a href="#e.or">or</a> , <a href="#e.instanceof">instanceof</a> , <a href="#e.test">test</a> , <a href="#e.systemTest">systemTest</a> , <a href="#e.equals">equals</a> , <a href="#e.count">count</a> , <a href="#e.with">with</a> , <a href="#e.resolve">resolve</a> , <a href="#e.adapt">adapt</a> , <a href="#e.iterate">iterate</a> , <a href="#e.reference">reference</a>)*&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST iterate</p>
-<p class="code SchemaDtdAttlist">operator&nbsp;(or|and) <p class="code SchemaDtdAttlist">ifEmpty&nbsp;&nbsp;(true | false) &gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element is used to iterate over a variable that is of type java.util.Collection. If
-            the object in focus is not of type java.util.Collection then an ExpressionException will
-            be thrown while evaluating the expression.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>operator</b> - either "and" or "or". The operator defines how the child
-                  elements will be combined. If not specified, "and" will be used.</li>
-<li><b>ifEmpty</b> - the value return from the iterate expression if the collection is empty. If
-                 not specified then true is returned when the operator equals "and" 
-                 and false is return if the operator equals "or".</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.reference">reference</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST reference</p>
-<p class="code SchemaDtdAttlist">definitionId&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element is used to reference an expression from the <b>org.eclipse.core.expressions.definitions</b> extension point.  The expression definition will be evaluated within the current expression element using the current evaluation context.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>definitionId</b> - The unique id of an expression from <b>org.eclipse.core.expressions.definitions</b>.</li>
-</ul>
-<br><h6 class="CaptionFigColumn SchemaHeader">Examples: </h6>[Enter extension point usage example here.]
-<p></p>
-
-<h6 class="CaptionFigColumn SchemaHeader">Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
-<p></p>
-
-<br>
-<p class="note SchemaCopyright">
-</p>
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/reference/ext/org_eclipse_wst_ws_service_policy_ui_servicepolicyui.html b/docs/org.eclipse.wst.ws.api.doc/reference/ext/org_eclipse_wst_ws_service_policy_ui_servicepolicyui.html
deleted file mode 100644
index ef48e38..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/reference/ext/org_eclipse_wst_ws_service_policy_ui_servicepolicyui.html
+++ /dev/null
@@ -1,130 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Service policy UI</title>
-<style type="text/css">@import url("../../book.css");</style>
-<style type="text/css">@import url("../../schema.css");</style>
-</HEAD>
-<BODY>
-<H1 style="text-align:center">Service policy UI</H1>
-<p></p>
-<h6 class="CaptionFigColumn SchemaHeader">Identifier: </h6>org.eclipse.wst.service.policy.ui.servicePolicyUI<p></p>
-<h6 class="CaptionFigColumn SchemaHeader">Since: </h6>1.0
-<p></p>
-
-<h6 class="CaptionFigColumn SchemaHeader">Description: </h6>This extension allows extenders to add service policy UI operations for the
-         service policies that they have added.<p></p>
-<h6 class="CaptionFigColumn SchemaHeader">Configuration Markup:</h6>
-<p></p>
-<p class="code SchemaDtd">&lt;!ELEMENT <a name="e.extension">extension</a> (<a href="#e.servicePolicyUI">servicePolicyUI</a>+)&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST extension</p>
-<p class="code SchemaDtdAttlist">point&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">id&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">name&nbsp;&nbsp;CDATA #IMPLIED&gt;</p>
-<p></p>
-<ul class="ConfigMarkupAttlistDesc">
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.servicePolicyUI">servicePolicyUI</a> (<a href="#e.operation">operation</a>* | <a href="#e.quickFix">quickFix</a>*)&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This extension is intended for extenders who want to add UI operations to the Service policies that they have defined.</p>
-<br><br>
-<p class="code SchemaDtd">&lt;!ELEMENT <a name="e.descriptor">descriptor</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST descriptor</p>
-<p class="code SchemaDtdAttlist">description&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">shortName&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">longName&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">contextHelpId&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">iconpath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-A descriptor for this Service policy operation or action.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>description</b> - A description of this service operation.</li>
-<li><b>shortName</b> - The short name of this service operation.  Note: if a short name is not specified it is defaulted to the value of the long name.</li>
-<li><b>longName</b> - The long name of this service operation.  Note: if a long name attribute is not specified it is defaulted to the shortName value.</li>
-<li><b>contextHelpId</b> - The context help id for this service operation if it is required.</li>
-<li><b>iconpath</b> - A plugin relative path to some icon file for this service operation.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.operation">operation</a> (<a href="#e.descriptor">descriptor</a> , <a href="#e.enabled">enabled</a>? , (<a href="#e.enumeration">enumeration</a> | <a href="#e.selection">selection</a> | <a href="#e.complex">complex</a>))&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST operation</p>
-<p class="code SchemaDtdAttlist">id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">policyPattern&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">workspaceOnly&nbsp;(true | false) <p class="code SchemaDtdAttlist">defaultdata&nbsp;&nbsp;&nbsp;(true | false) "true"&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-Defines a Service policy operation.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>id</b> - This unique id of this service operation.</li>
-<li><b>policyPattern</b> - The attribute specifies which service polices this operation is associated with.  Any Java regular expression may be specified.  This expression will be used to match the ids of all known service policy ids.</li>
-<li><b>workspaceOnly</b> - This attribute indicates if this operation is only to be used in the workspace preference page.  If this attribute is not specified it is defaulted to false.</li>
-<li><b>defaultdata</b> - </li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.enumeration">enumeration</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST enumeration</p>
-<p class="code SchemaDtdAttlist">id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">defaultItem&nbsp;CDATA #IMPLIED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element defines the enumeration that this operation is associated with.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>id</b> - The id of this enumeration.</li>
-<li><b>defaultItem</b> - Overrides the default set by the enumeration.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.selection">selection</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST selection</p>
-<p class="code SchemaDtdAttlist">icon&nbsp;(true | false) &gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element indicates that the service policy operation is associated with a some kind of UI boolean selection.  All service policies that are associated with this operation should use the org.eclipse.wst.service.policy.booleanEnum enumeration.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>icon</b> - This boolean attribute indicates that the boolean selection should be rendered via an icon.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.complex">complex</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST complex</p>
-<p class="code SchemaDtdAttlist">launchClass&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element indicates that this operation is complex to render and persist.  The launchClass attribute can be used to launch a dialog to set more complex data.  The extender will need to call the service policy platform API to persist data on each policy as required.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>launchClass</b> - A class that can be used to launch a dialog.  The class specified must implement the ILaunchOperation interface.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.enabled">enabled</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST enabled</p>
-<p class="code SchemaDtdAttlist">enabledClass&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">multiselect&nbsp;&nbsp;CDATA #IMPLIED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-Indicates if this operation is enabled/grayed out or not in the UI.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>enabledClass</b> - The class specified in the attribute much implement the IEnableOperation interface.  This class allows extenders to provide a more complex logic for when the operation should be enabled or not.</li>
-<li><b>multiselect</b> - Indicates if this operation allows multiple selection of policy objects or not.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.quickFix">quickFix</a> (<a href="#e.action">action</a>+)&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST quickFix</p>
-<p class="code SchemaDtdAttlist">pluginId&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">code&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-This element allows extenders to add quick fixes to the Service policy UI frameworks.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>pluginId</b> - The plugin id that the enclosed quick fix actions apply to.  This is the id that will match the plugin id from the IStatus of a ServicePolicy object.</li>
-<li><b>code</b> - The code that the enclosed quick fix actions apply to.  This is the code that will match the code from the IStatus of a ServicePolicy object.</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.action">action</a> (<a href="#e.descriptor">descriptor</a>)&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST action</p>
-<p class="code SchemaDtdAttlist">class&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-The element is used to add a quick fix action.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>class</b> - The class that the framework will call for a particular quick fix action.  This class must implement the IQuickFixAction interface.</li>
-</ul>
-<br><h6 class="CaptionFigColumn SchemaHeader">Examples: </h6>[Enter extension point usage example here.]
-<p></p>
-
-<h6 class="CaptionFigColumn SchemaHeader">Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
-<p></p>
-
-<br>
-<p class="note SchemaCopyright">
-</p>
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.api.doc/schema.css b/docs/org.eclipse.wst.ws.api.doc/schema.css
deleted file mode 100644
index 4efbf26..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/schema.css
+++ /dev/null
@@ -1,66 +0,0 @@
-H6.CaptionFigColumn#header {

-	font-size:16px; 

-	display:inline

-}

-

-P.Note#copyright {

-	font-size: smaller; 

-	font-style: normal;

-	color: #336699; 

-	display:inline;

-	margin-top: 3.000000pt;

-	margin-bottom: 11.000000pt;

-	margin-right: 0.000000pt;

-	margin-left: 0.000000pt;

-}

-

-P.Code#dtd {

-	color: #800000; 

-	margin-top: 0.000000pt;

-	margin-bottom: 0.000000pt;

-	margin-right: 0.000000pt;

-	margin-left: 10.000000pt;

-}

-

-P.Code#dtdAttlist {

-	color: #800000; 

-	margin-top: 0.000000pt;

-	margin-bottom: 0.000000pt;

-	margin-right: 0.000000pt;

-	margin-left: 20.000000pt;

-}

-

-P.Code#tag {

-	color: #000080; 

-	display:inline;

-	margin-top: 0.000000pt;

-	margin-bottom: 0.000000pt;

-	margin-right: 0.000000pt;

-	margin-left: 0.000000pt;

-}

-

-P.Code#cstring {

-	color: #008000; 

-	display:inline;

-	margin-top: 0.000000pt;

-	margin-bottom: 0.000000pt;

-	margin-right: 0.000000pt;

-	margin-left: 0.000000pt;	

-}

-

-.ConfigMarkup#elementDesc {

-	color: black;

-	margin-top: 0.000000pt;

-	margin-bottom: 0.000000pt;

-	margin-right: 0.000000pt;

-	margin-left: 10.000000pt;

-}

-

-.ConfigMarkup#attlistDesc {

-	color: black;

-	margin-top: 0.000000pt;

-	margin-bottom: 0.000000pt;

-	margin-right: 0.000000pt;

-	margin-left: 32.000000pt;

-}

-

diff --git a/docs/org.eclipse.wst.ws.api.doc/topics_ExtPoint_Reference.xml b/docs/org.eclipse.wst.ws.api.doc/topics_ExtPoint_Reference.xml
deleted file mode 100644
index 2dac88b..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/topics_ExtPoint_Reference.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?NLS TYPE="org.eclipse.help.toc"?>
-	 	<toc label="Extension Points Reference">
-<topic label="org.eclipse.wst.ws.service.policy.servicepolicy" href="reference/ext/org_eclipse_wst_ws_service_policy_servicepolicy.html"/>
-<topic label="org.eclipse.wst.ws.service.policy.ui.servicepolicyui" href="reference/ext/org_eclipse_wst_ws_service_policy_ui_servicepolicyui.html"/>
-</toc>
diff --git a/docs/org.eclipse.wst.ws.api.doc/topics_Reference.xml b/docs/org.eclipse.wst.ws.api.doc/topics_Reference.xml
deleted file mode 100644
index 524f87d..0000000
--- a/docs/org.eclipse.wst.ws.api.doc/topics_Reference.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?NLS TYPE="org.eclipse.help.toc"?>
-<!-- ============================================================================= -->
-<!-- Define topics for the references                                              -->
-<!-- ============================================================================= -->
-<toc label="Web Service reference" link_to="../org.eclipse.wst.doc.user/reference_toc.xml#javadoc_webservices">
-	<topic label="Web services API Reference" href="reference/api/index.html">
-		<!-- The javadoctoc.xml toc is generated by the build. -->
-		<link toc="javadoctoc.xml" />
-	</topic>
-	
-	
-	<topic label="Web services Extension Points Reference" href="reference/ext/index.html">
-	
-	    <!-- The topics_ExtPoints-Reference.xml toc is generated by the build. -->
-		<link toc="topics_ExtPoint_Reference.xml" />
-	</topic>
-	
-</toc>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.ws.infopop/.cvsignore b/docs/org.eclipse.wst.ws.infopop/.cvsignore
deleted file mode 100644
index c14487c..0000000
--- a/docs/org.eclipse.wst.ws.infopop/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-build.xml
diff --git a/docs/org.eclipse.wst.ws.infopop/.project b/docs/org.eclipse.wst.ws.infopop/.project
deleted file mode 100644
index 527501f..0000000
--- a/docs/org.eclipse.wst.ws.infopop/.project
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.wst.ws.infopop</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
-	</natures>
-</projectDescription>
diff --git a/docs/org.eclipse.wst.ws.infopop/META-INF/MANIFEST.MF b/docs/org.eclipse.wst.ws.infopop/META-INF/MANIFEST.MF
deleted file mode 100644
index dcb2381..0000000
--- a/docs/org.eclipse.wst.ws.infopop/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,8 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.wst.ws.infopop; singleton:=true
-Bundle-Version: 1.0.300.qualifier
-Bundle-Localization: plugin
-Eclipse-LazyStart: true
-Bundle-Vendor: %providerName
diff --git a/docs/org.eclipse.wst.ws.infopop/about.html b/docs/org.eclipse.wst.ws.infopop/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/docs/org.eclipse.wst.ws.infopop/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in 
-("Content"). Unless otherwise indicated below, the Content is provided to you 
-under the terms and conditions of the Eclipse Public License Version 1.0 
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>. 
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the 
-Content is being redistributed by another party ("Redistributor") and different 
-terms and conditions may apply to your use of any object code in the Content. 
-Check the RedistributorÂ’s license that was provided with the Content. If no such 
-license exists, contact the Redistributor. Unless otherwise indicated below, the 
-terms and conditions of the EPL still apply to any source code in the Content 
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.ws.infopop/build.properties b/docs/org.eclipse.wst.ws.infopop/build.properties
deleted file mode 100644
index 391c327..0000000
--- a/docs/org.eclipse.wst.ws.infopop/build.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-bin.includes = about.html,\
-               plugin.xml,\
-               webserviceui-f1Contexts.xml,\
-               META-INF/,\
-               plugin.properties
-src.includes = build.properties
-generateSourceBundle=false
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.ws.infopop/plugin.properties b/docs/org.eclipse.wst.ws.infopop/plugin.properties
deleted file mode 100644
index df3b57f..0000000
--- a/docs/org.eclipse.wst.ws.infopop/plugin.properties
+++ /dev/null
@@ -1,13 +0,0 @@
-###############################################################################
-# Copyright (c) 2006 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-# 
-# Contributors:
-#     IBM Corporation - initial API and implementation
-###############################################################################
-
-pluginName   = Web Services UI
-providerName = Eclipse.org
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.ws.infopop/plugin.xml b/docs/org.eclipse.wst.ws.infopop/plugin.xml
deleted file mode 100644
index 877e71e..0000000
--- a/docs/org.eclipse.wst.ws.infopop/plugin.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" ?>
-<?eclipse version="3.0"?>
-<?NLS TYPE="org.eclipse.help.toc"?> 
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<plugin>
-	<extension point="org.eclipse.help.contexts">
-		<contexts file="webserviceui-f1Contexts.xml" plugin="org.eclipse.wst.ws.ui"/>
-	</extension>
-</plugin>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.ws.infopop/webserviceui-f1Contexts.xml b/docs/org.eclipse.wst.ws.infopop/webserviceui-f1Contexts.xml
deleted file mode 100644
index 2d778db..0000000
--- a/docs/org.eclipse.wst.ws.infopop/webserviceui-f1Contexts.xml
+++ /dev/null
@@ -1,131 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?NLS TYPE="org.eclipse.help.contexts"?>
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-
-<contexts>
-
-<!--WSIPage.java-->
-<context id="PWSI0001">
-<!--desc-->
-<description>The Web services WS-I validation tools support the level of WS-I compliance outlined in the WS-I Basic Profile 1.1, the WS-I Simple SOAP Binding Profile 1.0 (WS-I SSBP), and the WS-I Attachments Profile 1.0 (WS-I AP). You can choose to make your Web service compliant or non-compliant, depending on your needs. For example, encoded style (RPC/encoded), SOAP over JMS protocols, and secured Web services, are not WS-I compliant.
-
-You can set the level of compliance for either the Basic Profile and the Simple SOAP Binding Profile, or for the Attachments Profile. You can select from three levels of compliance with WS-I specifications:
-- Require WS-I compliance - this level prevents you from creating a non-compliant Web service.
-- Suggest WS-I compliance - this level allows you to create a non-compliant Web service, but provides a visible warning stating how the service is non-compliant.
-- Ignore WS-I compliance - this level allows you to create a non-compliant Web service and does not notify you of non-compliance.
-
-You can also select which types of WSDL files to run validation on:
-- By selecting "No wizard WSDL validation" the wizards will not run validation on the WSDL file.
-- By selecting to run validation on remote files, the wizards will only validate WSDL files that exist outside of your workspace.
-- By selecting to run validation on all WSDL files the wizard will validate all WSDL files, regardless of where they reside.
-
-If you select to wait for WSDL validation to complete, the Web services wizards will prevent you from going forward and completing additional wizard pages once you have selected your WSDL file until that WSDL file has been validated. If the WSDL file is not valid, you will be given the option of exiting the wizard or continuing with the invalid WSDL file.
-</description>
-</context>
-
-<context id="PWSI0004">
-<description>The Web services WS-I validation tools support the level of WS-I compliance outlined in the WS-I Basic Profile 1.1, the WS-I Simple SOAP Binding Profile 1.0 (WS-I SSBP), and the WS-I Attachments Profile 1.0 (WS-I AP). You can choose to make your Web service compliant or non-compliant, depending on your needs. For example, encoded style (RPC/encoded), SOAP over JMS protocols, and secured Web services, are not WS-I compliant.
-You can set the level of compliance for either the Basic Profile and the Simple SOAP Binding Profile, or for the Attachments Profile. You can select from three levels of compliance with WS-I specifications:
-- Require WS-I compliance - this level prevents you from creating a non-compliant Web service.
-- Suggest WS-I compliance - this level allows you to create a non-compliant Web service, but provides a visible warning stating how the service is non-compliant.
-- Ignore WS-I compliance - this level allows you to create a non-compliant Web service and does not notify you of non-compliance.
-</description>
-</context>
-
-<context id="PWSI0008">
-<description>The Web services WS-I validation tools support the level of WS-I compliance outlined in the WS-I Basic Profile 1.1, the WS-I Simple SOAP Binding Profile 1.0 (WS-I SSBP), and the WS-I Attachments Profile 1.0 (WS-I AP). You can choose to make your Web service compliant or non-compliant, depending on your needs. For example, encoded style (RPC/encoded), SOAP over JMS protocols, and secured Web services, are not WS-I compliant.
-You can set the level of compliance for either the Basic Profile and the Simple SOAP Binding Profile, or for the Attachments Profile. You can select from three levels of compliance with WS-I specifications:
-- Require WS-I compliance - this level prevents you from creating a non-compliant Web service.
-- Suggest WS-I compliance - this level allows you to create a non-compliant Web service, but provides a visible warning stating how the service is non-compliant.
-- Ignore WS-I compliance - this level allows you to create a non-compliant Web service and does not notify you of non-compliance.
-</description>
-</context>
-
-<context id="PWSI0009">
-<!--desc-->
-<description>
-You can select which types of WSDL files to run validation on:
-- By selecting "No wizard WSDL validation" the wizards will not run validation on the WSDL file.
-- By selecting to run validation on remote files, the wizards will only validate WSDL files that exist outside of your workspace.
-- By selecting to run validation on all WSDL files the wizard will validate all WSDL files, regardless of where they reside.
-</description>
-</context>
-
-<context id="PWSI00010">
-<!--desc-->
-<description>
-You can select which types of WSDL files to run validation on:
-- By selecting "No wizard WSDL validation" the wizards will not run validation on the WSDL file.
-- By selecting to run validation on remote files, the wizards will only validate WSDL files that exist outside of your workspace.
-- By selecting to run validation on all WSDL files the wizard will validate all WSDL files, regardless of where they reside.
-</description>
-</context>
-
-<context id="PWSI00011">
-<!--desc-->
-<description>
-You can select which types of WSDL files to run validation on:
-- By selecting "No wizard WSDL validation" the wizards will not run validation on the WSDL file.
-- By selecting to run validation on remote files, the wizards will only validate WSDL files that exist outside of your workspace.
-- By selecting to run validation on all WSDL files the wizard will validate all WSDL files, regardless of where they reside.
-</description>
-</context>
-
-<context id="PWSI00012">
-<!--desc-->
-<description>
-If you select to wait for WSDL validation to complete, the Web services wizards will prevent you from going forward and completing additional wizard pages once you have selected your WSDL file until that WSDL file has been validated. If the WSDL file is not valid, you will be given the option of exiting the wizard or continuing with the invalid WSDL file.
-</description>
-</context>
-
-<context id="PWRS0009">
-<!--desc-->
-<description>
-You can select which types of WSDL files to run validation on:
-- By selecting "No wizard WSDL validation" the wizards will not run validation on the WSDL file.
-- By selecting to run validation on remote files, the wizards will only validate WSDL files that exist outside of your workspace.
-- By selecting to run validation on all WSDL files the wizard will validate all WSDL files, regardless of where they reside.
-</description>
-</context>
-
-<context id="PWRS00010">
-<!--desc-->
-<description>
-You can select which types of WSDL files to run validation on:
-- By selecting "No wizard WSDL validation" the wizards will not run validation on the WSDL file.
-- By selecting to run validation on remote files, the wizards will only validate WSDL files that exist outside of your workspace.
-- By selecting to run validation on all WSDL files the wizard will validate all WSDL files, regardless of where they reside.
-</description>
-</context>
-
-<context id="PWRS0011">
-<!--desc-->
-<description>
-You can select which types of WSDL files to run validation on:
-- By selecting "No wizard WSDL validation" the wizards will not run validation on the WSDL file.
-- By selecting to run validation on remote files, the wizards will only validate WSDL files that exist outside of your workspace.
-- By selecting to run validation on all WSDL files the wizard will validate all WSDL files, regardless of where they reside.
-</description>
-</context>
-
-<context id="PWRS0012">
-<!--desc-->
-<description>
-You can select which types of WSDL files to run validation on:
-- By selecting "No wizard WSDL validation" the wizards will not run validation on the WSDL file.
-- By selecting to run validation on remote files, the wizards will only validate WSDL files that exist outside of your workspace.
-- By selecting to run validation on all WSDL files the wizard will validate all WSDL files, regardless of where they reside.
-</description>
-</context>
-
-
-</contexts>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/.project b/docs/org.eclipse.wst.wsdl.doc.isv/.project
deleted file mode 100644
index abe360e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/.project
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.wst.wsdl.doc.isv</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
-	</natures>
-</projectDescription>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/META-INF/MANIFEST.MF b/docs/org.eclipse.wst.wsdl.doc.isv/META-INF/MANIFEST.MF
deleted file mode 100644
index 207585e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,9 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.wst.wsdl.doc.isv;singleton:=true
-Bundle-Version: 1.0.0.qualifier
-Bundle-Localization: plugin
-Bundle-ActivationPolicy: lazy
-Require-Bundle: org.eclipse.help;bundle-version="[3.3.100,4.0.0)"
-Bundle-Vendor: %providerName
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/about.html b/docs/org.eclipse.wst.wsdl.doc.isv/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in 
-("Content"). Unless otherwise indicated below, the Content is provided to you 
-under the terms and conditions of the Eclipse Public License Version 1.0 
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>. 
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the 
-Content is being redistributed by another party ("Redistributor") and different 
-terms and conditions may apply to your use of any object code in the Content. 
-Check the RedistributorÂ’s license that was provided with the Content. If no such 
-license exists, contact the Redistributor. Unless otherwise indicated below, the 
-terms and conditions of the EPL still apply to any source code in the Content 
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/book.css b/docs/org.eclipse.wst.wsdl.doc.isv/book.css
deleted file mode 100644
index 84d8880..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/book.css
+++ /dev/null
@@ -1 +0,0 @@
-@import "../PRODUCT_PLUGIN/book.css";
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/build.properties b/docs/org.eclipse.wst.wsdl.doc.isv/build.properties
deleted file mode 100644
index cb0126c..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/build.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-bin.includes = .,\
-               plugin.xml,\
-               plugin.properties,\
-               META-INF/,\
-               javadoctoc.xml,\
-               reference/,\
-               topics_Reference.xml,\
-               topics_ExtPoint_Reference.xml,\
-               notices.html,\
-               about.html,\
-               book.css,\
-               schema.css
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/buildDocs.xml b/docs/org.eclipse.wst.wsdl.doc.isv/buildDocs.xml
deleted file mode 100644
index bd3f8a3..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/buildDocs.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="project" default="default">
-	<target name="default">
-		<ant antfile="buildJavadoc.xml" dir="${basedir}"/>
-		<ant antfile="buildExtDocs.xml" dir="${basedir}"/>
-	</target>
-</project>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/buildExtDocs.properties b/docs/org.eclipse.wst.wsdl.doc.isv/buildExtDocs.properties
deleted file mode 100644
index cd2a0c2..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/buildExtDocs.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-################################################################
-# Information for extension point overview document
-################################################################
-# Overview document title
-title = WSDL EMF Model Extension Points
-header = WSDL EMF Model Extension Points 
-# Introduction paragraph
-overview = The following extension points can be used to extend the capabilities of the WSDL EMF Model: 
-
-# A list of the extension points that should be included in the
-# extension point documentation.
-listed-ext-points=org.eclipse.wst.wsdl.extensibilityElementFactories
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/buildExtDocs.xml b/docs/org.eclipse.wst.wsdl.doc.isv/buildExtDocs.xml
deleted file mode 100644
index 8d37f17..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/buildExtDocs.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="Build Extension Point Documentation" default="createExtDocs" basedir=".">
-
-	<property file="buildExtDocs.properties"/>
-	<property name="outputDir" value="${basedir}"/>
-    <property name="apioutputDir" value="${outputDir}${file.separator}reference${file.separator}extension-points"/>
-
-	<target name="createExtDocs" depends="buildExtDocs, createDocListings"/>
-
- 	<target name="buildExtDocs">
- 		
- 		<!-- cleanup old -->
- 		<delete>
- 	 		<fileset dir="${apioutputDir}" casesensitive="yes" id="ext-docs-list-ent">
- 	 			<include name="**/*.html"/>
- 			</fileset>
- 		</delete>
- 		
- 		<!-- generate new html from ext-pt schemas -->
- 		<pde.convertSchemaToHTML manifest="../org.eclipse.wst.wsdl/plugin.xml" destination="${apioutputDir}" />
- 		
- 		<!-- Get the list of extension doc files. -->
- 		<fileset dir="${apioutputDir}" casesensitive="yes" id="ext-docs-list-ent" >
- 			<include name="**/*.html"/>
-		</fileset>
- 		
- 		<!-- Convert the list to an XML representation. -->
- 		<pathconvert property="ext-doc-ent" refid="ext-docs-list-ent" pathsep="&lt;/file&gt;${line.separator}&lt;file&gt;" >
- 			<map from="${apioutputDir}${file.separator}" to=""/>
- 		</pathconvert>
- 		<echo file="extdocs.xml">&lt;files component="wsdl"&gt;&lt;file&gt;${ext-doc-ent}&lt;/file&gt;&lt;/files&gt;</echo>
- 		 						
- 	</target>
-	
-	<target name="createDocListings">
-		<!-- Create the overview document. -->
-		<xslt basedir="${basedir}" in="extDocListings.xml" out="${apioutputDir}${file.separator}index.html" style="extDocOverview.xsl">
-	  		<param name="title" expression="${title}"/>
-	  		<param name="header" expression="${header}"/>
-	  		<param name="overview" expression="${overview}"/>
-			<param name="listed-ext-points" expression="${listed-ext-points}"/>
-		</xslt>
-			
-		<!-- Create the extention point toc. -->
-		<xslt basedir="${basedir}" in="extDocListings.xml" out="topics_ExtPoint_Reference.xml" style="extDocToc.xsl">
-			<param name="listed-ext-points" expression="${listed-ext-points}"/>
-			<outputproperty name="method" value="xml"/>
-			<outputproperty name="indent" value="yes"/>
-		</xslt>
-			
-	</target>
-</project>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/buildJavadoc.xml b/docs/org.eclipse.wst.wsdl.doc.isv/buildJavadoc.xml
deleted file mode 100644
index b8226c7..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/buildJavadoc.xml
+++ /dev/null
@@ -1,132 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project
-    name="javadoc"
-    default="main"
-    basedir=".">
-	
-    <property
-        name="buildDirectory"
-        value="${basedir}/../.." />
-
-    <!-- = = = standard properties pattern = = = -->
-    <!-- 
-        First get environment variables
-        Note to be cross-platform, "environment variables" are only appropriate for 
-        some variables, e.g. ones we set, since properties are case sensitive, even if 
-        the environment variables on your operating system are not, e.g. it will 
-        be ${env.Path} not ${env.PATH} on Windows -->
-    <property environment="env" />
-
-    <!-- 
-        Let users override standard properties, if desired.
-        If this directory/files does not exist, then it will be ignored, 
-        and defaults used.
-    -->
-    <property
-        file="${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties" />
-
-    <property file="javadoc.properties" />
-    <property name="outputDir" value="${basedir}" />
-
-	<target
-        name="main"
-        depends="javadoc, packagetoc"
-        description="Builds Plugin Javadoc" />
-
-    <target
-        name="javadoc"
-        depends="getSkipJavaDocParam"
-        unless="doskipJavaDoc">
-    	<echo message="basedir: ${basedir}" />
-    	<echo message="outputdir: ${outputDir}" />
-        <echo message="classpath: ${J2SE-1.5}" />
-        <echo message="buildDirectory: ${buildDirectory}" />
-
-        <javadoc
-            access="public"
-            author="false"
-            destdir="${outputDir}/reference/api"
-            doctitle="${api.title}"
-            nodeprecated="false"
-            nodeprecatedlist="false"
-            noindex="false"
-            nonavbar="false"
-            notree="false"
-            Encoding="ISO-8859-1"
-            packagenames="${api.packages}"
-            sourcepath="${plugin.sourcefolders}"
-            splitindex="true"
-            use="true"
-            version="true"
-            breakiterator="yes"
-            verbose="false"
-            failonerror="false"
-        	classpath="">
-        	
-            <classpath>
-            	<fileset dir="${basedir}/../">
-            		<include name="javax.wsdl/*.jar"/>
-            		<include name="org.eclipse.xsd/*.jar"/>
-				</fileset>
-            </classpath>
-            
-			<tag name="ignore"     description="ignore" enabled="false"/>
-			<tag name="generated"  description="ignore" enabled="false"/>
-			<tag name="model"      description="ignore" enabled="false"/>
-			<tag name="modifiable" description="ignore" enabled="false"/>
-			<tag name="extends"    description="ignore" enabled="false"/>
-			<tag name="implements" description="ignore" enabled="false"/>
-			<tag name="ordered"    description="ignore" enabled="false"/>
-
-        </javadoc>
-    </target>
-
-    <target name="packagetoc">
-        <loadfile
-            failonerror="false"
-            property="wtp.packages"
-            srcFile="${outputDir}/reference/api/package-list">
-            <filterchain>
-                <filterreader
-                    classname="org.apache.tools.ant.filters.PrefixLines">
-                    <param
-                        name="prefix"
-                        value="&lt;/package&gt;&lt;package&gt;" />
-                </filterreader>
-                <striplinebreaks />
-            </filterchain>
-        </loadfile>
-
-        <!-- Create packages.xml file -->
-        <echo file="packages.xml">
-            &lt;packages&gt;&lt;package&gt;${wtp.packages}&lt;/package&gt;&lt;/packages&gt;
-        </echo>
-
-        <xslt
-            basedir="${basedir}/build"
-            in="packages.xml"
-            out="javadoctoc.xml"
-            style="javadocToc.xsl">
-            <outputproperty
-                name="method"
-                value="xml" />
-            <outputproperty
-                name="indent"
-                value="yes" />
-        </xslt>
-    </target>
-    
-    <target
-        name="getSkipJavaDocParam"
-        if="skipJavaDoc">
-        <echo message="skipJavaDoc: ${skipJavaDoc}" />
-        <condition property="doskipJavaDoc">
-            <equals
-                arg1="${skipJavaDoc}"
-                arg2="true"
-                trim="true"
-                casesensitive="false" />
-        </condition>
-    </target>
-</project>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/extDocListings.xml b/docs/org.eclipse.wst.wsdl.doc.isv/extDocListings.xml
deleted file mode 100644
index 367cf3e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/extDocListings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<components>
-	<component name="WSDL API" id="wsdl" file="extdocs.xml"/>
-</components>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/extDocOverview.xsl b/docs/org.eclipse.wst.wsdl.doc.isv/extDocOverview.xsl
deleted file mode 100644
index f670a4e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/extDocOverview.xsl
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-    version="1.0"
-    xmlns:xalan="http://xml.apache.org/xslt">
-    <xsl:param name="title"/>
-    <xsl:param name="header"/>
-    <xsl:param name="overview"/>
-    <xsl:param name="listed-ext-points"/>
-    
-    <xsl:template match="components">
-    	
-    	<xsl:text disable-output-escaping="yes">
-    	&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN"&gt;
-		</xsl:text>
-		<html>
-		<head>
-		<xsl:text disable-output-escaping="yes">
-		&lt;meta name="copyright" content="Copyright (c) 2008 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." &gt;
-
-   		&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
-   		</xsl:text>
-   		<title><xsl:value-of select="$title"/></title>
-   		<xsl:text disable-output-escaping="yes">
-		&lt;LINK REL="STYLESHEET" HREF="../../book.css" CHARSET="ISO-8859-1" TYPE="text/css"&gt;
-		</xsl:text>
-		</head>
-		<body link="#0000FF" vlink="#800080">
-
-		<center>
-		<h1><xsl:value-of select="$header"/></h1>
-		</center>
-
-		<xsl:value-of select="$overview"/>
-    	<xsl:for-each select="component">
-    		<xsl:sort select="@id"/>
-    		<h3><a name="{@id}"></a><xsl:value-of select="@name"/></h3>
-    		<ul>
-    			<xsl:for-each select="document(@file)/files/file">
-       				<xsl:sort select="text()"/>
-    				 <xsl:if test="contains($listed-ext-points, translate(substring(text(), 0, string-length(text()) - 4),'_','.'))"> 
-  						<li>
-  							<a href="{text()}"><xsl:value-of select="translate(substring(text(), 0, string-length(text()) - 4),'_','.')"/></a> 
-  						</li>
-  					</xsl:if>
-    			</xsl:for-each>
-    		</ul>
-    	</xsl:for-each>
-    	</body>
-		</html>
-    </xsl:template>
-</xsl:stylesheet>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/extDocToc.xsl b/docs/org.eclipse.wst.wsdl.doc.isv/extDocToc.xsl
deleted file mode 100644
index aa4249c..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/extDocToc.xsl
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-    version="1.0"
-    xmlns:xalan="http://xml.apache.org/xslt"
-    exclude-result-prefixes="xalan">
-    <xsl:param name="listed-ext-points"/>
-    
-     <xsl:template match="components">
-     	<xsl:text disable-output-escaping="yes">
-&lt;?NLS TYPE="org.eclipse.help.toc"?&gt;
-	 	</xsl:text>
-		<toc label="Extension Points Reference">
-
-    	<xsl:for-each select="component">
-    		<xsl:sort select="@id"/>
-    			<xsl:for-each select="document(@file)/files/file">
-       				<xsl:sort select="text()"/>
-    				<xsl:if test="contains($listed-ext-points, translate(substring(text(), 0, string-length(text()) - 4),'_','.'))"> 
-	 					
-	 					<topic label="{translate(substring(text(), 0, string-length(text()) - 4),'_','.')}" href="reference/extension-points/{text()}" />
-  					
-  					</xsl:if>
-    			</xsl:for-each>
-    	</xsl:for-each>
-    	
-		</toc> 
-	</xsl:template>
-</xsl:stylesheet>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/extdocs.xml b/docs/org.eclipse.wst.wsdl.doc.isv/extdocs.xml
deleted file mode 100644
index a2d6069..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/extdocs.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-<files component="wsdl"><file>org_eclipse_wst_wsdl_contentGenerators.html</file>
-<file>org_eclipse_wst_wsdl_extensibilityElementFactories.html</file></files>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/javadoc.properties b/docs/org.eclipse.wst.wsdl.doc.isv/javadoc.properties
deleted file mode 100644
index 5fd7677..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/javadoc.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-
-plugin.sourcefolders=../org.eclipse.wst.wsdl/src-wsdl;\
-../org.eclipse.wst.wsdl/src-http;\
-../org.eclipse.wst.wsdl/src-mime;\
-../org.eclipse.wst.wsdl/src-soap;\
-
-
-api.packages=org.eclipse.wst.wsdl,\
-org.eclipse.wst.wsdl.util,\
-org.eclipse.wst.wsdl.binding.http,\
-org.eclipse.wst.wsdl.binding.mime,\
-org.eclipse.wst.wsdl.binding.soap
-
-
-api.title=Web Tools Platform: WSDL EMF Model API documentation
-
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/javadoc.xsl b/docs/org.eclipse.wst.wsdl.doc.isv/javadoc.xsl
deleted file mode 100644
index 5b824e5..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/javadoc.xsl
+++ /dev/null
@@ -1,134 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xsl:stylesheet
-	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-	version="1.0">
-
-	<xsl:variable name="root">
-		<xsl:choose>
-			<xsl:when test="/html/head/meta[@name='root']/@content">
-				<xsl:value-of select="/html/head/meta[@name='root']/@content" />
-			</xsl:when>
-			<xsl:otherwise>
-				<xsl:text>../..</xsl:text>
-			</xsl:otherwise>
-		</xsl:choose>
-	</xsl:variable>
-
-	<xsl:template match="/">
-		<xsl:apply-templates />
-	</xsl:template>
-
-	<xsl:template match="html">
-		<html>
-			<head>
-				<meta
-					content="text/html; charset=iso-8859-1"
-					http-equiv="Content-Type" />
-				<link
-					type="text/css"
-					href="{$root}/apistyles.css"
-					rel="stylesheet" />
-				<xsl:apply-templates select="head/title" />
-			</head>
-			<body> 
-				<xsl:apply-templates
-					select="body/*"
-					mode="body" />
-			</body>
-		</html>
-	</xsl:template>
-
-	<xsl:template
-		match="h1"
-		mode="banner">
-		<table
-			border="0"
-			cellpadding="2"
-			cellspacing="5"
-			width="100%">
-			<tbody>
-				<tr>
-					<td
-						align="left"
-						width="60%">
-						<font class="indextop">
-							<xsl:value-of select="." />
-						</font>
-						<br />
-						<font class="indexsub">
-							<xsl:value-of select="/html/head/title" />
-						</font>
-					</td>
-					<td width="40%">
-						<img
-							src="{$root}/overview/Idea.jpg"
-							align="middle"
-							height="86"
-							hspace="50"
-							width="120" />
-					</td>
-				</tr>
-			</tbody>
-		</table>
-	</xsl:template>
-
-	<xsl:template
-		match="h1"
-		mode="body" />
-
-	<xsl:template
-		match="h2"
-		mode="body">
-
-		<table
-			border="0"
-			cellpadding="2"
-			cellspacing="5"
-			width="100%">
-			<tbody>
-				<tr>
-					<td
-						colspan="2"
-						align="left"
-						bgcolor="#0080c0"
-						valign="top">
-						<b>
-							<font
-								color="#ffffff"
-								face="Arial,Helvetica">
-								<xsl:apply-templates />
-							</font>
-						</b>
-					</td>
-				</tr>
-			</tbody>
-		</table>
-	</xsl:template>
-
-	<xsl:template
-		match="h3"
-		mode="body">
-		<img
-			src="{$root}/images/Adarrow.gif"
-			border="0"
-			height="16"
-			width="16" />
-		<xsl:apply-templates />
-	</xsl:template>
-
-	<xsl:template
-		match="*"
-		mode="body">
-
-		<xsl:copy>
-			<xsl:apply-templates select="*|@*|text()" />
-		</xsl:copy>
-	</xsl:template>
-
-	<xsl:template match="*|@*|text()">
-		<xsl:copy>
-			<xsl:apply-templates select="*|@*|text()" />
-		</xsl:copy>
-	</xsl:template>
-
-</xsl:stylesheet>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/javadocToc.xsl b/docs/org.eclipse.wst.wsdl.doc.isv/javadocToc.xsl
deleted file mode 100644
index ad71795..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/javadocToc.xsl
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-    version="1.0"
-    xmlns:xalan="http://xml.apache.org/xslt"
-    exclude-result-prefixes="xalan">
-    
-     <xsl:template match="packages">
-     <xsl:text disable-output-escaping="yes">
-&lt;?NLS TYPE="org.eclipse.help.toc"?&gt;
-	 </xsl:text>
-	 <toc label="Javadoc Packages Reference">
-	 <xsl:for-each select="package">
-	 <xsl:sort select="text()"/>
-	 	<xsl:if test="text() != ''">
-	 		<topic label="{text()}" href="reference/api/{translate(text(),'.','/')}/package-summary.html"/>
-	 	</xsl:if>
-	 </xsl:for-each>
-	
-	 </toc> 
-	</xsl:template>
-</xsl:stylesheet>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/javadoctoc.xml b/docs/org.eclipse.wst.wsdl.doc.isv/javadoctoc.xml
deleted file mode 100644
index 2ab647b..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/javadoctoc.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?NLS TYPE="org.eclipse.help.toc"?>
-	 <toc label="Javadoc Packages Reference">
-<topic href="reference/api/org/eclipse/wst/wsdl/package-summary.html" label="org.eclipse.wst.wsdl"/>
-<topic href="reference/api/org/eclipse/wst/wsdl/binding/http/package-summary.html" label="org.eclipse.wst.wsdl.binding.http"/>
-<topic href="reference/api/org/eclipse/wst/wsdl/binding/mime/package-summary.html" label="org.eclipse.wst.wsdl.binding.mime"/>
-<topic href="reference/api/org/eclipse/wst/wsdl/binding/soap/package-summary.html" label="org.eclipse.wst.wsdl.binding.soap"/>
-<topic href="reference/api/org/eclipse/wst/wsdl/util/package-summary.html" label="org.eclipse.wst.wsdl.util"/>
-</toc>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/notices.html b/docs/org.eclipse.wst.wsdl.doc.isv/notices.html
deleted file mode 100644
index f1d0df8..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/notices.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1"
-	TYPE="text/css">
-<title>Legal Notices</title>
-</head>
-<body>
-
-<h3><a NAME="Notices"></a>Notices</h3>
-<p>The material in this guide is Copyright (c) IBM Corporation and
-others 2000, 2008.</p>
-<p><a href="about.html">Terms and conditions regarding the use of this
-guide.</a></p>
-</body>
-</html>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/packages.xml b/docs/org.eclipse.wst.wsdl.doc.isv/packages.xml
deleted file mode 100644
index 96f3f19..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/packages.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-            <packages><package></package><package>org.eclipse.wst.wsdl</package><package>org.eclipse.wst.wsdl.binding.http</package><package>org.eclipse.wst.wsdl.binding.mime</package><package>org.eclipse.wst.wsdl.binding.soap</package><package>org.eclipse.wst.wsdl.util</package></packages>
-        
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/plugin.properties b/docs/org.eclipse.wst.wsdl.doc.isv/plugin.properties
deleted file mode 100644
index 65f77f4..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/plugin.properties
+++ /dev/null
@@ -1,24 +0,0 @@
-###############################################################################
-# Copyright (c) 2008 your_organization's_name and others
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-# 
-# Contributors:
-#     IBM Corporation - Initial API and implementation
-###############################################################################
-# ====================================================================
-# To code developer:
-#   Do NOT change the properties between this line and the
-#   "%%% END OF TRANSLATED PROPERTIES %%%" line.
-#   Make a new property name, append to the end of the file and change
-#   the code to use the new property.
-# ====================================================================
-
-# ====================================================================
-# %%% END OF TRANSLATED PROPERTIES %%%
-# ====================================================================
-
-pluginName = WSDL EMF Model Javadoc Documentation
-providerName = Eclipse.org
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/plugin.xml b/docs/org.eclipse.wst.wsdl.doc.isv/plugin.xml
deleted file mode 100644
index 74cb222..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/plugin.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
-
-   <extension point="org.eclipse.help.toc">
-      <toc file="topics_Reference.xml" />
-	  <toc file="javadoctoc.xml"/>
-	  <toc file="topics_ExtPoint_Reference.xml"/>      
-   </extension>
-
-</plugin>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/readme.txt b/docs/org.eclipse.wst.wsdl.doc.isv/readme.txt
deleted file mode 100644
index fa2729a..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/readme.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-To generate javadoc follow these steps:
-
-- make sure you have these plug-ins in the workspace
-	org.eclipse.wst.wsdl
-	javax.wsdl (as a binary import)
-	org.eclipse.xsd (as a binary import)
-	
-- run the main build.xml script with the antRunner application
-	create a new platform launch configuration
-	select run an application
-	select org.eclipse.ant.core.antRunner as the application to run
-	add the following as the program arguments 
-		-buildfile {workspace_loc}\org.eclipse.wst.wsdl.doc.isv\buildDocs.xml
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/allclasses-frame.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/allclasses-frame.html
deleted file mode 100644
index 2955fdb..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/allclasses-frame.html
+++ /dev/null
@@ -1,156 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-All Classes
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-<FONT size="+1" CLASS="FrameHeadingFont">
-<B>All Classes</B></FONT>
-<BR>
-
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Binding</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>BindingFault</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>BindingInput</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>BindingOperation</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>BindingOutput</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Definition</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>ExtensibilityElement</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util" target="classFrame"><I>ExtensibilityElementFactory</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util" target="classFrame"><I>ExtensibilityElementFactoryRegistry</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>ExtensibleElement</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Fault</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPAddress</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPBinding</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPFactory</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPOperation</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPPackage</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPPackage.Literals</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPUrlEncoded</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPUrlReplacement</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Import</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Input</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Message</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>MessageReference</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime" target="classFrame"><I>MIMEContent</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime" target="classFrame"><I>MIMEFactory</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime" target="classFrame"><I>MIMEMimeXml</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime" target="classFrame"><I>MIMEMultipartRelated</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime" target="classFrame"><I>MIMEPackage</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime" target="classFrame"><I>MIMEPackage.Literals</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime" target="classFrame"><I>MIMEPart</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Namespace</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Operation</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Output</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Part</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Port</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>PortType</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Service</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPAddress</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPBinding</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPBody</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPFactory</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPFault</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPHeader</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPHeaderBase</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPHeaderFault</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPOperation</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPPackage</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPPackage.Literals</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Types</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>UnknownExtensibilityElement</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util" target="classFrame">WSDLConstants</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util" target="classFrame"><I>WSDLDiagnostic</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util" target="classFrame">WSDLDiagnosticImpl</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util" target="classFrame">WSDLDiagnosticSeverity</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>WSDLElement</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>WSDLFactory</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>WSDLPackage</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>WSDLPackage.Literals</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util" target="classFrame">WSDLParser</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl" target="classFrame">WSDLPlugin</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl" target="classFrame">WSDLPluginImplementation</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util" target="classFrame">WSDLResourceFactoryRegistry</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util" target="classFrame">WSDLResourceImpl</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>XSDSchemaExtensibilityElement</I></A>
-<BR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/allclasses-noframe.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/allclasses-noframe.html
deleted file mode 100644
index a42da0b..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/allclasses-noframe.html
+++ /dev/null
@@ -1,156 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-All Classes
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-<FONT size="+1" CLASS="FrameHeadingFont">
-<B>All Classes</B></FONT>
-<BR>
-
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><I>Binding</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><I>BindingFault</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><I>BindingInput</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><I>BindingOperation</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><I>BindingOutput</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><I>Definition</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><I>ExtensibilityElement</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util"><I>ExtensibilityElementFactory</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util"><I>ExtensibilityElementFactoryRegistry</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><I>ExtensibleElement</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><I>Fault</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><I>HTTPAddress</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><I>HTTPBinding</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http"><I>HTTPFactory</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><I>HTTPOperation</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http"><I>HTTPPackage</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http"><I>HTTPPackage.Literals</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><I>HTTPUrlEncoded</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><I>HTTPUrlReplacement</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><I>Import</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><I>Input</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><I>Message</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><I>MessageReference</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><I>MIMEContent</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><I>MIMEFactory</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><I>MIMEMimeXml</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><I>MIMEMultipartRelated</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><I>MIMEPackage</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><I>MIMEPackage.Literals</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><I>MIMEPart</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><I>Namespace</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><I>Operation</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><I>Output</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><I>Part</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><I>Port</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><I>PortType</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><I>Service</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><I>SOAPAddress</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><I>SOAPBinding</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><I>SOAPBody</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><I>SOAPFactory</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><I>SOAPFault</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><I>SOAPHeader</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><I>SOAPHeaderBase</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><I>SOAPHeaderFault</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><I>SOAPOperation</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><I>SOAPPackage</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><I>SOAPPackage.Literals</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><I>Types</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><I>UnknownExtensibilityElement</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util"><I>WSDLDiagnostic</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><I>WSDLElement</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl"><I>WSDLFactory</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl"><I>WSDLPackage</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl"><I>WSDLPackage.Literals</I></A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl">WSDLPlugin</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl">WSDLPluginImplementation</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceFactoryRegistry</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<BR>
-<A HREF="org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><I>XSDSchemaExtensibilityElement</I></A>
-<BR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/constant-values.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/constant-values.html
deleted file mode 100644
index c1251c4..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/constant-values.html
+++ /dev/null
@@ -1,3128 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Constant Field Values
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Constant Field Values";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<CENTER>
-<H1>
-Constant Field Values</H1>
-</CENTER>
-<HR SIZE="4" NOSHADE>
-<B>Contents</B><UL>
-<LI><A HREF="#org.eclipse">org.eclipse.*</A>
-</UL>
-
-<A NAME="org.eclipse"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left"><FONT SIZE="+2">
-org.eclipse.*</FONT></TH>
-</TR>
-</TABLE>
-
-<P>
-
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="3">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING">BINDING</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__DOCUMENTATION_ELEMENT">BINDING__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING__EBINDING_OPERATIONS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__EBINDING_OPERATIONS">BINDING__EBINDING_OPERATIONS</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__EEXTENSIBILITY_ELEMENTS">BINDING__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__ELEMENT">BINDING__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING__EPORT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__EPORT_TYPE">BINDING__EPORT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING__QNAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__QNAME">BINDING__QNAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING__UNDEFINED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__UNDEFINED">BINDING__UNDEFINED</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT">BINDING_FAULT</A></CODE></TD>
-<TD ALIGN="right"><CODE>18</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__DOCUMENTATION_ELEMENT">BINDING_FAULT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__EEXTENSIBILITY_ELEMENTS">BINDING_FAULT__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT__EFAULT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__EFAULT">BINDING_FAULT__EFAULT</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__ELEMENT">BINDING_FAULT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT__NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__NAME">BINDING_FAULT__NAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT_FEATURE_COUNT">BINDING_FAULT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FEATURE_COUNT">BINDING_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT">BINDING_INPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>16</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__DOCUMENTATION_ELEMENT">BINDING_INPUT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__EEXTENSIBILITY_ELEMENTS">BINDING_INPUT__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT__EINPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__EINPUT">BINDING_INPUT__EINPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__ELEMENT">BINDING_INPUT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT__NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__NAME">BINDING_INPUT__NAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT_FEATURE_COUNT">BINDING_INPUT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION">BINDING_OPERATION</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__DOCUMENTATION_ELEMENT">BINDING_OPERATION__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__EBINDING_FAULTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EBINDING_FAULTS">BINDING_OPERATION__EBINDING_FAULTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__EBINDING_INPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EBINDING_INPUT">BINDING_OPERATION__EBINDING_INPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__EBINDING_OUTPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EBINDING_OUTPUT">BINDING_OPERATION__EBINDING_OUTPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS">BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__ELEMENT">BINDING_OPERATION__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__EOPERATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EOPERATION">BINDING_OPERATION__EOPERATION</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__NAME">BINDING_OPERATION__NAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION_FEATURE_COUNT">BINDING_OPERATION_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>8</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT">BINDING_OUTPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>17</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__DOCUMENTATION_ELEMENT">BINDING_OUTPUT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS">BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__ELEMENT">BINDING_OUTPUT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT__EOUTPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__EOUTPUT">BINDING_OUTPUT__EOUTPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT__NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__NAME">BINDING_OUTPUT__NAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT_FEATURE_COUNT">BINDING_OUTPUT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION">DEFINITION</A></CODE></TD>
-<TD ALIGN="right"><CODE>10</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__DOCUMENTATION_ELEMENT">DEFINITION__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__EBINDINGS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EBINDINGS">DEFINITION__EBINDINGS</A></CODE></TD>
-<TD ALIGN="right"><CODE>11</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EEXTENSIBILITY_ELEMENTS">DEFINITION__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__EIMPORTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EIMPORTS">DEFINITION__EIMPORTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ELEMENT">DEFINITION__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__EMESSAGES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EMESSAGES">DEFINITION__EMESSAGES</A></CODE></TD>
-<TD ALIGN="right"><CODE>9</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__ENAMESPACES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ENAMESPACES">DEFINITION__ENAMESPACES</A></CODE></TD>
-<TD ALIGN="right"><CODE>13</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__ENCODING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ENCODING">DEFINITION__ENCODING</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__EPORT_TYPES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EPORT_TYPES">DEFINITION__EPORT_TYPES</A></CODE></TD>
-<TD ALIGN="right"><CODE>10</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__ESERVICES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ESERVICES">DEFINITION__ESERVICES</A></CODE></TD>
-<TD ALIGN="right"><CODE>12</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__ETYPES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ETYPES">DEFINITION__ETYPES</A></CODE></TD>
-<TD ALIGN="right"><CODE>8</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__LOCATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__LOCATION">DEFINITION__LOCATION</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__QNAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__QNAME">DEFINITION__QNAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__TARGET_NAMESPACE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__TARGET_NAMESPACE">DEFINITION__TARGET_NAMESPACE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DEFINITION_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION_FEATURE_COUNT">DEFINITION_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>14</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DOM_DOCUMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DOM_DOCUMENT">DOM_DOCUMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>51</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.DOM_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#DOM_ELEMENT">DOM_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>49</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.eNAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#eNAME">eNAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>"wsdl"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.eNS_PREFIX"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#eNS_PREFIX">eNS_PREFIX</A></CODE></TD>
-<TD ALIGN="right"><CODE>"wsdl"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.eNS_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#eNS_URI">eNS_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>"http://www.eclipse.org/wsdl/2003/WSDL"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT">EXTENSIBILITY_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>9</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT">EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__ELEMENT">EXTENSIBILITY_ELEMENT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__REQUIRED">EXTENSIBILITY_ELEMENT__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT_FEATURE_COUNT">EXTENSIBILITY_ELEMENT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBLE_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT">EXTENSIBLE_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>12</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT">EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS">EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBLE_ELEMENT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT__ELEMENT">EXTENSIBLE_ELEMENT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBLE_ELEMENT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT_FEATURE_COUNT">EXTENSIBLE_ELEMENT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.FAULT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#FAULT">FAULT</A></CODE></TD>
-<TD ALIGN="right"><CODE>15</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.FAULT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__DOCUMENTATION_ELEMENT">FAULT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.FAULT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__EEXTENSIBILITY_ELEMENTS">FAULT__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.FAULT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__ELEMENT">FAULT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.FAULT__EMESSAGE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__EMESSAGE">FAULT__EMESSAGE</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.FAULT__NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__NAME">FAULT__NAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.FAULT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#FAULT_FEATURE_COUNT">FAULT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IBINDING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING">IBINDING</A></CODE></TD>
-<TD ALIGN="right"><CODE>29</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IBINDING_FAULT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_FAULT">IBINDING_FAULT</A></CODE></TD>
-<TD ALIGN="right"><CODE>33</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IBINDING_FAULT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_FAULT_FEATURE_COUNT">IBINDING_FAULT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IBINDING_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_FEATURE_COUNT">IBINDING_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IBINDING_INPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_INPUT">IBINDING_INPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>31</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IBINDING_INPUT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_INPUT_FEATURE_COUNT">IBINDING_INPUT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IBINDING_OPERATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OPERATION">IBINDING_OPERATION</A></CODE></TD>
-<TD ALIGN="right"><CODE>30</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IBINDING_OPERATION_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OPERATION_FEATURE_COUNT">IBINDING_OPERATION_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IBINDING_OUTPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OUTPUT">IBINDING_OUTPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>32</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IBINDING_OUTPUT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OUTPUT_FEATURE_COUNT">IBINDING_OUTPUT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IDEFINITION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IDEFINITION">IDEFINITION</A></CODE></TD>
-<TD ALIGN="right"><CODE>35</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IDEFINITION_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IDEFINITION_FEATURE_COUNT">IDEFINITION_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IEXTENSIBILITY_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSIBILITY_ELEMENT">IEXTENSIBILITY_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>34</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IEXTENSIBILITY_ELEMENT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSIBILITY_ELEMENT_FEATURE_COUNT">IEXTENSIBILITY_ELEMENT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IEXTENSION_REGISTRY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSION_REGISTRY">IEXTENSION_REGISTRY</A></CODE></TD>
-<TD ALIGN="right"><CODE>40</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IEXTENSION_REGISTRY_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSION_REGISTRY_FEATURE_COUNT">IEXTENSION_REGISTRY_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IFAULT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IFAULT">IFAULT</A></CODE></TD>
-<TD ALIGN="right"><CODE>24</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IFAULT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IFAULT_FEATURE_COUNT">IFAULT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IIMPORT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IIMPORT">IIMPORT</A></CODE></TD>
-<TD ALIGN="right"><CODE>36</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IIMPORT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IIMPORT_FEATURE_COUNT">IIMPORT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IINPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IINPUT">IINPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>22</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IINPUT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IINPUT_FEATURE_COUNT">IINPUT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IITERATOR"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IITERATOR">IITERATOR</A></CODE></TD>
-<TD ALIGN="right"><CODE>42</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IITERATOR_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IITERATOR_FEATURE_COUNT">IITERATOR_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.ILIST"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#ILIST">ILIST</A></CODE></TD>
-<TD ALIGN="right"><CODE>37</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.ILIST_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#ILIST_FEATURE_COUNT">ILIST_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IMAP"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IMAP">IMAP</A></CODE></TD>
-<TD ALIGN="right"><CODE>38</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IMAP_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IMAP_FEATURE_COUNT">IMAP_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IMESSAGE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IMESSAGE">IMESSAGE</A></CODE></TD>
-<TD ALIGN="right"><CODE>25</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IMESSAGE_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IMESSAGE_FEATURE_COUNT">IMESSAGE_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IMPORT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT">IMPORT</A></CODE></TD>
-<TD ALIGN="right"><CODE>11</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IMPORT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__DOCUMENTATION_ELEMENT">IMPORT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IMPORT__EDEFINITION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__EDEFINITION">IMPORT__EDEFINITION</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IMPORT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__EEXTENSIBILITY_ELEMENTS">IMPORT__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IMPORT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__ELEMENT">IMPORT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IMPORT__ESCHEMA"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__ESCHEMA">IMPORT__ESCHEMA</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IMPORT__LOCATION_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__LOCATION_URI">IMPORT__LOCATION_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IMPORT__NAMESPACE_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__NAMESPACE_URI">IMPORT__NAMESPACE_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IMPORT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT_FEATURE_COUNT">IMPORT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.INPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#INPUT">INPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>13</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.INPUT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__DOCUMENTATION_ELEMENT">INPUT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.INPUT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__EEXTENSIBILITY_ELEMENTS">INPUT__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.INPUT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__ELEMENT">INPUT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.INPUT__EMESSAGE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__EMESSAGE">INPUT__EMESSAGE</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.INPUT__NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__NAME">INPUT__NAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.INPUT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#INPUT_FEATURE_COUNT">INPUT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IOPERATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IOPERATION">IOPERATION</A></CODE></TD>
-<TD ALIGN="right"><CODE>21</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IOPERATION_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IOPERATION_FEATURE_COUNT">IOPERATION_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IOUTPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IOUTPUT">IOUTPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>23</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IOUTPUT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IOUTPUT_FEATURE_COUNT">IOUTPUT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IPART"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IPART">IPART</A></CODE></TD>
-<TD ALIGN="right"><CODE>26</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IPART_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IPART_FEATURE_COUNT">IPART_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IPORT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IPORT">IPORT</A></CODE></TD>
-<TD ALIGN="right"><CODE>28</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IPORT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IPORT_FEATURE_COUNT">IPORT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IPORT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IPORT_TYPE">IPORT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>20</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IPORT_TYPE_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IPORT_TYPE_FEATURE_COUNT">IPORT_TYPE_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.ISERVICE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#ISERVICE">ISERVICE</A></CODE></TD>
-<TD ALIGN="right"><CODE>27</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.ISERVICE_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#ISERVICE_FEATURE_COUNT">ISERVICE_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.ITYPES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#ITYPES">ITYPES</A></CODE></TD>
-<TD ALIGN="right"><CODE>43</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.ITYPES_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#ITYPES_FEATURE_COUNT">ITYPES_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IURL"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IURL">IURL</A></CODE></TD>
-<TD ALIGN="right"><CODE>39</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.IURL_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#IURL_FEATURE_COUNT">IURL_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.MESSAGE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE">MESSAGE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__DOCUMENTATION_ELEMENT">MESSAGE__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__EEXTENSIBILITY_ELEMENTS">MESSAGE__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__ELEMENT">MESSAGE__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__EPARTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__EPARTS">MESSAGE__EPARTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__QNAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__QNAME">MESSAGE__QNAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__UNDEFINED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__UNDEFINED">MESSAGE__UNDEFINED</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_FEATURE_COUNT">MESSAGE_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE">MESSAGE_REFERENCE</A></CODE></TD>
-<TD ALIGN="right"><CODE>46</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT">MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS">MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__ELEMENT">MESSAGE_REFERENCE__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE__EMESSAGE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__EMESSAGE">MESSAGE_REFERENCE__EMESSAGE</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE__NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__NAME">MESSAGE_REFERENCE__NAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE_FEATURE_COUNT">MESSAGE_REFERENCE_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.NAMESPACE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE">NAMESPACE</A></CODE></TD>
-<TD ALIGN="right"><CODE>19</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.NAMESPACE__PREFIX"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE__PREFIX">NAMESPACE__PREFIX</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.NAMESPACE__URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE__URI">NAMESPACE__URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.NAMESPACE_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE_FEATURE_COUNT">NAMESPACE_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OPERATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION">OPERATION</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OPERATION__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__DOCUMENTATION_ELEMENT">OPERATION__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OPERATION__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EEXTENSIBILITY_ELEMENTS">OPERATION__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OPERATION__EFAULTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EFAULTS">OPERATION__EFAULTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>8</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OPERATION__EINPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EINPUT">OPERATION__EINPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OPERATION__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__ELEMENT">OPERATION__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OPERATION__EOUTPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EOUTPUT">OPERATION__EOUTPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OPERATION__EPARAMETER_ORDERING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EPARAMETER_ORDERING">OPERATION__EPARAMETER_ORDERING</A></CODE></TD>
-<TD ALIGN="right"><CODE>9</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OPERATION__NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__NAME">OPERATION__NAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OPERATION__STYLE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__STYLE">OPERATION__STYLE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OPERATION__UNDEFINED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__UNDEFINED">OPERATION__UNDEFINED</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OPERATION_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION_FEATURE_COUNT">OPERATION_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>10</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OPERATION_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION_TYPE">OPERATION_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>48</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OUTPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT">OUTPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>14</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OUTPUT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__DOCUMENTATION_ELEMENT">OUTPUT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OUTPUT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__EEXTENSIBILITY_ELEMENTS">OUTPUT__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OUTPUT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__ELEMENT">OUTPUT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OUTPUT__EMESSAGE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__EMESSAGE">OUTPUT__EMESSAGE</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OUTPUT__NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__NAME">OUTPUT__NAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.OUTPUT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT_FEATURE_COUNT">OUTPUT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PART"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PART">PART</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PART__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PART__DOCUMENTATION_ELEMENT">PART__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PART__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PART__EEXTENSIBILITY_ELEMENTS">PART__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PART__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PART__ELEMENT">PART__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PART__ELEMENT_DECLARATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PART__ELEMENT_DECLARATION">PART__ELEMENT_DECLARATION</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PART__ELEMENT_NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PART__ELEMENT_NAME">PART__ELEMENT_NAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PART__EMESSAGE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PART__EMESSAGE">PART__EMESSAGE</A></CODE></TD>
-<TD ALIGN="right"><CODE>8</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PART__NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PART__NAME">PART__NAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PART__TYPE_DEFINITION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PART__TYPE_DEFINITION">PART__TYPE_DEFINITION</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PART__TYPE_NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PART__TYPE_NAME">PART__TYPE_NAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PART_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PART_FEATURE_COUNT">PART_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>9</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PORT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PORT">PORT</A></CODE></TD>
-<TD ALIGN="right"><CODE>8</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PORT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PORT__DOCUMENTATION_ELEMENT">PORT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PORT__EBINDING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PORT__EBINDING">PORT__EBINDING</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PORT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PORT__EEXTENSIBILITY_ELEMENTS">PORT__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PORT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PORT__ELEMENT">PORT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PORT__NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PORT__NAME">PORT__NAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PORT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PORT_FEATURE_COUNT">PORT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE">PORT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__DOCUMENTATION_ELEMENT">PORT_TYPE__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__EEXTENSIBILITY_ELEMENTS">PORT_TYPE__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__ELEMENT">PORT_TYPE__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__EOPERATIONS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__EOPERATIONS">PORT_TYPE__EOPERATIONS</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__QNAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__QNAME">PORT_TYPE__QNAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__UNDEFINED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__UNDEFINED">PORT_TYPE__UNDEFINED</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE_FEATURE_COUNT">PORT_TYPE_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.QNAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#QNAME">QNAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>47</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.SERVICE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE">SERVICE</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.SERVICE__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__DOCUMENTATION_ELEMENT">SERVICE__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.SERVICE__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__EEXTENSIBILITY_ELEMENTS">SERVICE__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.SERVICE__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__ELEMENT">SERVICE__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.SERVICE__EPORTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__EPORTS">SERVICE__EPORTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.SERVICE__QNAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__QNAME">SERVICE__QNAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.SERVICE__UNDEFINED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__UNDEFINED">SERVICE__UNDEFINED</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.SERVICE_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE_FEATURE_COUNT">SERVICE_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.TYPES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#TYPES">TYPES</A></CODE></TD>
-<TD ALIGN="right"><CODE>41</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.TYPES__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#TYPES__DOCUMENTATION_ELEMENT">TYPES__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.TYPES__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#TYPES__EEXTENSIBILITY_ELEMENTS">TYPES__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.TYPES__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#TYPES__ELEMENT">TYPES__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.TYPES_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#TYPES_FEATURE_COUNT">TYPES_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT">UNKNOWN_EXTENSIBILITY_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>44</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN">UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT">UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT">UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED">UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT">UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.WSDL_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT">WSDL_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.WSDL_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT__DOCUMENTATION_ELEMENT">WSDL_ELEMENT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.WSDL_ELEMENT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT__ELEMENT">WSDL_ELEMENT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.WSDL_ELEMENT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT_FEATURE_COUNT">WSDL_ELEMENT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.WSDL_EXCEPTION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_EXCEPTION">WSDL_EXCEPTION</A></CODE></TD>
-<TD ALIGN="right"><CODE>50</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT">XSD_SCHEMA_EXTENSIBILITY_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>45</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT">XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-<P>
-
-<P>
-
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="3">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.eNAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#eNAME">eNAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>"http"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.eNS_PREFIX"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#eNS_PREFIX">eNS_PREFIX</A></CODE></TD>
-<TD ALIGN="right"><CODE>"http"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.eNS_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#eNS_URI">eNS_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>"http://www.eclipse.org/wsdl/2003/HTTP"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_ADDRESS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS">HTTP_ADDRESS</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_ADDRESS__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS__DOCUMENTATION_ELEMENT">HTTP_ADDRESS__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_ADDRESS__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS__ELEMENT">HTTP_ADDRESS__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_ADDRESS__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS__ELEMENT_TYPE">HTTP_ADDRESS__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_ADDRESS__LOCATION_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS__LOCATION_URI">HTTP_ADDRESS__LOCATION_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_ADDRESS__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS__REQUIRED">HTTP_ADDRESS__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_ADDRESS_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS_FEATURE_COUNT">HTTP_ADDRESS_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_BINDING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING">HTTP_BINDING</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_BINDING__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING__DOCUMENTATION_ELEMENT">HTTP_BINDING__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_BINDING__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING__ELEMENT">HTTP_BINDING__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_BINDING__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING__ELEMENT_TYPE">HTTP_BINDING__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_BINDING__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING__REQUIRED">HTTP_BINDING__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_BINDING__VERB"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING__VERB">HTTP_BINDING__VERB</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_BINDING_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING_FEATURE_COUNT">HTTP_BINDING_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_OPERATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION">HTTP_OPERATION</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_OPERATION__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION__DOCUMENTATION_ELEMENT">HTTP_OPERATION__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_OPERATION__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION__ELEMENT">HTTP_OPERATION__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_OPERATION__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION__ELEMENT_TYPE">HTTP_OPERATION__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_OPERATION__LOCATION_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION__LOCATION_URI">HTTP_OPERATION__LOCATION_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_OPERATION__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION__REQUIRED">HTTP_OPERATION__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_OPERATION_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION_FEATURE_COUNT">HTTP_OPERATION_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_ENCODED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED">HTTP_URL_ENCODED</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_ENCODED__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED__DOCUMENTATION_ELEMENT">HTTP_URL_ENCODED__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_ENCODED__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED__ELEMENT">HTTP_URL_ENCODED__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_ENCODED__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED__ELEMENT_TYPE">HTTP_URL_ENCODED__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_ENCODED__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED__REQUIRED">HTTP_URL_ENCODED__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_ENCODED_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED_FEATURE_COUNT">HTTP_URL_ENCODED_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_REPLACEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT">HTTP_URL_REPLACEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_REPLACEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT__DOCUMENTATION_ELEMENT">HTTP_URL_REPLACEMENT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_REPLACEMENT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT__ELEMENT">HTTP_URL_REPLACEMENT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_REPLACEMENT__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT__ELEMENT_TYPE">HTTP_URL_REPLACEMENT__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_REPLACEMENT__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT__REQUIRED">HTTP_URL_REPLACEMENT__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_REPLACEMENT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT_FEATURE_COUNT">HTTP_URL_REPLACEMENT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_ADDRESS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_ADDRESS">IHTTP_ADDRESS</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_ADDRESS_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_ADDRESS_FEATURE_COUNT">IHTTP_ADDRESS_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_BINDING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_BINDING">IHTTP_BINDING</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_BINDING_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_BINDING_FEATURE_COUNT">IHTTP_BINDING_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_OPERATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_OPERATION">IHTTP_OPERATION</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_OPERATION_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_OPERATION_FEATURE_COUNT">IHTTP_OPERATION_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_URL_ENCODED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_URL_ENCODED">IHTTP_URL_ENCODED</A></CODE></TD>
-<TD ALIGN="right"><CODE>8</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_URL_ENCODED_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_URL_ENCODED_FEATURE_COUNT">IHTTP_URL_ENCODED_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_URL_REPLACEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_URL_REPLACEMENT">IHTTP_URL_REPLACEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>9</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_URL_REPLACEMENT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_URL_REPLACEMENT_FEATURE_COUNT">IHTTP_URL_REPLACEMENT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-<P>
-
-<P>
-
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="3">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.eNAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#eNAME">eNAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>"mime"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.eNS_PREFIX"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#eNS_PREFIX">eNS_PREFIX</A></CODE></TD>
-<TD ALIGN="right"><CODE>"mime"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.eNS_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#eNS_URI">eNS_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>"http://www.eclipse.org/wsdl/2003/MIME"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_CONTENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_CONTENT">IMIME_CONTENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_CONTENT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_CONTENT_FEATURE_COUNT">IMIME_CONTENT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_MIME_XML"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_MIME_XML">IMIME_MIME_XML</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_MIME_XML_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_MIME_XML_FEATURE_COUNT">IMIME_MIME_XML_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_MULTIPART_RELATED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_MULTIPART_RELATED">IMIME_MULTIPART_RELATED</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_MULTIPART_RELATED_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_MULTIPART_RELATED_FEATURE_COUNT">IMIME_MULTIPART_RELATED_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_PART"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_PART">IMIME_PART</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_PART_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_PART_FEATURE_COUNT">IMIME_PART_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.LIST"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#LIST">LIST</A></CODE></TD>
-<TD ALIGN="right"><CODE>8</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT">MIME_CONTENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__DOCUMENTATION_ELEMENT">MIME_CONTENT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__ELEMENT">MIME_CONTENT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__ELEMENT_TYPE">MIME_CONTENT__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT__EPART"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__EPART">MIME_CONTENT__EPART</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__REQUIRED">MIME_CONTENT__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT__TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__TYPE">MIME_CONTENT__TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT_FEATURE_COUNT">MIME_CONTENT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MIME_XML"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML">MIME_MIME_XML</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MIME_XML__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML__DOCUMENTATION_ELEMENT">MIME_MIME_XML__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MIME_XML__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML__ELEMENT">MIME_MIME_XML__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MIME_XML__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML__ELEMENT_TYPE">MIME_MIME_XML__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MIME_XML__EPART"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML__EPART">MIME_MIME_XML__EPART</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MIME_XML__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML__REQUIRED">MIME_MIME_XML__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MIME_XML_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML_FEATURE_COUNT">MIME_MIME_XML_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MULTIPART_RELATED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED">MIME_MULTIPART_RELATED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MULTIPART_RELATED__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED__DOCUMENTATION_ELEMENT">MIME_MULTIPART_RELATED__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MULTIPART_RELATED__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED__ELEMENT">MIME_MULTIPART_RELATED__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MULTIPART_RELATED__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED__ELEMENT_TYPE">MIME_MULTIPART_RELATED__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MULTIPART_RELATED__EMIME_PART"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED__EMIME_PART">MIME_MULTIPART_RELATED__EMIME_PART</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MULTIPART_RELATED__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED__REQUIRED">MIME_MULTIPART_RELATED__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MULTIPART_RELATED_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED_FEATURE_COUNT">MIME_MULTIPART_RELATED_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_PART"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART">MIME_PART</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_PART__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART__DOCUMENTATION_ELEMENT">MIME_PART__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_PART__EEXTENSIBILITY_ELEMENTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART__EEXTENSIBILITY_ELEMENTS">MIME_PART__EEXTENSIBILITY_ELEMENTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_PART__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART__ELEMENT">MIME_PART__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_PART__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART__ELEMENT_TYPE">MIME_PART__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_PART__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART__REQUIRED">MIME_PART__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_PART_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART_FEATURE_COUNT">MIME_PART_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-<P>
-
-<P>
-
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="3">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.eNAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#eNAME">eNAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>"soap"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.eNS_PREFIX"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#eNS_PREFIX">eNS_PREFIX</A></CODE></TD>
-<TD ALIGN="right"><CODE>"soap"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.eNS_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#eNS_URI">eNS_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>"http://www.eclipse.org/wsdl/2003/SOAP"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_ADDRESS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_ADDRESS">ISOAP_ADDRESS</A></CODE></TD>
-<TD ALIGN="right"><CODE>9</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_ADDRESS_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_ADDRESS_FEATURE_COUNT">ISOAP_ADDRESS_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_BINDING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_BINDING">ISOAP_BINDING</A></CODE></TD>
-<TD ALIGN="right"><CODE>8</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_BINDING_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_BINDING_FEATURE_COUNT">ISOAP_BINDING_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_BODY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_BODY">ISOAP_BODY</A></CODE></TD>
-<TD ALIGN="right"><CODE>10</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_BODY_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_BODY_FEATURE_COUNT">ISOAP_BODY_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_FAULT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_FAULT">ISOAP_FAULT</A></CODE></TD>
-<TD ALIGN="right"><CODE>11</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_FAULT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_FAULT_FEATURE_COUNT">ISOAP_FAULT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_HEADER"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_HEADER">ISOAP_HEADER</A></CODE></TD>
-<TD ALIGN="right"><CODE>14</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_HEADER_FAULT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_HEADER_FAULT">ISOAP_HEADER_FAULT</A></CODE></TD>
-<TD ALIGN="right"><CODE>13</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_HEADER_FAULT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_HEADER_FAULT_FEATURE_COUNT">ISOAP_HEADER_FAULT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_HEADER_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_HEADER_FEATURE_COUNT">ISOAP_HEADER_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_OPERATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_OPERATION">ISOAP_OPERATION</A></CODE></TD>
-<TD ALIGN="right"><CODE>12</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_OPERATION_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_OPERATION_FEATURE_COUNT">ISOAP_OPERATION_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISTRING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISTRING">ISTRING</A></CODE></TD>
-<TD ALIGN="right"><CODE>15</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_ADDRESS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS">SOAP_ADDRESS</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_ADDRESS__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS__DOCUMENTATION_ELEMENT">SOAP_ADDRESS__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_ADDRESS__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS__ELEMENT">SOAP_ADDRESS__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_ADDRESS__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS__ELEMENT_TYPE">SOAP_ADDRESS__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_ADDRESS__LOCATION_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS__LOCATION_URI">SOAP_ADDRESS__LOCATION_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_ADDRESS__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS__REQUIRED">SOAP_ADDRESS__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_ADDRESS_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS_FEATURE_COUNT">SOAP_ADDRESS_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING">SOAP_BINDING</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__DOCUMENTATION_ELEMENT">SOAP_BINDING__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__ELEMENT">SOAP_BINDING__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__ELEMENT_TYPE">SOAP_BINDING__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__REQUIRED">SOAP_BINDING__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING__STYLE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__STYLE">SOAP_BINDING__STYLE</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING__TRANSPORT_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__TRANSPORT_URI">SOAP_BINDING__TRANSPORT_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING_FEATURE_COUNT">SOAP_BINDING_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY">SOAP_BODY</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__DOCUMENTATION_ELEMENT">SOAP_BODY__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__EENCODING_STYLES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__EENCODING_STYLES">SOAP_BODY__EENCODING_STYLES</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__ELEMENT">SOAP_BODY__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__ELEMENT_TYPE">SOAP_BODY__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__EPARTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__EPARTS">SOAP_BODY__EPARTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__NAMESPACE_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__NAMESPACE_URI">SOAP_BODY__NAMESPACE_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__REQUIRED">SOAP_BODY__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__USE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__USE">SOAP_BODY__USE</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY_FEATURE_COUNT">SOAP_BODY_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>8</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT">SOAP_FAULT</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__DOCUMENTATION_ELEMENT">SOAP_FAULT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__EENCODING_STYLES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__EENCODING_STYLES">SOAP_FAULT__EENCODING_STYLES</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__ELEMENT">SOAP_FAULT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__ELEMENT_TYPE">SOAP_FAULT__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__NAME">SOAP_FAULT__NAME</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__NAMESPACE_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__NAMESPACE_URI">SOAP_FAULT__NAMESPACE_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__REQUIRED">SOAP_FAULT__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__USE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__USE">SOAP_FAULT__USE</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT_FEATURE_COUNT">SOAP_FAULT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>8</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER">SOAP_HEADER</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__DOCUMENTATION_ELEMENT">SOAP_HEADER__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__EENCODING_STYLES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__EENCODING_STYLES">SOAP_HEADER__EENCODING_STYLES</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__ELEMENT">SOAP_HEADER__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__ELEMENT_TYPE">SOAP_HEADER__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__EMESSAGE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__EMESSAGE">SOAP_HEADER__EMESSAGE</A></CODE></TD>
-<TD ALIGN="right"><CODE>9</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__EPART"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__EPART">SOAP_HEADER__EPART</A></CODE></TD>
-<TD ALIGN="right"><CODE>10</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__HEADER_FAULTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__HEADER_FAULTS">SOAP_HEADER__HEADER_FAULTS</A></CODE></TD>
-<TD ALIGN="right"><CODE>11</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__MESSAGE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__MESSAGE">SOAP_HEADER__MESSAGE</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__NAMESPACE_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__NAMESPACE_URI">SOAP_HEADER__NAMESPACE_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__PART"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__PART">SOAP_HEADER__PART</A></CODE></TD>
-<TD ALIGN="right"><CODE>8</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__REQUIRED">SOAP_HEADER__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__USE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__USE">SOAP_HEADER__USE</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE">SOAP_HEADER_BASE</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__DOCUMENTATION_ELEMENT">SOAP_HEADER_BASE__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__EENCODING_STYLES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__EENCODING_STYLES">SOAP_HEADER_BASE__EENCODING_STYLES</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__ELEMENT">SOAP_HEADER_BASE__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__ELEMENT_TYPE">SOAP_HEADER_BASE__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__EMESSAGE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__EMESSAGE">SOAP_HEADER_BASE__EMESSAGE</A></CODE></TD>
-<TD ALIGN="right"><CODE>9</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__EPART"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__EPART">SOAP_HEADER_BASE__EPART</A></CODE></TD>
-<TD ALIGN="right"><CODE>10</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__MESSAGE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__MESSAGE">SOAP_HEADER_BASE__MESSAGE</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__NAMESPACE_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__NAMESPACE_URI">SOAP_HEADER_BASE__NAMESPACE_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__PART"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__PART">SOAP_HEADER_BASE__PART</A></CODE></TD>
-<TD ALIGN="right"><CODE>8</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__REQUIRED">SOAP_HEADER_BASE__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__USE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__USE">SOAP_HEADER_BASE__USE</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE_FEATURE_COUNT">SOAP_HEADER_BASE_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>11</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT">SOAP_HEADER_FAULT</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__DOCUMENTATION_ELEMENT">SOAP_HEADER_FAULT__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__EENCODING_STYLES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__EENCODING_STYLES">SOAP_HEADER_FAULT__EENCODING_STYLES</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__ELEMENT">SOAP_HEADER_FAULT__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__ELEMENT_TYPE">SOAP_HEADER_FAULT__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__EMESSAGE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__EMESSAGE">SOAP_HEADER_FAULT__EMESSAGE</A></CODE></TD>
-<TD ALIGN="right"><CODE>9</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__EPART"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__EPART">SOAP_HEADER_FAULT__EPART</A></CODE></TD>
-<TD ALIGN="right"><CODE>10</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__MESSAGE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__MESSAGE">SOAP_HEADER_FAULT__MESSAGE</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__NAMESPACE_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__NAMESPACE_URI">SOAP_HEADER_FAULT__NAMESPACE_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__PART"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__PART">SOAP_HEADER_FAULT__PART</A></CODE></TD>
-<TD ALIGN="right"><CODE>8</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__REQUIRED">SOAP_HEADER_FAULT__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__USE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__USE">SOAP_HEADER_FAULT__USE</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT_FEATURE_COUNT">SOAP_HEADER_FAULT_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>11</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FEATURE_COUNT">SOAP_HEADER_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>12</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION">SOAP_OPERATION</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION__DOCUMENTATION_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__DOCUMENTATION_ELEMENT">SOAP_OPERATION__DOCUMENTATION_ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION__ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__ELEMENT">SOAP_OPERATION__ELEMENT</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION__ELEMENT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__ELEMENT_TYPE">SOAP_OPERATION__ELEMENT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION__REQUIRED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__REQUIRED">SOAP_OPERATION__REQUIRED</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION__SOAP_ACTION_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__SOAP_ACTION_URI">SOAP_OPERATION__SOAP_ACTION_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION__STYLE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__STYLE">SOAP_OPERATION__STYLE</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION_FEATURE_COUNT">SOAP_OPERATION_FEATURE_COUNT</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-<P>
-
-<P>
-
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="3">org.eclipse.wst.wsdl.util.<A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.BINDING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#BINDING">BINDING</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.BINDING_ATTRIBUTE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#BINDING_ATTRIBUTE">BINDING_ATTRIBUTE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"binding"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.BINDING_ELEMENT_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#BINDING_ELEMENT_TAG">BINDING_ELEMENT_TAG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"binding"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.DEFINITION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#DEFINITION">DEFINITION</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.DEFINITION_ELEMENT_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#DEFINITION_ELEMENT_TAG">DEFINITION_ELEMENT_TAG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"definitions"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.DOCUMENTATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#DOCUMENTATION">DOCUMENTATION</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.DOCUMENTATION_ELEMENT_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#DOCUMENTATION_ELEMENT_TAG">DOCUMENTATION_ELEMENT_TAG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"documentation"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.ELEMENT_ATTRIBUTE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#ELEMENT_ATTRIBUTE">ELEMENT_ATTRIBUTE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"element"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.ENCODING_ATTRIBUTE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#ENCODING_ATTRIBUTE">ENCODING_ATTRIBUTE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"encoding"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.FAULT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#FAULT">FAULT</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.FAULT_ELEMENT_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#FAULT_ELEMENT_TAG">FAULT_ELEMENT_TAG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"fault"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.IMPORT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#IMPORT">IMPORT</A></CODE></TD>
-<TD ALIGN="right"><CODE>4</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.IMPORT_ELEMENT_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#IMPORT_ELEMENT_TAG">IMPORT_ELEMENT_TAG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"import"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.INPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#INPUT">INPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>5</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.INPUT_ELEMENT_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#INPUT_ELEMENT_TAG">INPUT_ELEMENT_TAG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"input"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.LOCATION_ATTRIBUTE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#LOCATION_ATTRIBUTE">LOCATION_ATTRIBUTE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"location"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.MESSAGE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#MESSAGE">MESSAGE</A></CODE></TD>
-<TD ALIGN="right"><CODE>6</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.MESSAGE_ATTRIBUTE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#MESSAGE_ATTRIBUTE">MESSAGE_ATTRIBUTE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"message"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.MESSAGE_ELEMENT_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#MESSAGE_ELEMENT_TAG">MESSAGE_ELEMENT_TAG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"message"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.NAME_ATTRIBUTE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#NAME_ATTRIBUTE">NAME_ATTRIBUTE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"name"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.NAMESPACE_ATTRIBUTE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#NAMESPACE_ATTRIBUTE">NAMESPACE_ATTRIBUTE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"namespace"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.OPERATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#OPERATION">OPERATION</A></CODE></TD>
-<TD ALIGN="right"><CODE>7</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.OPERATION_ELEMENT_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#OPERATION_ELEMENT_TAG">OPERATION_ELEMENT_TAG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"operation"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.OUTPUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#OUTPUT">OUTPUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>8</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.OUTPUT_ELEMENT_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#OUTPUT_ELEMENT_TAG">OUTPUT_ELEMENT_TAG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"output"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.PARAMETER_ORDER_ATTRIBUTE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#PARAMETER_ORDER_ATTRIBUTE">PARAMETER_ORDER_ATTRIBUTE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"parameterOrder"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.PART"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#PART">PART</A></CODE></TD>
-<TD ALIGN="right"><CODE>9</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.PART_ELEMENT_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#PART_ELEMENT_TAG">PART_ELEMENT_TAG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"part"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.PORT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#PORT">PORT</A></CODE></TD>
-<TD ALIGN="right"><CODE>10</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.PORT_ELEMENT_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#PORT_ELEMENT_TAG">PORT_ELEMENT_TAG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"port"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.PORT_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#PORT_TYPE">PORT_TYPE</A></CODE></TD>
-<TD ALIGN="right"><CODE>11</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.PORT_TYPE_ELEMENT_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#PORT_TYPE_ELEMENT_TAG">PORT_TYPE_ELEMENT_TAG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"portType"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.RESOURCE_URI_ATTRIBUTE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#RESOURCE_URI_ATTRIBUTE">RESOURCE_URI_ATTRIBUTE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"resourceURI"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.SCHEMA_FOR_SCHEMA_URI_1999"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#SCHEMA_FOR_SCHEMA_URI_1999">SCHEMA_FOR_SCHEMA_URI_1999</A></CODE></TD>
-<TD ALIGN="right"><CODE>"http://www.w3.org/1999/XMLSchema"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.SCHEMA_FOR_SCHEMA_URI_2000_10"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#SCHEMA_FOR_SCHEMA_URI_2000_10">SCHEMA_FOR_SCHEMA_URI_2000_10</A></CODE></TD>
-<TD ALIGN="right"><CODE>"http://www.w3.org/2000/10/XMLSchema"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.SCHEMA_FOR_SCHEMA_URI_2001"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#SCHEMA_FOR_SCHEMA_URI_2001">SCHEMA_FOR_SCHEMA_URI_2001</A></CODE></TD>
-<TD ALIGN="right"><CODE>"http://www.w3.org/2001/XMLSchema"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.SERVICE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#SERVICE">SERVICE</A></CODE></TD>
-<TD ALIGN="right"><CODE>12</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.SERVICE_ELEMENT_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#SERVICE_ELEMENT_TAG">SERVICE_ELEMENT_TAG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"service"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.TARGETNAMESPACE_ATTRIBUTE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#TARGETNAMESPACE_ATTRIBUTE">TARGETNAMESPACE_ATTRIBUTE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"targetNamespace"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.TYPE_ATTRIBUTE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#TYPE_ATTRIBUTE">TYPE_ATTRIBUTE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"type"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.TYPES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#TYPES">TYPES</A></CODE></TD>
-<TD ALIGN="right"><CODE>13</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.TYPES_ELEMENT_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#TYPES_ELEMENT_TAG">TYPES_ELEMENT_TAG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"types"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.WSDL_NAMESPACE_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#WSDL_NAMESPACE_URI">WSDL_NAMESPACE_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>"http://schemas.xmlsoap.org/wsdl/"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLConstants.XSD_NAMESPACE_URI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html#XSD_NAMESPACE_URI">XSD_NAMESPACE_URI</A></CODE></TD>
-<TD ALIGN="right"><CODE>"http://www.w3.org/2001/XMLSchema"</CODE></TD>
-</TR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-<P>
-
-<P>
-
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="3">org.eclipse.wst.wsdl.util.<A HREF="org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity.ERROR"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#ERROR">ERROR</A></CODE></TD>
-<TD ALIGN="right"><CODE>1</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity.FATAL"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#FATAL">FATAL</A></CODE></TD>
-<TD ALIGN="right"><CODE>0</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity.INFORMATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#INFORMATION">INFORMATION</A></CODE></TD>
-<TD ALIGN="right"><CODE>3</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity.WARNING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#WARNING">WARNING</A></CODE></TD>
-<TD ALIGN="right"><CODE>2</CODE></TD>
-</TR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-<P>
-
-<P>
-
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="3">org.eclipse.wst.wsdl.util.<A HREF="org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLResourceImpl.CONTINUE_ON_LOAD_ERROR"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#CONTINUE_ON_LOAD_ERROR">CONTINUE_ON_LOAD_ERROR</A></CODE></TD>
-<TD ALIGN="right"><CODE>"CONTINUE_ON_LOAD_ERROR"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLResourceImpl.TRACK_LOCATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#TRACK_LOCATION">TRACK_LOCATION</A></CODE></TD>
-<TD ALIGN="right"><CODE>"TRACK_LOCATION"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLResourceImpl.USE_EXTENSION_FACTORIES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#USE_EXTENSION_FACTORIES">USE_EXTENSION_FACTORIES</A></CODE></TD>
-<TD ALIGN="right"><CODE>"USE_EXTENSION_FACTORIES"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLResourceImpl.WSDL_ENCODING"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#WSDL_ENCODING">WSDL_ENCODING</A></CODE></TD>
-<TD ALIGN="right"><CODE>"WSDL_ENCODING"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLResourceImpl.WSDL_JAXP_CONFIG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#WSDL_JAXP_CONFIG">WSDL_JAXP_CONFIG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"WSDL_JAXP_CONFIG"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLResourceImpl.WSDL_JAXP_POOL"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#WSDL_JAXP_POOL">WSDL_JAXP_POOL</A></CODE></TD>
-<TD ALIGN="right"><CODE>"WSDL_JAXP_POOL"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.eclipse.wst.wsdl.util.WSDLResourceImpl.WSDL_PROGRESS_MONITOR"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#WSDL_PROGRESS_MONITOR">WSDL_PROGRESS_MONITOR</A></CODE></TD>
-<TD ALIGN="right"><CODE>"WSDL_PROGRESS_MONITOR"</CODE></TD>
-</TR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-<P>
-
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/deprecated-list.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/deprecated-list.html
deleted file mode 100644
index 0a2a6ca..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/deprecated-list.html
+++ /dev/null
@@ -1,143 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Deprecated List
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Deprecated List";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Deprecated API</B></H2>
-</CENTER>
-<HR SIZE="4" NOSHADE>
-<B>Contents</B><UL>
-</UL>
-
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/help-doc.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/help-doc.html
deleted file mode 100644
index ca18155..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/help-doc.html
+++ /dev/null
@@ -1,220 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-API Help
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="API Help";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?help-doc.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H1>
-How This API Document Is Organized</H1>
-</CENTER>
-This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.<H3>
-Overview</H3>
-<BLOCKQUOTE>
-
-<P>
-The <A HREF="overview-summary.html">Overview</A> page is the front page of this API document and provides a list of all packages with a summary for each.  This page can also contain an overall description of the set of packages.</BLOCKQUOTE>
-<H3>
-Package</H3>
-<BLOCKQUOTE>
-
-<P>
-Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:<UL>
-<LI>Interfaces (italic)<LI>Classes<LI>Enums<LI>Exceptions<LI>Errors<LI>Annotation Types</UL>
-</BLOCKQUOTE>
-<H3>
-Class/Interface</H3>
-<BLOCKQUOTE>
-
-<P>
-Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:<UL>
-<LI>Class inheritance diagram<LI>Direct Subclasses<LI>All Known Subinterfaces<LI>All Known Implementing Classes<LI>Class/interface declaration<LI>Class/interface description
-<P>
-<LI>Nested Class Summary<LI>Field Summary<LI>Constructor Summary<LI>Method Summary
-<P>
-<LI>Field Detail<LI>Constructor Detail<LI>Method Detail</UL>
-Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE>
-</BLOCKQUOTE>
-<H3>
-Annotation Type</H3>
-<BLOCKQUOTE>
-
-<P>
-Each annotation type has its own separate page with the following sections:<UL>
-<LI>Annotation Type declaration<LI>Annotation Type description<LI>Required Element Summary<LI>Optional Element Summary<LI>Element Detail</UL>
-</BLOCKQUOTE>
-</BLOCKQUOTE>
-<H3>
-Enum</H3>
-<BLOCKQUOTE>
-
-<P>
-Each enum has its own separate page with the following sections:<UL>
-<LI>Enum declaration<LI>Enum description<LI>Enum Constant Summary<LI>Enum Constant Detail</UL>
-</BLOCKQUOTE>
-<H3>
-Use</H3>
-<BLOCKQUOTE>
-Each documented package, class and interface has its own Use page.  This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A.  You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</BLOCKQUOTE>
-<H3>
-Tree (Class Hierarchy)</H3>
-<BLOCKQUOTE>
-There is a <A HREF="overview-tree.html">Class Hierarchy</A> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.<UL>
-<LI>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.<LI>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</UL>
-</BLOCKQUOTE>
-<H3>
-Deprecated API</H3>
-<BLOCKQUOTE>
-The <A HREF="deprecated-list.html">Deprecated API</A> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</BLOCKQUOTE>
-<H3>
-Index</H3>
-<BLOCKQUOTE>
-The <A HREF="index-files/index-1.html">Index</A> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</BLOCKQUOTE>
-<H3>
-Prev/Next</H3>
-These links take you to the next or previous class, interface, package, or related page.<H3>
-Frames/No Frames</H3>
-These links show and hide the HTML frames.  All pages are available with or without frames.
-<P>
-<H3>
-Serialized Form</H3>
-Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
-<P>
-<H3>
-Constant Field Values</H3>
-The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.
-<P>
-<FONT SIZE="-1">
-<EM>
-This help file applies to API documentation generated using the standard doclet.</EM>
-</FONT>
-<BR>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?help-doc.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-1.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-1.html
deleted file mode 100644
index c0e4cea..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-1.html
+++ /dev/null
@@ -1,151 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-A-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="A-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV LETTER&nbsp;
-&nbsp;<A HREF="index-2.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-1.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-1.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_A_"><!-- --></A><H2>
-<B>A</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)"><B>addExtensibilityElement(ExtensibilityElement)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPart</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)"><B>addExtensibilityElement(ExtensibilityElement)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>
-<DD>Adds an ExtensibilityElement to the '<em>EExtensibility Elements</em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html#addMIMEPart(javax.wsdl.extensions.mime.MIMEPart)"><B>addMIMEPart(MIMEPart)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMultipartRelated</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#attached(EObject)"><B>attached(EObject)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<DD>&nbsp;
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV LETTER&nbsp;
-&nbsp;<A HREF="index-2.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-1.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-1.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-10.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-10.html
deleted file mode 100644
index 80f3b0d..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-10.html
+++ /dev/null
@@ -1,148 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-L-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="L-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-9.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-11.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-10.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-10.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_L_"><!-- --></A><H2>
-<B>L</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#LIST"><B>LIST</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The meta object id for the '<em>List</em>' data type
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#LIST"><B>LIST</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A>
-<DD>The meta object literal for the '<em>List</em>' data type
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#LOCATION_ATTRIBUTE"><B>LOCATION_ATTRIBUTE</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The attribute is <code>"location"</code>.
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-9.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-11.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-10.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-10.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-11.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-11.html
deleted file mode 100644
index a9c7d10..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-11.html
+++ /dev/null
@@ -1,335 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-M-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="M-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-10.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-12.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-11.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-11.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_M_"><!-- --></A><H2>
-<B>M</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><B>Message</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Message</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#MESSAGE"><B>MESSAGE</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"message"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#MESSAGE"><B>MESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Message</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE"><B>MESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Message</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__DOCUMENTATION_ELEMENT"><B>MESSAGE__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__EEXTENSIBILITY_ELEMENTS"><B>MESSAGE__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__ELEMENT"><B>MESSAGE__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#MESSAGE__EPARTS"><B>MESSAGE__EPARTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EParts</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__EPARTS"><B>MESSAGE__EPARTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EParts</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#MESSAGE__QNAME"><B>MESSAGE__QNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>QName</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__QNAME"><B>MESSAGE__QNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>QName</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#MESSAGE__UNDEFINED"><B>MESSAGE__UNDEFINED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Undefined</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__UNDEFINED"><B>MESSAGE__UNDEFINED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Undefined</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#MESSAGE_ATTRIBUTE"><B>MESSAGE_ATTRIBUTE</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The attribute is <code>"message"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#MESSAGE_ELEMENT_TAG"><B>MESSAGE_ELEMENT_TAG</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"message"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_FEATURE_COUNT"><B>MESSAGE_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Message</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#MESSAGE_REFERENCE"><B>MESSAGE_REFERENCE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Message Reference</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE"><B>MESSAGE_REFERENCE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Message Reference</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT"><B>MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS"><B>MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__ELEMENT"><B>MESSAGE_REFERENCE__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#MESSAGE_REFERENCE__EMESSAGE"><B>MESSAGE_REFERENCE__EMESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EMessage</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__EMESSAGE"><B>MESSAGE_REFERENCE__EMESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#MESSAGE_REFERENCE__NAME"><B>MESSAGE_REFERENCE__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__NAME"><B>MESSAGE_REFERENCE__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE_FEATURE_COUNT"><B>MESSAGE_REFERENCE_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Message Reference</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><B>MessageReference</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Message Reference</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_CONTENT"><B>MIME_CONTENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Content</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT"><B>MIME_CONTENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The meta object id for the '<CODE><em>Content</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__DOCUMENTATION_ELEMENT"><B>MIME_CONTENT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__ELEMENT"><B>MIME_CONTENT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__ELEMENT_TYPE"><B>MIME_CONTENT__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_CONTENT__EPART"><B>MIME_CONTENT__EPART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EPart</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__EPART"><B>MIME_CONTENT__EPART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>EPart</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__REQUIRED"><B>MIME_CONTENT__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_CONTENT__TYPE"><B>MIME_CONTENT__TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Type</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__TYPE"><B>MIME_CONTENT__TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT_FEATURE_COUNT"><B>MIME_CONTENT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The number of structural features of the '<em>Content</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_MIME_XML"><B>MIME_MIME_XML</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Mime Xml</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML"><B>MIME_MIME_XML</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The meta object id for the '<CODE><em>Mime Xml</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML__DOCUMENTATION_ELEMENT"><B>MIME_MIME_XML__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML__ELEMENT"><B>MIME_MIME_XML__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML__ELEMENT_TYPE"><B>MIME_MIME_XML__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_MIME_XML__EPART"><B>MIME_MIME_XML__EPART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EPart</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML__EPART"><B>MIME_MIME_XML__EPART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>EPart</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML__REQUIRED"><B>MIME_MIME_XML__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML_FEATURE_COUNT"><B>MIME_MIME_XML_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The number of structural features of the '<em>Mime Xml</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_MULTIPART_RELATED"><B>MIME_MULTIPART_RELATED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Multipart Related</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED"><B>MIME_MULTIPART_RELATED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The meta object id for the '<CODE><em>Multipart Related</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED__DOCUMENTATION_ELEMENT"><B>MIME_MULTIPART_RELATED__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED__ELEMENT"><B>MIME_MULTIPART_RELATED__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED__ELEMENT_TYPE"><B>MIME_MULTIPART_RELATED__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_MULTIPART_RELATED__EMIME_PART"><B>MIME_MULTIPART_RELATED__EMIME_PART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EMIME Part</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED__EMIME_PART"><B>MIME_MULTIPART_RELATED__EMIME_PART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>EMIME Part</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED__REQUIRED"><B>MIME_MULTIPART_RELATED__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED_FEATURE_COUNT"><B>MIME_MULTIPART_RELATED_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The number of structural features of the '<em>Multipart Related</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_PART"><B>MIME_PART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Part</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART"><B>MIME_PART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The meta object id for the '<CODE><em>Part</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART__DOCUMENTATION_ELEMENT"><B>MIME_PART__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_PART__EEXTENSIBILITY_ELEMENTS"><B>MIME_PART__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EExtensibility Elements</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART__EEXTENSIBILITY_ELEMENTS"><B>MIME_PART__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART__ELEMENT"><B>MIME_PART__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART__ELEMENT_TYPE"><B>MIME_PART__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART__REQUIRED"><B>MIME_PART__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART_FEATURE_COUNT"><B>MIME_PART_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The number of structural features of the '<em>Part</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEContent</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A><DD>A representation of the model object '<em><b>Content</b></em>'<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEFactory</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A><DD>The <b>Factory</b> for the model.<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMimeXml</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A><DD>A representation of the model object '<em><b>Mime Xml</b></em>'<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMultipartRelated</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A><DD>A representation of the model object '<em><b>Multipart Related</b></em>'<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPackage</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A><DD>The <b>Package</b> for the model.<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPackage.Literals</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A><DD>Defines literals for the meta objects that represent
- 
-   each class,
-   each feature of each class,
-   each enum,
-   and each data type
- 
- <!<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPart</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A><DD>A representation of the model object '<em><b>Part</b></em>'</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-10.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-12.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-11.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-11.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-12.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-12.html
deleted file mode 100644
index 6955950..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-12.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-N-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="N-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-11.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-13.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-12.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-12.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_N_"><!-- --></A><H2>
-<B>N</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#NAME_ATTRIBUTE"><B>NAME_ATTRIBUTE</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The attribute is <code>"name"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><B>Namespace</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Namespace</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#NAMESPACE"><B>NAMESPACE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Namespace</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE"><B>NAMESPACE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Namespace</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#NAMESPACE__PREFIX"><B>NAMESPACE__PREFIX</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Prefix</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE__PREFIX"><B>NAMESPACE__PREFIX</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Prefix</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#NAMESPACE__URI"><B>NAMESPACE__URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>URI</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE__URI"><B>NAMESPACE__URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#NAMESPACE_ATTRIBUTE"><B>NAMESPACE_ATTRIBUTE</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The attribute is <code>"namespace"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE_FEATURE_COUNT"><B>NAMESPACE_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Namespace</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)"><B>nodeType(String)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>Returns a node type given the String name of element tag.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(org.w3c.dom.Node)"><B>nodeType(Node)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>Returns a node type defined in WSDLConstants given the DOM node.
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-11.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-13.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-12.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-12.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-13.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-13.html
deleted file mode 100644
index d7b58ca..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-13.html
+++ /dev/null
@@ -1,244 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-O-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="O-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-12.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-14.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-13.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-13.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_O_"><!-- --></A><H2>
-<B>O</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><B>Operation</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Operation</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#OPERATION"><B>OPERATION</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"operation"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION"><B>OPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Operation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION"><B>OPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Operation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__DOCUMENTATION_ELEMENT"><B>OPERATION__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EEXTENSIBILITY_ELEMENTS"><B>OPERATION__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION__EFAULTS"><B>OPERATION__EFAULTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EFaults</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EFAULTS"><B>OPERATION__EFAULTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EFaults</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION__EINPUT"><B>OPERATION__EINPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EInput</b></em>' containment reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EINPUT"><B>OPERATION__EINPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EInput</b></em>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__ELEMENT"><B>OPERATION__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION__EOUTPUT"><B>OPERATION__EOUTPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EOutput</b></em>' containment reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EOUTPUT"><B>OPERATION__EOUTPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EOutput</b></em>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION__EPARAMETER_ORDERING"><B>OPERATION__EPARAMETER_ORDERING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EParameter Ordering</b></em>' reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EPARAMETER_ORDERING"><B>OPERATION__EPARAMETER_ORDERING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EParameter Ordering</b></em>' reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION__NAME"><B>OPERATION__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__NAME"><B>OPERATION__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION__STYLE"><B>OPERATION__STYLE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Style</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__STYLE"><B>OPERATION__STYLE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Style</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION__UNDEFINED"><B>OPERATION__UNDEFINED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Undefined</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__UNDEFINED"><B>OPERATION__UNDEFINED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Undefined</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#OPERATION_ELEMENT_TAG"><B>OPERATION_ELEMENT_TAG</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"operation"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION_FEATURE_COUNT"><B>OPERATION_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Operation</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION_TYPE"><B>OPERATION_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em>Operation Type</em>' data type
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION_TYPE"><B>OPERATION_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<em>Operation Type</em>' data type
-<DT><A HREF="../org/eclipse/wst/wsdl/package-summary.html"><B>org.eclipse.wst.wsdl</B></A> - package org.eclipse.wst.wsdl<DD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/package-summary.html"><B>org.eclipse.wst.wsdl.binding.http</B></A> - package org.eclipse.wst.wsdl.binding.http<DD>&nbsp;<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/package-summary.html"><B>org.eclipse.wst.wsdl.binding.mime</B></A> - package org.eclipse.wst.wsdl.binding.mime<DD>&nbsp;<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/package-summary.html"><B>org.eclipse.wst.wsdl.binding.soap</B></A> - package org.eclipse.wst.wsdl.binding.soap<DD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.<DT><A HREF="../org/eclipse/wst/wsdl/util/package-summary.html"><B>org.eclipse.wst.wsdl.util</B></A> - package org.eclipse.wst.wsdl.util<DD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.<DT><A HREF="../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><B>Output</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Output</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#OUTPUT"><B>OUTPUT</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"output"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OUTPUT"><B>OUTPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Output</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT"><B>OUTPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Output</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__DOCUMENTATION_ELEMENT"><B>OUTPUT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__EEXTENSIBILITY_ELEMENTS"><B>OUTPUT__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__ELEMENT"><B>OUTPUT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__EMESSAGE"><B>OUTPUT__EMESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__NAME"><B>OUTPUT__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#OUTPUT_ELEMENT_TAG"><B>OUTPUT_ELEMENT_TAG</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"output"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT_FEATURE_COUNT"><B>OUTPUT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Output</em>' class
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-12.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-14.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-13.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-13.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-14.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-14.html
deleted file mode 100644
index cccc8f9..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-14.html
+++ /dev/null
@@ -1,289 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-P-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="P-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-13.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-15.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-14.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-14.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_P_"><!-- --></A><H2>
-<B>P</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#PARAMETER_ORDER_ATTRIBUTE"><B>PARAMETER_ORDER_ATTRIBUTE</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The attribute is <code>"parameterOrder"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#parse(org.xml.sax.InputSource)"><B>parse(InputSource)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#parse(java.io.InputStream)"><B>parse(InputStream)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>Parses the XML content read from the given input stream.
-<DT><A HREF="../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><B>Part</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Part</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#PART"><B>PART</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"part"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PART"><B>PART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Part</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PART"><B>PART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Part</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PART__DOCUMENTATION_ELEMENT"><B>PART__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PART__EEXTENSIBILITY_ELEMENTS"><B>PART__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PART__ELEMENT"><B>PART__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PART__ELEMENT_DECLARATION"><B>PART__ELEMENT_DECLARATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Element Declaration</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PART__ELEMENT_DECLARATION"><B>PART__ELEMENT_DECLARATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element Declaration</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PART__ELEMENT_NAME"><B>PART__ELEMENT_NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Element Name</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PART__ELEMENT_NAME"><B>PART__ELEMENT_NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PART__EMESSAGE"><B>PART__EMESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EMessage</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PART__EMESSAGE"><B>PART__EMESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PART__NAME"><B>PART__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PART__NAME"><B>PART__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PART__TYPE_DEFINITION"><B>PART__TYPE_DEFINITION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Type Definition</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PART__TYPE_DEFINITION"><B>PART__TYPE_DEFINITION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Type Definition</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PART__TYPE_NAME"><B>PART__TYPE_NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Type Name</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PART__TYPE_NAME"><B>PART__TYPE_NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Type Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#PART_ELEMENT_TAG"><B>PART_ELEMENT_TAG</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"part"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PART_FEATURE_COUNT"><B>PART_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Part</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><B>Port</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Port</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#PORT"><B>PORT</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"port"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PORT"><B>PORT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Port</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PORT"><B>PORT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Port</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PORT__DOCUMENTATION_ELEMENT"><B>PORT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PORT__EBINDING"><B>PORT__EBINDING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EBinding</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PORT__EBINDING"><B>PORT__EBINDING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EBinding</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PORT__EEXTENSIBILITY_ELEMENTS"><B>PORT__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PORT__ELEMENT"><B>PORT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PORT__NAME"><B>PORT__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PORT__NAME"><B>PORT__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#PORT_ELEMENT_TAG"><B>PORT_ELEMENT_TAG</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"port"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_FEATURE_COUNT"><B>PORT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Port</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#PORT_TYPE"><B>PORT_TYPE</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"portType"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PORT_TYPE"><B>PORT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Port Type</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE"><B>PORT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Port Type</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__DOCUMENTATION_ELEMENT"><B>PORT_TYPE__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__EEXTENSIBILITY_ELEMENTS"><B>PORT_TYPE__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__ELEMENT"><B>PORT_TYPE__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PORT_TYPE__EOPERATIONS"><B>PORT_TYPE__EOPERATIONS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EOperations</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__EOPERATIONS"><B>PORT_TYPE__EOPERATIONS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EOperations</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PORT_TYPE__QNAME"><B>PORT_TYPE__QNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>QName</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__QNAME"><B>PORT_TYPE__QNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>QName</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PORT_TYPE__UNDEFINED"><B>PORT_TYPE__UNDEFINED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Undefined</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__UNDEFINED"><B>PORT_TYPE__UNDEFINED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Undefined</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#PORT_TYPE_ELEMENT_TAG"><B>PORT_TYPE_ELEMENT_TAG</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"portType"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE_FEATURE_COUNT"><B>PORT_TYPE_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Port Type</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><B>PortType</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Port Type</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#processingInstruction(java.lang.String, java.lang.String)"><B>processingInstruction(String, String)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-13.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-15.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-14.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-14.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-15.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-15.html
deleted file mode 100644
index f8aba1c..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-15.html
+++ /dev/null
@@ -1,145 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Q-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Q-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-14.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-16.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-15.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-15.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_Q_"><!-- --></A><H2>
-<B>Q</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#QNAME"><B>QNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em>QName</em>' data type
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#QNAME"><B>QNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<em>QName</em>' data type
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-14.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-16.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-15.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-15.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-16.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-16.html
deleted file mode 100644
index 6995c52..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-16.html
+++ /dev/null
@@ -1,148 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-R-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="R-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-15.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-17.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-16.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-16.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_R_"><!-- --></A><H2>
-<B>R</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html#registerFactory(java.lang.String, org.eclipse.wst.wsdl.util.ExtensibilityElementFactory)"><B>registerFactory(String, ExtensibilityElementFactory)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactoryRegistry</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#resolveEntity(java.lang.String, java.lang.String)"><B>resolveEntity(String, String)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#RESOURCE_URI_ATTRIBUTE"><B>RESOURCE_URI_ATTRIBUTE</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The attribute is <code>"resourceURI"</code>.
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-15.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-17.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-16.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-16.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-17.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-17.html
deleted file mode 100644
index 9bf5c4d..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-17.html
+++ /dev/null
@@ -1,842 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-S-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="S-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-16.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-18.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-17.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-17.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_S_"><!-- --></A><H2>
-<B>S</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#SCHEMA_FOR_SCHEMA_URI_1999"><B>SCHEMA_FOR_SCHEMA_URI_1999</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The value <code>"http://www.w3.org/1999/XMLSchema"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#SCHEMA_FOR_SCHEMA_URI_2000_10"><B>SCHEMA_FOR_SCHEMA_URI_2000_10</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The value <code>"http://www.w3.org/2000/10/XMLSchema"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#SCHEMA_FOR_SCHEMA_URI_2001"><B>SCHEMA_FOR_SCHEMA_URI_2001</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The value <code>"http://www.w3.org/2001/XMLSchema"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#serialize(java.io.OutputStream, org.w3c.dom.Document)"><B>serialize(OutputStream, Document)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#serialize(java.io.OutputStream, org.w3c.dom.Document, java.lang.String)"><B>serialize(OutputStream, Document, String)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#serialize(java.io.OutputStream, org.w3c.dom.Element)"><B>serialize(OutputStream, Element)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#serialize(java.io.OutputStream, org.w3c.dom.Element, java.lang.String)"><B>serialize(OutputStream, Element, String)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><B>Service</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Service</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#SERVICE"><B>SERVICE</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"service"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#SERVICE"><B>SERVICE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Service</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE"><B>SERVICE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Service</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__DOCUMENTATION_ELEMENT"><B>SERVICE__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__EEXTENSIBILITY_ELEMENTS"><B>SERVICE__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__ELEMENT"><B>SERVICE__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#SERVICE__EPORTS"><B>SERVICE__EPORTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EPorts</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__EPORTS"><B>SERVICE__EPORTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EPorts</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#SERVICE__QNAME"><B>SERVICE__QNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>QName</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__QNAME"><B>SERVICE__QNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>QName</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#SERVICE__UNDEFINED"><B>SERVICE__UNDEFINED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Undefined</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__UNDEFINED"><B>SERVICE__UNDEFINED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Undefined</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#SERVICE_ELEMENT_TAG"><B>SERVICE_ELEMENT_TAG</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"service"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE_FEATURE_COUNT"><B>SERVICE_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Service</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setColumn(int)"><B>setColumn(int)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>Sets the new value of the column attribute.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setContainer(java.lang.Object)"><B>setContainer(Object)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A>
-<DD>Sets the Container of the error
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setContainer(java.lang.Object)"><B>setContainer(Object)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#setDocument(org.w3c.dom.Document)"><B>setDocument(Document)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Sets a W3C DOM Document to be used when building up a DOM Element tree for the WSDL model.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)"><B>setDocumentationElement(Element)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()"><CODE><em>Documentation Element</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#setDocumentLocator(org.xml.sax.Locator)"><B>setDocumentLocator(Locator)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/Port.html#setEBinding(org.eclipse.wst.wsdl.Binding)"><B>setEBinding(Binding)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl">Port</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Port.html#getEBinding()"><CODE><em>EBinding</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#setEBindingInput(org.eclipse.wst.wsdl.BindingInput)"><B>setEBindingInput(BindingInput)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()"><CODE><em>EBinding Input</em></CODE></A>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#setEBindingOutput(org.eclipse.wst.wsdl.BindingOutput)"><B>setEBindingOutput(BindingOutput)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()"><CODE><em>EBinding Output</em></CODE></A>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Import.html#setEDefinition(org.eclipse.wst.wsdl.Definition)"><B>setEDefinition(Definition)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Import.html#getEDefinition()"><CODE><em>EDefinition</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingFault.html#setEFault(org.eclipse.wst.wsdl.Fault)"><B>setEFault(Fault)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/BindingFault.html#getEFault()"><CODE><em>EFault</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingInput.html#setEInput(org.eclipse.wst.wsdl.Input)"><B>setEInput(Input)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/BindingInput.html#getEInput()"><CODE><em>EInput</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Operation.html#setEInput(org.eclipse.wst.wsdl.Input)"><B>setEInput(Input)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Operation.html#getEInput()"><CODE><em>EInput</em></CODE></A>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)"><B>setElement(Element)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE><em>Element</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Part.html#setElementDeclaration(org.eclipse.xsd.XSDElementDeclaration)"><B>setElementDeclaration(XSDElementDeclaration)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Part.html#getElementDeclaration()"><CODE><em>Element Declaration</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Part.html#setElementName(javax.xml.namespace.QName)"><B>setElementName(QName)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Part.html#getElementName()"><CODE><em>Element Name</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)"><B>setElementType(QName)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()"><CODE><em>Element Type</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEMessage(org.eclipse.wst.wsdl.Message)"><B>setEMessage(Message)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/MessageReference.html#setEMessage(org.eclipse.wst.wsdl.Message)"><B>setEMessage(Message)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Part.html#setEMessage(org.eclipse.wst.wsdl.Message)"><B>setEMessage(Message)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Part.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)"><B>setEnclosingDefinition(Definition)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>
-<DD>Sets the enclosing definition of this WSDL element.
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#setEncoding(java.lang.String)"><B>setEncoding(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getEncoding()"><CODE><em>Encoding</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEncodingStyles(java.util.List)"><B>setEncodingStyles(List)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#setEOperation(org.eclipse.wst.wsdl.Operation)"><B>setEOperation(Operation)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()"><CODE><em>EOperation</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingOutput.html#setEOutput(org.eclipse.wst.wsdl.Output)"><B>setEOutput(Output)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Operation.html#setEOutput(org.eclipse.wst.wsdl.Output)"><B>setEOutput(Output)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Operation.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#setEPart(org.eclipse.wst.wsdl.Part)"><B>setEPart(Part)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getEPart()"><CODE><em>EPart</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#setEPart(org.eclipse.wst.wsdl.Part)"><B>setEPart(Part)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMimeXml</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#getEPart()"><CODE><em>EPart</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEPart(org.eclipse.wst.wsdl.Part)"><B>setEPart(Part)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEPart()"><CODE><em>EPart</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Binding.html#setEPortType(org.eclipse.wst.wsdl.PortType)"><B>setEPortType(PortType)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Binding.html#getEPortType()"><CODE><em>EPort Type</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Import.html#setESchema(org.eclipse.xsd.XSDSchema)"><B>setESchema(XSDSchema)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Import.html#getESchema()"><CODE><em>ESchema</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#setETypes(org.eclipse.wst.wsdl.Types)"><B>setETypes(Types)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getETypes()"><CODE><em>ETypes</em></CODE></A>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingFault.html#setFault(javax.wsdl.Fault)"><B>setFault(Fault)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A>
-<DD>This method is same as setEFault(Fault) and compatible with the JWSDL API.
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingInput.html#setInput(javax.wsdl.Input)"><B>setInput(Input)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A>
-<DD>This method is same as setEInput(Input) and compatible with the JWSDL API.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setKey(java.lang.String)"><B>setKey(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A>
-<DD>Sets the original message key.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setKey(java.lang.String)"><B>setKey(String)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setLine(int)"><B>setLine(int)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#setLocation(java.lang.String)"><B>setLocation(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getLocation()"><CODE><em>Location</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setLocation(java.lang.String)"><B>setLocation(String)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>Sets the value of the loaction attribute.
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html#setLocationURI(java.lang.String)"><B>setLocationURI(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPAddress</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html#setLocationURI(java.lang.String)"><B>setLocationURI(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPOperation</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html#setLocationURI(java.lang.String)"><B>setLocationURI(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPAddress</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Import.html#setLocationURI(java.lang.String)"><B>setLocationURI(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Import.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setMessage(javax.xml.namespace.QName)"><B>setMessage(QName)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getMessage()"><CODE><em>Message</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setMessage(java.lang.String)"><B>setMessage(String)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>Sets a new value for the message attribute.
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getName()"><CODE><em>Name</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingFault.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/BindingFault.html#getName()"><CODE><em>Name</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingInput.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/BindingInput.html#getName()"><CODE><em>Name</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#getName()"><CODE><em>Name</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingOutput.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/BindingOutput.html#getName()"><CODE><em>Name</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/MessageReference.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/MessageReference.html#getName()"><CODE><em>Name</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Operation.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Operation.html#getName()"><CODE><em>Name</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Part.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Part.html#getName()"><CODE><em>Name</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Port.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl">Port</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Port.html#getName()"><CODE><em>Name</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#setNamespaceURI(java.lang.String)"><B>setNamespaceURI(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#setNamespaceURI(java.lang.String)"><B>setNamespaceURI(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setNamespaceURI(java.lang.String)"><B>setNamespaceURI(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Import.html#setNamespaceURI(java.lang.String)"><B>setNamespaceURI(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Import.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setNode(org.w3c.dom.Node)"><B>setNode(Node)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A>
-<DD>Sets the DOM Node where the error occurs
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setNode(org.w3c.dom.Node)"><B>setNode(Node)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingOutput.html#setOutput(javax.wsdl.Output)"><B>setOutput(Output)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A>
-<DD>This method is same as setEOutput(Output) and compatible with the JWSDL API.
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#setPart(java.lang.String)"><B>setPart(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#setPart(java.lang.String)"><B>setPart(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMimeXml</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setPart(java.lang.String)"><B>setPart(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getPart()"><CODE><em>Part</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Namespace.html#setPrefix(java.lang.String)"><B>setPrefix(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl">Namespace</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Namespace.html#getPrefix()"><CODE><em>Prefix</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Binding.html#setQName(javax.xml.namespace.QName)"><B>setQName(QName)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Binding.html#getQName()"><CODE><em>QName</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#setQName(javax.xml.namespace.QName)"><B>setQName(QName)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getQName()"><CODE><em>QName</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Message.html#setQName(javax.xml.namespace.QName)"><B>setQName(QName)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Message.html#getQName()"><CODE><em>QName</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/PortType.html#setQName(javax.xml.namespace.QName)"><B>setQName(QName)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/PortType.html#getQName()"><CODE><em>QName</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Service.html#setQName(javax.xml.namespace.QName)"><B>setQName(QName)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Service.html#getQName()"><CODE><em>QName</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)"><B>setRequired(boolean)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()"><CODE><em>Required</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Import.html#setSchema(org.eclipse.xsd.XSDSchema)"><B>setSchema(XSDSchema)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A>
-<DD>This method is same as setESchema(XSDSchema).
-<DT><A HREF="../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#setSchema(org.eclipse.xsd.XSDSchema)"><B>setSchema(XSDSchema)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">XSDSchemaExtensibilityElement</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#getSchema()"><CODE><em>Schema</em></CODE></A>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setSeverity(org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity)"><B>setSeverity(WSDLDiagnosticSeverity)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A>
-<DD>Sets this diagnostic's severity.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setSeverity(org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity)"><B>setSeverity(WSDLDiagnosticSeverity)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#setSoapActionURI(java.lang.String)"><B>setSoapActionURI(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPOperation</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getSoapActionURI()"><CODE><em>Soap Action URI</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#setStyle(java.lang.String)"><B>setStyle(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBinding</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getStyle()"><CODE><em>Style</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#setStyle(java.lang.String)"><B>setStyle(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPOperation</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getStyle()"><CODE><em>Style</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Operation.html#setStyle(javax.wsdl.OperationType)"><B>setStyle(OperationType)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Operation.html#getStyle()"><CODE><em>Style</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#setTargetNamespace(java.lang.String)"><B>setTargetNamespace(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getTargetNamespace()"><CODE><em>Target Namespace</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#setTransportURI(java.lang.String)"><B>setTransportURI(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBinding</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getTransportURI()"><CODE><em>Transport URI</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#setType(java.lang.String)"><B>setType(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getType()"><CODE><em>Type</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Part.html#setTypeDefinition(org.eclipse.xsd.XSDTypeDefinition)"><B>setTypeDefinition(XSDTypeDefinition)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Part.html#getTypeDefinition()"><CODE><em>Type Definition</em></CODE></A>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Part.html#setTypeName(javax.xml.namespace.QName)"><B>setTypeName(QName)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Part.html#getTypeName()"><CODE><em>Type Name</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Binding.html#setUndefined(boolean)"><B>setUndefined(boolean)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Binding.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Message.html#setUndefined(boolean)"><B>setUndefined(boolean)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Message.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Operation.html#setUndefined(boolean)"><B>setUndefined(boolean)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Operation.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/PortType.html#setUndefined(boolean)"><B>setUndefined(boolean)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/PortType.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Service.html#setUndefined(boolean)"><B>setUndefined(boolean)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Service.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Namespace.html#setURI(java.lang.String)"><B>setURI(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl">Namespace</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/Namespace.html#getURI()"><CODE><em>URI</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#setUse(java.lang.String)"><B>setUse(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getUse()"><CODE><em>Use</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#setUse(java.lang.String)"><B>setUse(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getUse()"><CODE><em>Use</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setUse(java.lang.String)"><B>setUse(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getUse()"><CODE><em>Use</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html#setVerb(java.lang.String)"><B>setVerb(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPBinding</A>
-<DD>Sets the value of the '<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html#getVerb()"><CODE><em>Verb</em></CODE></A>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_ADDRESS"><B>SOAP_ADDRESS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Address</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS"><B>SOAP_ADDRESS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<CODE><em>Address</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS__DOCUMENTATION_ELEMENT"><B>SOAP_ADDRESS__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS__ELEMENT"><B>SOAP_ADDRESS__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS__ELEMENT_TYPE"><B>SOAP_ADDRESS__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_ADDRESS__LOCATION_URI"><B>SOAP_ADDRESS__LOCATION_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Location URI</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS__LOCATION_URI"><B>SOAP_ADDRESS__LOCATION_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Location URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS__REQUIRED"><B>SOAP_ADDRESS__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS_FEATURE_COUNT"><B>SOAP_ADDRESS_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The number of structural features of the '<em>Address</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BINDING"><B>SOAP_BINDING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Binding</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING"><B>SOAP_BINDING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<CODE><em>Binding</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__DOCUMENTATION_ELEMENT"><B>SOAP_BINDING__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__ELEMENT"><B>SOAP_BINDING__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__ELEMENT_TYPE"><B>SOAP_BINDING__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__REQUIRED"><B>SOAP_BINDING__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BINDING__STYLE"><B>SOAP_BINDING__STYLE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Style</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__STYLE"><B>SOAP_BINDING__STYLE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Style</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BINDING__TRANSPORT_URI"><B>SOAP_BINDING__TRANSPORT_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Transport URI</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__TRANSPORT_URI"><B>SOAP_BINDING__TRANSPORT_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Transport URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING_FEATURE_COUNT"><B>SOAP_BINDING_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The number of structural features of the '<em>Binding</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BODY"><B>SOAP_BODY</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Body</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY"><B>SOAP_BODY</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<CODE><em>Body</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__DOCUMENTATION_ELEMENT"><B>SOAP_BODY__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BODY__EENCODING_STYLES"><B>SOAP_BODY__EENCODING_STYLES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EEncoding Styles</b></em>' attribute list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__EENCODING_STYLES"><B>SOAP_BODY__EENCODING_STYLES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>EEncoding Styles</b></em>' attribute list
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__ELEMENT"><B>SOAP_BODY__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__ELEMENT_TYPE"><B>SOAP_BODY__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BODY__EPARTS"><B>SOAP_BODY__EPARTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EParts</b></em>' reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__EPARTS"><B>SOAP_BODY__EPARTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>EParts</b></em>' reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BODY__NAMESPACE_URI"><B>SOAP_BODY__NAMESPACE_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Namespace URI</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__NAMESPACE_URI"><B>SOAP_BODY__NAMESPACE_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Namespace URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__REQUIRED"><B>SOAP_BODY__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BODY__USE"><B>SOAP_BODY__USE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Use</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__USE"><B>SOAP_BODY__USE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Use</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY_FEATURE_COUNT"><B>SOAP_BODY_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The number of structural features of the '<em>Body</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_FAULT"><B>SOAP_FAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Fault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT"><B>SOAP_FAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<CODE><em>Fault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__DOCUMENTATION_ELEMENT"><B>SOAP_FAULT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_FAULT__EENCODING_STYLES"><B>SOAP_FAULT__EENCODING_STYLES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EEncoding Styles</b></em>' attribute list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__EENCODING_STYLES"><B>SOAP_FAULT__EENCODING_STYLES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>EEncoding Styles</b></em>' attribute list
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__ELEMENT"><B>SOAP_FAULT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__ELEMENT_TYPE"><B>SOAP_FAULT__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_FAULT__NAME"><B>SOAP_FAULT__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__NAME"><B>SOAP_FAULT__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_FAULT__NAMESPACE_URI"><B>SOAP_FAULT__NAMESPACE_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Namespace URI</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__NAMESPACE_URI"><B>SOAP_FAULT__NAMESPACE_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Namespace URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__REQUIRED"><B>SOAP_FAULT__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_FAULT__USE"><B>SOAP_FAULT__USE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Use</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__USE"><B>SOAP_FAULT__USE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Use</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT_FEATURE_COUNT"><B>SOAP_FAULT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The number of structural features of the '<em>Fault</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER"><B>SOAP_HEADER</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Header</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER"><B>SOAP_HEADER</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<CODE><em>Header</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__DOCUMENTATION_ELEMENT"><B>SOAP_HEADER__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__EENCODING_STYLES"><B>SOAP_HEADER__EENCODING_STYLES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>EEncoding Styles</b></em>' attribute list
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__ELEMENT"><B>SOAP_HEADER__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__ELEMENT_TYPE"><B>SOAP_HEADER__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__EMESSAGE"><B>SOAP_HEADER__EMESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__EPART"><B>SOAP_HEADER__EPART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>EPart</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER__HEADER_FAULTS"><B>SOAP_HEADER__HEADER_FAULTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Header Faults</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__HEADER_FAULTS"><B>SOAP_HEADER__HEADER_FAULTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Header Faults</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__MESSAGE"><B>SOAP_HEADER__MESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Message</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__NAMESPACE_URI"><B>SOAP_HEADER__NAMESPACE_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Namespace URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__PART"><B>SOAP_HEADER__PART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Part</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__REQUIRED"><B>SOAP_HEADER__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__USE"><B>SOAP_HEADER__USE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Use</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE"><B>SOAP_HEADER_BASE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Header Base</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE"><B>SOAP_HEADER_BASE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<CODE><em>Header Base</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__DOCUMENTATION_ELEMENT"><B>SOAP_HEADER_BASE__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE__EENCODING_STYLES"><B>SOAP_HEADER_BASE__EENCODING_STYLES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EEncoding Styles</b></em>' attribute list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__EENCODING_STYLES"><B>SOAP_HEADER_BASE__EENCODING_STYLES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>EEncoding Styles</b></em>' attribute list
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__ELEMENT"><B>SOAP_HEADER_BASE__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__ELEMENT_TYPE"><B>SOAP_HEADER_BASE__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE__EMESSAGE"><B>SOAP_HEADER_BASE__EMESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EMessage</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__EMESSAGE"><B>SOAP_HEADER_BASE__EMESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE__EPART"><B>SOAP_HEADER_BASE__EPART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EPart</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__EPART"><B>SOAP_HEADER_BASE__EPART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>EPart</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE__MESSAGE"><B>SOAP_HEADER_BASE__MESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Message</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__MESSAGE"><B>SOAP_HEADER_BASE__MESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Message</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE__NAMESPACE_URI"><B>SOAP_HEADER_BASE__NAMESPACE_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Namespace URI</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__NAMESPACE_URI"><B>SOAP_HEADER_BASE__NAMESPACE_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Namespace URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE__PART"><B>SOAP_HEADER_BASE__PART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Part</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__PART"><B>SOAP_HEADER_BASE__PART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Part</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__REQUIRED"><B>SOAP_HEADER_BASE__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE__USE"><B>SOAP_HEADER_BASE__USE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Use</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__USE"><B>SOAP_HEADER_BASE__USE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Use</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE_FEATURE_COUNT"><B>SOAP_HEADER_BASE_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The number of structural features of the '<em>Header Base</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_FAULT"><B>SOAP_HEADER_FAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Header Fault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT"><B>SOAP_HEADER_FAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<CODE><em>Header Fault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__DOCUMENTATION_ELEMENT"><B>SOAP_HEADER_FAULT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__EENCODING_STYLES"><B>SOAP_HEADER_FAULT__EENCODING_STYLES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>EEncoding Styles</b></em>' attribute list
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__ELEMENT"><B>SOAP_HEADER_FAULT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__ELEMENT_TYPE"><B>SOAP_HEADER_FAULT__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__EMESSAGE"><B>SOAP_HEADER_FAULT__EMESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__EPART"><B>SOAP_HEADER_FAULT__EPART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>EPart</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__MESSAGE"><B>SOAP_HEADER_FAULT__MESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Message</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__NAMESPACE_URI"><B>SOAP_HEADER_FAULT__NAMESPACE_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Namespace URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__PART"><B>SOAP_HEADER_FAULT__PART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Part</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__REQUIRED"><B>SOAP_HEADER_FAULT__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__USE"><B>SOAP_HEADER_FAULT__USE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Use</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT_FEATURE_COUNT"><B>SOAP_HEADER_FAULT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The number of structural features of the '<em>Header Fault</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FEATURE_COUNT"><B>SOAP_HEADER_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The number of structural features of the '<em>Header</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_OPERATION"><B>SOAP_OPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Operation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION"><B>SOAP_OPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<CODE><em>Operation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__DOCUMENTATION_ELEMENT"><B>SOAP_OPERATION__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__ELEMENT"><B>SOAP_OPERATION__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__ELEMENT_TYPE"><B>SOAP_OPERATION__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__REQUIRED"><B>SOAP_OPERATION__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_OPERATION__SOAP_ACTION_URI"><B>SOAP_OPERATION__SOAP_ACTION_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Soap Action URI</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__SOAP_ACTION_URI"><B>SOAP_OPERATION__SOAP_ACTION_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Soap Action URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_OPERATION__STYLE"><B>SOAP_OPERATION__STYLE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Style</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__STYLE"><B>SOAP_OPERATION__STYLE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The feature id for the '<em><b>Style</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION_FEATURE_COUNT"><B>SOAP_OPERATION_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The number of structural features of the '<em>Operation</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPAddress</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A><DD>A representation of the model object '<em><b>Address</b></em>'<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBinding</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A><DD>A representation of the model object '<em><b>Binding</b></em>'<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBody</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A><DD>A representation of the model object '<em><b>Body</b></em>'<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPFactory</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A><DD>The <b>Factory</b> for the model.<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPFault</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A><DD>A representation of the model object '<em><b>Fault</b></em>'<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A><DD>A representation of the model object '<em><b>Header</b></em>'<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderBase</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A><DD>A representation of the model object '<em><b>Header Base</b></em>'<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A><DD>A representation of the model object '<em><b>Header Fault</b></em>'<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPOperation</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A><DD>A representation of the model object '<em><b>Operation</b></em>'<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPPackage</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A><DD>The <b>Package</b> for the model.<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPPackage.Literals</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A><DD>Defines literals for the meta objects that represent
- 
-   each class,
-   each feature of each class,
-   each enum,
-   and each data type
- 
- <!<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#startCDATA()"><B>startCDATA()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#startDocument()"><B>startDocument()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#startDTD(java.lang.String, java.lang.String, java.lang.String)"><B>startDTD(String, String, String)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)"><B>startElement(String, String, String, Attributes)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#startEntity(java.lang.String)"><B>startEntity(String)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-16.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-18.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-17.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-17.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-18.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-18.html
deleted file mode 100644
index 6399f0e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-18.html
+++ /dev/null
@@ -1,174 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-T-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="T-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-17.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-19.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-18.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-18.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_T_"><!-- --></A><H2>
-<B>T</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#TARGETNAMESPACE_ATTRIBUTE"><B>TARGETNAMESPACE_ATTRIBUTE</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The attribute is <code>"targetNamespace"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#TRACK_LOCATION"><B>TRACK_LOCATION</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<DD>Add this option with a value of Boolean.TRUE to the options map when
- loading a resource to instruct the loader to track source code location for
- each node in the source document.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#TYPE_ATTRIBUTE"><B>TYPE_ATTRIBUTE</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The attribute is <code>"type"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><B>Types</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Types</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#TYPES"><B>TYPES</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"types"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#TYPES"><B>TYPES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Types</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#TYPES"><B>TYPES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Types</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#TYPES__DOCUMENTATION_ELEMENT"><B>TYPES__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#TYPES__EEXTENSIBILITY_ELEMENTS"><B>TYPES__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#TYPES__ELEMENT"><B>TYPES__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#TYPES_ELEMENT_TAG"><B>TYPES_ELEMENT_TAG</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"types"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#TYPES_FEATURE_COUNT"><B>TYPES_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Types</em>' class
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-17.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-19.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-18.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-18.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-19.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-19.html
deleted file mode 100644
index 876ebb4..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-19.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-U-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="U-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-18.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-20.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-19.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-19.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_U_"><!-- --></A><H2>
-<B>U</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#UNKNOWN_EXTENSIBILITY_ELEMENT"><B>UNKNOWN_EXTENSIBILITY_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Unknown Extensibility Element</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT"><B>UNKNOWN_EXTENSIBILITY_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Unknown Extensibility Element</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN"><B>UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Children</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN"><B>UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Children</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT"><B>UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT"><B>UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE"><B>UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED"><B>UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT"><B>UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Unknown Extensibility Element</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>UnknownExtensibilityElement</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Unknown Extensibility Element</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()"><B>updateElement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>
-<DD>Ensures that the underlying DOM <A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE>element</CODE></A> both exists and is up-to-date with respect to the model,
- i.e., it serializes the component and maintains an association with that serialization.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)"><B>updateElement(boolean)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>
-<DD>Ensures that the underlying DOM <A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE>element</CODE></A> both exists and is up-to-date with respect to the model,
- i.e., it serializes the component and maintains an association with that serialization.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#USE_EXTENSION_FACTORIES"><B>USE_EXTENSION_FACTORIES</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<DD>&nbsp;
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-18.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-20.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-19.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-19.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-2.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-2.html
deleted file mode 100644
index b6cfa78..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-2.html
+++ /dev/null
@@ -1,328 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-B-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="B-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-1.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-3.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-2.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-2.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_B_"><!-- --></A><H2>
-<B>B</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><B>Binding</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Binding</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#BINDING"><B>BINDING</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"binding"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING"><B>BINDING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Binding</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING"><B>BINDING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Binding</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__DOCUMENTATION_ELEMENT"><B>BINDING__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__EBINDING_OPERATIONS"><B>BINDING__EBINDING_OPERATIONS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EBinding Operations</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING__EBINDING_OPERATIONS"><B>BINDING__EBINDING_OPERATIONS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EBinding Operations</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__EEXTENSIBILITY_ELEMENTS"><B>BINDING__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__ELEMENT"><B>BINDING__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__EPORT_TYPE"><B>BINDING__EPORT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EPort Type</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING__EPORT_TYPE"><B>BINDING__EPORT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EPort Type</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__QNAME"><B>BINDING__QNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>QName</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING__QNAME"><B>BINDING__QNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>QName</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__UNDEFINED"><B>BINDING__UNDEFINED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Undefined</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING__UNDEFINED"><B>BINDING__UNDEFINED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Undefined</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#BINDING_ATTRIBUTE"><B>BINDING_ATTRIBUTE</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The attribute is <code>"binding"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#BINDING_ELEMENT_TAG"><B>BINDING_ELEMENT_TAG</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"binding"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT"><B>BINDING_FAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Binding Fault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_FAULT"><B>BINDING_FAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Binding Fault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__DOCUMENTATION_ELEMENT"><B>BINDING_FAULT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__EEXTENSIBILITY_ELEMENTS"><B>BINDING_FAULT__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__EFAULT"><B>BINDING_FAULT__EFAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EFault</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_FAULT__EFAULT"><B>BINDING_FAULT__EFAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EFault</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__ELEMENT"><B>BINDING_FAULT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__NAME"><B>BINDING_FAULT__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_FAULT__NAME"><B>BINDING_FAULT__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT_FEATURE_COUNT"><B>BINDING_FAULT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Binding Fault</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FEATURE_COUNT"><B>BINDING_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Binding</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT"><B>BINDING_INPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Binding Input</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_INPUT"><B>BINDING_INPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Binding Input</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__DOCUMENTATION_ELEMENT"><B>BINDING_INPUT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__EEXTENSIBILITY_ELEMENTS"><B>BINDING_INPUT__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__EINPUT"><B>BINDING_INPUT__EINPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EInput</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_INPUT__EINPUT"><B>BINDING_INPUT__EINPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EInput</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__ELEMENT"><B>BINDING_INPUT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__NAME"><B>BINDING_INPUT__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_INPUT__NAME"><B>BINDING_INPUT__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT_FEATURE_COUNT"><B>BINDING_INPUT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Binding Input</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION"><B>BINDING_OPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Binding Operation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OPERATION"><B>BINDING_OPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Binding Operation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__DOCUMENTATION_ELEMENT"><B>BINDING_OPERATION__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EBINDING_FAULTS"><B>BINDING_OPERATION__EBINDING_FAULTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EBinding Faults</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OPERATION__EBINDING_FAULTS"><B>BINDING_OPERATION__EBINDING_FAULTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EBinding Faults</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EBINDING_INPUT"><B>BINDING_OPERATION__EBINDING_INPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EBinding Input</b></em>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OPERATION__EBINDING_INPUT"><B>BINDING_OPERATION__EBINDING_INPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EBinding Input</b></em>' containment reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EBINDING_OUTPUT"><B>BINDING_OPERATION__EBINDING_OUTPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EBinding Output</b></em>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OPERATION__EBINDING_OUTPUT"><B>BINDING_OPERATION__EBINDING_OUTPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EBinding Output</b></em>' containment reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS"><B>BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__ELEMENT"><B>BINDING_OPERATION__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EOPERATION"><B>BINDING_OPERATION__EOPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EOperation</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OPERATION__EOPERATION"><B>BINDING_OPERATION__EOPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EOperation</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__NAME"><B>BINDING_OPERATION__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OPERATION__NAME"><B>BINDING_OPERATION__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION_FEATURE_COUNT"><B>BINDING_OPERATION_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Binding Operation</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT"><B>BINDING_OUTPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Binding Output</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OUTPUT"><B>BINDING_OUTPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Binding Output</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__DOCUMENTATION_ELEMENT"><B>BINDING_OUTPUT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS"><B>BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__ELEMENT"><B>BINDING_OUTPUT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__EOUTPUT"><B>BINDING_OUTPUT__EOUTPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EOutput</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OUTPUT__EOUTPUT"><B>BINDING_OUTPUT__EOUTPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EOutput</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__NAME"><B>BINDING_OUTPUT__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OUTPUT__NAME"><B>BINDING_OUTPUT__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT_FEATURE_COUNT"><B>BINDING_OUTPUT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Binding Output</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><B>BindingFault</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Binding Fault</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><B>BindingInput</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Binding Input</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><B>BindingOperation</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Binding Operation</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><B>BindingOutput</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Binding Output</b></em>'.</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-1.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-3.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-2.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-2.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-20.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-20.html
deleted file mode 100644
index 0a4a54e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-20.html
+++ /dev/null
@@ -1,143 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-V-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="V-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-19.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-21.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-20.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-20.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_V_"><!-- --></A><H2>
-<B>V</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#VALUES"><B>VALUES</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>
-<DD>A public read-only list of all the '<em><b>Diagnostic Severity</b></em>'
- enumerators.
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-19.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-21.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-20.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-20.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-21.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-21.html
deleted file mode 100644
index bac3123..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-21.html
+++ /dev/null
@@ -1,225 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-W-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="W-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-20.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-22.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-21.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-21.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_W_"><!-- --></A><H2>
-<B>W</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#WARNING"><B>WARNING</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>
-<DD>This is used to indicate that the problem is not too bad and that the
- definition is likely suitable for use.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#warning(org.xml.sax.SAXParseException)"><B>warning(SAXParseException)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#WARNING_LITERAL"><B>WARNING_LITERAL</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>
-<DD>The '<em><b>Warning</b></em>' literal object.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#WSDL_ELEMENT"><B>WSDL_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Element</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT"><B>WSDL_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Element</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#WSDL_ELEMENT__DOCUMENTATION_ELEMENT"><B>WSDL_ELEMENT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Documentation Element</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT__DOCUMENTATION_ELEMENT"><B>WSDL_ELEMENT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#WSDL_ELEMENT__ELEMENT"><B>WSDL_ELEMENT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Element</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT__ELEMENT"><B>WSDL_ELEMENT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT_FEATURE_COUNT"><B>WSDL_ELEMENT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Element</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#WSDL_ENCODING"><B>WSDL_ENCODING</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#WSDL_EXCEPTION"><B>WSDL_EXCEPTION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em>Exception</em>' data type
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_EXCEPTION"><B>WSDL_EXCEPTION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<em>Exception</em>' data type
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#WSDL_JAXP_CONFIG"><B>WSDL_JAXP_CONFIG</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<DD>This option can be used as an option on Resource#load methods to specify JAXP configuration
- that creates and configures SAX, DOM parsers and Transformer.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#WSDL_JAXP_POOL"><B>WSDL_JAXP_POOL</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<DD>This option can be used as an option on Resource#load methods to specify JAXP pool to be used
- for loading and serializing XML Schemas.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#WSDL_NAMESPACE_URI"><B>WSDL_NAMESPACE_URI</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The value <code>"http://schemas.xmlsoap.org/wsdl/"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#WSDL_PROGRESS_MONITOR"><B>WSDL_PROGRESS_MONITOR</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLConstants</B></A> - Class in <A HREF="../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A><DD>This class defines constants for WSDL element tags and relevant namespaces.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#WSDLConstants()"><B>WSDLConstants()</B></A> - 
-Constructor for class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util"><B>WSDLDiagnostic</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A><DD>Generated by the WSDL model parsing and validation mechanisms.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLDiagnosticImpl</B></A> - Class in <A HREF="../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A><DD>Default implementation of the WSDLDiagnostic interface.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#WSDLDiagnosticImpl()"><B>WSDLDiagnosticImpl()</B></A> - 
-Constructor for class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>Default constructor.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#WSDLDiagnosticImpl(org.eclipse.xsd.XSDDiagnostic)"><B>WSDLDiagnosticImpl(XSDDiagnostic)</B></A> - 
-Constructor for class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>Wraps an XSD diagnostic into a WSDL diagnostic.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLDiagnosticSeverity</B></A> - Class in <A HREF="../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A><DD>WSDL diagnostic severity levels type safe enumeration.<DT><A HREF="../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><B>WSDLElement</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Element</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl"><B>WSDLFactory</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>The <b>Factory</b> for the model.<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl"><B>WSDLPackage</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>The <b>Package</b> for the model.<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl"><B>WSDLPackage.Literals</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>Defines literals for the meta objects that represent
- 
-   each class,
-   each feature of each class,
-   each enum,
-   and each data type
- 
- <!<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLParser</B></A> - Class in <A HREF="../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A><DD>The <b>SAX Parser</b> for the WSDL model.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#WSDLParser()"><B>WSDLParser()</B></A> - 
-Constructor for class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>Default constructor.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#WSDLParser(java.util.Map)"><B>WSDLParser(Map)</B></A> - 
-Constructor for class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>Constructs a WSDL parser given a set of parsing options.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl"><B>WSDLPlugin</B></A> - Class in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>The <b>Plugin</b> for the model.<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl"><B>WSDLPluginImplementation</B></A> - Class in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>The actual implementation of the Eclipse <b>Plugin</b>.<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPluginImplementation.html#WSDLPluginImplementation()"><B>WSDLPluginImplementation()</B></A> - 
-Constructor for class org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl">WSDLPluginImplementation</A>
-<DD>Creates an instance.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLResourceFactoryRegistry</B></A> - Class in <A HREF="../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A><DD>This class provides support for the loading of WSDL or XSD resource from
- URI's that don't end with .xsd or .wsdl extensions.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html#WSDLResourceFactoryRegistry(Resource.Factory.Registry)"><B>WSDLResourceFactoryRegistry(Resource.Factory.Registry)</B></A> - 
-Constructor for class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceFactoryRegistry</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLResourceImpl</B></A> - Class in <A HREF="../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A><DD>The <b>Resource</b> implementation for the model.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#WSDLResourceImpl(URI)"><B>WSDLResourceImpl(URI)</B></A> - 
-Constructor for class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<DD>Creates an instance of the resource
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-20.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-22.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-21.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-21.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-22.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-22.html
deleted file mode 100644
index e2097df..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-22.html
+++ /dev/null
@@ -1,169 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-X-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="X-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-21.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;NEXT LETTER</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-22.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-22.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_X_"><!-- --></A><H2>
-<B>X</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#XSD_NAMESPACE_URI"><B>XSD_NAMESPACE_URI</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The value <code>"http://www.w3.org/2001/XMLSchema"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT"><B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>XSD Schema Extensibility Element</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT"><B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>XSD Schema Extensibility Element</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT"><B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT"><B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE"><B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED"><B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA"><B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Schema</b></em>' containment reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA"><B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Schema</b></em>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT"><B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>XSD Schema Extensibility Element</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>XSDSchemaExtensibilityElement</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>XSD Schema Extensibility Element</b></em>'.</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-21.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;NEXT LETTER</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-22.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-22.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-3.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-3.html
deleted file mode 100644
index 2c0423f..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-3.html
+++ /dev/null
@@ -1,268 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-C-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="C-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-2.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-4.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-3.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-3.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_C_"><!-- --></A><H2>
-<B>C</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#characters(char[], int, int)"><B>characters(char[], int, int)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#comment(char[], int, int)"><B>comment(char[], int, int)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#CONTINUE_ON_LOAD_ERROR"><B>CONTINUE_ON_LOAD_ERROR</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createBinding()"><B>createBinding()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Binding</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createBindingFault()"><B>createBindingFault()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Binding Fault</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createBindingInput()"><B>createBindingInput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Binding Input</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createBindingOperation()"><B>createBindingOperation()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Binding Operation</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createBindingOutput()"><B>createBindingOutput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Binding Output</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createDefinition()"><B>createDefinition()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Definition</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html#createExtensibilityElement(java.lang.String, java.lang.String)"><B>createExtensibilityElement(String, String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactory</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createExtensibilityElement()"><B>createExtensibilityElement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Extensibility Element</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createFault()"><B>createFault()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Fault</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#createHTTPAddress()"><B>createHTTPAddress()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A>
-<DD>Returns a new object of class '<em>Address</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#createHTTPBinding()"><B>createHTTPBinding()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A>
-<DD>Returns a new object of class '<em>Binding</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#createHTTPOperation()"><B>createHTTPOperation()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A>
-<DD>Returns a new object of class '<em>Operation</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#createHTTPUrlEncoded()"><B>createHTTPUrlEncoded()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A>
-<DD>Returns a new object of class '<em>Url Encoded</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#createHTTPUrlReplacement()"><B>createHTTPUrlReplacement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A>
-<DD>Returns a new object of class '<em>Url Replacement</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createImport()"><B>createImport()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Import</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createInput()"><B>createInput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Input</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createMessage()"><B>createMessage()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Message</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#createMIMEContent()"><B>createMIMEContent()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A>
-<DD>Returns a new object of class '<em>Content</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#createMIMEMimeXml()"><B>createMIMEMimeXml()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A>
-<DD>Returns a new object of class '<em>Mime Xml</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#createMIMEMultipartRelated()"><B>createMIMEMultipartRelated()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A>
-<DD>Returns a new object of class '<em>Multipart Related</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#createMIMEPart()"><B>createMIMEPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A>
-<DD>Returns a new object of class '<em>Part</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createNamespace()"><B>createNamespace()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Namespace</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createOperation()"><B>createOperation()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Operation</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createOutput()"><B>createOutput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Output</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createPart()"><B>createPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Part</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createPort()"><B>createPort()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Port</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createPortType()"><B>createPortType()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Port Type</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createService()"><B>createService()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Service</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPAddress()"><B>createSOAPAddress()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A>
-<DD>Returns a new object of class '<em>Address</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPBinding()"><B>createSOAPBinding()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A>
-<DD>Returns a new object of class '<em>Binding</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPBody()"><B>createSOAPBody()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A>
-<DD>Returns a new object of class '<em>Body</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPFault()"><B>createSOAPFault()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A>
-<DD>Returns a new object of class '<em>Fault</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPHeader()"><B>createSOAPHeader()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A>
-<DD>Returns a new object of class '<em>Header</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPHeaderBase()"><B>createSOAPHeaderBase()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A>
-<DD>Returns a new object of class '<em>Header Base</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPHeaderFault()"><B>createSOAPHeaderFault()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A>
-<DD>Returns a new object of class '<em>Header Fault</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPOperation()"><B>createSOAPOperation()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A>
-<DD>Returns a new object of class '<em>Operation</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createTypes()"><B>createTypes()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Types</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createUnknownExtensibilityElement()"><B>createUnknownExtensibilityElement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>Unknown Extensibility Element</em>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPlugin.html#createWSDL4JFactory()"><B>createWSDL4JFactory()</B></A> - 
-Method in class org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl">WSDLPlugin</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#createXSDSchemaExtensibilityElement()"><B>createXSDSchemaExtensibilityElement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns a new object of class '<em>XSD Schema Extensibility Element</em>'
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-2.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-4.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-3.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-3.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-4.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-4.html
deleted file mode 100644
index 4c8aba9..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-4.html
+++ /dev/null
@@ -1,247 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-D-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="D-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-3.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-5.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-4.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-4.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_D_"><!-- --></A><H2>
-<B>D</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><B>Definition</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Definition</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#DEFINITION"><B>DEFINITION</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"definitions"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION"><B>DEFINITION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Definition</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION"><B>DEFINITION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Definition</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__DOCUMENTATION_ELEMENT"><B>DEFINITION__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EBINDINGS"><B>DEFINITION__EBINDINGS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EBindings</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__EBINDINGS"><B>DEFINITION__EBINDINGS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EBindings</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EEXTENSIBILITY_ELEMENTS"><B>DEFINITION__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EIMPORTS"><B>DEFINITION__EIMPORTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EImports</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__EIMPORTS"><B>DEFINITION__EIMPORTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EImports</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ELEMENT"><B>DEFINITION__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EMESSAGES"><B>DEFINITION__EMESSAGES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EMessages</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__EMESSAGES"><B>DEFINITION__EMESSAGES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EMessages</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ENAMESPACES"><B>DEFINITION__ENAMESPACES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>ENamespaces</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__ENAMESPACES"><B>DEFINITION__ENAMESPACES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>ENamespaces</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ENCODING"><B>DEFINITION__ENCODING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Encoding</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__ENCODING"><B>DEFINITION__ENCODING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Encoding</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EPORT_TYPES"><B>DEFINITION__EPORT_TYPES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EPort Types</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__EPORT_TYPES"><B>DEFINITION__EPORT_TYPES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EPort Types</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ESERVICES"><B>DEFINITION__ESERVICES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EServices</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__ESERVICES"><B>DEFINITION__ESERVICES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EServices</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ETYPES"><B>DEFINITION__ETYPES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>ETypes</b></em>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__ETYPES"><B>DEFINITION__ETYPES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>ETypes</b></em>' containment reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__LOCATION"><B>DEFINITION__LOCATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Location</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__LOCATION"><B>DEFINITION__LOCATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Location</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__QNAME"><B>DEFINITION__QNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>QName</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__QNAME"><B>DEFINITION__QNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>QName</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__TARGET_NAMESPACE"><B>DEFINITION__TARGET_NAMESPACE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Target Namespace</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__TARGET_NAMESPACE"><B>DEFINITION__TARGET_NAMESPACE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Target Namespace</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#DEFINITION_ELEMENT_TAG"><B>DEFINITION_ELEMENT_TAG</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"definitions"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION_FEATURE_COUNT"><B>DEFINITION_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Definition</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#DOCUMENTATION"><B>DOCUMENTATION</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"documentation"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#DOCUMENTATION_ELEMENT_TAG"><B>DOCUMENTATION_ELEMENT_TAG</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"documentation"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DOM_DOCUMENT"><B>DOM_DOCUMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<em>DOM Document</em>' data type
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DOM_DOCUMENT"><B>DOM_DOCUMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em>DOM Document</em>' data type
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#DOM_ELEMENT"><B>DOM_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<em>DOM Element</em>' data type
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DOM_ELEMENT"><B>DOM_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em>DOM Element</em>' data type
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-3.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-5.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-4.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-4.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-5.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-5.html
deleted file mode 100644
index bb7b233..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-5.html
+++ /dev/null
@@ -1,286 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-E-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="E-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-4.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-6.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-5.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-5.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_E_"><!-- --></A><H2>
-<B>E</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#eINSTANCE"><B>eINSTANCE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A>
-<DD>The singleton instance of the factory
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#eINSTANCE"><B>eINSTANCE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The singleton instance of the package
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#eINSTANCE"><B>eINSTANCE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A>
-<DD>The singleton instance of the factory
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#eINSTANCE"><B>eINSTANCE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The singleton instance of the package
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#eINSTANCE"><B>eINSTANCE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A>
-<DD>The singleton instance of the factory
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#eINSTANCE"><B>eINSTANCE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The singleton instance of the package
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#eINSTANCE"><B>eINSTANCE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>The singleton instance of the factory
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#eINSTANCE"><B>eINSTANCE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The singleton instance of the package
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#ELEMENT_ATTRIBUTE"><B>ELEMENT_ATTRIBUTE</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The attribute is <code>"element"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)"><B>elementChanged(Element)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>
-<DD>Called to indicate that the given element has changed;
- the element should typically be the same as the one returned <A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE>WSDLElement.getElement()</CODE></A>.
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#eNAME"><B>eNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The package name
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#eNAME"><B>eNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The package name
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#eNAME"><B>eNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The package name
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#eNAME"><B>eNAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The package name
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#ENCODING_ATTRIBUTE"><B>ENCODING_ATTRIBUTE</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The attribute is <code>"encoding"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#endCDATA()"><B>endCDATA()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#endDocument()"><B>endDocument()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#endDTD()"><B>endDTD()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#endElement(java.lang.String, java.lang.String, java.lang.String)"><B>endElement(String, String, String)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#endEntity(java.lang.String)"><B>endEntity(String)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#eNS_PREFIX"><B>eNS_PREFIX</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The package namespace name
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#eNS_PREFIX"><B>eNS_PREFIX</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The package namespace name
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#eNS_PREFIX"><B>eNS_PREFIX</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The package namespace name
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#eNS_PREFIX"><B>eNS_PREFIX</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The package namespace name
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#eNS_URI"><B>eNS_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The package namespace URI
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#eNS_URI"><B>eNS_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The package namespace URI
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#eNS_URI"><B>eNS_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The package namespace URI
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#eNS_URI"><B>eNS_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The package namespace URI
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#ERROR"><B>ERROR</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>
-<DD>This is used to indicate that the problem is bad and that the schema is
- likely not suitable for use.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#error(org.xml.sax.SAXParseException)"><B>error(SAXParseException)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#ERROR_LITERAL"><B>ERROR_LITERAL</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>
-<DD>The '<em><b>Error</b></em>' literal object.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT"><B>EXTENSIBILITY_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Extensibility Element</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#EXTENSIBILITY_ELEMENT"><B>EXTENSIBILITY_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Extensibility Element</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT"><B>EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__ELEMENT"><B>EXTENSIBILITY_ELEMENT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__ELEMENT_TYPE"><B>EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#EXTENSIBILITY_ELEMENT__ELEMENT_TYPE"><B>EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Element Type</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__REQUIRED"><B>EXTENSIBILITY_ELEMENT__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#EXTENSIBILITY_ELEMENT__REQUIRED"><B>EXTENSIBILITY_ELEMENT__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Required</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT_FEATURE_COUNT"><B>EXTENSIBILITY_ELEMENT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Extensibility Element</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>ExtensibilityElement</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Extensibility Element</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util"><B>ExtensibilityElementFactory</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A><DD>
- <b>Note:</b> This class/interface is part of an interim API that is still under development and expected to
- change significantly before reaching stability.<DT><A HREF="../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util"><B>ExtensibilityElementFactoryRegistry</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A><DD>
- <b>Note:</b> This class/interface is part of an interim API that is still under development and expected to
- change significantly before reaching stability.<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT"><B>EXTENSIBLE_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Extensible Element</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#EXTENSIBLE_ELEMENT"><B>EXTENSIBLE_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Extensible Element</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT"><B>EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS"><B>EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS"><B>EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EExtensibility Elements</b></em>' containment reference list feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT__ELEMENT"><B>EXTENSIBLE_ELEMENT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT_FEATURE_COUNT"><B>EXTENSIBLE_ELEMENT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Extensible Element</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><B>ExtensibleElement</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Extensible Element</b></em>'.</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-4.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-6.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-5.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-5.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-6.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-6.html
deleted file mode 100644
index 715617a..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-6.html
+++ /dev/null
@@ -1,182 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-F-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="F-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-5.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-7.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-6.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-6.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_F_"><!-- --></A><H2>
-<B>F</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#FATAL"><B>FATAL</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>
-<DD>This is used to indicate that the problem is really bad and that further
- processing is likely not possible.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#FATAL_LITERAL"><B>FATAL_LITERAL</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>
-<DD>The '<em><b>Fatal</b></em>' literal object.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#fatalError(org.xml.sax.SAXException)"><B>fatalError(SAXException)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#fatalError(org.xml.sax.SAXParseException)"><B>fatalError(SAXParseException)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><B>Fault</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Fault</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#FAULT"><B>FAULT</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"fault"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT"><B>FAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Fault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#FAULT"><B>FAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Fault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__DOCUMENTATION_ELEMENT"><B>FAULT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__EEXTENSIBILITY_ELEMENTS"><B>FAULT__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__ELEMENT"><B>FAULT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__EMESSAGE"><B>FAULT__EMESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__NAME"><B>FAULT__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#FAULT_ELEMENT_TAG"><B>FAULT_ELEMENT_TAG</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"fault"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT_FEATURE_COUNT"><B>FAULT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Fault</em>' class
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-5.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-7.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-6.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-6.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-7.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-7.html
deleted file mode 100644
index 7f8f98e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-7.html
+++ /dev/null
@@ -1,1130 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-G-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="G-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-6.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-8.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-7.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-7.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_G_"><!-- --></A><H2>
-<B>G</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#get(java.lang.String)"><B>get(String)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>
-<DD>Returns the '<em><b>Diagnostic Severity</b></em>' literal with the
- specified literal value.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#get(int)"><B>get(int)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>
-<DD>Returns the '<em><b>Diagnostic Severity</b></em>' literal with the
- specified integer value.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#getAttribute(org.w3c.dom.Element, java.lang.String)"><B>getAttribute(Element, String)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>Returns an attribute value given the attributeName in the element.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding()"><B>getBinding()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_EBindingOperations()"><B>getBinding_EBindingOperations()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/Binding.html#getEBindingOperations()"><CODE><em>EBinding Operations</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_EPortType()"><B>getBinding_EPortType()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/Binding.html#getEPortType()"><CODE><em>EPort Type</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_QName()"><B>getBinding_QName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Binding.html#getQName()"><CODE><em>QName</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_Undefined()"><B>getBinding_Undefined()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Binding.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault()"><B>getBindingFault()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Fault</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault_EFault()"><B>getBindingFault_EFault()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/BindingFault.html#getEFault()"><CODE><em>EFault</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault_Name()"><B>getBindingFault_Name()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/BindingFault.html#getName()"><CODE><em>Name</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput()"><B>getBindingInput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Input</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput_EInput()"><B>getBindingInput_EInput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/BindingInput.html#getEInput()"><CODE><em>EInput</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput_Name()"><B>getBindingInput_Name()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/BindingInput.html#getName()"><CODE><em>Name</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation()"><B>getBindingOperation()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Operation</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EBindingFaults()"><B>getBindingOperation_EBindingFaults()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingFaults()"><CODE><em>EBinding Faults</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EBindingInput()"><B>getBindingOperation_EBindingInput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference '<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()"><CODE><em>EBinding Input</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EBindingOutput()"><B>getBindingOperation_EBindingOutput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference '<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()"><CODE><em>EBinding Output</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EOperation()"><B>getBindingOperation_EOperation()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()"><CODE><em>EOperation</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_Name()"><B>getBindingOperation_Name()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#getName()"><CODE><em>Name</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput()"><B>getBindingOutput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Output</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput_EOutput()"><B>getBindingOutput_EOutput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput_Name()"><B>getBindingOutput_Name()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/BindingOutput.html#getName()"><CODE><em>Name</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#getByName(java.lang.String)"><B>getByName(String)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>
-<DD>Returns the '<em><b>Diagnostic Severity</b></em>' literal with the
- specified name.
-<DT><A HREF="../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html#getChildren()"><B>getChildren()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">UnknownExtensibilityElement</A>
-<DD>Returns the value of the '<em><b>Children</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getColumn()"><B>getColumn()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getContainer()"><B>getContainer()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A>
-<DD>returns the Element where the error occurs
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getContainer()"><B>getContainer()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()"><B>getContainer()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>
-<DD>Returns the value of the '<em><b>Container</b></em>' reference.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#getDefaultSaveOptions()"><B>getDefaultSaveOptions()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#getDefinition()"><B>getDefinition()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A>
-<DD>Returns the resource's Definition.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><B>getDefinition()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Definition</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EBindings()"><B>getDefinition_EBindings()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getEBindings()"><CODE><em>EBindings</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EImports()"><B>getDefinition_EImports()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getEImports()"><CODE><em>EImports</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EMessages()"><B>getDefinition_EMessages()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getEMessages()"><CODE><em>EMessages</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_ENamespaces()"><B>getDefinition_ENamespaces()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getENamespaces()"><CODE><em>ENamespaces</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_Encoding()"><B>getDefinition_Encoding()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getEncoding()"><CODE><em>Encoding</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EPortTypes()"><B>getDefinition_EPortTypes()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getEPortTypes()"><CODE><em>EPort Types</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EServices()"><B>getDefinition_EServices()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getEServices()"><CODE><em>EServices</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_ETypes()"><B>getDefinition_ETypes()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getETypes()"><CODE><em>ETypes</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_Location()"><B>getDefinition_Location()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getLocation()"><CODE><em>Location</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_QName()"><B>getDefinition_QName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getQName()"><CODE><em>QName</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_TargetNamespace()"><B>getDefinition_TargetNamespace()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Definition.html#getTargetNamespace()"><CODE><em>Target Namespace</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#getDiagnostics()"><B>getDiagnostics()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>Provides a collection with the diagnostics generated during parsing.
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#getDocument()"><B>getDocument()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Returns a W3C DOM Document built from the input WSDL document.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#getDocument()"><B>getDocument()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>Provides the DOM document created by parsing the WSDL document.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()"><B>getDocumentationElement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>
-<DD>Returns the value of the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getDOMDocument()"><B>getDOMDocument()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for data type '<CODE><em>DOM Document</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getDOMElement()"><B>getDOMElement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for data type '<CODE><em>DOM Element</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/Port.html#getEBinding()"><B>getEBinding()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl">Port</A>
-<DD>Returns the value of the '<em><b>EBinding</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingFaults()"><B>getEBindingFaults()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A>
-<DD>Returns the value of the '<em><b>EBinding Faults</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()"><B>getEBindingInput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A>
-<DD>Returns the value of the '<em><b>EBinding Input</b></em>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Binding.html#getEBindingOperations()"><B>getEBindingOperations()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A>
-<DD>Returns the value of the '<em><b>EBinding Operations</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()"><B>getEBindingOutput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A>
-<DD>Returns the value of the '<em><b>EBinding Output</b></em>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#getEBindings()"><B>getEBindings()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Returns the value of the '<em><b>EBindings</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/Import.html#getEDefinition()"><B>getEDefinition()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A>
-<DD>Returns the value of the '<em><b>EDefinition</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getEEncodingStyles()"><B>getEEncodingStyles()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A>
-<DD>Returns the value of the '<em><b>EEncoding Styles</b></em>' attribute list.
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEEncodingStyles()"><B>getEEncodingStyles()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>
-<DD>Returns the value of the '<em><b>EEncoding Styles</b></em>' attribute list.
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html#getEExtensibilityElements()"><B>getEExtensibilityElements()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPart</A>
-<DD>Returns the value of the '<em><b>EExtensibility Elements</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()"><B>getEExtensibilityElements()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>
-<DD>Returns the value of the '<em><b>EExtensibility Elements</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingFault.html#getEFault()"><B>getEFault()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A>
-<DD>Returns the value of the '<em><b>EFault</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Operation.html#getEFaults()"><B>getEFaults()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>
-<DD>Returns the value of the '<em><b>EFaults</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#getEImports()"><B>getEImports()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Returns the value of the '<em><b>EImports</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingInput.html#getEInput()"><B>getEInput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A>
-<DD>Returns the value of the '<em><b>EInput</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Operation.html#getEInput()"><B>getEInput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>
-<DD>Returns the value of the '<em><b>EInput</b></em>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><B>getElement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>
-<DD>Returns the value of the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Part.html#getElementDeclaration()"><B>getElementDeclaration()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>
-<DD>Returns the value of the '<em><b>Element Declaration</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Part.html#getElementName()"><B>getElementName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>
-<DD>Returns the value of the '<em><b>Element Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)"><B>getElementTag(int)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>Returns a String name of element tag given the nodeType.
-<DT><A HREF="../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()"><B>getElementType()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>
-<DD>Returns the value of the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEMessage()"><B>getEMessage()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>
-<DD>Returns the value of the '<em><b>EMessage</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()"><B>getEMessage()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>
-<DD>Returns the value of the '<em><b>EMessage</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Part.html#getEMessage()"><B>getEMessage()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>
-<DD>Returns the value of the '<em><b>EMessage</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#getEMessages()"><B>getEMessages()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Returns the value of the '<em><b>EMessages</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html#getEMIMEPart()"><B>getEMIMEPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMultipartRelated</A>
-<DD>Returns the value of the '<em><b>EMIME Part</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#getENamespaces()"><B>getENamespaces()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Returns the value of the '<em><b>ENamespaces</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()"><B>getEnclosingDefinition()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>
-<DD>Returns the Definition that contains this WSDL element.
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#getEncoding()"><B>getEncoding()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Returns the value of the '<em><b>Encoding</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#getEncoding()"><B>getEncoding()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEncodingStyles()"><B>getEncodingStyles()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#getEndColumn(org.w3c.dom.Node)"><B>getEndColumn(Node)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>Returns the column at which the given node ends.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#getEndLine(org.w3c.dom.Node)"><B>getEndLine(Node)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>Returns the line at which the given node ends.
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()"><B>getEOperation()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A>
-<DD>Returns the value of the '<em><b>EOperation</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/PortType.html#getEOperations()"><B>getEOperations()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A>
-<DD>Returns the value of the '<em><b>EOperations</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()"><B>getEOutput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A>
-<DD>Returns the value of the '<em><b>EOutput</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Operation.html#getEOutput()"><B>getEOutput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>
-<DD>Returns the value of the '<em><b>EOutput</b></em>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Operation.html#getEParameterOrdering()"><B>getEParameterOrdering()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>
-<DD>Returns the value of the '<em><b>EParameter Ordering</b></em>' reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getEPart()"><B>getEPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A>
-<DD>Returns the value of the '<em><b>EPart</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#getEPart()"><B>getEPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMimeXml</A>
-<DD>Returns the value of the '<em><b>EPart</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEPart()"><B>getEPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>
-<DD>Returns the value of the '<em><b>EPart</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getEParts()"><B>getEParts()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A>
-<DD>Returns the value of the '<em><b>EParts</b></em>' reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/Message.html#getEParts()"><B>getEParts()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>
-<DD>Returns the value of the '<em><b>EParts</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/Service.html#getEPorts()"><B>getEPorts()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A>
-<DD>Returns the value of the '<em><b>EPorts</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/Binding.html#getEPortType()"><B>getEPortType()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A>
-<DD>Returns the value of the '<em><b>EPort Type</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#getEPortTypes()"><B>getEPortTypes()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Returns the value of the '<em><b>EPort Types</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/Import.html#getESchema()"><B>getESchema()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A>
-<DD>Returns the value of the '<em><b>ESchema</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#getEServices()"><B>getEServices()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Returns the value of the '<em><b>EServices</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#getETypes()"><B>getETypes()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Returns the value of the '<em><b>ETypes</b></em>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement()"><B>getExtensibilityElement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Extensibility Element</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement_ElementType()"><B>getExtensibilityElement_ElementType()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()"><CODE><em>Element Type</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement_Required()"><B>getExtensibilityElement_Required()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()"><CODE><em>Required</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPlugin.html#getExtensibilityElementFactory(java.lang.String)"><B>getExtensibilityElementFactory(String)</B></A> - 
-Method in class org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl">WSDLPlugin</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPlugin.html#getExtensibilityElementFactoryRegistry()"><B>getExtensibilityElementFactoryRegistry()</B></A> - 
-Method in class org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl">WSDLPlugin</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html#getExtensibilityElements()"><B>getExtensibilityElements()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPart</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()"><B>getExtensibilityElements()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>
-<DD>This method is same as getEExtensibilityElements() and compatible with the JWSDL API.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibleElement()"><B>getExtensibleElement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Extensible Element</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibleElement_EExtensibilityElements()"><B>getExtensibleElement_EExtensibilityElements()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()"><CODE><em>EExtensibility Elements</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html#getExtensionToFactoryMap()"><B>getExtensionToFactoryMap()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceFactoryRegistry</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html#getFactory(URI)"><B>getFactory(URI)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceFactoryRegistry</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html#getFactory(URI, java.lang.String)"><B>getFactory(URI, String)</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceFactoryRegistry</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingFault.html#getFault()"><B>getFault()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A>
-<DD>This method is same as getEFault() and compatible with the JWSDL API.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getFault()"><B>getFault()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Fault</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html#getHeaderFaults()"><B>getHeaderFaults()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeader</A>
-<DD>Returns the value of the '<em><b>Header Faults</b></em>' containment reference list.
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPAddress()"><B>getHTTPAddress()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE><em>Address</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPAddress_LocationURI()"><B>getHTTPAddress_LocationURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPBinding()"><B>getHTTPBinding()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE><em>Binding</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPBinding_Verb()"><B>getHTTPBinding_Verb()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html#getVerb()"><CODE><em>Verb</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPFactory()"><B>getHTTPFactory()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>Returns the factory that creates the instances of the model
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPOperation()"><B>getHTTPOperation()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE><em>Operation</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPOperation_LocationURI()"><B>getHTTPOperation_LocationURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#getHTTPPackage()"><B>getHTTPPackage()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A>
-<DD>Returns the package supported by this factory
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPUrlEncoded()"><B>getHTTPUrlEncoded()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE><em>Url Encoded</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPUrlReplacement()"><B>getHTTPUrlReplacement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE><em>Url Replacement</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIBinding()"><B>getIBinding()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IBinding</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIBindingFault()"><B>getIBindingFault()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IBinding Fault</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIBindingInput()"><B>getIBindingInput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IBinding Input</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIBindingOperation()"><B>getIBindingOperation()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IBinding Operation</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIBindingOutput()"><B>getIBindingOutput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IBinding Output</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIDefinition()"><B>getIDefinition()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IDefinition</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIExtensibilityElement()"><B>getIExtensibilityElement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IExtensibility Element</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIExtensionRegistry()"><B>getIExtensionRegistry()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IExtension Registry</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIFault()"><B>getIFault()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IFault</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getIHTTPAddress()"><B>getIHTTPAddress()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IHTTP Address</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getIHTTPBinding()"><B>getIHTTPBinding()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IHTTP Binding</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getIHTTPOperation()"><B>getIHTTPOperation()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IHTTP Operation</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getIHTTPUrlEncoded()"><B>getIHTTPUrlEncoded()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IHTTP Url Encoded</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getIHTTPUrlReplacement()"><B>getIHTTPUrlReplacement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IHTTP Url Replacement</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIImport()"><B>getIImport()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IImport</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIInput()"><B>getIInput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IInput</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIIterator()"><B>getIIterator()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IIterator</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIList()"><B>getIList()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IList</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIMap()"><B>getIMap()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IMap</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIMessage()"><B>getIMessage()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IMessage</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getIMIMEContent()"><B>getIMIMEContent()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IMIME Content</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getIMIMEMimeXml()"><B>getIMIMEMimeXml()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IMIME Mime Xml</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getIMIMEMultipartRelated()"><B>getIMIMEMultipartRelated()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IMIME Multipart Related</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getIMIMEPart()"><B>getIMIMEPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IMIME Part</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getImport()"><B>getImport()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Import</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_EDefinition()"><B>getImport_EDefinition()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/Import.html#getEDefinition()"><CODE><em>EDefinition</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_ESchema()"><B>getImport_ESchema()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/Import.html#getESchema()"><CODE><em>ESchema</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_LocationURI()"><B>getImport_LocationURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Import.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_NamespaceURI()"><B>getImport_NamespaceURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Import.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingInput.html#getInput()"><B>getInput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A>
-<DD>This method is same as getEInput() and compatible with the JWSDL API.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getInput()"><B>getInput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Input</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIOperation()"><B>getIOperation()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IOperation</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIOutput()"><B>getIOutput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IOutput</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIPart()"><B>getIPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IPart</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIPort()"><B>getIPort()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IPort</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIPortType()"><B>getIPortType()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IPort Type</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIService()"><B>getIService()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IService</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getISOAPAddress()"><B>getISOAPAddress()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for class '<CODE><em>ISOAP Address</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getISOAPBinding()"><B>getISOAPBinding()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for class '<CODE><em>ISOAP Binding</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getISOAPBody()"><B>getISOAPBody()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for class '<CODE><em>ISOAP Body</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getISOAPFault()"><B>getISOAPFault()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for class '<CODE><em>ISOAP Fault</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getISOAPHeader()"><B>getISOAPHeader()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for class '<CODE><em>ISOAP Header</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getISOAPHeaderFault()"><B>getISOAPHeaderFault()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for class '<CODE><em>ISOAP Header Fault</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getISOAPOperation()"><B>getISOAPOperation()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for class '<CODE><em>ISOAP Operation</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getIString()"><B>getIString()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for data type '<CODE><em>IString</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getITypes()"><B>getITypes()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>ITypes</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getIURL()"><B>getIURL()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<CODE><em>IURL</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getKey()"><B>getKey()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A>
-<DD>Gets the original message key.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getKey()"><B>getKey()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getLine()"><B>getLine()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getList()"><B>getList()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>Returns the meta object for data type '<CODE><em>List</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#getLocation()"><B>getLocation()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Returns the value of the '<em><b>Location</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getLocation()"><B>getLocation()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html#getLocationURI()"><B>getLocationURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPAddress</A>
-<DD>Returns the value of the '<em><b>Location URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html#getLocationURI()"><B>getLocationURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPOperation</A>
-<DD>Returns the value of the '<em><b>Location URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html#getLocationURI()"><B>getLocationURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPAddress</A>
-<DD>Returns the value of the '<em><b>Location URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Import.html#getLocationURI()"><B>getLocationURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A>
-<DD>Returns the value of the '<em><b>Location URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getMessage()"><B>getMessage()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>
-<DD>Returns the value of the '<em><b>Message</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getMessage()"><B>getMessage()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage()"><B>getMessage()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Message</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage_EParts()"><B>getMessage_EParts()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/Message.html#getEParts()"><CODE><em>EParts</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage_QName()"><B>getMessage_QName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Message.html#getQName()"><CODE><em>QName</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage_Undefined()"><B>getMessage_Undefined()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Message.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference()"><B>getMessageReference()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Message Reference</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference_EMessage()"><B>getMessageReference_EMessage()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference_Name()"><B>getMessageReference_Name()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/MessageReference.html#getName()"><CODE><em>Name</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEContent()"><B>getMIMEContent()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE><em>Content</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEContent_EPart()"><B>getMIMEContent_EPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getEPart()"><CODE><em>EPart</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEContent_Type()"><B>getMIMEContent_Type()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getType()"><CODE><em>Type</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEFactory()"><B>getMIMEFactory()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>Returns the factory that creates the instances of the model
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEMimeXml()"><B>getMIMEMimeXml()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE><em>Mime Xml</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEMimeXml_EPart()"><B>getMIMEMimeXml_EPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#getEPart()"><CODE><em>EPart</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEMultipartRelated()"><B>getMIMEMultipartRelated()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE><em>Multipart Related</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEMultipartRelated_EMIMEPart()"><B>getMIMEMultipartRelated_EMIMEPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html#getEMIMEPart()"><CODE><em>EMIME Part</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#getMIMEPackage()"><B>getMIMEPackage()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A>
-<DD>Returns the package supported by this factory
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEPart()"><B>getMIMEPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE><em>Part</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEPart_EExtensibilityElements()"><B>getMIMEPart_EExtensibilityElements()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html#getEExtensibilityElements()"><CODE><em>EExtensibility Elements</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html#getMIMEParts()"><B>getMIMEParts()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMultipartRelated</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getName()"><B>getName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingFault.html#getName()"><B>getName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingInput.html#getName()"><B>getName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingOperation.html#getName()"><B>getName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingOutput.html#getName()"><B>getName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/MessageReference.html#getName()"><B>getName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Operation.html#getName()"><B>getName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Part.html#getName()"><B>getName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Port.html#getName()"><B>getName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl">Port</A>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace()"><B>getNamespace()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Namespace</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace_Prefix()"><B>getNamespace_Prefix()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Namespace.html#getPrefix()"><CODE><em>Prefix</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace_URI()"><B>getNamespace_URI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Namespace.html#getURI()"><CODE><em>URI</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getNamespaceURI()"><B>getNamespaceURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A>
-<DD>Returns the value of the '<em><b>Namespace URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getNamespaceURI()"><B>getNamespaceURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A>
-<DD>Returns the value of the '<em><b>Namespace URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getNamespaceURI()"><B>getNamespaceURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>
-<DD>Returns the value of the '<em><b>Namespace URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Import.html#getNamespaceURI()"><B>getNamespaceURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A>
-<DD>Returns the value of the '<em><b>Namespace URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getNode()"><B>getNode()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A>
-<DD>Gets the DOM Node where the error occurs
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getNode()"><B>getNode()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><B>getOperation()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Operation</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EFaults()"><B>getOperation_EFaults()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/Operation.html#getEFaults()"><CODE><em>EFaults</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EInput()"><B>getOperation_EInput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference '<A HREF="../org/eclipse/wst/wsdl/Operation.html#getEInput()"><CODE><em>EInput</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EOutput()"><B>getOperation_EOutput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference '<A HREF="../org/eclipse/wst/wsdl/Operation.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EParameterOrdering()"><B>getOperation_EParameterOrdering()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the reference list '<A HREF="../org/eclipse/wst/wsdl/Operation.html#getEParameterOrdering()"><CODE><em>EParameter Ordering</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_Name()"><B>getOperation_Name()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Operation.html#getName()"><CODE><em>Name</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_Style()"><B>getOperation_Style()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Operation.html#getStyle()"><CODE><em>Style</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_Undefined()"><B>getOperation_Undefined()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Operation.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getOperationType()"><B>getOperationType()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for data type '<CODE><em>Operation Type</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/BindingOutput.html#getOutput()"><B>getOutput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A>
-<DD>This method is same as getEOutput() and compatible with the JWSDL API.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getOutput()"><B>getOutput()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Output</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getPart()"><B>getPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A>
-<DD>
- If the meaning of the '<em>Part</em>' reference isn't clear,
- there really should be more of a description here...
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#getPart()"><B>getPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMimeXml</A>
-<DD>
- If the meaning of the '<em>Part</em>' reference isn't clear,
- there really should be more of a description here...
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getPart()"><B>getPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>
-<DD>Returns the value of the '<em><b>Part</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()"><B>getPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Part</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_ElementDeclaration()"><B>getPart_ElementDeclaration()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/Part.html#getElementDeclaration()"><CODE><em>Element Declaration</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_ElementName()"><B>getPart_ElementName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Part.html#getElementName()"><CODE><em>Element Name</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_EMessage()"><B>getPart_EMessage()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/Part.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_Name()"><B>getPart_Name()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Part.html#getName()"><CODE><em>Name</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_TypeDefinition()"><B>getPart_TypeDefinition()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/Part.html#getTypeDefinition()"><CODE><em>Type Definition</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_TypeName()"><B>getPart_TypeName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Part.html#getTypeName()"><CODE><em>Type Name</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPlugin.html#getPlugin()"><B>getPlugin()</B></A> - 
-Static method in class org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl">WSDLPlugin</A>
-<DD>Returns the singleton instance of the Eclipse plugin.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPlugin.html#getPluginResourceLocator()"><B>getPluginResourceLocator()</B></A> - 
-Method in class org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl">WSDLPlugin</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getPort()"><B>getPort()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Port</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getPort_EBinding()"><B>getPort_EBinding()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/Port.html#getEBinding()"><CODE><em>EBinding</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getPort_Name()"><B>getPort_Name()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Port.html#getName()"><CODE><em>Name</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType()"><B>getPortType()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Port Type</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType_EOperations()"><B>getPortType_EOperations()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/PortType.html#getEOperations()"><CODE><em>EOperations</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType_QName()"><B>getPortType_QName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/PortType.html#getQName()"><CODE><em>QName</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType_Undefined()"><B>getPortType_Undefined()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/PortType.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/Namespace.html#getPrefix()"><B>getPrefix()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl">Namespace</A>
-<DD>Returns the value of the '<em><b>Prefix</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html#getProtocolToFactoryMap()"><B>getProtocolToFactoryMap()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceFactoryRegistry</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/Binding.html#getQName()"><B>getQName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A>
-<DD>Returns the value of the '<em><b>QName</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#getQName()"><B>getQName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Returns the value of the '<em><b>QName</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Message.html#getQName()"><B>getQName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>
-<DD>Returns the value of the '<em><b>QName</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/PortType.html#getQName()"><B>getQName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A>
-<DD>Returns the value of the '<em><b>QName</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Service.html#getQName()"><B>getQName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A>
-<DD>Returns the value of the '<em><b>QName</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getQName()"><B>getQName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for data type '<CODE><em>QName</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/Import.html#getSchema()"><B>getSchema()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A>
-<DD>This method is same as getESchema().
-<DT><A HREF="../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#getSchema()"><B>getSchema()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">XSDSchemaExtensibilityElement</A>
-<DD>Returns the value of the '<em><b>Schema</b></em>' containment reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Types.html#getSchemas()"><B>getSchemas()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A>
-<DD>Returns a List of inline XSDSchema instances in this Types.
-<DT><A HREF="../org/eclipse/wst/wsdl/Types.html#getSchemas(java.lang.String)"><B>getSchemas(String)</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A>
-<DD>Returns a List of inline XSDSchema instances in this Types.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getService()"><B>getService()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Service</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getService_EPorts()"><B>getService_EPorts()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/Service.html#getEPorts()"><CODE><em>EPorts</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getService_QName()"><B>getService_QName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Service.html#getQName()"><CODE><em>QName</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getService_Undefined()"><B>getService_Undefined()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/Service.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getSeverity()"><B>getSeverity()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A>
-<DD>Provides this diagnostic's severity.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getSeverity()"><B>getSeverity()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getSoapActionURI()"><B>getSoapActionURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPOperation</A>
-<DD>Returns the value of the '<em><b>Soap Action URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPAddress()"><B>getSOAPAddress()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Address</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPAddress_LocationURI()"><B>getSOAPAddress_LocationURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBinding()"><B>getSOAPBinding()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Binding</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBinding_Style()"><B>getSOAPBinding_Style()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getStyle()"><CODE><em>Style</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBinding_TransportURI()"><B>getSOAPBinding_TransportURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getTransportURI()"><CODE><em>Transport URI</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody()"><B>getSOAPBody()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Body</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody_EEncodingStyles()"><B>getSOAPBody_EEncodingStyles()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute list '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getEEncodingStyles()"><CODE><em>EEncoding Styles</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody_EParts()"><B>getSOAPBody_EParts()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the reference list '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getEParts()"><CODE><em>EParts</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody_NamespaceURI()"><B>getSOAPBody_NamespaceURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody_Use()"><B>getSOAPBody_Use()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getUse()"><CODE><em>Use</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFactory()"><B>getSOAPFactory()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the factory that creates the instances of the model
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault()"><B>getSOAPFault()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Fault</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault_EEncodingStyles()"><B>getSOAPFault_EEncodingStyles()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute list '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>EEncoding Styles</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault_Name()"><B>getSOAPFault_Name()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getName()"><CODE><em>Name</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault_NamespaceURI()"><B>getSOAPFault_NamespaceURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault_Use()"><B>getSOAPFault_Use()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getUse()"><CODE><em>Use</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeader()"><B>getSOAPHeader()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Header</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeader_HeaderFaults()"><B>getSOAPHeader_HeaderFaults()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html#getHeaderFaults()"><CODE><em>Header Faults</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase()"><B>getSOAPHeaderBase()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Header Base</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_EEncodingStyles()"><B>getSOAPHeaderBase_EEncodingStyles()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute list '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEEncodingStyles()"><CODE><em>EEncoding Styles</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_EMessage()"><B>getSOAPHeaderBase_EMessage()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_EPart()"><B>getSOAPHeaderBase_EPart()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the reference '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEPart()"><CODE><em>EPart</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_Message()"><B>getSOAPHeaderBase_Message()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getMessage()"><CODE><em>Message</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_NamespaceURI()"><B>getSOAPHeaderBase_NamespaceURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_Part()"><B>getSOAPHeaderBase_Part()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getPart()"><CODE><em>Part</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_Use()"><B>getSOAPHeaderBase_Use()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getUse()"><CODE><em>Use</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderFault()"><B>getSOAPHeaderFault()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Header Fault</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPOperation()"><B>getSOAPOperation()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Operation</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPOperation_SoapActionURI()"><B>getSOAPOperation_SoapActionURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getSoapActionURI()"><CODE><em>Soap Action URI</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPOperation_Style()"><B>getSOAPOperation_Style()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getStyle()"><CODE><em>Style</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#getSOAPPackage()"><B>getSOAPPackage()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A>
-<DD>Returns the package supported by this factory
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#getStartColumn(org.w3c.dom.Node)"><B>getStartColumn(Node)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>Returns the column at which the given node starts.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#getStartLine(org.w3c.dom.Node)"><B>getStartLine(Node)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>Returns the line at which the given node starts.
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getStyle()"><B>getStyle()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBinding</A>
-<DD>Returns the value of the '<em><b>Style</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getStyle()"><B>getStyle()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPOperation</A>
-<DD>Returns the value of the '<em><b>Style</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Operation.html#getStyle()"><B>getStyle()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>
-<DD>Returns the value of the '<em><b>Style</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getSubstitutions()"><B>getSubstitutions()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A>
-<DD>Returns a list with the original message parameters as Strings.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getSubstitutions()"><B>getSubstitutions()</B></A> - 
-Method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A>
-<DD>&nbsp;
-<DT><A HREF="../org/eclipse/wst/wsdl/Definition.html#getTargetNamespace()"><B>getTargetNamespace()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>
-<DD>Returns the value of the '<em><b>Target Namespace</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getTransportURI()"><B>getTransportURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBinding</A>
-<DD>Returns the value of the '<em><b>Transport URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getType()"><B>getType()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A>
-<DD>Returns the value of the '<em><b>Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Part.html#getTypeDefinition()"><B>getTypeDefinition()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>
-<DD>Returns the value of the '<em><b>Type Definition</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/Part.html#getTypeName()"><B>getTypeName()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>
-<DD>Returns the value of the '<em><b>Type Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getTypes()"><B>getTypes()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Types</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getUnknownExtensibilityElement()"><B>getUnknownExtensibilityElement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Unknown Extensibility Element</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getUnknownExtensibilityElement_Children()"><B>getUnknownExtensibilityElement_Children()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference list '<A HREF="../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html#getChildren()"><CODE><em>Children</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/Namespace.html#getURI()"><B>getURI()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl">Namespace</A>
-<DD>Returns the value of the '<em><b>URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getUse()"><B>getUse()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A>
-<DD>Returns the value of the '<em><b>Use</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getUse()"><B>getUse()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A>
-<DD>Returns the value of the '<em><b>Use</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getUse()"><B>getUse()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>
-<DD>Returns the value of the '<em><b>Use</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html#getUserData(org.w3c.dom.Node)"><B>getUserData(Node)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A>
-<DD>Returns the user data associated with the node.
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html#getVerb()"><B>getVerb()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPBinding</A>
-<DD>Returns the value of the '<em><b>Verb</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement()"><B>getWSDLElement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Element</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement_DocumentationElement()"><B>getWSDLElement_DocumentationElement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()"><CODE><em>Documentation Element</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement_Element()"><B>getWSDLElement_Element()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the attribute '<A HREF="../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE><em>Element</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLException()"><B>getWSDLException()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for data type '<CODE><em>Exception</em></CODE>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLFactory()"><B>getWSDLFactory()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the factory that creates the instances of the model
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html#getWSDLPackage()"><B>getWSDLPackage()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A>
-<DD>Returns the package supported by this factory
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getXSDSchemaExtensibilityElement()"><B>getXSDSchemaExtensibilityElement()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for class '<A HREF="../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>XSD Schema Extensibility Element</em></CODE></A>'
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#getXSDSchemaExtensibilityElement_Schema()"><B>getXSDSchemaExtensibilityElement_Schema()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>Returns the meta object for the containment reference '<A HREF="../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#getSchema()"><CODE><em>Schema</em></CODE></A>'
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-6.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-8.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-7.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-7.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-8.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-8.html
deleted file mode 100644
index 0629672..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-8.html
+++ /dev/null
@@ -1,269 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-H-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="H-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-7.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-8.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-8.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_H_"><!-- --></A><H2>
-<B>H</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS"><B>HTTP_ADDRESS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The meta object id for the '<CODE><em>Address</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_ADDRESS"><B>HTTP_ADDRESS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Address</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS__DOCUMENTATION_ELEMENT"><B>HTTP_ADDRESS__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS__ELEMENT"><B>HTTP_ADDRESS__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS__ELEMENT_TYPE"><B>HTTP_ADDRESS__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS__LOCATION_URI"><B>HTTP_ADDRESS__LOCATION_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Location URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_ADDRESS__LOCATION_URI"><B>HTTP_ADDRESS__LOCATION_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Location URI</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS__REQUIRED"><B>HTTP_ADDRESS__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS_FEATURE_COUNT"><B>HTTP_ADDRESS_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The number of structural features of the '<em>Address</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING"><B>HTTP_BINDING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The meta object id for the '<CODE><em>Binding</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_BINDING"><B>HTTP_BINDING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Binding</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING__DOCUMENTATION_ELEMENT"><B>HTTP_BINDING__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING__ELEMENT"><B>HTTP_BINDING__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING__ELEMENT_TYPE"><B>HTTP_BINDING__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING__REQUIRED"><B>HTTP_BINDING__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING__VERB"><B>HTTP_BINDING__VERB</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Verb</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_BINDING__VERB"><B>HTTP_BINDING__VERB</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Verb</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING_FEATURE_COUNT"><B>HTTP_BINDING_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The number of structural features of the '<em>Binding</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION"><B>HTTP_OPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The meta object id for the '<CODE><em>Operation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_OPERATION"><B>HTTP_OPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Operation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION__DOCUMENTATION_ELEMENT"><B>HTTP_OPERATION__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION__ELEMENT"><B>HTTP_OPERATION__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION__ELEMENT_TYPE"><B>HTTP_OPERATION__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION__LOCATION_URI"><B>HTTP_OPERATION__LOCATION_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Location URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_OPERATION__LOCATION_URI"><B>HTTP_OPERATION__LOCATION_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Location URI</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION__REQUIRED"><B>HTTP_OPERATION__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION_FEATURE_COUNT"><B>HTTP_OPERATION_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The number of structural features of the '<em>Operation</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED"><B>HTTP_URL_ENCODED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The meta object id for the '<CODE><em>Url Encoded</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_URL_ENCODED"><B>HTTP_URL_ENCODED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Url Encoded</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED__DOCUMENTATION_ELEMENT"><B>HTTP_URL_ENCODED__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED__ELEMENT"><B>HTTP_URL_ENCODED__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED__ELEMENT_TYPE"><B>HTTP_URL_ENCODED__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED__REQUIRED"><B>HTTP_URL_ENCODED__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED_FEATURE_COUNT"><B>HTTP_URL_ENCODED_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The number of structural features of the '<em>Url Encoded</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT"><B>HTTP_URL_REPLACEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The meta object id for the '<CODE><em>Url Replacement</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_URL_REPLACEMENT"><B>HTTP_URL_REPLACEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Url Replacement</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT__DOCUMENTATION_ELEMENT"><B>HTTP_URL_REPLACEMENT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT__ELEMENT"><B>HTTP_URL_REPLACEMENT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT__ELEMENT_TYPE"><B>HTTP_URL_REPLACEMENT__ELEMENT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT__REQUIRED"><B>HTTP_URL_REPLACEMENT__REQUIRED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT_FEATURE_COUNT"><B>HTTP_URL_REPLACEMENT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The number of structural features of the '<em>Url Replacement</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPAddress</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A><DD>A representation of the model object '<em><b>Address</b></em>'<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPBinding</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A><DD>A representation of the model object '<em><b>Binding</b></em>'<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPFactory</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A><DD>The <b>Factory</b> for the model.<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPOperation</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A><DD>A representation of the model object '<em><b>Operation</b></em>'<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPPackage</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A><DD>The <b>Package</b> for the model.<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPPackage.Literals</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A><DD>Defines literals for the meta objects that represent
- 
-   each class,
-   each feature of each class,
-   each enum,
-   and each data type
- 
- <!<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlEncoded</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A><DD>A representation of the model object '<em><b>Url Encoded</b></em>'<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlReplacement</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A><DD>A representation of the model object '<em><b>Url Replacement</b></em>'</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-7.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-8.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-8.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-9.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-9.html
deleted file mode 100644
index cd26de6..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index-files/index-9.html
+++ /dev/null
@@ -1,608 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-I-Index
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="I-Index";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-8.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-10.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-9.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-9.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<A NAME="main"></A>
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-<A NAME="_I_"><!-- --></A><H2>
-<B>I</B></H2>
-<DL>
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING"><B>IBINDING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IBinding</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IBINDING"><B>IBINDING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IBinding</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_FAULT"><B>IBINDING_FAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IBinding Fault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IBINDING_FAULT"><B>IBINDING_FAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IBinding Fault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_FAULT_FEATURE_COUNT"><B>IBINDING_FAULT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IBinding Fault</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_FEATURE_COUNT"><B>IBINDING_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IBinding</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_INPUT"><B>IBINDING_INPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IBinding Input</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IBINDING_INPUT"><B>IBINDING_INPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IBinding Input</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_INPUT_FEATURE_COUNT"><B>IBINDING_INPUT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IBinding Input</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OPERATION"><B>IBINDING_OPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IBinding Operation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IBINDING_OPERATION"><B>IBINDING_OPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IBinding Operation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OPERATION_FEATURE_COUNT"><B>IBINDING_OPERATION_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IBinding Operation</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OUTPUT"><B>IBINDING_OUTPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IBinding Output</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IBINDING_OUTPUT"><B>IBINDING_OUTPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IBinding Output</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OUTPUT_FEATURE_COUNT"><B>IBINDING_OUTPUT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IBinding Output</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IDEFINITION"><B>IDEFINITION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IDefinition</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IDEFINITION"><B>IDEFINITION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IDefinition</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IDEFINITION_FEATURE_COUNT"><B>IDEFINITION_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IDefinition</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSIBILITY_ELEMENT"><B>IEXTENSIBILITY_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IExtensibility Element</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IEXTENSIBILITY_ELEMENT"><B>IEXTENSIBILITY_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IExtensibility Element</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSIBILITY_ELEMENT_FEATURE_COUNT"><B>IEXTENSIBILITY_ELEMENT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IExtensibility Element</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSION_REGISTRY"><B>IEXTENSION_REGISTRY</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IExtension Registry</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IEXTENSION_REGISTRY"><B>IEXTENSION_REGISTRY</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IExtension Registry</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSION_REGISTRY_FEATURE_COUNT"><B>IEXTENSION_REGISTRY_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IExtension Registry</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IFAULT"><B>IFAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IFault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IFAULT"><B>IFAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IFault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IFAULT_FEATURE_COUNT"><B>IFAULT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IFault</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_ADDRESS"><B>IHTTP_ADDRESS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The meta object id for the '<CODE><em>IHTTP Address</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#IHTTP_ADDRESS"><B>IHTTP_ADDRESS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IHTTP Address</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_ADDRESS_FEATURE_COUNT"><B>IHTTP_ADDRESS_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The number of structural features of the '<em>IHTTP Address</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_BINDING"><B>IHTTP_BINDING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The meta object id for the '<CODE><em>IHTTP Binding</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#IHTTP_BINDING"><B>IHTTP_BINDING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IHTTP Binding</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_BINDING_FEATURE_COUNT"><B>IHTTP_BINDING_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The number of structural features of the '<em>IHTTP Binding</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_OPERATION"><B>IHTTP_OPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The meta object id for the '<CODE><em>IHTTP Operation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#IHTTP_OPERATION"><B>IHTTP_OPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IHTTP Operation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_OPERATION_FEATURE_COUNT"><B>IHTTP_OPERATION_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The number of structural features of the '<em>IHTTP Operation</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_URL_ENCODED"><B>IHTTP_URL_ENCODED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The meta object id for the '<CODE><em>IHTTP Url Encoded</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#IHTTP_URL_ENCODED"><B>IHTTP_URL_ENCODED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IHTTP Url Encoded</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_URL_ENCODED_FEATURE_COUNT"><B>IHTTP_URL_ENCODED_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The number of structural features of the '<em>IHTTP Url Encoded</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_URL_REPLACEMENT"><B>IHTTP_URL_REPLACEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The meta object id for the '<CODE><em>IHTTP Url Replacement</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#IHTTP_URL_REPLACEMENT"><B>IHTTP_URL_REPLACEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IHTTP Url Replacement</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_URL_REPLACEMENT_FEATURE_COUNT"><B>IHTTP_URL_REPLACEMENT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.http.<A HREF="../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A>
-<DD>The number of structural features of the '<em>IHTTP Url Replacement</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IIMPORT"><B>IIMPORT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IImport</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IIMPORT"><B>IIMPORT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IImport</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IIMPORT_FEATURE_COUNT"><B>IIMPORT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IImport</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IINPUT"><B>IINPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IInput</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IINPUT"><B>IINPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IInput</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IINPUT_FEATURE_COUNT"><B>IINPUT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IInput</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IITERATOR"><B>IITERATOR</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IIterator</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IITERATOR"><B>IITERATOR</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IIterator</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IITERATOR_FEATURE_COUNT"><B>IITERATOR_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IIterator</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#ILIST"><B>ILIST</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IList</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#ILIST"><B>ILIST</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IList</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#ILIST_FEATURE_COUNT"><B>ILIST_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IList</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IMAP"><B>IMAP</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IMap</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IMAP"><B>IMAP</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IMap</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IMAP_FEATURE_COUNT"><B>IMAP_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IMap</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IMESSAGE"><B>IMESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IMessage</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IMESSAGE"><B>IMESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IMessage</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IMESSAGE_FEATURE_COUNT"><B>IMESSAGE_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IMessage</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_CONTENT"><B>IMIME_CONTENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The meta object id for the '<CODE><em>IMIME Content</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#IMIME_CONTENT"><B>IMIME_CONTENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IMIME Content</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_CONTENT_FEATURE_COUNT"><B>IMIME_CONTENT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The number of structural features of the '<em>IMIME Content</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_MIME_XML"><B>IMIME_MIME_XML</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The meta object id for the '<CODE><em>IMIME Mime Xml</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#IMIME_MIME_XML"><B>IMIME_MIME_XML</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IMIME Mime Xml</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_MIME_XML_FEATURE_COUNT"><B>IMIME_MIME_XML_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The number of structural features of the '<em>IMIME Mime Xml</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_MULTIPART_RELATED"><B>IMIME_MULTIPART_RELATED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The meta object id for the '<CODE><em>IMIME Multipart Related</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#IMIME_MULTIPART_RELATED"><B>IMIME_MULTIPART_RELATED</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IMIME Multipart Related</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_MULTIPART_RELATED_FEATURE_COUNT"><B>IMIME_MULTIPART_RELATED_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The number of structural features of the '<em>IMIME Multipart Related</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_PART"><B>IMIME_PART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The meta object id for the '<CODE><em>IMIME Part</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#IMIME_PART"><B>IMIME_PART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IMIME Part</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_PART_FEATURE_COUNT"><B>IMIME_PART_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.mime.<A HREF="../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A>
-<DD>The number of structural features of the '<em>IMIME Part</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><B>Import</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Import</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#IMPORT"><B>IMPORT</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"import"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT"><B>IMPORT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Import</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IMPORT"><B>IMPORT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Import</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__DOCUMENTATION_ELEMENT"><B>IMPORT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__EDEFINITION"><B>IMPORT__EDEFINITION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EDefinition</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IMPORT__EDEFINITION"><B>IMPORT__EDEFINITION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>EDefinition</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__EEXTENSIBILITY_ELEMENTS"><B>IMPORT__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__ELEMENT"><B>IMPORT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__ESCHEMA"><B>IMPORT__ESCHEMA</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>ESchema</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IMPORT__ESCHEMA"><B>IMPORT__ESCHEMA</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>ESchema</b></em>' reference feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__LOCATION_URI"><B>IMPORT__LOCATION_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Location URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IMPORT__LOCATION_URI"><B>IMPORT__LOCATION_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Location URI</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__NAMESPACE_URI"><B>IMPORT__NAMESPACE_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Namespace URI</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IMPORT__NAMESPACE_URI"><B>IMPORT__NAMESPACE_URI</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<em><b>Namespace URI</b></em>' attribute feature
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#IMPORT_ELEMENT_TAG"><B>IMPORT_ELEMENT_TAG</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"import"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT_FEATURE_COUNT"><B>IMPORT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Import</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#INFORMATION"><B>INFORMATION</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>
-<DD>This is used to indicate that the problem is only potential and that the
- definition is very likely suitable for use.
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#INFORMATION_LITERAL"><B>INFORMATION_LITERAL</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>
-<DD>The '<em><b>Information</b></em>' literal object.
-<DT><A HREF="../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><B>Input</B></A> - Interface in <A HREF="../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A><DD>A representation of the model object '<em><b>Input</b></em>'.<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#INPUT"><B>INPUT</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"input"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT"><B>INPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>Input</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#INPUT"><B>INPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>Input</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__DOCUMENTATION_ELEMENT"><B>INPUT__DOCUMENTATION_ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__EEXTENSIBILITY_ELEMENTS"><B>INPUT__EEXTENSIBILITY_ELEMENTS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__ELEMENT"><B>INPUT__ELEMENT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__EMESSAGE"><B>INPUT__EMESSAGE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__NAME"><B>INPUT__NAME</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#INPUT_ELEMENT_TAG"><B>INPUT_ELEMENT_TAG</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>The element tag is <code>"input"</code>.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT_FEATURE_COUNT"><B>INPUT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>Input</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPlugin.html#INSTANCE"><B>INSTANCE</B></A> - 
-Static variable in class org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl">WSDLPlugin</A>
-<DD>The singleton instance of the plugin.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IOPERATION"><B>IOPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IOperation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IOPERATION"><B>IOPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IOperation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IOPERATION_FEATURE_COUNT"><B>IOPERATION_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IOperation</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IOUTPUT"><B>IOUTPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IOutput</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IOUTPUT"><B>IOUTPUT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IOutput</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IOUTPUT_FEATURE_COUNT"><B>IOUTPUT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IOutput</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IPART"><B>IPART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IPart</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IPART"><B>IPART</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IPart</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IPART_FEATURE_COUNT"><B>IPART_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IPart</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IPORT"><B>IPORT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IPort</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IPORT"><B>IPORT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IPort</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IPORT_FEATURE_COUNT"><B>IPORT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IPort</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IPORT_TYPE"><B>IPORT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IPort Type</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IPORT_TYPE"><B>IPORT_TYPE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IPort Type</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IPORT_TYPE_FEATURE_COUNT"><B>IPORT_TYPE_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IPort Type</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#ISERVICE"><B>ISERVICE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IService</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#ISERVICE"><B>ISERVICE</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IService</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#ISERVICE_FEATURE_COUNT"><B>ISERVICE_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IService</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#isMatchingNamespace(java.lang.String, java.lang.String)"><B>isMatchingNamespace(String, String)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>Returns true if namespace1 equals to namespace2.
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_ADDRESS"><B>ISOAP_ADDRESS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<CODE><em>ISOAP Address</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISOAP_ADDRESS"><B>ISOAP_ADDRESS</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>ISOAP Address</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_ADDRESS_FEATURE_COUNT"><B>ISOAP_ADDRESS_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The number of structural features of the '<em>ISOAP Address</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_BINDING"><B>ISOAP_BINDING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<CODE><em>ISOAP Binding</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISOAP_BINDING"><B>ISOAP_BINDING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>ISOAP Binding</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_BINDING_FEATURE_COUNT"><B>ISOAP_BINDING_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The number of structural features of the '<em>ISOAP Binding</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_BODY"><B>ISOAP_BODY</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<CODE><em>ISOAP Body</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISOAP_BODY"><B>ISOAP_BODY</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>ISOAP Body</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_BODY_FEATURE_COUNT"><B>ISOAP_BODY_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The number of structural features of the '<em>ISOAP Body</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_FAULT"><B>ISOAP_FAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<CODE><em>ISOAP Fault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISOAP_FAULT"><B>ISOAP_FAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>ISOAP Fault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_FAULT_FEATURE_COUNT"><B>ISOAP_FAULT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The number of structural features of the '<em>ISOAP Fault</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_HEADER"><B>ISOAP_HEADER</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<CODE><em>ISOAP Header</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISOAP_HEADER"><B>ISOAP_HEADER</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>ISOAP Header</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_HEADER_FAULT"><B>ISOAP_HEADER_FAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<CODE><em>ISOAP Header Fault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISOAP_HEADER_FAULT"><B>ISOAP_HEADER_FAULT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>ISOAP Header Fault</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_HEADER_FAULT_FEATURE_COUNT"><B>ISOAP_HEADER_FAULT_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The number of structural features of the '<em>ISOAP Header Fault</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_HEADER_FEATURE_COUNT"><B>ISOAP_HEADER_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The number of structural features of the '<em>ISOAP Header</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_OPERATION"><B>ISOAP_OPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<CODE><em>ISOAP Operation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISOAP_OPERATION"><B>ISOAP_OPERATION</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>ISOAP Operation</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_OPERATION_FEATURE_COUNT"><B>ISOAP_OPERATION_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The number of structural features of the '<em>ISOAP Operation</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()"><B>isRequired()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>
-<DD>Returns the value of the '<em><b>Required</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISTRING"><B>ISTRING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A>
-<DD>The meta object id for the '<em>IString</em>' data type
-<DT><A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISTRING"><B>ISTRING</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A>
-<DD>The meta object literal for the '<em>IString</em>' data type
-<DT><A HREF="../org/eclipse/wst/wsdl/Binding.html#isUndefined()"><B>isUndefined()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A>
-<DD>Returns the value of the '<em><b>Undefined</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Message.html#isUndefined()"><B>isUndefined()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>
-<DD>Returns the value of the '<em><b>Undefined</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Operation.html#isUndefined()"><B>isUndefined()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>
-<DD>Returns the value of the '<em><b>Undefined</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/PortType.html#isUndefined()"><B>isUndefined()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A>
-<DD>Returns the value of the '<em><b>Undefined</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/Service.html#isUndefined()"><B>isUndefined()</B></A> - 
-Method in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A>
-<DD>Returns the value of the '<em><b>Undefined</b></em>' attribute
-<DT><A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html#isWSDLNamespace(java.lang.String)"><B>isWSDLNamespace(String)</B></A> - 
-Static method in class org.eclipse.wst.wsdl.util.<A HREF="../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A>
-<DD>Returns whether the given namespace is the WSDL namespace or not.
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#ITYPES"><B>ITYPES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>ITypes</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#ITYPES"><B>ITYPES</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>ITypes</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#ITYPES_FEATURE_COUNT"><B>ITYPES_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>ITypes</em>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IURL"><B>IURL</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The meta object id for the '<CODE><em>IURL</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IURL"><B>IURL</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A>
-<DD>The meta object literal for the '<CODE><em>IURL</em></CODE>' class
-<DT><A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html#IURL_FEATURE_COUNT"><B>IURL_FEATURE_COUNT</B></A> - 
-Static variable in interface org.eclipse.wst.wsdl.<A HREF="../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A>
-<DD>The number of structural features of the '<em>IURL</em>' class
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="index-8.html"><B>PREV LETTER</B></A>&nbsp;
-&nbsp;<A HREF="index-10.html"><B>NEXT LETTER</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../index.html?index-filesindex-9.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="index-9.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">Q</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index.html
deleted file mode 100644
index 710b579..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/index.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc on Wed May 21 13:06:53 EDT 2008-->
-<TITLE>
-Generated Documentation (Untitled)
-</TITLE>
-<SCRIPT type="text/javascript">
-    targetPage = "" + window.location.search;
-    if (targetPage != "" && targetPage != "undefined")
-       targetPage = targetPage.substring(1);
-    if (targetPage.indexOf(":") != -1)
-        targetPage = "undefined";
-    function loadFrames() {
-        if (targetPage != "" && targetPage != "undefined")
-             top.classFrame.location = top.targetPage;
-    }
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-</HEAD>
-<FRAMESET cols="20%,80%" title="" onLoad="top.loadFrames()">
-<FRAMESET rows="30%,70%" title="" onLoad="top.loadFrames()">
-<FRAME src="overview-frame.html" name="packageListFrame" title="All Packages">
-<FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
-</FRAMESET>
-<FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
-<NOFRAMES>
-<H2>
-Frame Alert</H2>
-
-<P>
-This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
-<BR>
-Link to<A HREF="overview-summary.html">Non-frame version.</A>
-</NOFRAMES>
-</FRAMESET>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Binding.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Binding.html
deleted file mode 100644
index 304a8e1..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Binding.html
+++ /dev/null
@@ -1,445 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:50 EDT 2008 -->
-<TITLE>
-Binding
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.Binding interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Binding";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Binding.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Binding.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Binding.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface Binding</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.Binding, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, java.io.Serializable, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>Binding</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Binding</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Binding</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0
- <!-- end-user-doc -->
-
- <!-- begin-model-doc -->
- This class represents a WSDL binding element. A binding defines message format and protocol details for operations and messages defined by a particular portType. There may be any number of bindings for a given portType.
- <!-- end-model-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getQName()"><CODE><em>QName</em></CODE></A></li>
-   <li><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#isUndefined()"><CODE><em>Undefined</em></CODE></A></li>
-   <li><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEPortType()"><CODE><em>EPort Type</em></CODE></A></li>
-   <li><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEBindingOperations()"><CODE><em>EBinding Operations</em></CODE></A></li>
- </ul>
- </p></DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding()"><CODE>WSDLPackage.getBinding()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEBindingOperations()">getEBindingOperations</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EBinding Operations</b></em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEPortType()">getEPortType</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EPort Type</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;javax.xml.namespace.QName</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getQName()">getQName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>QName</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#isUndefined()">isUndefined</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Undefined</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#setEPortType(org.eclipse.wst.wsdl.PortType)">setEPortType</A></B>(<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEPortType()"><CODE><em>EPort Type</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#setQName(javax.xml.namespace.QName)">setQName</A></B>(javax.xml.namespace.QName&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getQName()"><CODE><em>QName</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#setUndefined(boolean)">setUndefined</A></B>(boolean&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.Binding"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.Binding</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>addBindingOperation, addExtensibilityElement, getBindingOperation, getBindingOperations, getDocumentationElement, getExtensibilityElements, getPortType, setDocumentationElement, setPortType</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getQName()"><!-- --></A><H3>
-getQName</H3>
-<PRE>
-javax.xml.namespace.QName <B>getQName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>QName</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>QName</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getQName</CODE> in interface <CODE>javax.wsdl.Binding</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>QName</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#setQName(javax.xml.namespace.QName)"><CODE>setQName(QName)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_QName()"><CODE>WSDLPackage.getBinding_QName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setQName(javax.xml.namespace.QName)"><!-- --></A><H3>
-setQName</H3>
-<PRE>
-void <B>setQName</B>(javax.xml.namespace.QName&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getQName()"><CODE><em>QName</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setQName</CODE> in interface <CODE>javax.wsdl.Binding</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>QName</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getQName()"><CODE>getQName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="isUndefined()"><!-- --></A><H3>
-isUndefined</H3>
-<PRE>
-boolean <B>isUndefined</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Undefined</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Undefined</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>isUndefined</CODE> in interface <CODE>javax.wsdl.Binding</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Undefined</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#setUndefined(boolean)"><CODE>setUndefined(boolean)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_Undefined()"><CODE>WSDLPackage.getBinding_Undefined()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setUndefined(boolean)"><!-- --></A><H3>
-setUndefined</H3>
-<PRE>
-void <B>setUndefined</B>(boolean&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setUndefined</CODE> in interface <CODE>javax.wsdl.Binding</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Undefined</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#isUndefined()"><CODE>isUndefined()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEPortType()"><!-- --></A><H3>
-getEPortType</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A> <B>getEPortType</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EPort Type</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EPort Type</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EPort Type</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#setEPortType(org.eclipse.wst.wsdl.PortType)"><CODE>setEPortType(PortType)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_EPortType()"><CODE>WSDLPackage.getBinding_EPortType()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEPortType(org.eclipse.wst.wsdl.PortType)"><!-- --></A><H3>
-setEPortType</H3>
-<PRE>
-void <B>setEPortType</B>(<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEPortType()"><CODE><em>EPort Type</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EPort Type</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEPortType()"><CODE>getEPortType()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEBindingOperations()"><!-- --></A><H3>
-getEBindingOperations</H3>
-<PRE>
-EList <B>getEBindingOperations</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EBinding Operations</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><CODE>BindingOperation</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EBinding Operations</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EBinding Operations</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_EBindingOperations()"><CODE>WSDLPackage.getBinding_EBindingOperations()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Binding.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Binding.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Binding.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/BindingFault.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/BindingFault.html
deleted file mode 100644
index 5774aff..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/BindingFault.html
+++ /dev/null
@@ -1,404 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:50 EDT 2008 -->
-<TITLE>
-BindingFault
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.BindingFault interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="BindingFault";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/BindingFault.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/BindingFault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingFault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface BindingFault</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.BindingFault, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, java.io.Serializable, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>BindingFault</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.BindingFault</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Binding Fault</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0
- <!-- end-user-doc -->
-
- <!-- begin-model-doc -->
- This class represents a WSDL fault element within a operation within a binding. A fault element within an operation within a binding specifies binding information for the fault with the same name. 
- <!-- end-model-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getName()"><CODE><em>Name</em></CODE></A></li>
-   <li><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getEFault()"><CODE><em>EFault</em></CODE></A></li>
- </ul>
- </p></DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault()"><CODE>WSDLPackage.getBindingFault()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getEFault()">getEFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EFault</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;javax.wsdl.Fault</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getFault()">getFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is same as getEFault() and compatible with the JWSDL API.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getName()">getName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#setEFault(org.eclipse.wst.wsdl.Fault)">setEFault</A></B>(<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getEFault()"><CODE><em>EFault</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#setFault(javax.wsdl.Fault)">setFault</A></B>(javax.wsdl.Fault&nbsp;fault)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is same as setEFault(Fault) and compatible with the JWSDL API.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getName()"><CODE><em>Name</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.BindingFault"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.BindingFault</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>addExtensibilityElement, getDocumentationElement, getExtensibilityElements, setDocumentationElement</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getName()"><!-- --></A><H3>
-getName</H3>
-<PRE>
-java.lang.String <B>getName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Name</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getName</CODE> in interface <CODE>javax.wsdl.BindingFault</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#setName(java.lang.String)"><CODE>setName(String)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault_Name()"><CODE>WSDLPackage.getBindingFault_Name()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setName(java.lang.String)"><!-- --></A><H3>
-setName</H3>
-<PRE>
-void <B>setName</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getName()"><CODE><em>Name</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setName</CODE> in interface <CODE>javax.wsdl.BindingFault</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getName()"><CODE>getName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEFault()"><!-- --></A><H3>
-getEFault</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A> <B>getEFault</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EFault</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EFault</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EFault</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#setEFault(org.eclipse.wst.wsdl.Fault)"><CODE>setEFault(Fault)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault_EFault()"><CODE>WSDLPackage.getBindingFault_EFault()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEFault(org.eclipse.wst.wsdl.Fault)"><!-- --></A><H3>
-setEFault</H3>
-<PRE>
-void <B>setEFault</B>(<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getEFault()"><CODE><em>EFault</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EFault</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getEFault()"><CODE>getEFault()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getFault()"><!-- --></A><H3>
-getFault</H3>
-<PRE>
-javax.wsdl.Fault <B>getFault</B>()</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- This method is same as getEFault() and compatible with the JWSDL API.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EFault</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getEFault()"><CODE>getEFault()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setFault(javax.wsdl.Fault)"><!-- --></A><H3>
-setFault</H3>
-<PRE>
-void <B>setFault</B>(javax.wsdl.Fault&nbsp;fault)</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- This method is same as setEFault(Fault) and compatible with the JWSDL API.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>fault</CODE> - the new value of the '<em>EFault</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#setEFault(org.eclipse.wst.wsdl.Fault)"><CODE>setEFault(Fault)</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/BindingFault.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/BindingFault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingFault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/BindingInput.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/BindingInput.html
deleted file mode 100644
index 58c96ca..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/BindingInput.html
+++ /dev/null
@@ -1,404 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-BindingInput
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.BindingInput interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="BindingInput";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/BindingInput.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/BindingInput.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingInput.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface BindingInput</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.BindingInput, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, java.io.Serializable, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>BindingInput</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.BindingInput</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Binding Input</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0
- <!-- end-user-doc -->
-
- <!-- begin-model-doc -->
- This class represents a WSDL input element within a operation within a binding. An input element within an operation within a binding specifies binding information for the input of the operation. 
- <!-- end-model-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getName()"><CODE><em>Name</em></CODE></A></li>
-   <li><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getEInput()"><CODE><em>EInput</em></CODE></A></li>
- </ul>
- </p></DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput()"><CODE>WSDLPackage.getBindingInput()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getEInput()">getEInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EInput</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;javax.wsdl.Input</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getInput()">getInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is same as getEInput() and compatible with the JWSDL API.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getName()">getName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#setEInput(org.eclipse.wst.wsdl.Input)">setEInput</A></B>(<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getEInput()"><CODE><em>EInput</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#setInput(javax.wsdl.Input)">setInput</A></B>(javax.wsdl.Input&nbsp;input)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is same as setEInput(Input) and compatible with the JWSDL API.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getName()"><CODE><em>Name</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.BindingInput"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.BindingInput</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>addExtensibilityElement, getDocumentationElement, getExtensibilityElements, setDocumentationElement</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getName()"><!-- --></A><H3>
-getName</H3>
-<PRE>
-java.lang.String <B>getName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Name</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getName</CODE> in interface <CODE>javax.wsdl.BindingInput</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#setName(java.lang.String)"><CODE>setName(String)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput_Name()"><CODE>WSDLPackage.getBindingInput_Name()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setName(java.lang.String)"><!-- --></A><H3>
-setName</H3>
-<PRE>
-void <B>setName</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getName()"><CODE><em>Name</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setName</CODE> in interface <CODE>javax.wsdl.BindingInput</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getName()"><CODE>getName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEInput()"><!-- --></A><H3>
-getEInput</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A> <B>getEInput</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EInput</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EInput</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EInput</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#setEInput(org.eclipse.wst.wsdl.Input)"><CODE>setEInput(Input)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput_EInput()"><CODE>WSDLPackage.getBindingInput_EInput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEInput(org.eclipse.wst.wsdl.Input)"><!-- --></A><H3>
-setEInput</H3>
-<PRE>
-void <B>setEInput</B>(<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getEInput()"><CODE><em>EInput</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EInput</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getEInput()"><CODE>getEInput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getInput()"><!-- --></A><H3>
-getInput</H3>
-<PRE>
-javax.wsdl.Input <B>getInput</B>()</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- This method is same as getEInput() and compatible with the JWSDL API.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EInput</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getEInput()"><CODE>getEInput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setInput(javax.wsdl.Input)"><!-- --></A><H3>
-setInput</H3>
-<PRE>
-void <B>setInput</B>(javax.wsdl.Input&nbsp;input)</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- This method is same as setEInput(Input) and compatible with the JWSDL API.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>input</CODE> - the new value of the '<em>EInput</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#setEInput(org.eclipse.wst.wsdl.Input)"><CODE>setEInput(Input)</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/BindingInput.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/BindingInput.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingInput.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/BindingOperation.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/BindingOperation.html
deleted file mode 100644
index 7ef568d..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/BindingOperation.html
+++ /dev/null
@@ -1,504 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-BindingOperation
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.BindingOperation interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="BindingOperation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/BindingOperation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/BindingOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface BindingOperation</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.BindingOperation, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, java.io.Serializable, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>BindingOperation</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.BindingOperation</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Binding Operation</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0
- <!-- end-user-doc -->
-
- <!-- begin-model-doc -->
- This class represents a WSDL operation element within a binding. An operation element within a binding specifies binding information for the operation with the same name within the binding's portType. 
- <!-- end-model-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getName()"><CODE><em>Name</em></CODE></A></li>
-   <li><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()"><CODE><em>EOperation</em></CODE></A></li>
-   <li><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()"><CODE><em>EBinding Input</em></CODE></A></li>
-   <li><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()"><CODE><em>EBinding Output</em></CODE></A></li>
-   <li><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingFaults()"><CODE><em>EBinding Faults</em></CODE></A></li>
- </ul>
- </p></DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation()"><CODE>WSDLPackage.getBindingOperation()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingFaults()">getEBindingFaults</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EBinding Faults</b></em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()">getEBindingInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EBinding Input</b></em>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()">getEBindingOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EBinding Output</b></em>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()">getEOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EOperation</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getName()">getName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#setEBindingInput(org.eclipse.wst.wsdl.BindingInput)">setEBindingInput</A></B>(<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()"><CODE><em>EBinding Input</em></CODE></A>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#setEBindingOutput(org.eclipse.wst.wsdl.BindingOutput)">setEBindingOutput</A></B>(<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()"><CODE><em>EBinding Output</em></CODE></A>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#setEOperation(org.eclipse.wst.wsdl.Operation)">setEOperation</A></B>(<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()"><CODE><em>EOperation</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getName()"><CODE><em>Name</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.BindingOperation"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.BindingOperation</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>addBindingFault, addExtensibilityElement, getBindingFault, getBindingFaults, getBindingInput, getBindingOutput, getDocumentationElement, getExtensibilityElements, getOperation, setBindingInput, setBindingOutput, setDocumentationElement, setOperation</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getName()"><!-- --></A><H3>
-getName</H3>
-<PRE>
-java.lang.String <B>getName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Name</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getName</CODE> in interface <CODE>javax.wsdl.BindingOperation</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#setName(java.lang.String)"><CODE>setName(String)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_Name()"><CODE>WSDLPackage.getBindingOperation_Name()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setName(java.lang.String)"><!-- --></A><H3>
-setName</H3>
-<PRE>
-void <B>setName</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getName()"><CODE><em>Name</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setName</CODE> in interface <CODE>javax.wsdl.BindingOperation</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getName()"><CODE>getName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEOperation()"><!-- --></A><H3>
-getEOperation</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A> <B>getEOperation</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EOperation</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EOperation</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EOperation</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#setEOperation(org.eclipse.wst.wsdl.Operation)"><CODE>setEOperation(Operation)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EOperation()"><CODE>WSDLPackage.getBindingOperation_EOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEOperation(org.eclipse.wst.wsdl.Operation)"><!-- --></A><H3>
-setEOperation</H3>
-<PRE>
-void <B>setEOperation</B>(<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()"><CODE><em>EOperation</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EOperation</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()"><CODE>getEOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEBindingInput()"><!-- --></A><H3>
-getEBindingInput</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A> <B>getEBindingInput</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EBinding Input</b></em>' containment reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EBinding Input</em>' containment reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EBinding Input</em>' containment reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#setEBindingInput(org.eclipse.wst.wsdl.BindingInput)"><CODE>setEBindingInput(BindingInput)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EBindingInput()"><CODE>WSDLPackage.getBindingOperation_EBindingInput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEBindingInput(org.eclipse.wst.wsdl.BindingInput)"><!-- --></A><H3>
-setEBindingInput</H3>
-<PRE>
-void <B>setEBindingInput</B>(<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()"><CODE><em>EBinding Input</em></CODE></A>' containment reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EBinding Input</em>' containment reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()"><CODE>getEBindingInput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEBindingOutput()"><!-- --></A><H3>
-getEBindingOutput</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A> <B>getEBindingOutput</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EBinding Output</b></em>' containment reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EBinding Output</em>' containment reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EBinding Output</em>' containment reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#setEBindingOutput(org.eclipse.wst.wsdl.BindingOutput)"><CODE>setEBindingOutput(BindingOutput)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EBindingOutput()"><CODE>WSDLPackage.getBindingOperation_EBindingOutput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEBindingOutput(org.eclipse.wst.wsdl.BindingOutput)"><!-- --></A><H3>
-setEBindingOutput</H3>
-<PRE>
-void <B>setEBindingOutput</B>(<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()"><CODE><em>EBinding Output</em></CODE></A>' containment reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EBinding Output</em>' containment reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()"><CODE>getEBindingOutput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEBindingFaults()"><!-- --></A><H3>
-getEBindingFaults</H3>
-<PRE>
-EList <B>getEBindingFaults</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EBinding Faults</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><CODE>BindingFault</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EBinding Faults</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EBinding Faults</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EBindingFaults()"><CODE>WSDLPackage.getBindingOperation_EBindingFaults()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/BindingOperation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/BindingOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/BindingOutput.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/BindingOutput.html
deleted file mode 100644
index 4456013..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/BindingOutput.html
+++ /dev/null
@@ -1,391 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-BindingOutput
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.BindingOutput interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="BindingOutput";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/BindingOutput.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/BindingOutput.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingOutput.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface BindingOutput</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.BindingOutput, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, java.io.Serializable, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>BindingOutput</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.BindingOutput</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Binding Output</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput()"><CODE>WSDLPackage.getBindingOutput()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()">getEOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EOutput</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getName()">getName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;javax.wsdl.Output</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getOutput()">getOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is same as getEOutput() and compatible with the JWSDL API.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#setEOutput(org.eclipse.wst.wsdl.Output)">setEOutput</A></B>(<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getName()"><CODE><em>Name</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#setOutput(javax.wsdl.Output)">setOutput</A></B>(javax.wsdl.Output&nbsp;output)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is same as setEOutput(Output) and compatible with the JWSDL API.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.BindingOutput"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.BindingOutput</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>addExtensibilityElement, getDocumentationElement, getExtensibilityElements, setDocumentationElement</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getName()"><!-- --></A><H3>
-getName</H3>
-<PRE>
-java.lang.String <B>getName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Name</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getName</CODE> in interface <CODE>javax.wsdl.BindingOutput</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#setName(java.lang.String)"><CODE>setName(String)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput_Name()"><CODE>WSDLPackage.getBindingOutput_Name()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setName(java.lang.String)"><!-- --></A><H3>
-setName</H3>
-<PRE>
-void <B>setName</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getName()"><CODE><em>Name</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setName</CODE> in interface <CODE>javax.wsdl.BindingOutput</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getName()"><CODE>getName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEOutput()"><!-- --></A><H3>
-getEOutput</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A> <B>getEOutput</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EOutput</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EOutput</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EOutput</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#setEOutput(org.eclipse.wst.wsdl.Output)"><CODE>setEOutput(Output)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput_EOutput()"><CODE>WSDLPackage.getBindingOutput_EOutput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEOutput(org.eclipse.wst.wsdl.Output)"><!-- --></A><H3>
-setEOutput</H3>
-<PRE>
-void <B>setEOutput</B>(<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EOutput</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()"><CODE>getEOutput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getOutput()"><!-- --></A><H3>
-getOutput</H3>
-<PRE>
-javax.wsdl.Output <B>getOutput</B>()</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- This method is same as getEOutput() and compatible with the JWSDL API.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EOutput</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()"><CODE>getEOutput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setOutput(javax.wsdl.Output)"><!-- --></A><H3>
-setOutput</H3>
-<PRE>
-void <B>setOutput</B>(javax.wsdl.Output&nbsp;output)</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- This method is same as setEOutput(Output) and compatible with the JWSDL API.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>output</CODE> - the new value of the '<em>EOutput</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#setEOutput(org.eclipse.wst.wsdl.Output)"><CODE>setEOutput(Output)</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/BindingOutput.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/BindingOutput.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingOutput.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Definition.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Definition.html
deleted file mode 100644
index 94e90ff..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Definition.html
+++ /dev/null
@@ -1,757 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-Definition
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.Definition interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Definition";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Definition.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Definition.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Definition.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface Definition</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.Definition, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, java.io.Serializable, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>Definition</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Definition</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Definition</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>WSDLPackage.getDefinition()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.w3c.dom.Document</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getDocument()">getDocument</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a W3C DOM Document built from the input WSDL document.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEBindings()">getEBindings</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EBindings</b></em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEImports()">getEImports</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EImports</b></em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEMessages()">getEMessages</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EMessages</b></em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getENamespaces()">getENamespaces</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>ENamespaces</b></em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEncoding()">getEncoding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Encoding</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEPortTypes()">getEPortTypes</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EPort Types</b></em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEServices()">getEServices</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EServices</b></em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getETypes()">getETypes</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>ETypes</b></em>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getLocation()">getLocation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Location</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;javax.xml.namespace.QName</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getQName()">getQName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>QName</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getTargetNamespace()">getTargetNamespace</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Target Namespace</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#setDocument(org.w3c.dom.Document)">setDocument</A></B>(org.w3c.dom.Document&nbsp;document)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets a W3C DOM Document to be used when building up a DOM Element tree for the WSDL model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#setEncoding(java.lang.String)">setEncoding</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEncoding()"><CODE><em>Encoding</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#setETypes(org.eclipse.wst.wsdl.Types)">setETypes</A></B>(<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getETypes()"><CODE><em>ETypes</em></CODE></A>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#setLocation(java.lang.String)">setLocation</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getLocation()"><CODE><em>Location</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#setQName(javax.xml.namespace.QName)">setQName</A></B>(javax.xml.namespace.QName&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getQName()"><CODE><em>QName</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#setTargetNamespace(java.lang.String)">setTargetNamespace</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getTargetNamespace()"><CODE><em>Target Namespace</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.Definition"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.Definition</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>addBinding, addExtensibilityElement, addImport, addMessage, addNamespace, addPortType, addService, createBinding, createBindingFault, createBindingInput, createBindingOperation, createBindingOutput, createFault, createImport, createInput, createMessage, createOperation, createOutput, createPart, createPort, createPortType, createService, createTypes, getBinding, getBindings, getDocumentationElement, getDocumentBaseURI, getExtensibilityElements, getExtensionRegistry, getImports, getImports, getMessage, getMessages, getNamespace, getNamespaces, getPortType, getPortTypes, getPrefix, getService, getServices, getTypes, removeBinding, removeMessage, removePortType, removeService, setDocumentationElement, setDocumentBaseURI, setExtensionRegistry, setTypes</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getTargetNamespace()"><!-- --></A><H3>
-getTargetNamespace</H3>
-<PRE>
-java.lang.String <B>getTargetNamespace</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Target Namespace</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Target Namespace</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getTargetNamespace</CODE> in interface <CODE>javax.wsdl.Definition</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Target Namespace</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#setTargetNamespace(java.lang.String)"><CODE>setTargetNamespace(String)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_TargetNamespace()"><CODE>WSDLPackage.getDefinition_TargetNamespace()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setTargetNamespace(java.lang.String)"><!-- --></A><H3>
-setTargetNamespace</H3>
-<PRE>
-void <B>setTargetNamespace</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getTargetNamespace()"><CODE><em>Target Namespace</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setTargetNamespace</CODE> in interface <CODE>javax.wsdl.Definition</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Target Namespace</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getTargetNamespace()"><CODE>getTargetNamespace()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getLocation()"><!-- --></A><H3>
-getLocation</H3>
-<PRE>
-java.lang.String <B>getLocation</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Location</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Location</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Location</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#setLocation(java.lang.String)"><CODE>setLocation(String)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_Location()"><CODE>WSDLPackage.getDefinition_Location()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setLocation(java.lang.String)"><!-- --></A><H3>
-setLocation</H3>
-<PRE>
-void <B>setLocation</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getLocation()"><CODE><em>Location</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Location</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getLocation()"><CODE>getLocation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getQName()"><!-- --></A><H3>
-getQName</H3>
-<PRE>
-javax.xml.namespace.QName <B>getQName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>QName</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>QName</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getQName</CODE> in interface <CODE>javax.wsdl.Definition</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>QName</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#setQName(javax.xml.namespace.QName)"><CODE>setQName(QName)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_QName()"><CODE>WSDLPackage.getDefinition_QName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setQName(javax.xml.namespace.QName)"><!-- --></A><H3>
-setQName</H3>
-<PRE>
-void <B>setQName</B>(javax.xml.namespace.QName&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getQName()"><CODE><em>QName</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setQName</CODE> in interface <CODE>javax.wsdl.Definition</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>QName</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getQName()"><CODE>getQName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEncoding()"><!-- --></A><H3>
-getEncoding</H3>
-<PRE>
-java.lang.String <B>getEncoding</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Encoding</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Encoding</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Encoding</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#setEncoding(java.lang.String)"><CODE>setEncoding(String)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_Encoding()"><CODE>WSDLPackage.getDefinition_Encoding()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEncoding(java.lang.String)"><!-- --></A><H3>
-setEncoding</H3>
-<PRE>
-void <B>setEncoding</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEncoding()"><CODE><em>Encoding</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Encoding</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEncoding()"><CODE>getEncoding()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEMessages()"><!-- --></A><H3>
-getEMessages</H3>
-<PRE>
-EList <B>getEMessages</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EMessages</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><CODE>Message</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EMessages</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EMessages</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EMessages()"><CODE>WSDLPackage.getDefinition_EMessages()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEPortTypes()"><!-- --></A><H3>
-getEPortTypes</H3>
-<PRE>
-EList <B>getEPortTypes</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EPort Types</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><CODE>PortType</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EPort Types</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EPort Types</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EPortTypes()"><CODE>WSDLPackage.getDefinition_EPortTypes()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEBindings()"><!-- --></A><H3>
-getEBindings</H3>
-<PRE>
-EList <B>getEBindings</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EBindings</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><CODE>Binding</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EBindings</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EBindings</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EBindings()"><CODE>WSDLPackage.getDefinition_EBindings()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEServices()"><!-- --></A><H3>
-getEServices</H3>
-<PRE>
-EList <B>getEServices</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EServices</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><CODE>Service</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EServices</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EServices</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EServices()"><CODE>WSDLPackage.getDefinition_EServices()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getENamespaces()"><!-- --></A><H3>
-getENamespaces</H3>
-<PRE>
-EList <B>getENamespaces</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>ENamespaces</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><CODE>Namespace</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>ENamespaces</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>ENamespaces</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_ENamespaces()"><CODE>WSDLPackage.getDefinition_ENamespaces()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getETypes()"><!-- --></A><H3>
-getETypes</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A> <B>getETypes</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>ETypes</b></em>' containment reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>ETypes</em>' containment reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>ETypes</em>' containment reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#setETypes(org.eclipse.wst.wsdl.Types)"><CODE>setETypes(Types)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_ETypes()"><CODE>WSDLPackage.getDefinition_ETypes()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setETypes(org.eclipse.wst.wsdl.Types)"><!-- --></A><H3>
-setETypes</H3>
-<PRE>
-void <B>setETypes</B>(<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getETypes()"><CODE><em>ETypes</em></CODE></A>' containment reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>ETypes</em>' containment reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getETypes()"><CODE>getETypes()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEImports()"><!-- --></A><H3>
-getEImports</H3>
-<PRE>
-EList <B>getEImports</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EImports</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><CODE>Import</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EImports</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EImports</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EImports()"><CODE>WSDLPackage.getDefinition_EImports()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDocument()"><!-- --></A><H3>
-getDocument</H3>
-<PRE>
-org.w3c.dom.Document <B>getDocument</B>()</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- Returns a W3C DOM Document built from the input WSDL document.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>W3C DOM Document.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setDocument(org.w3c.dom.Document)"><!-- --></A><H3>
-setDocument</H3>
-<PRE>
-void <B>setDocument</B>(org.w3c.dom.Document&nbsp;document)</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- Sets a W3C DOM Document to be used when building up a DOM Element tree for the WSDL model.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>document</CODE> - W3C DOM Document.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Definition.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Definition.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Definition.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/ExtensibilityElement.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/ExtensibilityElement.html
deleted file mode 100644
index eaaa4f4..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/ExtensibilityElement.html
+++ /dev/null
@@ -1,334 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-ExtensibilityElement
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.ExtensibilityElement interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="ExtensibilityElement";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ExtensibilityElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/ExtensibilityElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibilityElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface ExtensibilityElement</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<DL>
-<DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPAddress</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPBinding</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPOperation</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlEncoded</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlReplacement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMimeXml</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMultipartRelated</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPart</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPAddress</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBinding</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeader</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderFault</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPOperation</A>, <A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">UnknownExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">XSDSchemaExtensibilityElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>ExtensibilityElement</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>, javax.wsdl.extensions.ExtensibilityElement</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Extensibility Element</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement()"><CODE>WSDLPackage.getExtensibilityElement()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;javax.xml.namespace.QName</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A></B>(javax.xml.namespace.QName&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()"><CODE><em>Element Type</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></B>(boolean&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()"><CODE><em>Required</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="isRequired()"><!-- --></A><H3>
-isRequired</H3>
-<PRE>
-boolean <B>isRequired</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Required</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Required</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)"><CODE>setRequired(boolean)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement_Required()"><CODE>WSDLPackage.getExtensibilityElement_Required()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setRequired(boolean)"><!-- --></A><H3>
-setRequired</H3>
-<PRE>
-void <B>setRequired</B>(boolean&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()"><CODE><em>Required</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Required</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()"><CODE>isRequired()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getElementType()"><!-- --></A><H3>
-getElementType</H3>
-<PRE>
-javax.xml.namespace.QName <B>getElementType</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Element Type</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getElementType</CODE> in interface <CODE>javax.wsdl.extensions.ExtensibilityElement</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Element Type</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)"><CODE>setElementType(QName)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement_ElementType()"><CODE>WSDLPackage.getExtensibilityElement_ElementType()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setElementType(javax.xml.namespace.QName)"><!-- --></A><H3>
-setElementType</H3>
-<PRE>
-void <B>setElementType</B>(javax.xml.namespace.QName&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()"><CODE><em>Element Type</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setElementType</CODE> in interface <CODE>javax.wsdl.extensions.ExtensibilityElement</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Element Type</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()"><CODE>getElementType()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ExtensibilityElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/ExtensibilityElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibilityElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/ExtensibleElement.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/ExtensibleElement.html
deleted file mode 100644
index 8178f6a..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/ExtensibleElement.html
+++ /dev/null
@@ -1,292 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-ExtensibleElement
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.ExtensibleElement interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="ExtensibleElement";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ExtensibleElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/ExtensibleElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibleElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface ExtensibleElement</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<DL>
-<DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A>, <A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A>, <A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A>, <A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A>, <A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>, <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl">Port</A>, <A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>ExtensibleElement</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Extensible Element</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibleElement()"><CODE>WSDLPackage.getExtensibleElement()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A></B>(javax.wsdl.extensions.ExtensibilityElement&nbsp;extElement)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds an ExtensibilityElement to the '<em>EExtensibility Elements</em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EExtensibility Elements</b></em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is same as getEExtensibilityElements() and compatible with the JWSDL API.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getEExtensibilityElements()"><!-- --></A><H3>
-getEExtensibilityElements</H3>
-<PRE>
-EList <B>getEExtensibilityElements</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE>ExtensibilityElement</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EExtensibility Elements</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EExtensibility Elements</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibleElement_EExtensibilityElements()"><CODE>WSDLPackage.getExtensibleElement_EExtensibilityElements()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getExtensibilityElements()"><!-- --></A><H3>
-getExtensibilityElements</H3>
-<PRE>
-java.util.List <B>getExtensibilityElements</B>()</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- This method is same as getEExtensibilityElements() and compatible with the JWSDL API.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EFault</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()"><CODE>getEExtensibilityElements()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)"><!-- --></A><H3>
-addExtensibilityElement</H3>
-<PRE>
-void <B>addExtensibilityElement</B>(javax.wsdl.extensions.ExtensibilityElement&nbsp;extElement)</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- Adds an ExtensibilityElement to the '<em>EExtensibility Elements</em>' containment reference list.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>extElement</CODE> - An ExtensibilityElement to be added.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ExtensibleElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/ExtensibleElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibleElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Fault.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Fault.html
deleted file mode 100644
index 2a47ef6..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Fault.html
+++ /dev/null
@@ -1,224 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-Fault
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.Fault interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Fault";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Fault.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Fault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Fault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface Fault</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Fault, <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>, java.io.Serializable, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>Fault</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>, javax.wsdl.Fault</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Fault</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getFault()"><CODE>WSDLPackage.getFault()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.MessageReference"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()">getEMessage</A>, <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getName()">getName</A>, <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#setEMessage(org.eclipse.wst.wsdl.Message)">setEMessage</A>, <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#setName(java.lang.String)">setName</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.Fault"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.Fault</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getDocumentationElement, getMessage, getName, setDocumentationElement, setMessage, setName</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Fault.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Fault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Fault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Import.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Import.html
deleted file mode 100644
index d50141a..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Import.html
+++ /dev/null
@@ -1,507 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-Import
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.Import interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Import";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Import.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Import.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Import.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface Import</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Import, java.io.Serializable, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>Import</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Import</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Import</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport()"><CODE>WSDLPackage.getImport()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getEDefinition()">getEDefinition</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EDefinition</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.eclipse.xsd.XSDSchema</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getESchema()">getESchema</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>ESchema</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getLocationURI()">getLocationURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Location URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getNamespaceURI()">getNamespaceURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Namespace URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.eclipse.xsd.XSDSchema</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getSchema()">getSchema</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is same as getESchema().</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#setEDefinition(org.eclipse.wst.wsdl.Definition)">setEDefinition</A></B>(<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getEDefinition()"><CODE><em>EDefinition</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#setESchema(org.eclipse.xsd.XSDSchema)">setESchema</A></B>(org.eclipse.xsd.XSDSchema&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getESchema()"><CODE><em>ESchema</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#setLocationURI(java.lang.String)">setLocationURI</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#setNamespaceURI(java.lang.String)">setNamespaceURI</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#setSchema(org.eclipse.xsd.XSDSchema)">setSchema</A></B>(org.eclipse.xsd.XSDSchema&nbsp;schema)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is same as setESchema(XSDSchema).</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.Import"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.Import</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getDefinition, getDocumentationElement, setDefinition, setDocumentationElement</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getNamespaceURI()"><!-- --></A><H3>
-getNamespaceURI</H3>
-<PRE>
-java.lang.String <B>getNamespaceURI</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Namespace URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Namespace URI</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getNamespaceURI</CODE> in interface <CODE>javax.wsdl.Import</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Namespace URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#setNamespaceURI(java.lang.String)"><CODE>setNamespaceURI(String)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_NamespaceURI()"><CODE>WSDLPackage.getImport_NamespaceURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setNamespaceURI(java.lang.String)"><!-- --></A><H3>
-setNamespaceURI</H3>
-<PRE>
-void <B>setNamespaceURI</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setNamespaceURI</CODE> in interface <CODE>javax.wsdl.Import</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Namespace URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getNamespaceURI()"><CODE>getNamespaceURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getLocationURI()"><!-- --></A><H3>
-getLocationURI</H3>
-<PRE>
-java.lang.String <B>getLocationURI</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Location URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Location URI</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getLocationURI</CODE> in interface <CODE>javax.wsdl.Import</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Location URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#setLocationURI(java.lang.String)"><CODE>setLocationURI(String)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_LocationURI()"><CODE>WSDLPackage.getImport_LocationURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setLocationURI(java.lang.String)"><!-- --></A><H3>
-setLocationURI</H3>
-<PRE>
-void <B>setLocationURI</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setLocationURI</CODE> in interface <CODE>javax.wsdl.Import</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Location URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getLocationURI()"><CODE>getLocationURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEDefinition()"><!-- --></A><H3>
-getEDefinition</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A> <B>getEDefinition</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EDefinition</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EDefinition</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EDefinition</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#setEDefinition(org.eclipse.wst.wsdl.Definition)"><CODE>setEDefinition(Definition)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_EDefinition()"><CODE>WSDLPackage.getImport_EDefinition()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEDefinition(org.eclipse.wst.wsdl.Definition)"><!-- --></A><H3>
-setEDefinition</H3>
-<PRE>
-void <B>setEDefinition</B>(<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getEDefinition()"><CODE><em>EDefinition</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EDefinition</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getEDefinition()"><CODE>getEDefinition()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getESchema()"><!-- --></A><H3>
-getESchema</H3>
-<PRE>
-org.eclipse.xsd.XSDSchema <B>getESchema</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>ESchema</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>ESchema</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>ESchema</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#setESchema(org.eclipse.xsd.XSDSchema)"><CODE>setESchema(XSDSchema)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_ESchema()"><CODE>WSDLPackage.getImport_ESchema()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setESchema(org.eclipse.xsd.XSDSchema)"><!-- --></A><H3>
-setESchema</H3>
-<PRE>
-void <B>setESchema</B>(org.eclipse.xsd.XSDSchema&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getESchema()"><CODE><em>ESchema</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>ESchema</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getESchema()"><CODE>getESchema()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSchema()"><!-- --></A><H3>
-getSchema</H3>
-<PRE>
-org.eclipse.xsd.XSDSchema <B>getSchema</B>()</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- This method is same as getESchema().
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>ESchema</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getESchema()"><CODE>getESchema()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setSchema(org.eclipse.xsd.XSDSchema)"><!-- --></A><H3>
-setSchema</H3>
-<PRE>
-void <B>setSchema</B>(org.eclipse.xsd.XSDSchema&nbsp;schema)</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- This method is same as setESchema(XSDSchema).
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>schema</CODE> - the new value of the '<em>ESchema</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#setESchema(org.eclipse.xsd.XSDSchema)"><CODE>setESchema(XSDSchema)</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Import.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Import.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Import.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Input.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Input.html
deleted file mode 100644
index f1f2bb8..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Input.html
+++ /dev/null
@@ -1,224 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-Input
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.Input interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Input";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Input.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Input.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Input.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface Input</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Input, <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>, java.io.Serializable, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>Input</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>, javax.wsdl.Input</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Input</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getInput()"><CODE>WSDLPackage.getInput()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.MessageReference"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()">getEMessage</A>, <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getName()">getName</A>, <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#setEMessage(org.eclipse.wst.wsdl.Message)">setEMessage</A>, <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#setName(java.lang.String)">setName</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.Input"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.Input</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getDocumentationElement, getMessage, getName, setDocumentationElement, setMessage, setName</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Input.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Input.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Input.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Message.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Message.html
deleted file mode 100644
index de9b424..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Message.html
+++ /dev/null
@@ -1,372 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-Message
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.Message interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Message";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Message.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Message.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Message.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface Message</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Message, java.io.Serializable, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>Message</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Message</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Message</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage()"><CODE>WSDLPackage.getMessage()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getEParts()">getEParts</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EParts</b></em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;javax.xml.namespace.QName</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getQName()">getQName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>QName</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Message.html#isUndefined()">isUndefined</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Undefined</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Message.html#setQName(javax.xml.namespace.QName)">setQName</A></B>(javax.xml.namespace.QName&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getQName()"><CODE><em>QName</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Message.html#setUndefined(boolean)">setUndefined</A></B>(boolean&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.Message"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.Message</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>addPart, getDocumentationElement, getOrderedParts, getPart, getParts, setDocumentationElement</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getQName()"><!-- --></A><H3>
-getQName</H3>
-<PRE>
-javax.xml.namespace.QName <B>getQName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>QName</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>QName</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getQName</CODE> in interface <CODE>javax.wsdl.Message</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>QName</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Message.html#setQName(javax.xml.namespace.QName)"><CODE>setQName(QName)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage_QName()"><CODE>WSDLPackage.getMessage_QName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setQName(javax.xml.namespace.QName)"><!-- --></A><H3>
-setQName</H3>
-<PRE>
-void <B>setQName</B>(javax.xml.namespace.QName&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getQName()"><CODE><em>QName</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setQName</CODE> in interface <CODE>javax.wsdl.Message</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>QName</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getQName()"><CODE>getQName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="isUndefined()"><!-- --></A><H3>
-isUndefined</H3>
-<PRE>
-boolean <B>isUndefined</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Undefined</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Undefined</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>isUndefined</CODE> in interface <CODE>javax.wsdl.Message</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Undefined</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Message.html#setUndefined(boolean)"><CODE>setUndefined(boolean)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage_Undefined()"><CODE>WSDLPackage.getMessage_Undefined()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setUndefined(boolean)"><!-- --></A><H3>
-setUndefined</H3>
-<PRE>
-void <B>setUndefined</B>(boolean&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setUndefined</CODE> in interface <CODE>javax.wsdl.Message</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Undefined</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Message.html#isUndefined()"><CODE>isUndefined()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEParts()"><!-- --></A><H3>
-getEParts</H3>
-<PRE>
-EList <B>getEParts</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EParts</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><CODE>Part</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EParts</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EParts</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage_EParts()"><CODE>WSDLPackage.getMessage_EParts()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Message.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Message.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Message.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/MessageReference.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/MessageReference.html
deleted file mode 100644
index c055b82..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/MessageReference.html
+++ /dev/null
@@ -1,334 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-MessageReference
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.MessageReference interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="MessageReference";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MessageReference.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/MessageReference.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MessageReference.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface MessageReference</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<DL>
-<DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>MessageReference</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Message Reference</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference()"><CODE>WSDLPackage.getMessageReference()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()">getEMessage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EMessage</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getName()">getName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#setEMessage(org.eclipse.wst.wsdl.Message)">setEMessage</A></B>(<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getName()"><CODE><em>Name</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getName()"><!-- --></A><H3>
-getName</H3>
-<PRE>
-java.lang.String <B>getName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Name</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#setName(java.lang.String)"><CODE>setName(String)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference_Name()"><CODE>WSDLPackage.getMessageReference_Name()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setName(java.lang.String)"><!-- --></A><H3>
-setName</H3>
-<PRE>
-void <B>setName</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getName()"><CODE><em>Name</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getName()"><CODE>getName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEMessage()"><!-- --></A><H3>
-getEMessage</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A> <B>getEMessage</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EMessage</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EMessage</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EMessage</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#setEMessage(org.eclipse.wst.wsdl.Message)"><CODE>setEMessage(Message)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference_EMessage()"><CODE>WSDLPackage.getMessageReference_EMessage()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEMessage(org.eclipse.wst.wsdl.Message)"><!-- --></A><H3>
-setEMessage</H3>
-<PRE>
-void <B>setEMessage</B>(<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EMessage</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()"><CODE>getEMessage()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MessageReference.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/MessageReference.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MessageReference.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Namespace.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Namespace.html
deleted file mode 100644
index a896bf0..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Namespace.html
+++ /dev/null
@@ -1,298 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-Namespace
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.Namespace interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Namespace";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Namespace.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Namespace.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Namespace.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface Namespace</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>Namespace</B></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Namespace</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace()"><CODE>WSDLPackage.getNamespace()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getPrefix()">getPrefix</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Prefix</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getURI()">getURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#setPrefix(java.lang.String)">setPrefix</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getPrefix()"><CODE><em>Prefix</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#setURI(java.lang.String)">setURI</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getURI()"><CODE><em>URI</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getURI()"><!-- --></A><H3>
-getURI</H3>
-<PRE>
-java.lang.String <B>getURI</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>URI</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#setURI(java.lang.String)"><CODE>setURI(String)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace_URI()"><CODE>WSDLPackage.getNamespace_URI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setURI(java.lang.String)"><!-- --></A><H3>
-setURI</H3>
-<PRE>
-void <B>setURI</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getURI()"><CODE><em>URI</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getURI()"><CODE>getURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPrefix()"><!-- --></A><H3>
-getPrefix</H3>
-<PRE>
-java.lang.String <B>getPrefix</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Prefix</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Prefix</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Prefix</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#setPrefix(java.lang.String)"><CODE>setPrefix(String)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace_Prefix()"><CODE>WSDLPackage.getNamespace_Prefix()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setPrefix(java.lang.String)"><!-- --></A><H3>
-setPrefix</H3>
-<PRE>
-void <B>setPrefix</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getPrefix()"><CODE><em>Prefix</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Prefix</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getPrefix()"><CODE>getPrefix()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Namespace.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Namespace.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Namespace.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Operation.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Operation.html
deleted file mode 100644
index c509f1e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Operation.html
+++ /dev/null
@@ -1,578 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-Operation
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.Operation interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Operation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Operation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Operation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Operation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface Operation</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Operation, java.io.Serializable, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>Operation</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Operation</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Operation</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><CODE>WSDLPackage.getOperation()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEFaults()">getEFaults</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EFaults</b></em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEInput()">getEInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EInput</b></em>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEOutput()">getEOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EOutput</b></em>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEParameterOrdering()">getEParameterOrdering</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EParameter Ordering</b></em>' reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getName()">getName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;javax.wsdl.OperationType</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getStyle()">getStyle</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Style</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#isUndefined()">isUndefined</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Undefined</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#setEInput(org.eclipse.wst.wsdl.Input)">setEInput</A></B>(<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEInput()"><CODE><em>EInput</em></CODE></A>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#setEOutput(org.eclipse.wst.wsdl.Output)">setEOutput</A></B>(<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getName()"><CODE><em>Name</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#setStyle(javax.wsdl.OperationType)">setStyle</A></B>(javax.wsdl.OperationType&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getStyle()"><CODE><em>Style</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#setUndefined(boolean)">setUndefined</A></B>(boolean&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.Operation"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.Operation</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>addFault, getDocumentationElement, getFault, getFaults, getInput, getOutput, getParameterOrdering, setDocumentationElement, setInput, setOutput, setParameterOrdering</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getStyle()"><!-- --></A><H3>
-getStyle</H3>
-<PRE>
-javax.wsdl.OperationType <B>getStyle</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Style</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Style</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getStyle</CODE> in interface <CODE>javax.wsdl.Operation</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Style</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#setStyle(javax.wsdl.OperationType)"><CODE>setStyle(OperationType)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_Style()"><CODE>WSDLPackage.getOperation_Style()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setStyle(javax.wsdl.OperationType)"><!-- --></A><H3>
-setStyle</H3>
-<PRE>
-void <B>setStyle</B>(javax.wsdl.OperationType&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getStyle()"><CODE><em>Style</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setStyle</CODE> in interface <CODE>javax.wsdl.Operation</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Style</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getStyle()"><CODE>getStyle()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getName()"><!-- --></A><H3>
-getName</H3>
-<PRE>
-java.lang.String <B>getName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Name</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getName</CODE> in interface <CODE>javax.wsdl.Operation</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#setName(java.lang.String)"><CODE>setName(String)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_Name()"><CODE>WSDLPackage.getOperation_Name()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setName(java.lang.String)"><!-- --></A><H3>
-setName</H3>
-<PRE>
-void <B>setName</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getName()"><CODE><em>Name</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setName</CODE> in interface <CODE>javax.wsdl.Operation</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getName()"><CODE>getName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="isUndefined()"><!-- --></A><H3>
-isUndefined</H3>
-<PRE>
-boolean <B>isUndefined</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Undefined</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Undefined</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>isUndefined</CODE> in interface <CODE>javax.wsdl.Operation</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Undefined</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#setUndefined(boolean)"><CODE>setUndefined(boolean)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_Undefined()"><CODE>WSDLPackage.getOperation_Undefined()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setUndefined(boolean)"><!-- --></A><H3>
-setUndefined</H3>
-<PRE>
-void <B>setUndefined</B>(boolean&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setUndefined</CODE> in interface <CODE>javax.wsdl.Operation</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Undefined</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#isUndefined()"><CODE>isUndefined()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEInput()"><!-- --></A><H3>
-getEInput</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A> <B>getEInput</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EInput</b></em>' containment reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EInput</em>' containment reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EInput</em>' containment reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#setEInput(org.eclipse.wst.wsdl.Input)"><CODE>setEInput(Input)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EInput()"><CODE>WSDLPackage.getOperation_EInput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEInput(org.eclipse.wst.wsdl.Input)"><!-- --></A><H3>
-setEInput</H3>
-<PRE>
-void <B>setEInput</B>(<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEInput()"><CODE><em>EInput</em></CODE></A>' containment reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EInput</em>' containment reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEInput()"><CODE>getEInput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEOutput()"><!-- --></A><H3>
-getEOutput</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A> <B>getEOutput</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EOutput</b></em>' containment reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EOutput</em>' containment reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EOutput</em>' containment reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#setEOutput(org.eclipse.wst.wsdl.Output)"><CODE>setEOutput(Output)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EOutput()"><CODE>WSDLPackage.getOperation_EOutput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEOutput(org.eclipse.wst.wsdl.Output)"><!-- --></A><H3>
-setEOutput</H3>
-<PRE>
-void <B>setEOutput</B>(<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>' containment reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EOutput</em>' containment reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEOutput()"><CODE>getEOutput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEFaults()"><!-- --></A><H3>
-getEFaults</H3>
-<PRE>
-EList <B>getEFaults</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EFaults</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><CODE>Fault</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EFaults</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EFaults</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EFaults()"><CODE>WSDLPackage.getOperation_EFaults()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEParameterOrdering()"><!-- --></A><H3>
-getEParameterOrdering</H3>
-<PRE>
-EList <B>getEParameterOrdering</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EParameter Ordering</b></em>' reference list.
- The list contents are of type <A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><CODE>Part</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EParameter Ordering</em>' reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EParameter Ordering</em>' reference list.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EParameterOrdering()"><CODE>WSDLPackage.getOperation_EParameterOrdering()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Operation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Operation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Operation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Output.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Output.html
deleted file mode 100644
index ca5aa68..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Output.html
+++ /dev/null
@@ -1,224 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-Output
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.Output interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Output";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Output.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Output.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Output.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface Output</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>, javax.wsdl.Output, java.io.Serializable, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>Output</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>, javax.wsdl.Output</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Output</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOutput()"><CODE>WSDLPackage.getOutput()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.MessageReference"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()">getEMessage</A>, <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getName()">getName</A>, <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#setEMessage(org.eclipse.wst.wsdl.Message)">setEMessage</A>, <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#setName(java.lang.String)">setName</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.Output"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.Output</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getDocumentationElement, getMessage, getName, setDocumentationElement, setMessage, setName</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Output.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Output.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Output.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Part.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Part.html
deleted file mode 100644
index 999052a..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Part.html
+++ /dev/null
@@ -1,572 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-Part
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.Part interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Part";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Part.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Part.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Part.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface Part</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Part, java.io.Serializable, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>Part</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Part</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Part</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()"><CODE>WSDLPackage.getPart()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.eclipse.xsd.XSDElementDeclaration</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementDeclaration()">getElementDeclaration</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Element Declaration</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;javax.xml.namespace.QName</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementName()">getElementName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Element Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getEMessage()">getEMessage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EMessage</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getName()">getName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.eclipse.xsd.XSDTypeDefinition</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeDefinition()">getTypeDefinition</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Type Definition</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;javax.xml.namespace.QName</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeName()">getTypeName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Type Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#setElementDeclaration(org.eclipse.xsd.XSDElementDeclaration)">setElementDeclaration</A></B>(org.eclipse.xsd.XSDElementDeclaration&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementDeclaration()"><CODE><em>Element Declaration</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#setElementName(javax.xml.namespace.QName)">setElementName</A></B>(javax.xml.namespace.QName&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementName()"><CODE><em>Element Name</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#setEMessage(org.eclipse.wst.wsdl.Message)">setEMessage</A></B>(<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getName()"><CODE><em>Name</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#setTypeDefinition(org.eclipse.xsd.XSDTypeDefinition)">setTypeDefinition</A></B>(org.eclipse.xsd.XSDTypeDefinition&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeDefinition()"><CODE><em>Type Definition</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#setTypeName(javax.xml.namespace.QName)">setTypeName</A></B>(javax.xml.namespace.QName&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeName()"><CODE><em>Type Name</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.Part"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.Part</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getDocumentationElement, getExtensionAttribute, getExtensionAttributes, setDocumentationElement, setExtensionAttribute</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getName()"><!-- --></A><H3>
-getName</H3>
-<PRE>
-java.lang.String <B>getName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Name</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getName</CODE> in interface <CODE>javax.wsdl.Part</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#setName(java.lang.String)"><CODE>setName(String)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_Name()"><CODE>WSDLPackage.getPart_Name()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setName(java.lang.String)"><!-- --></A><H3>
-setName</H3>
-<PRE>
-void <B>setName</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getName()"><CODE><em>Name</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setName</CODE> in interface <CODE>javax.wsdl.Part</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getName()"><CODE>getName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getElementName()"><!-- --></A><H3>
-getElementName</H3>
-<PRE>
-javax.xml.namespace.QName <B>getElementName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Element Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Element Name</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getElementName</CODE> in interface <CODE>javax.wsdl.Part</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Element Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#setElementName(javax.xml.namespace.QName)"><CODE>setElementName(QName)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_ElementName()"><CODE>WSDLPackage.getPart_ElementName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setElementName(javax.xml.namespace.QName)"><!-- --></A><H3>
-setElementName</H3>
-<PRE>
-void <B>setElementName</B>(javax.xml.namespace.QName&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementName()"><CODE><em>Element Name</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setElementName</CODE> in interface <CODE>javax.wsdl.Part</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Element Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementName()"><CODE>getElementName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getTypeName()"><!-- --></A><H3>
-getTypeName</H3>
-<PRE>
-javax.xml.namespace.QName <B>getTypeName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Type Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Type Name</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getTypeName</CODE> in interface <CODE>javax.wsdl.Part</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Type Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#setTypeName(javax.xml.namespace.QName)"><CODE>setTypeName(QName)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_TypeName()"><CODE>WSDLPackage.getPart_TypeName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setTypeName(javax.xml.namespace.QName)"><!-- --></A><H3>
-setTypeName</H3>
-<PRE>
-void <B>setTypeName</B>(javax.xml.namespace.QName&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeName()"><CODE><em>Type Name</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setTypeName</CODE> in interface <CODE>javax.wsdl.Part</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Type Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeName()"><CODE>getTypeName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getTypeDefinition()"><!-- --></A><H3>
-getTypeDefinition</H3>
-<PRE>
-org.eclipse.xsd.XSDTypeDefinition <B>getTypeDefinition</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Type Definition</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Type Definition</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Type Definition</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#setTypeDefinition(org.eclipse.xsd.XSDTypeDefinition)"><CODE>setTypeDefinition(XSDTypeDefinition)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_TypeDefinition()"><CODE>WSDLPackage.getPart_TypeDefinition()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setTypeDefinition(org.eclipse.xsd.XSDTypeDefinition)"><!-- --></A><H3>
-setTypeDefinition</H3>
-<PRE>
-void <B>setTypeDefinition</B>(org.eclipse.xsd.XSDTypeDefinition&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeDefinition()"><CODE><em>Type Definition</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Type Definition</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeDefinition()"><CODE>getTypeDefinition()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getElementDeclaration()"><!-- --></A><H3>
-getElementDeclaration</H3>
-<PRE>
-org.eclipse.xsd.XSDElementDeclaration <B>getElementDeclaration</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Element Declaration</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Element Declaration</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Element Declaration</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#setElementDeclaration(org.eclipse.xsd.XSDElementDeclaration)"><CODE>setElementDeclaration(XSDElementDeclaration)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_ElementDeclaration()"><CODE>WSDLPackage.getPart_ElementDeclaration()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setElementDeclaration(org.eclipse.xsd.XSDElementDeclaration)"><!-- --></A><H3>
-setElementDeclaration</H3>
-<PRE>
-void <B>setElementDeclaration</B>(org.eclipse.xsd.XSDElementDeclaration&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementDeclaration()"><CODE><em>Element Declaration</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Element Declaration</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementDeclaration()"><CODE>getElementDeclaration()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEMessage()"><!-- --></A><H3>
-getEMessage</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A> <B>getEMessage</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EMessage</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EMessage</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EMessage</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#setEMessage(org.eclipse.wst.wsdl.Message)"><CODE>setEMessage(Message)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_EMessage()"><CODE>WSDLPackage.getPart_EMessage()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEMessage(org.eclipse.wst.wsdl.Message)"><!-- --></A><H3>
-setEMessage</H3>
-<PRE>
-void <B>setEMessage</B>(<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EMessage</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getEMessage()"><CODE>getEMessage()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Part.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Part.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Part.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Port.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Port.html
deleted file mode 100644
index d7f963a..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Port.html
+++ /dev/null
@@ -1,340 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-Port
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.Port interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Port";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Port.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Port.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Port.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface Port</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Port, java.io.Serializable, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>Port</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Port</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Port</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPort()"><CODE>WSDLPackage.getPort()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getEBinding()">getEBinding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EBinding</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getName()">getName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Port.html#setEBinding(org.eclipse.wst.wsdl.Binding)">setEBinding</A></B>(<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getEBinding()"><CODE><em>EBinding</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Port.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getName()"><CODE><em>Name</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.Port"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.Port</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>addExtensibilityElement, getBinding, getDocumentationElement, getExtensibilityElements, setBinding, setDocumentationElement</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getName()"><!-- --></A><H3>
-getName</H3>
-<PRE>
-java.lang.String <B>getName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Name</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getName</CODE> in interface <CODE>javax.wsdl.Port</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Port.html#setName(java.lang.String)"><CODE>setName(String)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPort_Name()"><CODE>WSDLPackage.getPort_Name()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setName(java.lang.String)"><!-- --></A><H3>
-setName</H3>
-<PRE>
-void <B>setName</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getName()"><CODE><em>Name</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setName</CODE> in interface <CODE>javax.wsdl.Port</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getName()"><CODE>getName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEBinding()"><!-- --></A><H3>
-getEBinding</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A> <B>getEBinding</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EBinding</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EBinding</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EBinding</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Port.html#setEBinding(org.eclipse.wst.wsdl.Binding)"><CODE>setEBinding(Binding)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPort_EBinding()"><CODE>WSDLPackage.getPort_EBinding()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEBinding(org.eclipse.wst.wsdl.Binding)"><!-- --></A><H3>
-setEBinding</H3>
-<PRE>
-void <B>setEBinding</B>(<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getEBinding()"><CODE><em>EBinding</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EBinding</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getEBinding()"><CODE>getEBinding()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Port.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Port.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Port.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/PortType.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/PortType.html
deleted file mode 100644
index 0749c67..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/PortType.html
+++ /dev/null
@@ -1,372 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-PortType
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.PortType interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="PortType";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/PortType.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/PortType.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="PortType.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface PortType</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.PortType, java.io.Serializable, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>PortType</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.PortType</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Port Type</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType()"><CODE>WSDLPackage.getPortType()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getEOperations()">getEOperations</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EOperations</b></em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;javax.xml.namespace.QName</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getQName()">getQName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>QName</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#isUndefined()">isUndefined</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Undefined</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#setQName(javax.xml.namespace.QName)">setQName</A></B>(javax.xml.namespace.QName&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getQName()"><CODE><em>QName</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#setUndefined(boolean)">setUndefined</A></B>(boolean&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.PortType"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.PortType</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>addOperation, getDocumentationElement, getOperation, getOperations, setDocumentationElement</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getQName()"><!-- --></A><H3>
-getQName</H3>
-<PRE>
-javax.xml.namespace.QName <B>getQName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>QName</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>QName</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getQName</CODE> in interface <CODE>javax.wsdl.PortType</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>QName</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#setQName(javax.xml.namespace.QName)"><CODE>setQName(QName)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType_QName()"><CODE>WSDLPackage.getPortType_QName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setQName(javax.xml.namespace.QName)"><!-- --></A><H3>
-setQName</H3>
-<PRE>
-void <B>setQName</B>(javax.xml.namespace.QName&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getQName()"><CODE><em>QName</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setQName</CODE> in interface <CODE>javax.wsdl.PortType</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>QName</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getQName()"><CODE>getQName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="isUndefined()"><!-- --></A><H3>
-isUndefined</H3>
-<PRE>
-boolean <B>isUndefined</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Undefined</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Undefined</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>isUndefined</CODE> in interface <CODE>javax.wsdl.PortType</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Undefined</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#setUndefined(boolean)"><CODE>setUndefined(boolean)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType_Undefined()"><CODE>WSDLPackage.getPortType_Undefined()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setUndefined(boolean)"><!-- --></A><H3>
-setUndefined</H3>
-<PRE>
-void <B>setUndefined</B>(boolean&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setUndefined</CODE> in interface <CODE>javax.wsdl.PortType</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Undefined</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#isUndefined()"><CODE>isUndefined()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEOperations()"><!-- --></A><H3>
-getEOperations</H3>
-<PRE>
-EList <B>getEOperations</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EOperations</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><CODE>Operation</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EOperations</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EOperations</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType_EOperations()"><CODE>WSDLPackage.getPortType_EOperations()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/PortType.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/PortType.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="PortType.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Service.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Service.html
deleted file mode 100644
index 40253a3..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Service.html
+++ /dev/null
@@ -1,372 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-Service
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.Service interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Service";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Service.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Service.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Service.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface Service</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, java.io.Serializable, javax.wsdl.Service, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>Service</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Service</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Service</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService()"><CODE>WSDLPackage.getService()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getEPorts()">getEPorts</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EPorts</b></em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;javax.xml.namespace.QName</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getQName()">getQName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>QName</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Service.html#isUndefined()">isUndefined</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Undefined</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Service.html#setQName(javax.xml.namespace.QName)">setQName</A></B>(javax.xml.namespace.QName&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getQName()"><CODE><em>QName</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Service.html#setUndefined(boolean)">setUndefined</A></B>(boolean&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.Service"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.Service</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>addExtensibilityElement, addPort, getDocumentationElement, getExtensibilityElements, getPort, getPorts, setDocumentationElement</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getQName()"><!-- --></A><H3>
-getQName</H3>
-<PRE>
-javax.xml.namespace.QName <B>getQName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>QName</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>QName</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getQName</CODE> in interface <CODE>javax.wsdl.Service</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>QName</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Service.html#setQName(javax.xml.namespace.QName)"><CODE>setQName(QName)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService_QName()"><CODE>WSDLPackage.getService_QName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setQName(javax.xml.namespace.QName)"><!-- --></A><H3>
-setQName</H3>
-<PRE>
-void <B>setQName</B>(javax.xml.namespace.QName&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getQName()"><CODE><em>QName</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setQName</CODE> in interface <CODE>javax.wsdl.Service</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>QName</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getQName()"><CODE>getQName()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="isUndefined()"><!-- --></A><H3>
-isUndefined</H3>
-<PRE>
-boolean <B>isUndefined</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Undefined</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Undefined</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Undefined</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Service.html#setUndefined(boolean)"><CODE>setUndefined(boolean)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService_Undefined()"><CODE>WSDLPackage.getService_Undefined()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setUndefined(boolean)"><!-- --></A><H3>
-setUndefined</H3>
-<PRE>
-void <B>setUndefined</B>(boolean&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Undefined</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Service.html#isUndefined()"><CODE>isUndefined()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEPorts()"><!-- --></A><H3>
-getEPorts</H3>
-<PRE>
-EList <B>getEPorts</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EPorts</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><CODE>Port</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EPorts</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EPorts</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService_EPorts()"><CODE>WSDLPackage.getService_EPorts()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Service.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Service.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Service.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Types.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Types.html
deleted file mode 100644
index 87e449f..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/Types.html
+++ /dev/null
@@ -1,277 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-Types
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.Types interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Types";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Types.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Types.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Types.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface Types</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, java.io.Serializable, javax.wsdl.Types, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>Types</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Types</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Types</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getTypes()"><CODE>WSDLPackage.getTypes()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Types.html#getSchemas()">getSchemas</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a List of inline XSDSchema instances in this Types.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/Types.html#getSchemas(java.lang.String)">getSchemas</A></B>(java.lang.String&nbsp;namespaceURI)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a List of inline XSDSchema instances in this Types.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibleElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()">getEExtensibilityElements</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getExtensibilityElements()">getExtensibilityElements</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.Types"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.Types</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>addExtensibilityElement, getDocumentationElement, getExtensibilityElements, setDocumentationElement</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getSchemas()"><!-- --></A><H3>
-getSchemas</H3>
-<PRE>
-java.util.List <B>getSchemas</B>()</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- Returns a List of inline XSDSchema instances in this Types.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>List of XSDSchema instances.<DT><B>See Also:</B><DD><CODE>XSDSchema</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSchemas(java.lang.String)"><!-- --></A><H3>
-getSchemas</H3>
-<PRE>
-java.util.List <B>getSchemas</B>(java.lang.String&nbsp;namespaceURI)</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- Returns a List of inline XSDSchema instances in this Types. The targetNamespace of
- the schemas are the same as namespaceURI argument value.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>namespaceURI</CODE> - targetNamespace of the schemas to be searched for.
-<DT><B>Returns:</B><DD>List of XSDSchema instances.<DT><B>See Also:</B><DD><CODE>XSDSchema</CODE></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Types.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/Types.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Types.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/UnknownExtensibilityElement.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/UnknownExtensibilityElement.html
deleted file mode 100644
index ac49199..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/UnknownExtensibilityElement.html
+++ /dev/null
@@ -1,256 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-UnknownExtensibilityElement
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.UnknownExtensibilityElement interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="UnknownExtensibilityElement";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/UnknownExtensibilityElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="UnknownExtensibilityElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface UnknownExtensibilityElement</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>UnknownExtensibilityElement</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Unknown Extensibility Element</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getUnknownExtensibilityElement()"><CODE>WSDLPackage.getUnknownExtensibilityElement()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html#getChildren()">getChildren</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Children</b></em>' containment reference list.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getChildren()"><!-- --></A><H3>
-getChildren</H3>
-<PRE>
-EList <B>getChildren</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Children</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE>UnknownExtensibilityElement</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Children</em>' reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Children</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getUnknownExtensibilityElement_Children()"><CODE>WSDLPackage.getUnknownExtensibilityElement_Children()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/UnknownExtensibilityElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="UnknownExtensibilityElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLElement.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLElement.html
deleted file mode 100644
index 6a68ecc..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLElement.html
+++ /dev/null
@@ -1,449 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-WSDLElement
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.WSDLElement interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="WSDLElement";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/WSDLElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface WSDLElement</H2>
-<DL>
-<DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A>, <A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A>, <A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A>, <A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A>, <A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPAddress</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPBinding</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPOperation</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlEncoded</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlReplacement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>, <A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMimeXml</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMultipartRelated</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPart</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl">Port</A>, <A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPAddress</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBinding</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeader</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderFault</A>, <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPOperation</A>, <A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A>, <A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">UnknownExtensibilityElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">XSDSchemaExtensibilityElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>WSDLElement</B></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Element</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement()"><CODE>WSDLPackage.getWSDLElement()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A></B>(org.w3c.dom.Element&nbsp;changedElement)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called to indicate that the given element has changed;
- the element should typically be the same as the one returned <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE>getElement()</CODE></A>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Container</b></em>' reference.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.w3c.dom.Element</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.w3c.dom.Element</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the Definition that contains this WSDL element.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A></B>(org.w3c.dom.Element&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()"><CODE><em>Documentation Element</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A></B>(org.w3c.dom.Element&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE><em>Element</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A></B>(<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>&nbsp;definition)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the enclosing definition of this WSDL element.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ensures that the underlying DOM <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE>element</CODE></A> both exists and is up-to-date with respect to the model,
- i.e., it serializes the component and maintains an association with that serialization.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></B>(boolean&nbsp;deep)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ensures that the underlying DOM <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE>element</CODE></A> both exists and is up-to-date with respect to the model,
- i.e., it serializes the component and maintains an association with that serialization.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getDocumentationElement()"><!-- --></A><H3>
-getDocumentationElement</H3>
-<PRE>
-org.w3c.dom.Element <B>getDocumentationElement</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Documentation Element</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Documentation Element</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)"><CODE>setDocumentationElement(Element)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement_DocumentationElement()"><CODE>WSDLPackage.getWSDLElement_DocumentationElement()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setDocumentationElement(org.w3c.dom.Element)"><!-- --></A><H3>
-setDocumentationElement</H3>
-<PRE>
-void <B>setDocumentationElement</B>(org.w3c.dom.Element&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()"><CODE><em>Documentation Element</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Documentation Element</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()"><CODE>getDocumentationElement()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getElement()"><!-- --></A><H3>
-getElement</H3>
-<PRE>
-org.w3c.dom.Element <B>getElement</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- This is the underlying DOM element associated with this component, 
- i.e., the <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()"><CODE>serialization</CODE></A> of this component.
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Element</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)"><CODE>setElement(Element)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement_Element()"><CODE>WSDLPackage.getWSDLElement_Element()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setElement(org.w3c.dom.Element)"><!-- --></A><H3>
-setElement</H3>
-<PRE>
-void <B>setElement</B>(org.w3c.dom.Element&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE><em>Element</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Element</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE>getElement()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEnclosingDefinition()"><!-- --></A><H3>
-getEnclosingDefinition</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A> <B>getEnclosingDefinition</B>()</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- Returns the Definition that contains this WSDL element.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the Definition that contains this WSDL element.
- <!-- end-user-doc --></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)"><!-- --></A><H3>
-setEnclosingDefinition</H3>
-<PRE>
-void <B>setEnclosingDefinition</B>(<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>&nbsp;definition)</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- Sets the enclosing definition of this WSDL element.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>definition</CODE> - the Definition that contains this WSDL element.
- <!-- end-user-doc --></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="updateElement()"><!-- --></A><H3>
-updateElement</H3>
-<PRE>
-void <B>updateElement</B>()</PRE>
-<DL>
-<DD>Ensures that the underlying DOM <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE>element</CODE></A> both exists and is up-to-date with respect to the model,
- i.e., it serializes the component and maintains an association with that serialization.
-<P>
-<DD><DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)"><CODE>updateElement(boolean)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE>getElement()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="updateElement(boolean)"><!-- --></A><H3>
-updateElement</H3>
-<PRE>
-void <B>updateElement</B>(boolean&nbsp;deep)</PRE>
-<DL>
-<DD>Ensures that the underlying DOM <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE>element</CODE></A> both exists and is up-to-date with respect to the model,
- i.e., it serializes the component and maintains an association with that serialization.
- For <code>deep == true</code>, 
- or when <code><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE>getElement()</CODE></A> == null</code>, 
- this does the same thing as <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()"><CODE>updateElement()</CODE></A>;
- otherwise, it updates just the DOM element associated with this component to reflect the current state.
-<P>
-<DD><DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()"><CODE>updateElement()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE>getElement()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getContainer()"><!-- --></A><H3>
-getContainer</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A> <B>getContainer</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Container</b></em>' reference.
- This represents the concrete container of this component, 
- i.e., the inverse of the black diamond relations in the UML model.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Container</em>' reference.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="elementChanged(org.w3c.dom.Element)"><!-- --></A><H3>
-elementChanged</H3>
-<PRE>
-void <B>elementChanged</B>(org.w3c.dom.Element&nbsp;changedElement)</PRE>
-<DL>
-<DD>Called to indicate that the given element has changed;
- the element should typically be the same as the one returned <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE>getElement()</CODE></A>.
- It is expected that clients will not call this themselves 
- since the DOM event listeners attached to the underlying DOM will invoke these automatically.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>changedElement</CODE> - the DOM element changed for this instance.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/WSDLElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLFactory.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLFactory.html
deleted file mode 100644
index 3510d36..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLFactory.html
+++ /dev/null
@@ -1,763 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-WSDLFactory
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.WSDLFactory interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="WSDLFactory";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/WSDLFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface WSDLFactory</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>WSDLFactory</B></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- The <b>Factory</b> for the model.
- It provides a create method for each non-abstract class of the model.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl"><CODE>WSDLPackage</CODE></A></DL>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createBinding()">createBinding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Binding</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createBindingFault()">createBindingFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Binding Fault</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createBindingInput()">createBindingInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Binding Input</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createBindingOperation()">createBindingOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Binding Operation</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createBindingOutput()">createBindingOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Binding Output</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createDefinition()">createDefinition</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Definition</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createExtensibilityElement()">createExtensibilityElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Extensibility Element</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createFault()">createFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Fault</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createImport()">createImport</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Import</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createInput()">createInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Input</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createMessage()">createMessage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Message</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl">Namespace</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createNamespace()">createNamespace</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Namespace</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createOperation()">createOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Operation</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createOutput()">createOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Output</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createPart()">createPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Part</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl">Port</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createPort()">createPort</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Port</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createPortType()">createPortType</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Port Type</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createService()">createService</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Service</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createTypes()">createTypes</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Types</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">UnknownExtensibilityElement</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createUnknownExtensibilityElement()">createUnknownExtensibilityElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Unknown Extensibility Element</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">XSDSchemaExtensibilityElement</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createXSDSchemaExtensibilityElement()">createXSDSchemaExtensibilityElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>XSD Schema Extensibility Element</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html#getWSDLPackage()">getWSDLPackage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the package supported by this factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="eINSTANCE"><!-- --></A><H3>
-eINSTANCE</H3>
-<PRE>
-static final <A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A> <B>eINSTANCE</B></PRE>
-<DL>
-<DD>The singleton instance of the factory.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="createPortType()"><!-- --></A><H3>
-createPortType</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A> <B>createPortType</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Port Type</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Port Type</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createOperation()"><!-- --></A><H3>
-createOperation</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A> <B>createOperation</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Operation</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Operation</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createMessage()"><!-- --></A><H3>
-createMessage</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A> <B>createMessage</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Message</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Message</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createPart()"><!-- --></A><H3>
-createPart</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A> <B>createPart</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Part</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Part</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createBinding()"><!-- --></A><H3>
-createBinding</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A> <B>createBinding</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Binding</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Binding</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createBindingOperation()"><!-- --></A><H3>
-createBindingOperation</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A> <B>createBindingOperation</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Binding Operation</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Binding Operation</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createService()"><!-- --></A><H3>
-createService</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A> <B>createService</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Service</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Service</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createPort()"><!-- --></A><H3>
-createPort</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl">Port</A> <B>createPort</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Port</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Port</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createExtensibilityElement()"><!-- --></A><H3>
-createExtensibilityElement</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A> <B>createExtensibilityElement</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Extensibility Element</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Extensibility Element</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createDefinition()"><!-- --></A><H3>
-createDefinition</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A> <B>createDefinition</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Definition</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Definition</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createImport()"><!-- --></A><H3>
-createImport</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A> <B>createImport</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Import</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Import</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createInput()"><!-- --></A><H3>
-createInput</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A> <B>createInput</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Input</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Input</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createOutput()"><!-- --></A><H3>
-createOutput</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A> <B>createOutput</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Output</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Output</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createFault()"><!-- --></A><H3>
-createFault</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A> <B>createFault</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Fault</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Fault</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createBindingInput()"><!-- --></A><H3>
-createBindingInput</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A> <B>createBindingInput</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Binding Input</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Binding Input</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createBindingOutput()"><!-- --></A><H3>
-createBindingOutput</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A> <B>createBindingOutput</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Binding Output</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Binding Output</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createBindingFault()"><!-- --></A><H3>
-createBindingFault</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A> <B>createBindingFault</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Binding Fault</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Binding Fault</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createNamespace()"><!-- --></A><H3>
-createNamespace</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl">Namespace</A> <B>createNamespace</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Namespace</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Namespace</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createTypes()"><!-- --></A><H3>
-createTypes</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A> <B>createTypes</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Types</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Types</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createUnknownExtensibilityElement()"><!-- --></A><H3>
-createUnknownExtensibilityElement</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">UnknownExtensibilityElement</A> <B>createUnknownExtensibilityElement</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Unknown Extensibility Element</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Unknown Extensibility Element</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createXSDSchemaExtensibilityElement()"><!-- --></A><H3>
-createXSDSchemaExtensibilityElement</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">XSDSchemaExtensibilityElement</A> <B>createXSDSchemaExtensibilityElement</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>XSD Schema Extensibility Element</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>XSD Schema Extensibility Element</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getWSDLPackage()"><!-- --></A><H3>
-getWSDLPackage</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A> <B>getWSDLPackage</B>()</PRE>
-<DL>
-<DD>Returns the package supported by this factory.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the package supported by this factory.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/WSDLFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLPackage.Literals.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLPackage.Literals.html
deleted file mode 100644
index 5648752..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLPackage.Literals.html
+++ /dev/null
@@ -1,2825 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-WSDLPackage.Literals
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.WSDLPackage.Literals interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="WSDLPackage.Literals";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLPackage.Literals.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/WSDLPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface WSDLPackage.Literals</H2>
-<DL>
-<DT><B>Enclosing interface:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public static interface <B>WSDLPackage.Literals</B></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- Defines literals for the meta objects that represent
- <ul>
-   <li>each class,</li>
-   <li>each feature of each class,</li>
-   <li>each enum,</li>
-   <li>and each data type</li>
- </ul>
- <!-- end-user-doc -->
-<P>
-
-<P>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING">BINDING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Binding</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING__EBINDING_OPERATIONS">BINDING__EBINDING_OPERATIONS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EBinding Operations</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING__EPORT_TYPE">BINDING__EPORT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EPort Type</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING__QNAME">BINDING__QNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>QName</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING__UNDEFINED">BINDING__UNDEFINED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Undefined</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_FAULT">BINDING_FAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Binding Fault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_FAULT__EFAULT">BINDING_FAULT__EFAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EFault</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_FAULT__NAME">BINDING_FAULT__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Name</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_INPUT">BINDING_INPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Binding Input</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_INPUT__EINPUT">BINDING_INPUT__EINPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EInput</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_INPUT__NAME">BINDING_INPUT__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Name</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OPERATION">BINDING_OPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Binding Operation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OPERATION__EBINDING_FAULTS">BINDING_OPERATION__EBINDING_FAULTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EBinding Faults</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OPERATION__EBINDING_INPUT">BINDING_OPERATION__EBINDING_INPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EBinding Input</b></em>' containment reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OPERATION__EBINDING_OUTPUT">BINDING_OPERATION__EBINDING_OUTPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EBinding Output</b></em>' containment reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OPERATION__EOPERATION">BINDING_OPERATION__EOPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EOperation</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OPERATION__NAME">BINDING_OPERATION__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Name</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OUTPUT">BINDING_OUTPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Binding Output</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OUTPUT__EOUTPUT">BINDING_OUTPUT__EOUTPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EOutput</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#BINDING_OUTPUT__NAME">BINDING_OUTPUT__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Name</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION">DEFINITION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Definition</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__EBINDINGS">DEFINITION__EBINDINGS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EBindings</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__EIMPORTS">DEFINITION__EIMPORTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EImports</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__EMESSAGES">DEFINITION__EMESSAGES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EMessages</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__ENAMESPACES">DEFINITION__ENAMESPACES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>ENamespaces</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__ENCODING">DEFINITION__ENCODING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Encoding</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__EPORT_TYPES">DEFINITION__EPORT_TYPES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EPort Types</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__ESERVICES">DEFINITION__ESERVICES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EServices</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__ETYPES">DEFINITION__ETYPES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>ETypes</b></em>' containment reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__LOCATION">DEFINITION__LOCATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Location</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__QNAME">DEFINITION__QNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>QName</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DEFINITION__TARGET_NAMESPACE">DEFINITION__TARGET_NAMESPACE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Target Namespace</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EDataType</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DOM_DOCUMENT">DOM_DOCUMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em>DOM Document</em>' data type</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EDataType</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#DOM_ELEMENT">DOM_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em>DOM Element</em>' data type</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#EXTENSIBILITY_ELEMENT">EXTENSIBILITY_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Extensibility Element</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Element Type</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#EXTENSIBILITY_ELEMENT__REQUIRED">EXTENSIBILITY_ELEMENT__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Required</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#EXTENSIBLE_ELEMENT">EXTENSIBLE_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Extensible Element</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS">EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EExtensibility Elements</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#FAULT">FAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Fault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IBINDING">IBINDING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IBinding</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IBINDING_FAULT">IBINDING_FAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IBinding Fault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IBINDING_INPUT">IBINDING_INPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IBinding Input</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IBINDING_OPERATION">IBINDING_OPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IBinding Operation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IBINDING_OUTPUT">IBINDING_OUTPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IBinding Output</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IDEFINITION">IDEFINITION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IDefinition</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IEXTENSIBILITY_ELEMENT">IEXTENSIBILITY_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IExtensibility Element</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IEXTENSION_REGISTRY">IEXTENSION_REGISTRY</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IExtension Registry</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IFAULT">IFAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IFault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IIMPORT">IIMPORT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IImport</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IINPUT">IINPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IInput</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IITERATOR">IITERATOR</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IIterator</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#ILIST">ILIST</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IList</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IMAP">IMAP</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IMap</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IMESSAGE">IMESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IMessage</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IMPORT">IMPORT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Import</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IMPORT__EDEFINITION">IMPORT__EDEFINITION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EDefinition</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IMPORT__ESCHEMA">IMPORT__ESCHEMA</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>ESchema</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IMPORT__LOCATION_URI">IMPORT__LOCATION_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Location URI</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IMPORT__NAMESPACE_URI">IMPORT__NAMESPACE_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Namespace URI</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#INPUT">INPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Input</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IOPERATION">IOPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IOperation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IOUTPUT">IOUTPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IOutput</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IPART">IPART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IPart</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IPORT">IPORT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IPort</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IPORT_TYPE">IPORT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IPort Type</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#ISERVICE">ISERVICE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IService</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#ITYPES">ITYPES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>ITypes</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#IURL">IURL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IURL</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#MESSAGE">MESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Message</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#MESSAGE__EPARTS">MESSAGE__EPARTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EParts</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#MESSAGE__QNAME">MESSAGE__QNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>QName</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#MESSAGE__UNDEFINED">MESSAGE__UNDEFINED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Undefined</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#MESSAGE_REFERENCE">MESSAGE_REFERENCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Message Reference</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#MESSAGE_REFERENCE__EMESSAGE">MESSAGE_REFERENCE__EMESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EMessage</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#MESSAGE_REFERENCE__NAME">MESSAGE_REFERENCE__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Name</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#NAMESPACE">NAMESPACE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Namespace</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#NAMESPACE__PREFIX">NAMESPACE__PREFIX</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Prefix</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#NAMESPACE__URI">NAMESPACE__URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>URI</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION">OPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Operation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION__EFAULTS">OPERATION__EFAULTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EFaults</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION__EINPUT">OPERATION__EINPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EInput</b></em>' containment reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION__EOUTPUT">OPERATION__EOUTPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EOutput</b></em>' containment reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION__EPARAMETER_ORDERING">OPERATION__EPARAMETER_ORDERING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EParameter Ordering</b></em>' reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION__NAME">OPERATION__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Name</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION__STYLE">OPERATION__STYLE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Style</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION__UNDEFINED">OPERATION__UNDEFINED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Undefined</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EDataType</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OPERATION_TYPE">OPERATION_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em>Operation Type</em>' data type</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#OUTPUT">OUTPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Output</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PART">PART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Part</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PART__ELEMENT_DECLARATION">PART__ELEMENT_DECLARATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Element Declaration</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PART__ELEMENT_NAME">PART__ELEMENT_NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Element Name</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PART__EMESSAGE">PART__EMESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EMessage</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PART__NAME">PART__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Name</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PART__TYPE_DEFINITION">PART__TYPE_DEFINITION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Type Definition</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PART__TYPE_NAME">PART__TYPE_NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Type Name</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PORT">PORT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Port</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PORT__EBINDING">PORT__EBINDING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EBinding</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PORT__NAME">PORT__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Name</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PORT_TYPE">PORT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Port Type</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PORT_TYPE__EOPERATIONS">PORT_TYPE__EOPERATIONS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EOperations</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PORT_TYPE__QNAME">PORT_TYPE__QNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>QName</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#PORT_TYPE__UNDEFINED">PORT_TYPE__UNDEFINED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Undefined</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EDataType</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#QNAME">QNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em>QName</em>' data type</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#SERVICE">SERVICE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Service</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#SERVICE__EPORTS">SERVICE__EPORTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EPorts</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#SERVICE__QNAME">SERVICE__QNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>QName</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#SERVICE__UNDEFINED">SERVICE__UNDEFINED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Undefined</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#TYPES">TYPES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Types</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#UNKNOWN_EXTENSIBILITY_ELEMENT">UNKNOWN_EXTENSIBILITY_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Unknown Extensibility Element</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN">UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Children</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#WSDL_ELEMENT">WSDL_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Element</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#WSDL_ELEMENT__DOCUMENTATION_ELEMENT">WSDL_ELEMENT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Documentation Element</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#WSDL_ELEMENT__ELEMENT">WSDL_ELEMENT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Element</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EDataType</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#WSDL_EXCEPTION">WSDL_EXCEPTION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em>Exception</em>' data type</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT">XSD_SCHEMA_EXTENSIBILITY_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>XSD Schema Extensibility Element</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Schema</b></em>' containment reference feature</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="WSDL_ELEMENT"><!-- --></A><H3>
-WSDL_ELEMENT</H3>
-<PRE>
-static final EClass <B>WSDL_ELEMENT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Element</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>WSDLElementImpl</CODE>, 
-<CODE>WSDLPackageImpl.getWSDLElement()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="WSDL_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-WSDL_ELEMENT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final EAttribute <B>WSDL_ELEMENT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Documentation Element</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="WSDL_ELEMENT__ELEMENT"><!-- --></A><H3>
-WSDL_ELEMENT__ELEMENT</H3>
-<PRE>
-static final EAttribute <B>WSDL_ELEMENT__ELEMENT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Element</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="PORT_TYPE"><!-- --></A><H3>
-PORT_TYPE</H3>
-<PRE>
-static final EClass <B>PORT_TYPE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Port Type</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>PortTypeImpl</CODE>, 
-<CODE>WSDLPackageImpl.getPortType()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="PORT_TYPE__QNAME"><!-- --></A><H3>
-PORT_TYPE__QNAME</H3>
-<PRE>
-static final EAttribute <B>PORT_TYPE__QNAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>QName</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="PORT_TYPE__UNDEFINED"><!-- --></A><H3>
-PORT_TYPE__UNDEFINED</H3>
-<PRE>
-static final EAttribute <B>PORT_TYPE__UNDEFINED</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Undefined</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="PORT_TYPE__EOPERATIONS"><!-- --></A><H3>
-PORT_TYPE__EOPERATIONS</H3>
-<PRE>
-static final EReference <B>PORT_TYPE__EOPERATIONS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EOperations</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION"><!-- --></A><H3>
-OPERATION</H3>
-<PRE>
-static final EClass <B>OPERATION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Operation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>OperationImpl</CODE>, 
-<CODE>WSDLPackageImpl.getOperation()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__STYLE"><!-- --></A><H3>
-OPERATION__STYLE</H3>
-<PRE>
-static final EAttribute <B>OPERATION__STYLE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Style</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__NAME"><!-- --></A><H3>
-OPERATION__NAME</H3>
-<PRE>
-static final EAttribute <B>OPERATION__NAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__UNDEFINED"><!-- --></A><H3>
-OPERATION__UNDEFINED</H3>
-<PRE>
-static final EAttribute <B>OPERATION__UNDEFINED</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Undefined</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__EINPUT"><!-- --></A><H3>
-OPERATION__EINPUT</H3>
-<PRE>
-static final EReference <B>OPERATION__EINPUT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EInput</b></em>' containment reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__EOUTPUT"><!-- --></A><H3>
-OPERATION__EOUTPUT</H3>
-<PRE>
-static final EReference <B>OPERATION__EOUTPUT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EOutput</b></em>' containment reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__EFAULTS"><!-- --></A><H3>
-OPERATION__EFAULTS</H3>
-<PRE>
-static final EReference <B>OPERATION__EFAULTS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EFaults</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__EPARAMETER_ORDERING"><!-- --></A><H3>
-OPERATION__EPARAMETER_ORDERING</H3>
-<PRE>
-static final EReference <B>OPERATION__EPARAMETER_ORDERING</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EParameter Ordering</b></em>' reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE"><!-- --></A><H3>
-MESSAGE</H3>
-<PRE>
-static final EClass <B>MESSAGE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Message</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MessageImpl</CODE>, 
-<CODE>WSDLPackageImpl.getMessage()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE__QNAME"><!-- --></A><H3>
-MESSAGE__QNAME</H3>
-<PRE>
-static final EAttribute <B>MESSAGE__QNAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>QName</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE__UNDEFINED"><!-- --></A><H3>
-MESSAGE__UNDEFINED</H3>
-<PRE>
-static final EAttribute <B>MESSAGE__UNDEFINED</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Undefined</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE__EPARTS"><!-- --></A><H3>
-MESSAGE__EPARTS</H3>
-<PRE>
-static final EReference <B>MESSAGE__EPARTS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EParts</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="PART"><!-- --></A><H3>
-PART</H3>
-<PRE>
-static final EClass <B>PART</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Part</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>PartImpl</CODE>, 
-<CODE>WSDLPackageImpl.getPart()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="PART__NAME"><!-- --></A><H3>
-PART__NAME</H3>
-<PRE>
-static final EAttribute <B>PART__NAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="PART__ELEMENT_NAME"><!-- --></A><H3>
-PART__ELEMENT_NAME</H3>
-<PRE>
-static final EAttribute <B>PART__ELEMENT_NAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Element Name</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="PART__TYPE_NAME"><!-- --></A><H3>
-PART__TYPE_NAME</H3>
-<PRE>
-static final EAttribute <B>PART__TYPE_NAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Type Name</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="PART__TYPE_DEFINITION"><!-- --></A><H3>
-PART__TYPE_DEFINITION</H3>
-<PRE>
-static final EReference <B>PART__TYPE_DEFINITION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Type Definition</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="PART__ELEMENT_DECLARATION"><!-- --></A><H3>
-PART__ELEMENT_DECLARATION</H3>
-<PRE>
-static final EReference <B>PART__ELEMENT_DECLARATION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Element Declaration</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="PART__EMESSAGE"><!-- --></A><H3>
-PART__EMESSAGE</H3>
-<PRE>
-static final EReference <B>PART__EMESSAGE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EMessage</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="BINDING"><!-- --></A><H3>
-BINDING</H3>
-<PRE>
-static final EClass <B>BINDING</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Binding</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingImpl</CODE>, 
-<CODE>WSDLPackageImpl.getBinding()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING__QNAME"><!-- --></A><H3>
-BINDING__QNAME</H3>
-<PRE>
-static final EAttribute <B>BINDING__QNAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>QName</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="BINDING__UNDEFINED"><!-- --></A><H3>
-BINDING__UNDEFINED</H3>
-<PRE>
-static final EAttribute <B>BINDING__UNDEFINED</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Undefined</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="BINDING__EPORT_TYPE"><!-- --></A><H3>
-BINDING__EPORT_TYPE</H3>
-<PRE>
-static final EReference <B>BINDING__EPORT_TYPE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EPort Type</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="BINDING__EBINDING_OPERATIONS"><!-- --></A><H3>
-BINDING__EBINDING_OPERATIONS</H3>
-<PRE>
-static final EReference <B>BINDING__EBINDING_OPERATIONS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EBinding Operations</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION"><!-- --></A><H3>
-BINDING_OPERATION</H3>
-<PRE>
-static final EClass <B>BINDING_OPERATION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Binding Operation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingOperationImpl</CODE>, 
-<CODE>WSDLPackageImpl.getBindingOperation()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION__NAME"><!-- --></A><H3>
-BINDING_OPERATION__NAME</H3>
-<PRE>
-static final EAttribute <B>BINDING_OPERATION__NAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION__EOPERATION"><!-- --></A><H3>
-BINDING_OPERATION__EOPERATION</H3>
-<PRE>
-static final EReference <B>BINDING_OPERATION__EOPERATION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EOperation</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION__EBINDING_INPUT"><!-- --></A><H3>
-BINDING_OPERATION__EBINDING_INPUT</H3>
-<PRE>
-static final EReference <B>BINDING_OPERATION__EBINDING_INPUT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EBinding Input</b></em>' containment reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION__EBINDING_OUTPUT"><!-- --></A><H3>
-BINDING_OPERATION__EBINDING_OUTPUT</H3>
-<PRE>
-static final EReference <B>BINDING_OPERATION__EBINDING_OUTPUT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EBinding Output</b></em>' containment reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION__EBINDING_FAULTS"><!-- --></A><H3>
-BINDING_OPERATION__EBINDING_FAULTS</H3>
-<PRE>
-static final EReference <B>BINDING_OPERATION__EBINDING_FAULTS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EBinding Faults</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SERVICE"><!-- --></A><H3>
-SERVICE</H3>
-<PRE>
-static final EClass <B>SERVICE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Service</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>ServiceImpl</CODE>, 
-<CODE>WSDLPackageImpl.getService()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="SERVICE__QNAME"><!-- --></A><H3>
-SERVICE__QNAME</H3>
-<PRE>
-static final EAttribute <B>SERVICE__QNAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>QName</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SERVICE__UNDEFINED"><!-- --></A><H3>
-SERVICE__UNDEFINED</H3>
-<PRE>
-static final EAttribute <B>SERVICE__UNDEFINED</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Undefined</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SERVICE__EPORTS"><!-- --></A><H3>
-SERVICE__EPORTS</H3>
-<PRE>
-static final EReference <B>SERVICE__EPORTS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EPorts</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="PORT"><!-- --></A><H3>
-PORT</H3>
-<PRE>
-static final EClass <B>PORT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Port</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>PortImpl</CODE>, 
-<CODE>WSDLPackageImpl.getPort()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="PORT__NAME"><!-- --></A><H3>
-PORT__NAME</H3>
-<PRE>
-static final EAttribute <B>PORT__NAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="PORT__EBINDING"><!-- --></A><H3>
-PORT__EBINDING</H3>
-<PRE>
-static final EReference <B>PORT__EBINDING</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EBinding</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBILITY_ELEMENT"><!-- --></A><H3>
-EXTENSIBILITY_ELEMENT</H3>
-<PRE>
-static final EClass <B>EXTENSIBILITY_ELEMENT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Extensibility Element</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>ExtensibilityElementImpl</CODE>, 
-<CODE>WSDLPackageImpl.getExtensibilityElement()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBILITY_ELEMENT__REQUIRED"><!-- --></A><H3>
-EXTENSIBILITY_ELEMENT__REQUIRED</H3>
-<PRE>
-static final EAttribute <B>EXTENSIBILITY_ELEMENT__REQUIRED</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Required</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBILITY_ELEMENT__ELEMENT_TYPE"><!-- --></A><H3>
-EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</H3>
-<PRE>
-static final EAttribute <B>EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Element Type</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION"><!-- --></A><H3>
-DEFINITION</H3>
-<PRE>
-static final EClass <B>DEFINITION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Definition</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>DefinitionImpl</CODE>, 
-<CODE>WSDLPackageImpl.getDefinition()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__TARGET_NAMESPACE"><!-- --></A><H3>
-DEFINITION__TARGET_NAMESPACE</H3>
-<PRE>
-static final EAttribute <B>DEFINITION__TARGET_NAMESPACE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Target Namespace</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__LOCATION"><!-- --></A><H3>
-DEFINITION__LOCATION</H3>
-<PRE>
-static final EAttribute <B>DEFINITION__LOCATION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Location</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__QNAME"><!-- --></A><H3>
-DEFINITION__QNAME</H3>
-<PRE>
-static final EAttribute <B>DEFINITION__QNAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>QName</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__ENCODING"><!-- --></A><H3>
-DEFINITION__ENCODING</H3>
-<PRE>
-static final EAttribute <B>DEFINITION__ENCODING</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Encoding</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__EIMPORTS"><!-- --></A><H3>
-DEFINITION__EIMPORTS</H3>
-<PRE>
-static final EReference <B>DEFINITION__EIMPORTS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EImports</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__ETYPES"><!-- --></A><H3>
-DEFINITION__ETYPES</H3>
-<PRE>
-static final EReference <B>DEFINITION__ETYPES</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>ETypes</b></em>' containment reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__EMESSAGES"><!-- --></A><H3>
-DEFINITION__EMESSAGES</H3>
-<PRE>
-static final EReference <B>DEFINITION__EMESSAGES</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EMessages</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__EPORT_TYPES"><!-- --></A><H3>
-DEFINITION__EPORT_TYPES</H3>
-<PRE>
-static final EReference <B>DEFINITION__EPORT_TYPES</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EPort Types</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__EBINDINGS"><!-- --></A><H3>
-DEFINITION__EBINDINGS</H3>
-<PRE>
-static final EReference <B>DEFINITION__EBINDINGS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EBindings</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__ESERVICES"><!-- --></A><H3>
-DEFINITION__ESERVICES</H3>
-<PRE>
-static final EReference <B>DEFINITION__ESERVICES</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EServices</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__ENAMESPACES"><!-- --></A><H3>
-DEFINITION__ENAMESPACES</H3>
-<PRE>
-static final EReference <B>DEFINITION__ENAMESPACES</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>ENamespaces</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT"><!-- --></A><H3>
-IMPORT</H3>
-<PRE>
-static final EClass <B>IMPORT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Import</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>ImportImpl</CODE>, 
-<CODE>WSDLPackageImpl.getImport()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT__NAMESPACE_URI"><!-- --></A><H3>
-IMPORT__NAMESPACE_URI</H3>
-<PRE>
-static final EAttribute <B>IMPORT__NAMESPACE_URI</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Namespace URI</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT__LOCATION_URI"><!-- --></A><H3>
-IMPORT__LOCATION_URI</H3>
-<PRE>
-static final EAttribute <B>IMPORT__LOCATION_URI</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Location URI</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT__EDEFINITION"><!-- --></A><H3>
-IMPORT__EDEFINITION</H3>
-<PRE>
-static final EReference <B>IMPORT__EDEFINITION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EDefinition</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT__ESCHEMA"><!-- --></A><H3>
-IMPORT__ESCHEMA</H3>
-<PRE>
-static final EReference <B>IMPORT__ESCHEMA</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>ESchema</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBLE_ELEMENT"><!-- --></A><H3>
-EXTENSIBLE_ELEMENT</H3>
-<PRE>
-static final EClass <B>EXTENSIBLE_ELEMENT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Extensible Element</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>ExtensibleElementImpl</CODE>, 
-<CODE>WSDLPackageImpl.getExtensibleElement()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final EReference <B>EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EExtensibility Elements</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="INPUT"><!-- --></A><H3>
-INPUT</H3>
-<PRE>
-static final EClass <B>INPUT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Input</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>InputImpl</CODE>, 
-<CODE>WSDLPackageImpl.getInput()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="OUTPUT"><!-- --></A><H3>
-OUTPUT</H3>
-<PRE>
-static final EClass <B>OUTPUT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Output</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>OutputImpl</CODE>, 
-<CODE>WSDLPackageImpl.getOutput()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="FAULT"><!-- --></A><H3>
-FAULT</H3>
-<PRE>
-static final EClass <B>FAULT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Fault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>FaultImpl</CODE>, 
-<CODE>WSDLPackageImpl.getFault()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_INPUT"><!-- --></A><H3>
-BINDING_INPUT</H3>
-<PRE>
-static final EClass <B>BINDING_INPUT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Binding Input</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingInputImpl</CODE>, 
-<CODE>WSDLPackageImpl.getBindingInput()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_INPUT__NAME"><!-- --></A><H3>
-BINDING_INPUT__NAME</H3>
-<PRE>
-static final EAttribute <B>BINDING_INPUT__NAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_INPUT__EINPUT"><!-- --></A><H3>
-BINDING_INPUT__EINPUT</H3>
-<PRE>
-static final EReference <B>BINDING_INPUT__EINPUT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EInput</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OUTPUT"><!-- --></A><H3>
-BINDING_OUTPUT</H3>
-<PRE>
-static final EClass <B>BINDING_OUTPUT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Binding Output</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingOutputImpl</CODE>, 
-<CODE>WSDLPackageImpl.getBindingOutput()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OUTPUT__NAME"><!-- --></A><H3>
-BINDING_OUTPUT__NAME</H3>
-<PRE>
-static final EAttribute <B>BINDING_OUTPUT__NAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OUTPUT__EOUTPUT"><!-- --></A><H3>
-BINDING_OUTPUT__EOUTPUT</H3>
-<PRE>
-static final EReference <B>BINDING_OUTPUT__EOUTPUT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EOutput</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_FAULT"><!-- --></A><H3>
-BINDING_FAULT</H3>
-<PRE>
-static final EClass <B>BINDING_FAULT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Binding Fault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingFaultImpl</CODE>, 
-<CODE>WSDLPackageImpl.getBindingFault()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_FAULT__NAME"><!-- --></A><H3>
-BINDING_FAULT__NAME</H3>
-<PRE>
-static final EAttribute <B>BINDING_FAULT__NAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_FAULT__EFAULT"><!-- --></A><H3>
-BINDING_FAULT__EFAULT</H3>
-<PRE>
-static final EReference <B>BINDING_FAULT__EFAULT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EFault</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="NAMESPACE"><!-- --></A><H3>
-NAMESPACE</H3>
-<PRE>
-static final EClass <B>NAMESPACE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Namespace</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>NamespaceImpl</CODE>, 
-<CODE>WSDLPackageImpl.getNamespace()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="NAMESPACE__URI"><!-- --></A><H3>
-NAMESPACE__URI</H3>
-<PRE>
-static final EAttribute <B>NAMESPACE__URI</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>URI</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="NAMESPACE__PREFIX"><!-- --></A><H3>
-NAMESPACE__PREFIX</H3>
-<PRE>
-static final EAttribute <B>NAMESPACE__PREFIX</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Prefix</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="IPORT_TYPE"><!-- --></A><H3>
-IPORT_TYPE</H3>
-<PRE>
-static final EClass <B>IPORT_TYPE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IPort Type</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>PortType</CODE>, 
-<CODE>WSDLPackageImpl.getIPortType()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IOPERATION"><!-- --></A><H3>
-IOPERATION</H3>
-<PRE>
-static final EClass <B>IOPERATION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IOperation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Operation</CODE>, 
-<CODE>WSDLPackageImpl.getIOperation()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IINPUT"><!-- --></A><H3>
-IINPUT</H3>
-<PRE>
-static final EClass <B>IINPUT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IInput</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Input</CODE>, 
-<CODE>WSDLPackageImpl.getIInput()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IOUTPUT"><!-- --></A><H3>
-IOUTPUT</H3>
-<PRE>
-static final EClass <B>IOUTPUT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IOutput</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Output</CODE>, 
-<CODE>WSDLPackageImpl.getIOutput()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IFAULT"><!-- --></A><H3>
-IFAULT</H3>
-<PRE>
-static final EClass <B>IFAULT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IFault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Fault</CODE>, 
-<CODE>WSDLPackageImpl.getIFault()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IMESSAGE"><!-- --></A><H3>
-IMESSAGE</H3>
-<PRE>
-static final EClass <B>IMESSAGE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IMessage</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Message</CODE>, 
-<CODE>WSDLPackageImpl.getIMessage()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IPART"><!-- --></A><H3>
-IPART</H3>
-<PRE>
-static final EClass <B>IPART</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IPart</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Part</CODE>, 
-<CODE>WSDLPackageImpl.getIPart()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="ISERVICE"><!-- --></A><H3>
-ISERVICE</H3>
-<PRE>
-static final EClass <B>ISERVICE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IService</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Service</CODE>, 
-<CODE>WSDLPackageImpl.getIService()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IPORT"><!-- --></A><H3>
-IPORT</H3>
-<PRE>
-static final EClass <B>IPORT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IPort</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Port</CODE>, 
-<CODE>WSDLPackageImpl.getIPort()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IBINDING"><!-- --></A><H3>
-IBINDING</H3>
-<PRE>
-static final EClass <B>IBINDING</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IBinding</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Binding</CODE>, 
-<CODE>WSDLPackageImpl.getIBinding()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IBINDING_OPERATION"><!-- --></A><H3>
-IBINDING_OPERATION</H3>
-<PRE>
-static final EClass <B>IBINDING_OPERATION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IBinding Operation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingOperation</CODE>, 
-<CODE>WSDLPackageImpl.getIBindingOperation()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IBINDING_INPUT"><!-- --></A><H3>
-IBINDING_INPUT</H3>
-<PRE>
-static final EClass <B>IBINDING_INPUT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IBinding Input</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingInput</CODE>, 
-<CODE>WSDLPackageImpl.getIBindingInput()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IBINDING_OUTPUT"><!-- --></A><H3>
-IBINDING_OUTPUT</H3>
-<PRE>
-static final EClass <B>IBINDING_OUTPUT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IBinding Output</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingOutput</CODE>, 
-<CODE>WSDLPackageImpl.getIBindingOutput()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IBINDING_FAULT"><!-- --></A><H3>
-IBINDING_FAULT</H3>
-<PRE>
-static final EClass <B>IBINDING_FAULT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IBinding Fault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingFault</CODE>, 
-<CODE>WSDLPackageImpl.getIBindingFault()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IEXTENSIBILITY_ELEMENT"><!-- --></A><H3>
-IEXTENSIBILITY_ELEMENT</H3>
-<PRE>
-static final EClass <B>IEXTENSIBILITY_ELEMENT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IExtensibility Element</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>ExtensibilityElement</CODE>, 
-<CODE>WSDLPackageImpl.getIExtensibilityElement()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IDEFINITION"><!-- --></A><H3>
-IDEFINITION</H3>
-<PRE>
-static final EClass <B>IDEFINITION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IDefinition</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Definition</CODE>, 
-<CODE>WSDLPackageImpl.getIDefinition()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IIMPORT"><!-- --></A><H3>
-IIMPORT</H3>
-<PRE>
-static final EClass <B>IIMPORT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IImport</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Import</CODE>, 
-<CODE>WSDLPackageImpl.getIImport()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="ILIST"><!-- --></A><H3>
-ILIST</H3>
-<PRE>
-static final EClass <B>ILIST</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IList</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>List</CODE>, 
-<CODE>WSDLPackageImpl.getIList()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IMAP"><!-- --></A><H3>
-IMAP</H3>
-<PRE>
-static final EClass <B>IMAP</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IMap</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Map</CODE>, 
-<CODE>WSDLPackageImpl.getIMap()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IURL"><!-- --></A><H3>
-IURL</H3>
-<PRE>
-static final EClass <B>IURL</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IURL</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>URL</CODE>, 
-<CODE>WSDLPackageImpl.getIURL()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IEXTENSION_REGISTRY"><!-- --></A><H3>
-IEXTENSION_REGISTRY</H3>
-<PRE>
-static final EClass <B>IEXTENSION_REGISTRY</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IExtension Registry</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>ExtensionRegistry</CODE>, 
-<CODE>WSDLPackageImpl.getIExtensionRegistry()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="TYPES"><!-- --></A><H3>
-TYPES</H3>
-<PRE>
-static final EClass <B>TYPES</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Types</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>TypesImpl</CODE>, 
-<CODE>WSDLPackageImpl.getTypes()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IITERATOR"><!-- --></A><H3>
-IITERATOR</H3>
-<PRE>
-static final EClass <B>IITERATOR</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IIterator</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Iterator</CODE>, 
-<CODE>WSDLPackageImpl.getIIterator()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="ITYPES"><!-- --></A><H3>
-ITYPES</H3>
-<PRE>
-static final EClass <B>ITYPES</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>ITypes</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Types</CODE>, 
-<CODE>WSDLPackageImpl.getITypes()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT"><!-- --></A><H3>
-UNKNOWN_EXTENSIBILITY_ELEMENT</H3>
-<PRE>
-static final EClass <B>UNKNOWN_EXTENSIBILITY_ELEMENT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Unknown Extensibility Element</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>UnknownExtensibilityElementImpl</CODE>, 
-<CODE>WSDLPackageImpl.getUnknownExtensibilityElement()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN"><!-- --></A><H3>
-UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN</H3>
-<PRE>
-static final EReference <B>UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Children</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT"><!-- --></A><H3>
-XSD_SCHEMA_EXTENSIBILITY_ELEMENT</H3>
-<PRE>
-static final EClass <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>XSD Schema Extensibility Element</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>XSDSchemaExtensibilityElementImpl</CODE>, 
-<CODE>WSDLPackageImpl.getXSDSchemaExtensibilityElement()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA"><!-- --></A><H3>
-XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA</H3>
-<PRE>
-static final EReference <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Schema</b></em>' containment reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE_REFERENCE"><!-- --></A><H3>
-MESSAGE_REFERENCE</H3>
-<PRE>
-static final EClass <B>MESSAGE_REFERENCE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Message Reference</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MessageReferenceImpl</CODE>, 
-<CODE>WSDLPackageImpl.getMessageReference()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE_REFERENCE__NAME"><!-- --></A><H3>
-MESSAGE_REFERENCE__NAME</H3>
-<PRE>
-static final EAttribute <B>MESSAGE_REFERENCE__NAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE_REFERENCE__EMESSAGE"><!-- --></A><H3>
-MESSAGE_REFERENCE__EMESSAGE</H3>
-<PRE>
-static final EReference <B>MESSAGE_REFERENCE__EMESSAGE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EMessage</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="QNAME"><!-- --></A><H3>
-QNAME</H3>
-<PRE>
-static final EDataType <B>QNAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em>QName</em>' data type.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>QName</CODE>, 
-<CODE>WSDLPackageImpl.getQName()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION_TYPE"><!-- --></A><H3>
-OPERATION_TYPE</H3>
-<PRE>
-static final EDataType <B>OPERATION_TYPE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em>Operation Type</em>' data type.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>OperationType</CODE>, 
-<CODE>WSDLPackageImpl.getOperationType()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="DOM_ELEMENT"><!-- --></A><H3>
-DOM_ELEMENT</H3>
-<PRE>
-static final EDataType <B>DOM_ELEMENT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em>DOM Element</em>' data type.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Element</CODE>, 
-<CODE>WSDLPackageImpl.getDOMElement()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="WSDL_EXCEPTION"><!-- --></A><H3>
-WSDL_EXCEPTION</H3>
-<PRE>
-static final EDataType <B>WSDL_EXCEPTION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em>Exception</em>' data type.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>WSDLException</CODE>, 
-<CODE>WSDLPackageImpl.getWSDLException()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="DOM_DOCUMENT"><!-- --></A><H3>
-DOM_DOCUMENT</H3>
-<PRE>
-static final EDataType <B>DOM_DOCUMENT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em>DOM Document</em>' data type.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Document</CODE>, 
-<CODE>WSDLPackageImpl.getDOMDocument()</CODE></DL>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLPackage.Literals.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/WSDLPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLPackage.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLPackage.html
deleted file mode 100644
index ea8eff1..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLPackage.html
+++ /dev/null
@@ -1,8539 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
-<TITLE>
-WSDLPackage
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.WSDLPackage interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="WSDLPackage";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLPackage.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/WSDLPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface WSDLPackage</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>WSDLPackage</B></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- The <b>Package</b> for the model.
- It contains accessors for the meta objects to represent
- <ul>
-   <li>each class,</li>
-   <li>each feature of each class,</li>
-   <li>each enum,</li>
-   <li>and each data type</li>
- </ul>
- <!-- end-user-doc -->
- <!-- begin-model-doc -->
- The WSDL model contains classes for the Web Services Description Language (WSDL).
- 
- WSDL describes network services as sets of endpoints operating on messages. The operations and messages are described abstractly, and then bound to a concrete network protocol and message format to define an endpoint.
- 
- WSDL describes the formats of the messages exchanged by the services, and supports the XML Schemas specification as its canonical type system. This package uses an XML Schema Infoset model package (see the XSD package) to describe the abstract message formats.
- 
- The model contains the following diagrams, named after the corresponding chapters in the WSDL 1.1 specification (http://www.w3.org/TR/2001/NOTE-wsdl-20010315)
- - 2.1 Definition, shows the WSDL definition element and the WSDL document structure
- - 2.1.1 Naming and Linking, shows the namespace and import mechanism
- - 2.1.3 Extensibility, shows the WSDL extensibility mechanism
- - 2.2 Types, shows the use of XML Schema types in WSDL
- - 2.3 Messages, 2.4 PortTypes, 2.5 Bindings and 2.7 Services, show the major WSDL elements and their relations.
- 
- The WSDL classes extend the javax.wsdl interfaces defined by JSR 110. Classes with interface and datatype stereotypes are used to represent these non-MOF interfaces.
- <!-- end-model-doc -->
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl"><CODE>WSDLFactory</CODE></A></DL>
-<HR>
-
-<P>
-<!-- ======== NESTED CLASS SUMMARY ======== -->
-
-<A NAME="nested_class_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Nested Class Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines literals for the meta objects that represent
- 
-   each class,
-   each feature of each class,
-   each enum,
-   and each data type
- 
- <!</TD>
-</TR>
-</TABLE>
-&nbsp;<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING">BINDING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Binding</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__DOCUMENTATION_ELEMENT">BINDING__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__EBINDING_OPERATIONS">BINDING__EBINDING_OPERATIONS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EBinding Operations</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__EEXTENSIBILITY_ELEMENTS">BINDING__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__ELEMENT">BINDING__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__EPORT_TYPE">BINDING__EPORT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EPort Type</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__QNAME">BINDING__QNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>QName</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__UNDEFINED">BINDING__UNDEFINED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Undefined</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT">BINDING_FAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Binding Fault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__DOCUMENTATION_ELEMENT">BINDING_FAULT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__EEXTENSIBILITY_ELEMENTS">BINDING_FAULT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__EFAULT">BINDING_FAULT__EFAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EFault</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__ELEMENT">BINDING_FAULT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__NAME">BINDING_FAULT__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT_FEATURE_COUNT">BINDING_FAULT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Binding Fault</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FEATURE_COUNT">BINDING_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Binding</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT">BINDING_INPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Binding Input</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__DOCUMENTATION_ELEMENT">BINDING_INPUT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__EEXTENSIBILITY_ELEMENTS">BINDING_INPUT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__EINPUT">BINDING_INPUT__EINPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EInput</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__ELEMENT">BINDING_INPUT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__NAME">BINDING_INPUT__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT_FEATURE_COUNT">BINDING_INPUT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Binding Input</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION">BINDING_OPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Binding Operation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__DOCUMENTATION_ELEMENT">BINDING_OPERATION__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EBINDING_FAULTS">BINDING_OPERATION__EBINDING_FAULTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EBinding Faults</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EBINDING_INPUT">BINDING_OPERATION__EBINDING_INPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EBinding Input</b></em>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EBINDING_OUTPUT">BINDING_OPERATION__EBINDING_OUTPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EBinding Output</b></em>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS">BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__ELEMENT">BINDING_OPERATION__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EOPERATION">BINDING_OPERATION__EOPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EOperation</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__NAME">BINDING_OPERATION__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION_FEATURE_COUNT">BINDING_OPERATION_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Binding Operation</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT">BINDING_OUTPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Binding Output</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__DOCUMENTATION_ELEMENT">BINDING_OUTPUT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS">BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__ELEMENT">BINDING_OUTPUT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__EOUTPUT">BINDING_OUTPUT__EOUTPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EOutput</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__NAME">BINDING_OUTPUT__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT_FEATURE_COUNT">BINDING_OUTPUT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Binding Output</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION">DEFINITION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Definition</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__DOCUMENTATION_ELEMENT">DEFINITION__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EBINDINGS">DEFINITION__EBINDINGS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EBindings</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EEXTENSIBILITY_ELEMENTS">DEFINITION__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EIMPORTS">DEFINITION__EIMPORTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EImports</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ELEMENT">DEFINITION__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EMESSAGES">DEFINITION__EMESSAGES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMessages</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ENAMESPACES">DEFINITION__ENAMESPACES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>ENamespaces</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ENCODING">DEFINITION__ENCODING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Encoding</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EPORT_TYPES">DEFINITION__EPORT_TYPES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EPort Types</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ESERVICES">DEFINITION__ESERVICES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EServices</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ETYPES">DEFINITION__ETYPES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>ETypes</b></em>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__LOCATION">DEFINITION__LOCATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Location</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__QNAME">DEFINITION__QNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>QName</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__TARGET_NAMESPACE">DEFINITION__TARGET_NAMESPACE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Target Namespace</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION_FEATURE_COUNT">DEFINITION_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Definition</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DOM_DOCUMENT">DOM_DOCUMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<em>DOM Document</em>' data type</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DOM_ELEMENT">DOM_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<em>DOM Element</em>' data type</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the package</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#eNAME">eNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The package name</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#eNS_PREFIX">eNS_PREFIX</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The package namespace name</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#eNS_URI">eNS_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The package namespace URI</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT">EXTENSIBILITY_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Extensibility Element</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT">EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__ELEMENT">EXTENSIBILITY_ELEMENT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__REQUIRED">EXTENSIBILITY_ELEMENT__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT_FEATURE_COUNT">EXTENSIBILITY_ELEMENT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Extensibility Element</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT">EXTENSIBLE_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Extensible Element</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT">EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS">EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT__ELEMENT">EXTENSIBLE_ELEMENT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT_FEATURE_COUNT">EXTENSIBLE_ELEMENT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Extensible Element</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT">FAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Fault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__DOCUMENTATION_ELEMENT">FAULT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__EEXTENSIBILITY_ELEMENTS">FAULT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__ELEMENT">FAULT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__EMESSAGE">FAULT__EMESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMessage</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__NAME">FAULT__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT_FEATURE_COUNT">FAULT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Fault</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING">IBINDING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IBinding</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_FAULT">IBINDING_FAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IBinding Fault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_FAULT_FEATURE_COUNT">IBINDING_FAULT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IBinding Fault</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_FEATURE_COUNT">IBINDING_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IBinding</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_INPUT">IBINDING_INPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IBinding Input</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_INPUT_FEATURE_COUNT">IBINDING_INPUT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IBinding Input</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OPERATION">IBINDING_OPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IBinding Operation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OPERATION_FEATURE_COUNT">IBINDING_OPERATION_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IBinding Operation</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OUTPUT">IBINDING_OUTPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IBinding Output</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OUTPUT_FEATURE_COUNT">IBINDING_OUTPUT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IBinding Output</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IDEFINITION">IDEFINITION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IDefinition</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IDEFINITION_FEATURE_COUNT">IDEFINITION_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IDefinition</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSIBILITY_ELEMENT">IEXTENSIBILITY_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IExtensibility Element</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSIBILITY_ELEMENT_FEATURE_COUNT">IEXTENSIBILITY_ELEMENT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IExtensibility Element</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSION_REGISTRY">IEXTENSION_REGISTRY</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IExtension Registry</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSION_REGISTRY_FEATURE_COUNT">IEXTENSION_REGISTRY_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IExtension Registry</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IFAULT">IFAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IFault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IFAULT_FEATURE_COUNT">IFAULT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IFault</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IIMPORT">IIMPORT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IImport</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IIMPORT_FEATURE_COUNT">IIMPORT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IImport</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IINPUT">IINPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IInput</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IINPUT_FEATURE_COUNT">IINPUT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IInput</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IITERATOR">IITERATOR</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IIterator</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IITERATOR_FEATURE_COUNT">IITERATOR_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IIterator</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#ILIST">ILIST</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IList</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#ILIST_FEATURE_COUNT">ILIST_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IList</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMAP">IMAP</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IMap</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMAP_FEATURE_COUNT">IMAP_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IMap</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMESSAGE">IMESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IMessage</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMESSAGE_FEATURE_COUNT">IMESSAGE_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IMessage</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT">IMPORT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Import</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__DOCUMENTATION_ELEMENT">IMPORT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__EDEFINITION">IMPORT__EDEFINITION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EDefinition</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__EEXTENSIBILITY_ELEMENTS">IMPORT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__ELEMENT">IMPORT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__ESCHEMA">IMPORT__ESCHEMA</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>ESchema</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__LOCATION_URI">IMPORT__LOCATION_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Location URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__NAMESPACE_URI">IMPORT__NAMESPACE_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Namespace URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT_FEATURE_COUNT">IMPORT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Import</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT">INPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Input</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__DOCUMENTATION_ELEMENT">INPUT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__EEXTENSIBILITY_ELEMENTS">INPUT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__ELEMENT">INPUT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__EMESSAGE">INPUT__EMESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMessage</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__NAME">INPUT__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT_FEATURE_COUNT">INPUT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Input</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IOPERATION">IOPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IOperation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IOPERATION_FEATURE_COUNT">IOPERATION_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IOperation</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IOUTPUT">IOUTPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IOutput</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IOUTPUT_FEATURE_COUNT">IOUTPUT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IOutput</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IPART">IPART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IPart</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IPART_FEATURE_COUNT">IPART_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IPart</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IPORT">IPORT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IPort</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IPORT_FEATURE_COUNT">IPORT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IPort</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IPORT_TYPE">IPORT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IPort Type</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IPORT_TYPE_FEATURE_COUNT">IPORT_TYPE_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IPort Type</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#ISERVICE">ISERVICE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IService</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#ISERVICE_FEATURE_COUNT">ISERVICE_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IService</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#ITYPES">ITYPES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>ITypes</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#ITYPES_FEATURE_COUNT">ITYPES_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>ITypes</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IURL">IURL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IURL</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IURL_FEATURE_COUNT">IURL_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IURL</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE">MESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Message</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__DOCUMENTATION_ELEMENT">MESSAGE__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__EEXTENSIBILITY_ELEMENTS">MESSAGE__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__ELEMENT">MESSAGE__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__EPARTS">MESSAGE__EPARTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EParts</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__QNAME">MESSAGE__QNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>QName</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__UNDEFINED">MESSAGE__UNDEFINED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Undefined</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_FEATURE_COUNT">MESSAGE_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Message</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE">MESSAGE_REFERENCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Message Reference</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT">MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS">MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__ELEMENT">MESSAGE_REFERENCE__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__EMESSAGE">MESSAGE_REFERENCE__EMESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMessage</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__NAME">MESSAGE_REFERENCE__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE_FEATURE_COUNT">MESSAGE_REFERENCE_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Message Reference</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE">NAMESPACE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Namespace</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE__PREFIX">NAMESPACE__PREFIX</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Prefix</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE__URI">NAMESPACE__URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE_FEATURE_COUNT">NAMESPACE_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Namespace</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION">OPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Operation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__DOCUMENTATION_ELEMENT">OPERATION__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EEXTENSIBILITY_ELEMENTS">OPERATION__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EFAULTS">OPERATION__EFAULTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EFaults</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EINPUT">OPERATION__EINPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EInput</b></em>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__ELEMENT">OPERATION__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EOUTPUT">OPERATION__EOUTPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EOutput</b></em>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EPARAMETER_ORDERING">OPERATION__EPARAMETER_ORDERING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EParameter Ordering</b></em>' reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__NAME">OPERATION__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__STYLE">OPERATION__STYLE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Style</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__UNDEFINED">OPERATION__UNDEFINED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Undefined</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION_FEATURE_COUNT">OPERATION_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Operation</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION_TYPE">OPERATION_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<em>Operation Type</em>' data type</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT">OUTPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Output</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__DOCUMENTATION_ELEMENT">OUTPUT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__EEXTENSIBILITY_ELEMENTS">OUTPUT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__ELEMENT">OUTPUT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__EMESSAGE">OUTPUT__EMESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMessage</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__NAME">OUTPUT__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT_FEATURE_COUNT">OUTPUT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Output</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART">PART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Part</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__DOCUMENTATION_ELEMENT">PART__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__EEXTENSIBILITY_ELEMENTS">PART__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__ELEMENT">PART__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__ELEMENT_DECLARATION">PART__ELEMENT_DECLARATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Declaration</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__ELEMENT_NAME">PART__ELEMENT_NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__EMESSAGE">PART__EMESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMessage</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__NAME">PART__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__TYPE_DEFINITION">PART__TYPE_DEFINITION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Type Definition</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__TYPE_NAME">PART__TYPE_NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Type Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART_FEATURE_COUNT">PART_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Part</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT">PORT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Port</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT__DOCUMENTATION_ELEMENT">PORT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT__EBINDING">PORT__EBINDING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EBinding</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT__EEXTENSIBILITY_ELEMENTS">PORT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT__ELEMENT">PORT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT__NAME">PORT__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_FEATURE_COUNT">PORT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Port</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE">PORT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Port Type</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__DOCUMENTATION_ELEMENT">PORT_TYPE__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__EEXTENSIBILITY_ELEMENTS">PORT_TYPE__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__ELEMENT">PORT_TYPE__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__EOPERATIONS">PORT_TYPE__EOPERATIONS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EOperations</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__QNAME">PORT_TYPE__QNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>QName</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__UNDEFINED">PORT_TYPE__UNDEFINED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Undefined</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE_FEATURE_COUNT">PORT_TYPE_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Port Type</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#QNAME">QNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<em>QName</em>' data type</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE">SERVICE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Service</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__DOCUMENTATION_ELEMENT">SERVICE__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__EEXTENSIBILITY_ELEMENTS">SERVICE__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__ELEMENT">SERVICE__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__EPORTS">SERVICE__EPORTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EPorts</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__QNAME">SERVICE__QNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>QName</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__UNDEFINED">SERVICE__UNDEFINED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Undefined</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE_FEATURE_COUNT">SERVICE_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Service</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#TYPES">TYPES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Types</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#TYPES__DOCUMENTATION_ELEMENT">TYPES__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#TYPES__EEXTENSIBILITY_ELEMENTS">TYPES__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#TYPES__ELEMENT">TYPES__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#TYPES_FEATURE_COUNT">TYPES_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Types</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT">UNKNOWN_EXTENSIBILITY_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Unknown Extensibility Element</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN">UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Children</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT">UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT">UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED">UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT">UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Unknown Extensibility Element</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT">WSDL_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Element</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT__DOCUMENTATION_ELEMENT">WSDL_ELEMENT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT__ELEMENT">WSDL_ELEMENT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT_FEATURE_COUNT">WSDL_ELEMENT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Element</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_EXCEPTION">WSDL_EXCEPTION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<em>Exception</em>' data type</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT">XSD_SCHEMA_EXTENSIBILITY_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>XSD Schema Extensibility Element</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Schema</b></em>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT">XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>XSD Schema Extensibility Element</em>' class</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_EBindingOperations()">getBinding_EBindingOperations</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEBindingOperations()"><CODE><em>EBinding Operations</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_EPortType()">getBinding_EPortType</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEPortType()"><CODE><em>EPort Type</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_QName()">getBinding_QName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getQName()"><CODE><em>QName</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_Undefined()">getBinding_Undefined</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding()">getBinding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault_EFault()">getBindingFault_EFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getEFault()"><CODE><em>EFault</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault_Name()">getBindingFault_Name</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault()">getBindingFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Fault</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput_EInput()">getBindingInput_EInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getEInput()"><CODE><em>EInput</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput_Name()">getBindingInput_Name</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput()">getBindingInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Input</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EBindingFaults()">getBindingOperation_EBindingFaults</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingFaults()"><CODE><em>EBinding Faults</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EBindingInput()">getBindingOperation_EBindingInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()"><CODE><em>EBinding Input</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EBindingOutput()">getBindingOperation_EBindingOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()"><CODE><em>EBinding Output</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EOperation()">getBindingOperation_EOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()"><CODE><em>EOperation</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_Name()">getBindingOperation_Name</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation()">getBindingOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Operation</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput_EOutput()">getBindingOutput_EOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput_Name()">getBindingOutput_Name</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput()">getBindingOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Output</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EBindings()">getDefinition_EBindings</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEBindings()"><CODE><em>EBindings</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EImports()">getDefinition_EImports</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEImports()"><CODE><em>EImports</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EMessages()">getDefinition_EMessages</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEMessages()"><CODE><em>EMessages</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_ENamespaces()">getDefinition_ENamespaces</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getENamespaces()"><CODE><em>ENamespaces</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_Encoding()">getDefinition_Encoding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEncoding()"><CODE><em>Encoding</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EPortTypes()">getDefinition_EPortTypes</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEPortTypes()"><CODE><em>EPort Types</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EServices()">getDefinition_EServices</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEServices()"><CODE><em>EServices</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_ETypes()">getDefinition_ETypes</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getETypes()"><CODE><em>ETypes</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_Location()">getDefinition_Location</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getLocation()"><CODE><em>Location</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_QName()">getDefinition_QName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getQName()"><CODE><em>QName</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_TargetNamespace()">getDefinition_TargetNamespace</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getTargetNamespace()"><CODE><em>Target Namespace</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()">getDefinition</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Definition</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EDataType</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDOMDocument()">getDOMDocument</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for data type '<CODE><em>DOM Document</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EDataType</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDOMElement()">getDOMElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for data type '<CODE><em>DOM Element</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement_ElementType()">getExtensibilityElement_ElementType</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()"><CODE><em>Element Type</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement_Required()">getExtensibilityElement_Required</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()"><CODE><em>Required</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement()">getExtensibilityElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Extensibility Element</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibleElement_EExtensibilityElements()">getExtensibleElement_EExtensibilityElements</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()"><CODE><em>EExtensibility Elements</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibleElement()">getExtensibleElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Extensible Element</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getFault()">getFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Fault</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIBinding()">getIBinding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IBinding</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIBindingFault()">getIBindingFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IBinding Fault</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIBindingInput()">getIBindingInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IBinding Input</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIBindingOperation()">getIBindingOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IBinding Operation</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIBindingOutput()">getIBindingOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IBinding Output</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIDefinition()">getIDefinition</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IDefinition</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIExtensibilityElement()">getIExtensibilityElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IExtensibility Element</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIExtensionRegistry()">getIExtensionRegistry</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IExtension Registry</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIFault()">getIFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IFault</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIImport()">getIImport</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IImport</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIInput()">getIInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IInput</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIIterator()">getIIterator</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IIterator</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIList()">getIList</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IList</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIMap()">getIMap</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IMap</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIMessage()">getIMessage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IMessage</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_EDefinition()">getImport_EDefinition</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getEDefinition()"><CODE><em>EDefinition</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_ESchema()">getImport_ESchema</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getESchema()"><CODE><em>ESchema</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_LocationURI()">getImport_LocationURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_NamespaceURI()">getImport_NamespaceURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport()">getImport</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Import</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getInput()">getInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Input</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIOperation()">getIOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IOperation</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIOutput()">getIOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IOutput</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIPart()">getIPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IPart</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIPort()">getIPort</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IPort</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIPortType()">getIPortType</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IPort Type</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIService()">getIService</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IService</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getITypes()">getITypes</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>ITypes</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIURL()">getIURL</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IURL</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage_EParts()">getMessage_EParts</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getEParts()"><CODE><em>EParts</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage_QName()">getMessage_QName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getQName()"><CODE><em>QName</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage_Undefined()">getMessage_Undefined</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage()">getMessage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Message</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference_EMessage()">getMessageReference_EMessage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference_Name()">getMessageReference_Name</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference()">getMessageReference</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Message Reference</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace_Prefix()">getNamespace_Prefix</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getPrefix()"><CODE><em>Prefix</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace_URI()">getNamespace_URI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getURI()"><CODE><em>URI</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace()">getNamespace</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Namespace</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EFaults()">getOperation_EFaults</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEFaults()"><CODE><em>EFaults</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EInput()">getOperation_EInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEInput()"><CODE><em>EInput</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EOutput()">getOperation_EOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EParameterOrdering()">getOperation_EParameterOrdering</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEParameterOrdering()"><CODE><em>EParameter Ordering</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_Name()">getOperation_Name</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_Style()">getOperation_Style</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getStyle()"><CODE><em>Style</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_Undefined()">getOperation_Undefined</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()">getOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Operation</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EDataType</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperationType()">getOperationType</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for data type '<CODE><em>Operation Type</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOutput()">getOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Output</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_ElementDeclaration()">getPart_ElementDeclaration</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementDeclaration()"><CODE><em>Element Declaration</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_ElementName()">getPart_ElementName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementName()"><CODE><em>Element Name</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_EMessage()">getPart_EMessage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_Name()">getPart_Name</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_TypeDefinition()">getPart_TypeDefinition</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeDefinition()"><CODE><em>Type Definition</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_TypeName()">getPart_TypeName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeName()"><CODE><em>Type Name</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()">getPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Part</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPort_EBinding()">getPort_EBinding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getEBinding()"><CODE><em>EBinding</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPort_Name()">getPort_Name</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPort()">getPort</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Port</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType_EOperations()">getPortType_EOperations</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getEOperations()"><CODE><em>EOperations</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType_QName()">getPortType_QName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getQName()"><CODE><em>QName</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType_Undefined()">getPortType_Undefined</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType()">getPortType</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Port Type</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EDataType</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getQName()">getQName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for data type '<CODE><em>QName</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService_EPorts()">getService_EPorts</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getEPorts()"><CODE><em>EPorts</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService_QName()">getService_QName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getQName()"><CODE><em>QName</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService_Undefined()">getService_Undefined</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService()">getService</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Service</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getTypes()">getTypes</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Types</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getUnknownExtensibilityElement_Children()">getUnknownExtensibilityElement_Children</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html#getChildren()"><CODE><em>Children</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getUnknownExtensibilityElement()">getUnknownExtensibilityElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Unknown Extensibility Element</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement_DocumentationElement()">getWSDLElement_DocumentationElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()"><CODE><em>Documentation Element</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement_Element()">getWSDLElement_Element</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE><em>Element</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement()">getWSDLElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Element</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EDataType</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLException()">getWSDLException</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for data type '<CODE><em>Exception</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLFactory()">getWSDLFactory</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the factory that creates the instances of the model</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getXSDSchemaExtensibilityElement_Schema()">getXSDSchemaExtensibilityElement_Schema</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#getSchema()"><CODE><em>Schema</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getXSDSchemaExtensibilityElement()">getXSDSchemaExtensibilityElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>XSD Schema Extensibility Element</em></CODE></A>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="eNAME"><!-- --></A><H3>
-eNAME</H3>
-<PRE>
-static final java.lang.String <B>eNAME</B></PRE>
-<DL>
-<DD>The package name.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.eNAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="eNS_URI"><!-- --></A><H3>
-eNS_URI</H3>
-<PRE>
-static final java.lang.String <B>eNS_URI</B></PRE>
-<DL>
-<DD>The package namespace URI.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.eNS_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="eNS_PREFIX"><!-- --></A><H3>
-eNS_PREFIX</H3>
-<PRE>
-static final java.lang.String <B>eNS_PREFIX</B></PRE>
-<DL>
-<DD>The package namespace name.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.eNS_PREFIX">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="eINSTANCE"><!-- --></A><H3>
-eINSTANCE</H3>
-<PRE>
-static final <A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A> <B>eINSTANCE</B></PRE>
-<DL>
-<DD>The singleton instance of the package.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="WSDL_ELEMENT"><!-- --></A><H3>
-WSDL_ELEMENT</H3>
-<PRE>
-static final int <B>WSDL_ELEMENT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Element</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>WSDLElementImpl</CODE>, 
-<CODE>WSDLPackageImpl.getWSDLElement()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.WSDL_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="WSDL_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-WSDL_ELEMENT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>WSDL_ELEMENT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.WSDL_ELEMENT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="WSDL_ELEMENT__ELEMENT"><!-- --></A><H3>
-WSDL_ELEMENT__ELEMENT</H3>
-<PRE>
-static final int <B>WSDL_ELEMENT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.WSDL_ELEMENT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="WSDL_ELEMENT_FEATURE_COUNT"><!-- --></A><H3>
-WSDL_ELEMENT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>WSDL_ELEMENT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Element</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.WSDL_ELEMENT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBLE_ELEMENT"><!-- --></A><H3>
-EXTENSIBLE_ELEMENT</H3>
-<PRE>
-static final int <B>EXTENSIBLE_ELEMENT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Extensible Element</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>ExtensibleElementImpl</CODE>, 
-<CODE>WSDLPackageImpl.getExtensibleElement()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBLE_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBLE_ELEMENT__ELEMENT"><!-- --></A><H3>
-EXTENSIBLE_ELEMENT__ELEMENT</H3>
-<PRE>
-static final int <B>EXTENSIBLE_ELEMENT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBLE_ELEMENT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBLE_ELEMENT_FEATURE_COUNT"><!-- --></A><H3>
-EXTENSIBLE_ELEMENT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>EXTENSIBLE_ELEMENT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Extensible Element</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBLE_ELEMENT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT_TYPE"><!-- --></A><H3>
-PORT_TYPE</H3>
-<PRE>
-static final int <B>PORT_TYPE</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Port Type</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>PortTypeImpl</CODE>, 
-<CODE>WSDLPackageImpl.getPortType()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT_TYPE__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-PORT_TYPE__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>PORT_TYPE__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT_TYPE__ELEMENT"><!-- --></A><H3>
-PORT_TYPE__ELEMENT</H3>
-<PRE>
-static final int <B>PORT_TYPE__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT_TYPE__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-PORT_TYPE__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>PORT_TYPE__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT_TYPE__QNAME"><!-- --></A><H3>
-PORT_TYPE__QNAME</H3>
-<PRE>
-static final int <B>PORT_TYPE__QNAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>QName</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__QNAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT_TYPE__UNDEFINED"><!-- --></A><H3>
-PORT_TYPE__UNDEFINED</H3>
-<PRE>
-static final int <B>PORT_TYPE__UNDEFINED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Undefined</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__UNDEFINED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT_TYPE__EOPERATIONS"><!-- --></A><H3>
-PORT_TYPE__EOPERATIONS</H3>
-<PRE>
-static final int <B>PORT_TYPE__EOPERATIONS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EOperations</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__EOPERATIONS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT_TYPE_FEATURE_COUNT"><!-- --></A><H3>
-PORT_TYPE_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>PORT_TYPE_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Port Type</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION"><!-- --></A><H3>
-OPERATION</H3>
-<PRE>
-static final int <B>OPERATION</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Operation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>OperationImpl</CODE>, 
-<CODE>WSDLPackageImpl.getOperation()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-OPERATION__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>OPERATION__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__ELEMENT"><!-- --></A><H3>
-OPERATION__ELEMENT</H3>
-<PRE>
-static final int <B>OPERATION__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-OPERATION__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>OPERATION__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__STYLE"><!-- --></A><H3>
-OPERATION__STYLE</H3>
-<PRE>
-static final int <B>OPERATION__STYLE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Style</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__STYLE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__NAME"><!-- --></A><H3>
-OPERATION__NAME</H3>
-<PRE>
-static final int <B>OPERATION__NAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__NAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__UNDEFINED"><!-- --></A><H3>
-OPERATION__UNDEFINED</H3>
-<PRE>
-static final int <B>OPERATION__UNDEFINED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Undefined</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__UNDEFINED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__EINPUT"><!-- --></A><H3>
-OPERATION__EINPUT</H3>
-<PRE>
-static final int <B>OPERATION__EINPUT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EInput</b></em>' containment reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__EINPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__EOUTPUT"><!-- --></A><H3>
-OPERATION__EOUTPUT</H3>
-<PRE>
-static final int <B>OPERATION__EOUTPUT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EOutput</b></em>' containment reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__EOUTPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__EFAULTS"><!-- --></A><H3>
-OPERATION__EFAULTS</H3>
-<PRE>
-static final int <B>OPERATION__EFAULTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EFaults</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__EFAULTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION__EPARAMETER_ORDERING"><!-- --></A><H3>
-OPERATION__EPARAMETER_ORDERING</H3>
-<PRE>
-static final int <B>OPERATION__EPARAMETER_ORDERING</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EParameter Ordering</b></em>' reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__EPARAMETER_ORDERING">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION_FEATURE_COUNT"><!-- --></A><H3>
-OPERATION_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>OPERATION_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Operation</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE"><!-- --></A><H3>
-MESSAGE</H3>
-<PRE>
-static final int <B>MESSAGE</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Message</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MessageImpl</CODE>, 
-<CODE>WSDLPackageImpl.getMessage()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-MESSAGE__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>MESSAGE__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE__ELEMENT"><!-- --></A><H3>
-MESSAGE__ELEMENT</H3>
-<PRE>
-static final int <B>MESSAGE__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-MESSAGE__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>MESSAGE__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE__QNAME"><!-- --></A><H3>
-MESSAGE__QNAME</H3>
-<PRE>
-static final int <B>MESSAGE__QNAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>QName</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__QNAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE__UNDEFINED"><!-- --></A><H3>
-MESSAGE__UNDEFINED</H3>
-<PRE>
-static final int <B>MESSAGE__UNDEFINED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Undefined</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__UNDEFINED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE__EPARTS"><!-- --></A><H3>
-MESSAGE__EPARTS</H3>
-<PRE>
-static final int <B>MESSAGE__EPARTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EParts</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__EPARTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE_FEATURE_COUNT"><!-- --></A><H3>
-MESSAGE_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>MESSAGE_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Message</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PART"><!-- --></A><H3>
-PART</H3>
-<PRE>
-static final int <B>PART</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Part</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>PartImpl</CODE>, 
-<CODE>WSDLPackageImpl.getPart()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PART__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-PART__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>PART__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PART__ELEMENT"><!-- --></A><H3>
-PART__ELEMENT</H3>
-<PRE>
-static final int <B>PART__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PART__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-PART__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>PART__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PART__NAME"><!-- --></A><H3>
-PART__NAME</H3>
-<PRE>
-static final int <B>PART__NAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__NAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PART__ELEMENT_NAME"><!-- --></A><H3>
-PART__ELEMENT_NAME</H3>
-<PRE>
-static final int <B>PART__ELEMENT_NAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__ELEMENT_NAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PART__TYPE_NAME"><!-- --></A><H3>
-PART__TYPE_NAME</H3>
-<PRE>
-static final int <B>PART__TYPE_NAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Type Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__TYPE_NAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PART__TYPE_DEFINITION"><!-- --></A><H3>
-PART__TYPE_DEFINITION</H3>
-<PRE>
-static final int <B>PART__TYPE_DEFINITION</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Type Definition</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__TYPE_DEFINITION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PART__ELEMENT_DECLARATION"><!-- --></A><H3>
-PART__ELEMENT_DECLARATION</H3>
-<PRE>
-static final int <B>PART__ELEMENT_DECLARATION</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Declaration</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__ELEMENT_DECLARATION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PART__EMESSAGE"><!-- --></A><H3>
-PART__EMESSAGE</H3>
-<PRE>
-static final int <B>PART__EMESSAGE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__EMESSAGE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PART_FEATURE_COUNT"><!-- --></A><H3>
-PART_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>PART_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Part</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING"><!-- --></A><H3>
-BINDING</H3>
-<PRE>
-static final int <B>BINDING</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Binding</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingImpl</CODE>, 
-<CODE>WSDLPackageImpl.getBinding()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-BINDING__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>BINDING__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING__ELEMENT"><!-- --></A><H3>
-BINDING__ELEMENT</H3>
-<PRE>
-static final int <B>BINDING__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-BINDING__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>BINDING__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING__QNAME"><!-- --></A><H3>
-BINDING__QNAME</H3>
-<PRE>
-static final int <B>BINDING__QNAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>QName</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING__QNAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING__UNDEFINED"><!-- --></A><H3>
-BINDING__UNDEFINED</H3>
-<PRE>
-static final int <B>BINDING__UNDEFINED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Undefined</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING__UNDEFINED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING__EPORT_TYPE"><!-- --></A><H3>
-BINDING__EPORT_TYPE</H3>
-<PRE>
-static final int <B>BINDING__EPORT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EPort Type</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING__EPORT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING__EBINDING_OPERATIONS"><!-- --></A><H3>
-BINDING__EBINDING_OPERATIONS</H3>
-<PRE>
-static final int <B>BINDING__EBINDING_OPERATIONS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EBinding Operations</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING__EBINDING_OPERATIONS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_FEATURE_COUNT"><!-- --></A><H3>
-BINDING_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>BINDING_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Binding</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION"><!-- --></A><H3>
-BINDING_OPERATION</H3>
-<PRE>
-static final int <B>BINDING_OPERATION</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Binding Operation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingOperationImpl</CODE>, 
-<CODE>WSDLPackageImpl.getBindingOperation()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-BINDING_OPERATION__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>BINDING_OPERATION__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION__ELEMENT"><!-- --></A><H3>
-BINDING_OPERATION__ELEMENT</H3>
-<PRE>
-static final int <B>BINDING_OPERATION__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION__NAME"><!-- --></A><H3>
-BINDING_OPERATION__NAME</H3>
-<PRE>
-static final int <B>BINDING_OPERATION__NAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__NAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION__EOPERATION"><!-- --></A><H3>
-BINDING_OPERATION__EOPERATION</H3>
-<PRE>
-static final int <B>BINDING_OPERATION__EOPERATION</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EOperation</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__EOPERATION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION__EBINDING_INPUT"><!-- --></A><H3>
-BINDING_OPERATION__EBINDING_INPUT</H3>
-<PRE>
-static final int <B>BINDING_OPERATION__EBINDING_INPUT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EBinding Input</b></em>' containment reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__EBINDING_INPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION__EBINDING_OUTPUT"><!-- --></A><H3>
-BINDING_OPERATION__EBINDING_OUTPUT</H3>
-<PRE>
-static final int <B>BINDING_OPERATION__EBINDING_OUTPUT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EBinding Output</b></em>' containment reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__EBINDING_OUTPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION__EBINDING_FAULTS"><!-- --></A><H3>
-BINDING_OPERATION__EBINDING_FAULTS</H3>
-<PRE>
-static final int <B>BINDING_OPERATION__EBINDING_FAULTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EBinding Faults</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__EBINDING_FAULTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OPERATION_FEATURE_COUNT"><!-- --></A><H3>
-BINDING_OPERATION_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>BINDING_OPERATION_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Binding Operation</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SERVICE"><!-- --></A><H3>
-SERVICE</H3>
-<PRE>
-static final int <B>SERVICE</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Service</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>ServiceImpl</CODE>, 
-<CODE>WSDLPackageImpl.getService()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SERVICE__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-SERVICE__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>SERVICE__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SERVICE__ELEMENT"><!-- --></A><H3>
-SERVICE__ELEMENT</H3>
-<PRE>
-static final int <B>SERVICE__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SERVICE__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-SERVICE__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>SERVICE__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SERVICE__QNAME"><!-- --></A><H3>
-SERVICE__QNAME</H3>
-<PRE>
-static final int <B>SERVICE__QNAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>QName</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE__QNAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SERVICE__UNDEFINED"><!-- --></A><H3>
-SERVICE__UNDEFINED</H3>
-<PRE>
-static final int <B>SERVICE__UNDEFINED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Undefined</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE__UNDEFINED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SERVICE__EPORTS"><!-- --></A><H3>
-SERVICE__EPORTS</H3>
-<PRE>
-static final int <B>SERVICE__EPORTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EPorts</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE__EPORTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SERVICE_FEATURE_COUNT"><!-- --></A><H3>
-SERVICE_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>SERVICE_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Service</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT"><!-- --></A><H3>
-PORT</H3>
-<PRE>
-static final int <B>PORT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Port</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>PortImpl</CODE>, 
-<CODE>WSDLPackageImpl.getPort()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-PORT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>PORT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT__ELEMENT"><!-- --></A><H3>
-PORT__ELEMENT</H3>
-<PRE>
-static final int <B>PORT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-PORT__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>PORT__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT__NAME"><!-- --></A><H3>
-PORT__NAME</H3>
-<PRE>
-static final int <B>PORT__NAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT__NAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT__EBINDING"><!-- --></A><H3>
-PORT__EBINDING</H3>
-<PRE>
-static final int <B>PORT__EBINDING</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EBinding</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT__EBINDING">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT_FEATURE_COUNT"><!-- --></A><H3>
-PORT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>PORT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Port</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBILITY_ELEMENT"><!-- --></A><H3>
-EXTENSIBILITY_ELEMENT</H3>
-<PRE>
-static final int <B>EXTENSIBILITY_ELEMENT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Extensibility Element</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>ExtensibilityElementImpl</CODE>, 
-<CODE>WSDLPackageImpl.getExtensibilityElement()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBILITY_ELEMENT__ELEMENT"><!-- --></A><H3>
-EXTENSIBILITY_ELEMENT__ELEMENT</H3>
-<PRE>
-static final int <B>EXTENSIBILITY_ELEMENT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBILITY_ELEMENT__REQUIRED"><!-- --></A><H3>
-EXTENSIBILITY_ELEMENT__REQUIRED</H3>
-<PRE>
-static final int <B>EXTENSIBILITY_ELEMENT__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBILITY_ELEMENT__ELEMENT_TYPE"><!-- --></A><H3>
-EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="EXTENSIBILITY_ELEMENT_FEATURE_COUNT"><!-- --></A><H3>
-EXTENSIBILITY_ELEMENT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>EXTENSIBILITY_ELEMENT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Extensibility Element</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION"><!-- --></A><H3>
-DEFINITION</H3>
-<PRE>
-static final int <B>DEFINITION</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Definition</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>DefinitionImpl</CODE>, 
-<CODE>WSDLPackageImpl.getDefinition()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-DEFINITION__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>DEFINITION__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__ELEMENT"><!-- --></A><H3>
-DEFINITION__ELEMENT</H3>
-<PRE>
-static final int <B>DEFINITION__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-DEFINITION__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>DEFINITION__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__TARGET_NAMESPACE"><!-- --></A><H3>
-DEFINITION__TARGET_NAMESPACE</H3>
-<PRE>
-static final int <B>DEFINITION__TARGET_NAMESPACE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Target Namespace</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__TARGET_NAMESPACE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__LOCATION"><!-- --></A><H3>
-DEFINITION__LOCATION</H3>
-<PRE>
-static final int <B>DEFINITION__LOCATION</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Location</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__LOCATION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__QNAME"><!-- --></A><H3>
-DEFINITION__QNAME</H3>
-<PRE>
-static final int <B>DEFINITION__QNAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>QName</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__QNAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__ENCODING"><!-- --></A><H3>
-DEFINITION__ENCODING</H3>
-<PRE>
-static final int <B>DEFINITION__ENCODING</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Encoding</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__ENCODING">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__EIMPORTS"><!-- --></A><H3>
-DEFINITION__EIMPORTS</H3>
-<PRE>
-static final int <B>DEFINITION__EIMPORTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EImports</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__EIMPORTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__ETYPES"><!-- --></A><H3>
-DEFINITION__ETYPES</H3>
-<PRE>
-static final int <B>DEFINITION__ETYPES</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>ETypes</b></em>' containment reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__ETYPES">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__EMESSAGES"><!-- --></A><H3>
-DEFINITION__EMESSAGES</H3>
-<PRE>
-static final int <B>DEFINITION__EMESSAGES</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EMessages</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__EMESSAGES">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__EPORT_TYPES"><!-- --></A><H3>
-DEFINITION__EPORT_TYPES</H3>
-<PRE>
-static final int <B>DEFINITION__EPORT_TYPES</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EPort Types</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__EPORT_TYPES">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__EBINDINGS"><!-- --></A><H3>
-DEFINITION__EBINDINGS</H3>
-<PRE>
-static final int <B>DEFINITION__EBINDINGS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EBindings</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__EBINDINGS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__ESERVICES"><!-- --></A><H3>
-DEFINITION__ESERVICES</H3>
-<PRE>
-static final int <B>DEFINITION__ESERVICES</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EServices</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__ESERVICES">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION__ENAMESPACES"><!-- --></A><H3>
-DEFINITION__ENAMESPACES</H3>
-<PRE>
-static final int <B>DEFINITION__ENAMESPACES</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>ENamespaces</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__ENAMESPACES">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION_FEATURE_COUNT"><!-- --></A><H3>
-DEFINITION_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>DEFINITION_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Definition</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT"><!-- --></A><H3>
-IMPORT</H3>
-<PRE>
-static final int <B>IMPORT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Import</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>ImportImpl</CODE>, 
-<CODE>WSDLPackageImpl.getImport()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-IMPORT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>IMPORT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT__ELEMENT"><!-- --></A><H3>
-IMPORT__ELEMENT</H3>
-<PRE>
-static final int <B>IMPORT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-IMPORT__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>IMPORT__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT__NAMESPACE_URI"><!-- --></A><H3>
-IMPORT__NAMESPACE_URI</H3>
-<PRE>
-static final int <B>IMPORT__NAMESPACE_URI</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Namespace URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT__NAMESPACE_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT__LOCATION_URI"><!-- --></A><H3>
-IMPORT__LOCATION_URI</H3>
-<PRE>
-static final int <B>IMPORT__LOCATION_URI</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Location URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT__LOCATION_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT__EDEFINITION"><!-- --></A><H3>
-IMPORT__EDEFINITION</H3>
-<PRE>
-static final int <B>IMPORT__EDEFINITION</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EDefinition</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT__EDEFINITION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT__ESCHEMA"><!-- --></A><H3>
-IMPORT__ESCHEMA</H3>
-<PRE>
-static final int <B>IMPORT__ESCHEMA</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>ESchema</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT__ESCHEMA">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT_FEATURE_COUNT"><!-- --></A><H3>
-IMPORT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IMPORT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Import</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE_REFERENCE"><!-- --></A><H3>
-MESSAGE_REFERENCE</H3>
-<PRE>
-static final int <B>MESSAGE_REFERENCE</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Message Reference</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MessageReferenceImpl</CODE>, 
-<CODE>WSDLPackageImpl.getMessageReference()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE_REFERENCE__ELEMENT"><!-- --></A><H3>
-MESSAGE_REFERENCE__ELEMENT</H3>
-<PRE>
-static final int <B>MESSAGE_REFERENCE__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE_REFERENCE__NAME"><!-- --></A><H3>
-MESSAGE_REFERENCE__NAME</H3>
-<PRE>
-static final int <B>MESSAGE_REFERENCE__NAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE__NAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE_REFERENCE__EMESSAGE"><!-- --></A><H3>
-MESSAGE_REFERENCE__EMESSAGE</H3>
-<PRE>
-static final int <B>MESSAGE_REFERENCE__EMESSAGE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE__EMESSAGE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE_REFERENCE_FEATURE_COUNT"><!-- --></A><H3>
-MESSAGE_REFERENCE_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>MESSAGE_REFERENCE_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Message Reference</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="INPUT"><!-- --></A><H3>
-INPUT</H3>
-<PRE>
-static final int <B>INPUT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Input</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>InputImpl</CODE>, 
-<CODE>WSDLPackageImpl.getInput()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.INPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="INPUT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-INPUT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>INPUT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.INPUT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="INPUT__ELEMENT"><!-- --></A><H3>
-INPUT__ELEMENT</H3>
-<PRE>
-static final int <B>INPUT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.INPUT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="INPUT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-INPUT__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>INPUT__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.INPUT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="INPUT__NAME"><!-- --></A><H3>
-INPUT__NAME</H3>
-<PRE>
-static final int <B>INPUT__NAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.INPUT__NAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="INPUT__EMESSAGE"><!-- --></A><H3>
-INPUT__EMESSAGE</H3>
-<PRE>
-static final int <B>INPUT__EMESSAGE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.INPUT__EMESSAGE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="INPUT_FEATURE_COUNT"><!-- --></A><H3>
-INPUT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>INPUT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Input</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.INPUT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OUTPUT"><!-- --></A><H3>
-OUTPUT</H3>
-<PRE>
-static final int <B>OUTPUT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Output</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>OutputImpl</CODE>, 
-<CODE>WSDLPackageImpl.getOutput()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OUTPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OUTPUT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-OUTPUT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>OUTPUT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OUTPUT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OUTPUT__ELEMENT"><!-- --></A><H3>
-OUTPUT__ELEMENT</H3>
-<PRE>
-static final int <B>OUTPUT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OUTPUT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OUTPUT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-OUTPUT__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>OUTPUT__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OUTPUT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OUTPUT__NAME"><!-- --></A><H3>
-OUTPUT__NAME</H3>
-<PRE>
-static final int <B>OUTPUT__NAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OUTPUT__NAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OUTPUT__EMESSAGE"><!-- --></A><H3>
-OUTPUT__EMESSAGE</H3>
-<PRE>
-static final int <B>OUTPUT__EMESSAGE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OUTPUT__EMESSAGE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OUTPUT_FEATURE_COUNT"><!-- --></A><H3>
-OUTPUT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>OUTPUT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Output</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OUTPUT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="FAULT"><!-- --></A><H3>
-FAULT</H3>
-<PRE>
-static final int <B>FAULT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Fault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>FaultImpl</CODE>, 
-<CODE>WSDLPackageImpl.getFault()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.FAULT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="FAULT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-FAULT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>FAULT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.FAULT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="FAULT__ELEMENT"><!-- --></A><H3>
-FAULT__ELEMENT</H3>
-<PRE>
-static final int <B>FAULT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.FAULT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="FAULT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-FAULT__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>FAULT__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.FAULT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="FAULT__NAME"><!-- --></A><H3>
-FAULT__NAME</H3>
-<PRE>
-static final int <B>FAULT__NAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.FAULT__NAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="FAULT__EMESSAGE"><!-- --></A><H3>
-FAULT__EMESSAGE</H3>
-<PRE>
-static final int <B>FAULT__EMESSAGE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.FAULT__EMESSAGE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="FAULT_FEATURE_COUNT"><!-- --></A><H3>
-FAULT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>FAULT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Fault</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.FAULT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_INPUT"><!-- --></A><H3>
-BINDING_INPUT</H3>
-<PRE>
-static final int <B>BINDING_INPUT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Binding Input</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingInputImpl</CODE>, 
-<CODE>WSDLPackageImpl.getBindingInput()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_INPUT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-BINDING_INPUT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>BINDING_INPUT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_INPUT__ELEMENT"><!-- --></A><H3>
-BINDING_INPUT__ELEMENT</H3>
-<PRE>
-static final int <B>BINDING_INPUT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_INPUT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-BINDING_INPUT__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>BINDING_INPUT__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_INPUT__NAME"><!-- --></A><H3>
-BINDING_INPUT__NAME</H3>
-<PRE>
-static final int <B>BINDING_INPUT__NAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT__NAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_INPUT__EINPUT"><!-- --></A><H3>
-BINDING_INPUT__EINPUT</H3>
-<PRE>
-static final int <B>BINDING_INPUT__EINPUT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EInput</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT__EINPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_INPUT_FEATURE_COUNT"><!-- --></A><H3>
-BINDING_INPUT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>BINDING_INPUT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Binding Input</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OUTPUT"><!-- --></A><H3>
-BINDING_OUTPUT</H3>
-<PRE>
-static final int <B>BINDING_OUTPUT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Binding Output</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingOutputImpl</CODE>, 
-<CODE>WSDLPackageImpl.getBindingOutput()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OUTPUT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-BINDING_OUTPUT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>BINDING_OUTPUT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OUTPUT__ELEMENT"><!-- --></A><H3>
-BINDING_OUTPUT__ELEMENT</H3>
-<PRE>
-static final int <B>BINDING_OUTPUT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OUTPUT__NAME"><!-- --></A><H3>
-BINDING_OUTPUT__NAME</H3>
-<PRE>
-static final int <B>BINDING_OUTPUT__NAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT__NAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OUTPUT__EOUTPUT"><!-- --></A><H3>
-BINDING_OUTPUT__EOUTPUT</H3>
-<PRE>
-static final int <B>BINDING_OUTPUT__EOUTPUT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EOutput</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT__EOUTPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_OUTPUT_FEATURE_COUNT"><!-- --></A><H3>
-BINDING_OUTPUT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>BINDING_OUTPUT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Binding Output</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_FAULT"><!-- --></A><H3>
-BINDING_FAULT</H3>
-<PRE>
-static final int <B>BINDING_FAULT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Binding Fault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingFaultImpl</CODE>, 
-<CODE>WSDLPackageImpl.getBindingFault()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_FAULT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-BINDING_FAULT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>BINDING_FAULT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_FAULT__ELEMENT"><!-- --></A><H3>
-BINDING_FAULT__ELEMENT</H3>
-<PRE>
-static final int <B>BINDING_FAULT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_FAULT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-BINDING_FAULT__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>BINDING_FAULT__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_FAULT__NAME"><!-- --></A><H3>
-BINDING_FAULT__NAME</H3>
-<PRE>
-static final int <B>BINDING_FAULT__NAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT__NAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_FAULT__EFAULT"><!-- --></A><H3>
-BINDING_FAULT__EFAULT</H3>
-<PRE>
-static final int <B>BINDING_FAULT__EFAULT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EFault</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT__EFAULT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_FAULT_FEATURE_COUNT"><!-- --></A><H3>
-BINDING_FAULT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>BINDING_FAULT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Binding Fault</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="NAMESPACE"><!-- --></A><H3>
-NAMESPACE</H3>
-<PRE>
-static final int <B>NAMESPACE</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Namespace</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>NamespaceImpl</CODE>, 
-<CODE>WSDLPackageImpl.getNamespace()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.NAMESPACE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="NAMESPACE__URI"><!-- --></A><H3>
-NAMESPACE__URI</H3>
-<PRE>
-static final int <B>NAMESPACE__URI</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.NAMESPACE__URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="NAMESPACE__PREFIX"><!-- --></A><H3>
-NAMESPACE__PREFIX</H3>
-<PRE>
-static final int <B>NAMESPACE__PREFIX</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Prefix</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.NAMESPACE__PREFIX">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="NAMESPACE_FEATURE_COUNT"><!-- --></A><H3>
-NAMESPACE_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>NAMESPACE_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Namespace</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.NAMESPACE_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IPORT_TYPE"><!-- --></A><H3>
-IPORT_TYPE</H3>
-<PRE>
-static final int <B>IPORT_TYPE</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IPort Type</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>PortType</CODE>, 
-<CODE>WSDLPackageImpl.getIPortType()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IPORT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IPORT_TYPE_FEATURE_COUNT"><!-- --></A><H3>
-IPORT_TYPE_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IPORT_TYPE_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IPort Type</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IPORT_TYPE_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IOPERATION"><!-- --></A><H3>
-IOPERATION</H3>
-<PRE>
-static final int <B>IOPERATION</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IOperation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Operation</CODE>, 
-<CODE>WSDLPackageImpl.getIOperation()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IOPERATION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IOPERATION_FEATURE_COUNT"><!-- --></A><H3>
-IOPERATION_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IOPERATION_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IOperation</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IOPERATION_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IINPUT"><!-- --></A><H3>
-IINPUT</H3>
-<PRE>
-static final int <B>IINPUT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IInput</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Input</CODE>, 
-<CODE>WSDLPackageImpl.getIInput()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IINPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IINPUT_FEATURE_COUNT"><!-- --></A><H3>
-IINPUT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IINPUT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IInput</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IINPUT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IOUTPUT"><!-- --></A><H3>
-IOUTPUT</H3>
-<PRE>
-static final int <B>IOUTPUT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IOutput</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Output</CODE>, 
-<CODE>WSDLPackageImpl.getIOutput()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IOUTPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IOUTPUT_FEATURE_COUNT"><!-- --></A><H3>
-IOUTPUT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IOUTPUT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IOutput</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IOUTPUT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IFAULT"><!-- --></A><H3>
-IFAULT</H3>
-<PRE>
-static final int <B>IFAULT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IFault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Fault</CODE>, 
-<CODE>WSDLPackageImpl.getIFault()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IFAULT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IFAULT_FEATURE_COUNT"><!-- --></A><H3>
-IFAULT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IFAULT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IFault</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IFAULT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMESSAGE"><!-- --></A><H3>
-IMESSAGE</H3>
-<PRE>
-static final int <B>IMESSAGE</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IMessage</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Message</CODE>, 
-<CODE>WSDLPackageImpl.getIMessage()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMESSAGE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMESSAGE_FEATURE_COUNT"><!-- --></A><H3>
-IMESSAGE_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IMESSAGE_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IMessage</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMESSAGE_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IPART"><!-- --></A><H3>
-IPART</H3>
-<PRE>
-static final int <B>IPART</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IPart</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Part</CODE>, 
-<CODE>WSDLPackageImpl.getIPart()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IPART">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IPART_FEATURE_COUNT"><!-- --></A><H3>
-IPART_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IPART_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IPart</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IPART_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISERVICE"><!-- --></A><H3>
-ISERVICE</H3>
-<PRE>
-static final int <B>ISERVICE</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IService</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Service</CODE>, 
-<CODE>WSDLPackageImpl.getIService()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.ISERVICE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISERVICE_FEATURE_COUNT"><!-- --></A><H3>
-ISERVICE_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>ISERVICE_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IService</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.ISERVICE_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IPORT"><!-- --></A><H3>
-IPORT</H3>
-<PRE>
-static final int <B>IPORT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IPort</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Port</CODE>, 
-<CODE>WSDLPackageImpl.getIPort()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IPORT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IPORT_FEATURE_COUNT"><!-- --></A><H3>
-IPORT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IPORT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IPort</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IPORT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IBINDING"><!-- --></A><H3>
-IBINDING</H3>
-<PRE>
-static final int <B>IBINDING</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IBinding</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Binding</CODE>, 
-<CODE>WSDLPackageImpl.getIBinding()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IBINDING_FEATURE_COUNT"><!-- --></A><H3>
-IBINDING_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IBINDING_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IBinding</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IBINDING_OPERATION"><!-- --></A><H3>
-IBINDING_OPERATION</H3>
-<PRE>
-static final int <B>IBINDING_OPERATION</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IBinding Operation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingOperation</CODE>, 
-<CODE>WSDLPackageImpl.getIBindingOperation()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_OPERATION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IBINDING_OPERATION_FEATURE_COUNT"><!-- --></A><H3>
-IBINDING_OPERATION_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IBINDING_OPERATION_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IBinding Operation</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_OPERATION_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IBINDING_INPUT"><!-- --></A><H3>
-IBINDING_INPUT</H3>
-<PRE>
-static final int <B>IBINDING_INPUT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IBinding Input</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingInput</CODE>, 
-<CODE>WSDLPackageImpl.getIBindingInput()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_INPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IBINDING_INPUT_FEATURE_COUNT"><!-- --></A><H3>
-IBINDING_INPUT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IBINDING_INPUT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IBinding Input</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_INPUT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IBINDING_OUTPUT"><!-- --></A><H3>
-IBINDING_OUTPUT</H3>
-<PRE>
-static final int <B>IBINDING_OUTPUT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IBinding Output</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingOutput</CODE>, 
-<CODE>WSDLPackageImpl.getIBindingOutput()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_OUTPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IBINDING_OUTPUT_FEATURE_COUNT"><!-- --></A><H3>
-IBINDING_OUTPUT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IBINDING_OUTPUT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IBinding Output</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_OUTPUT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IBINDING_FAULT"><!-- --></A><H3>
-IBINDING_FAULT</H3>
-<PRE>
-static final int <B>IBINDING_FAULT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IBinding Fault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>BindingFault</CODE>, 
-<CODE>WSDLPackageImpl.getIBindingFault()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_FAULT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IBINDING_FAULT_FEATURE_COUNT"><!-- --></A><H3>
-IBINDING_FAULT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IBINDING_FAULT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IBinding Fault</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_FAULT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IEXTENSIBILITY_ELEMENT"><!-- --></A><H3>
-IEXTENSIBILITY_ELEMENT</H3>
-<PRE>
-static final int <B>IEXTENSIBILITY_ELEMENT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IExtensibility Element</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>ExtensibilityElement</CODE>, 
-<CODE>WSDLPackageImpl.getIExtensibilityElement()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IEXTENSIBILITY_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IEXTENSIBILITY_ELEMENT_FEATURE_COUNT"><!-- --></A><H3>
-IEXTENSIBILITY_ELEMENT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IEXTENSIBILITY_ELEMENT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IExtensibility Element</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IEXTENSIBILITY_ELEMENT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IDEFINITION"><!-- --></A><H3>
-IDEFINITION</H3>
-<PRE>
-static final int <B>IDEFINITION</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IDefinition</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Definition</CODE>, 
-<CODE>WSDLPackageImpl.getIDefinition()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IDEFINITION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IDEFINITION_FEATURE_COUNT"><!-- --></A><H3>
-IDEFINITION_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IDEFINITION_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IDefinition</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IDEFINITION_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IIMPORT"><!-- --></A><H3>
-IIMPORT</H3>
-<PRE>
-static final int <B>IIMPORT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IImport</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Import</CODE>, 
-<CODE>WSDLPackageImpl.getIImport()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IIMPORT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IIMPORT_FEATURE_COUNT"><!-- --></A><H3>
-IIMPORT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IIMPORT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IImport</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IIMPORT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ILIST"><!-- --></A><H3>
-ILIST</H3>
-<PRE>
-static final int <B>ILIST</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IList</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>List</CODE>, 
-<CODE>WSDLPackageImpl.getIList()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.ILIST">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ILIST_FEATURE_COUNT"><!-- --></A><H3>
-ILIST_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>ILIST_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IList</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.ILIST_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMAP"><!-- --></A><H3>
-IMAP</H3>
-<PRE>
-static final int <B>IMAP</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IMap</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Map</CODE>, 
-<CODE>WSDLPackageImpl.getIMap()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMAP">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMAP_FEATURE_COUNT"><!-- --></A><H3>
-IMAP_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IMAP_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IMap</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMAP_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IURL"><!-- --></A><H3>
-IURL</H3>
-<PRE>
-static final int <B>IURL</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IURL</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>URL</CODE>, 
-<CODE>WSDLPackageImpl.getIURL()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IURL">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IURL_FEATURE_COUNT"><!-- --></A><H3>
-IURL_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IURL_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IURL</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IURL_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IEXTENSION_REGISTRY"><!-- --></A><H3>
-IEXTENSION_REGISTRY</H3>
-<PRE>
-static final int <B>IEXTENSION_REGISTRY</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IExtension Registry</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>ExtensionRegistry</CODE>, 
-<CODE>WSDLPackageImpl.getIExtensionRegistry()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IEXTENSION_REGISTRY">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IEXTENSION_REGISTRY_FEATURE_COUNT"><!-- --></A><H3>
-IEXTENSION_REGISTRY_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IEXTENSION_REGISTRY_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IExtension Registry</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IEXTENSION_REGISTRY_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="TYPES"><!-- --></A><H3>
-TYPES</H3>
-<PRE>
-static final int <B>TYPES</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Types</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>TypesImpl</CODE>, 
-<CODE>WSDLPackageImpl.getTypes()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.TYPES">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="TYPES__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-TYPES__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>TYPES__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.TYPES__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="TYPES__ELEMENT"><!-- --></A><H3>
-TYPES__ELEMENT</H3>
-<PRE>
-static final int <B>TYPES__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.TYPES__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="TYPES__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-TYPES__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>TYPES__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.TYPES__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="TYPES_FEATURE_COUNT"><!-- --></A><H3>
-TYPES_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>TYPES_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Types</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.TYPES_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IITERATOR"><!-- --></A><H3>
-IITERATOR</H3>
-<PRE>
-static final int <B>IITERATOR</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IIterator</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Iterator</CODE>, 
-<CODE>WSDLPackageImpl.getIIterator()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IITERATOR">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IITERATOR_FEATURE_COUNT"><!-- --></A><H3>
-IITERATOR_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IITERATOR_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IIterator</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IITERATOR_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ITYPES"><!-- --></A><H3>
-ITYPES</H3>
-<PRE>
-static final int <B>ITYPES</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>ITypes</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Types</CODE>, 
-<CODE>WSDLPackageImpl.getITypes()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.ITYPES">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ITYPES_FEATURE_COUNT"><!-- --></A><H3>
-ITYPES_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>ITYPES_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>ITypes</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.ITYPES_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT"><!-- --></A><H3>
-UNKNOWN_EXTENSIBILITY_ELEMENT</H3>
-<PRE>
-static final int <B>UNKNOWN_EXTENSIBILITY_ELEMENT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Unknown Extensibility Element</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>UnknownExtensibilityElementImpl</CODE>, 
-<CODE>WSDLPackageImpl.getUnknownExtensibilityElement()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT"><!-- --></A><H3>
-UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT</H3>
-<PRE>
-static final int <B>UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED"><!-- --></A><H3>
-UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED</H3>
-<PRE>
-static final int <B>UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE"><!-- --></A><H3>
-UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN"><!-- --></A><H3>
-UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN</H3>
-<PRE>
-static final int <B>UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Children</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT"><!-- --></A><H3>
-UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Unknown Extensibility Element</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT"><!-- --></A><H3>
-XSD_SCHEMA_EXTENSIBILITY_ELEMENT</H3>
-<PRE>
-static final int <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>XSD Schema Extensibility Element</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>XSDSchemaExtensibilityElementImpl</CODE>, 
-<CODE>WSDLPackageImpl.getXSDSchemaExtensibilityElement()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT"><!-- --></A><H3>
-XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT</H3>
-<PRE>
-static final int <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED"><!-- --></A><H3>
-XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED</H3>
-<PRE>
-static final int <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE"><!-- --></A><H3>
-XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA"><!-- --></A><H3>
-XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA</H3>
-<PRE>
-static final int <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Schema</b></em>' containment reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT"><!-- --></A><H3>
-XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>XSD Schema Extensibility Element</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="QNAME"><!-- --></A><H3>
-QNAME</H3>
-<PRE>
-static final int <B>QNAME</B></PRE>
-<DL>
-<DD>The meta object id for the '<em>QName</em>' data type.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>QName</CODE>, 
-<CODE>WSDLPackageImpl.getQName()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.QNAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION_TYPE"><!-- --></A><H3>
-OPERATION_TYPE</H3>
-<PRE>
-static final int <B>OPERATION_TYPE</B></PRE>
-<DL>
-<DD>The meta object id for the '<em>Operation Type</em>' data type.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>OperationType</CODE>, 
-<CODE>WSDLPackageImpl.getOperationType()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DOM_ELEMENT"><!-- --></A><H3>
-DOM_ELEMENT</H3>
-<PRE>
-static final int <B>DOM_ELEMENT</B></PRE>
-<DL>
-<DD>The meta object id for the '<em>DOM Element</em>' data type.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Element</CODE>, 
-<CODE>WSDLPackageImpl.getDOMElement()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DOM_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="WSDL_EXCEPTION"><!-- --></A><H3>
-WSDL_EXCEPTION</H3>
-<PRE>
-static final int <B>WSDL_EXCEPTION</B></PRE>
-<DL>
-<DD>The meta object id for the '<em>Exception</em>' data type.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>WSDLException</CODE>, 
-<CODE>WSDLPackageImpl.getWSDLException()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.WSDL_EXCEPTION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DOM_DOCUMENT"><!-- --></A><H3>
-DOM_DOCUMENT</H3>
-<PRE>
-static final int <B>DOM_DOCUMENT</B></PRE>
-<DL>
-<DD>The meta object id for the '<em>DOM Document</em>' data type.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Document</CODE>, 
-<CODE>WSDLPackageImpl.getDOMDocument()</CODE>, 
-<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DOM_DOCUMENT">Constant Field Values</A></DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getWSDLElement()"><!-- --></A><H3>
-getWSDLElement</H3>
-<PRE>
-EClass <B>getWSDLElement</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Element</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Element</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><CODE>WSDLElement</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getWSDLElement_DocumentationElement()"><!-- --></A><H3>
-getWSDLElement_DocumentationElement</H3>
-<PRE>
-EAttribute <B>getWSDLElement_DocumentationElement</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()"><CODE><em>Documentation Element</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Documentation Element</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()"><CODE>WSDLElement.getDocumentationElement()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement()"><CODE>getWSDLElement()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getWSDLElement_Element()"><!-- --></A><H3>
-getWSDLElement_Element</H3>
-<PRE>
-EAttribute <B>getWSDLElement_Element</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE><em>Element</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Element</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE>WSDLElement.getElement()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement()"><CODE>getWSDLElement()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPortType()"><!-- --></A><H3>
-getPortType</H3>
-<PRE>
-EClass <B>getPortType</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Port Type</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Port Type</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><CODE>PortType</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPortType_QName()"><!-- --></A><H3>
-getPortType_QName</H3>
-<PRE>
-EAttribute <B>getPortType_QName</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getQName()"><CODE><em>QName</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>QName</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getQName()"><CODE>PortType.getQName()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType()"><CODE>getPortType()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPortType_Undefined()"><!-- --></A><H3>
-getPortType_Undefined</H3>
-<PRE>
-EAttribute <B>getPortType_Undefined</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Undefined</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#isUndefined()"><CODE>PortType.isUndefined()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType()"><CODE>getPortType()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPortType_EOperations()"><!-- --></A><H3>
-getPortType_EOperations</H3>
-<PRE>
-EReference <B>getPortType_EOperations</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getEOperations()"><CODE><em>EOperations</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EOperations</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getEOperations()"><CODE>PortType.getEOperations()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType()"><CODE>getPortType()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getOperation()"><!-- --></A><H3>
-getOperation</H3>
-<PRE>
-EClass <B>getOperation</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Operation</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Operation</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><CODE>Operation</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getOperation_Style()"><!-- --></A><H3>
-getOperation_Style</H3>
-<PRE>
-EAttribute <B>getOperation_Style</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getStyle()"><CODE><em>Style</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Style</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getStyle()"><CODE>Operation.getStyle()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><CODE>getOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getOperation_Name()"><!-- --></A><H3>
-getOperation_Name</H3>
-<PRE>
-EAttribute <B>getOperation_Name</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getName()"><CODE><em>Name</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getName()"><CODE>Operation.getName()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><CODE>getOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getOperation_Undefined()"><!-- --></A><H3>
-getOperation_Undefined</H3>
-<PRE>
-EAttribute <B>getOperation_Undefined</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Undefined</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#isUndefined()"><CODE>Operation.isUndefined()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><CODE>getOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getOperation_EInput()"><!-- --></A><H3>
-getOperation_EInput</H3>
-<PRE>
-EReference <B>getOperation_EInput</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEInput()"><CODE><em>EInput</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference '<em>EInput</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEInput()"><CODE>Operation.getEInput()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><CODE>getOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getOperation_EOutput()"><!-- --></A><H3>
-getOperation_EOutput</H3>
-<PRE>
-EReference <B>getOperation_EOutput</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference '<em>EOutput</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEOutput()"><CODE>Operation.getEOutput()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><CODE>getOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getOperation_EFaults()"><!-- --></A><H3>
-getOperation_EFaults</H3>
-<PRE>
-EReference <B>getOperation_EFaults</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEFaults()"><CODE><em>EFaults</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EFaults</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEFaults()"><CODE>Operation.getEFaults()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><CODE>getOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getOperation_EParameterOrdering()"><!-- --></A><H3>
-getOperation_EParameterOrdering</H3>
-<PRE>
-EReference <B>getOperation_EParameterOrdering</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEParameterOrdering()"><CODE><em>EParameter Ordering</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference list '<em>EParameter Ordering</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEParameterOrdering()"><CODE>Operation.getEParameterOrdering()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><CODE>getOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMessage()"><!-- --></A><H3>
-getMessage</H3>
-<PRE>
-EClass <B>getMessage</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Message</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Message</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><CODE>Message</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMessage_QName()"><!-- --></A><H3>
-getMessage_QName</H3>
-<PRE>
-EAttribute <B>getMessage_QName</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getQName()"><CODE><em>QName</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>QName</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getQName()"><CODE>Message.getQName()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage()"><CODE>getMessage()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMessage_Undefined()"><!-- --></A><H3>
-getMessage_Undefined</H3>
-<PRE>
-EAttribute <B>getMessage_Undefined</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Undefined</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Message.html#isUndefined()"><CODE>Message.isUndefined()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage()"><CODE>getMessage()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMessage_EParts()"><!-- --></A><H3>
-getMessage_EParts</H3>
-<PRE>
-EReference <B>getMessage_EParts</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getEParts()"><CODE><em>EParts</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EParts</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getEParts()"><CODE>Message.getEParts()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage()"><CODE>getMessage()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPart()"><!-- --></A><H3>
-getPart</H3>
-<PRE>
-EClass <B>getPart</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Part</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Part</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><CODE>Part</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPart_Name()"><!-- --></A><H3>
-getPart_Name</H3>
-<PRE>
-EAttribute <B>getPart_Name</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getName()"><CODE><em>Name</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getName()"><CODE>Part.getName()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()"><CODE>getPart()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPart_ElementName()"><!-- --></A><H3>
-getPart_ElementName</H3>
-<PRE>
-EAttribute <B>getPart_ElementName</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementName()"><CODE><em>Element Name</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Element Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementName()"><CODE>Part.getElementName()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()"><CODE>getPart()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPart_TypeName()"><!-- --></A><H3>
-getPart_TypeName</H3>
-<PRE>
-EAttribute <B>getPart_TypeName</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeName()"><CODE><em>Type Name</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Type Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeName()"><CODE>Part.getTypeName()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()"><CODE>getPart()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPart_TypeDefinition()"><!-- --></A><H3>
-getPart_TypeDefinition</H3>
-<PRE>
-EReference <B>getPart_TypeDefinition</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeDefinition()"><CODE><em>Type Definition</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>Type Definition</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeDefinition()"><CODE>Part.getTypeDefinition()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()"><CODE>getPart()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPart_ElementDeclaration()"><!-- --></A><H3>
-getPart_ElementDeclaration</H3>
-<PRE>
-EReference <B>getPart_ElementDeclaration</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementDeclaration()"><CODE><em>Element Declaration</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>Element Declaration</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementDeclaration()"><CODE>Part.getElementDeclaration()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()"><CODE>getPart()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPart_EMessage()"><!-- --></A><H3>
-getPart_EMessage</H3>
-<PRE>
-EReference <B>getPart_EMessage</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>EMessage</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getEMessage()"><CODE>Part.getEMessage()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()"><CODE>getPart()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBinding()"><!-- --></A><H3>
-getBinding</H3>
-<PRE>
-EClass <B>getBinding</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Binding</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><CODE>Binding</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBinding_QName()"><!-- --></A><H3>
-getBinding_QName</H3>
-<PRE>
-EAttribute <B>getBinding_QName</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getQName()"><CODE><em>QName</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>QName</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getQName()"><CODE>Binding.getQName()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding()"><CODE>getBinding()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBinding_Undefined()"><!-- --></A><H3>
-getBinding_Undefined</H3>
-<PRE>
-EAttribute <B>getBinding_Undefined</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Undefined</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#isUndefined()"><CODE>Binding.isUndefined()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding()"><CODE>getBinding()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBinding_EPortType()"><!-- --></A><H3>
-getBinding_EPortType</H3>
-<PRE>
-EReference <B>getBinding_EPortType</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEPortType()"><CODE><em>EPort Type</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>EPort Type</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEPortType()"><CODE>Binding.getEPortType()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding()"><CODE>getBinding()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBinding_EBindingOperations()"><!-- --></A><H3>
-getBinding_EBindingOperations</H3>
-<PRE>
-EReference <B>getBinding_EBindingOperations</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEBindingOperations()"><CODE><em>EBinding Operations</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EBinding Operations</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEBindingOperations()"><CODE>Binding.getEBindingOperations()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding()"><CODE>getBinding()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBindingOperation()"><!-- --></A><H3>
-getBindingOperation</H3>
-<PRE>
-EClass <B>getBindingOperation</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Operation</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Binding Operation</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><CODE>BindingOperation</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBindingOperation_Name()"><!-- --></A><H3>
-getBindingOperation_Name</H3>
-<PRE>
-EAttribute <B>getBindingOperation_Name</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getName()"><CODE><em>Name</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getName()"><CODE>BindingOperation.getName()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation()"><CODE>getBindingOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBindingOperation_EOperation()"><!-- --></A><H3>
-getBindingOperation_EOperation</H3>
-<PRE>
-EReference <B>getBindingOperation_EOperation</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()"><CODE><em>EOperation</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>EOperation</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()"><CODE>BindingOperation.getEOperation()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation()"><CODE>getBindingOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBindingOperation_EBindingInput()"><!-- --></A><H3>
-getBindingOperation_EBindingInput</H3>
-<PRE>
-EReference <B>getBindingOperation_EBindingInput</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()"><CODE><em>EBinding Input</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference '<em>EBinding Input</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()"><CODE>BindingOperation.getEBindingInput()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation()"><CODE>getBindingOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBindingOperation_EBindingOutput()"><!-- --></A><H3>
-getBindingOperation_EBindingOutput</H3>
-<PRE>
-EReference <B>getBindingOperation_EBindingOutput</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()"><CODE><em>EBinding Output</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference '<em>EBinding Output</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()"><CODE>BindingOperation.getEBindingOutput()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation()"><CODE>getBindingOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBindingOperation_EBindingFaults()"><!-- --></A><H3>
-getBindingOperation_EBindingFaults</H3>
-<PRE>
-EReference <B>getBindingOperation_EBindingFaults</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingFaults()"><CODE><em>EBinding Faults</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EBinding Faults</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingFaults()"><CODE>BindingOperation.getEBindingFaults()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation()"><CODE>getBindingOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getService()"><!-- --></A><H3>
-getService</H3>
-<PRE>
-EClass <B>getService</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Service</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Service</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><CODE>Service</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getService_QName()"><!-- --></A><H3>
-getService_QName</H3>
-<PRE>
-EAttribute <B>getService_QName</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getQName()"><CODE><em>QName</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>QName</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getQName()"><CODE>Service.getQName()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService()"><CODE>getService()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getService_Undefined()"><!-- --></A><H3>
-getService_Undefined</H3>
-<PRE>
-EAttribute <B>getService_Undefined</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Undefined</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Service.html#isUndefined()"><CODE>Service.isUndefined()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService()"><CODE>getService()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getService_EPorts()"><!-- --></A><H3>
-getService_EPorts</H3>
-<PRE>
-EReference <B>getService_EPorts</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getEPorts()"><CODE><em>EPorts</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EPorts</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getEPorts()"><CODE>Service.getEPorts()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService()"><CODE>getService()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPort()"><!-- --></A><H3>
-getPort</H3>
-<PRE>
-EClass <B>getPort</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Port</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Port</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><CODE>Port</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPort_Name()"><!-- --></A><H3>
-getPort_Name</H3>
-<PRE>
-EAttribute <B>getPort_Name</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getName()"><CODE><em>Name</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getName()"><CODE>Port.getName()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPort()"><CODE>getPort()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPort_EBinding()"><!-- --></A><H3>
-getPort_EBinding</H3>
-<PRE>
-EReference <B>getPort_EBinding</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getEBinding()"><CODE><em>EBinding</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>EBinding</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getEBinding()"><CODE>Port.getEBinding()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPort()"><CODE>getPort()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getExtensibilityElement()"><!-- --></A><H3>
-getExtensibilityElement</H3>
-<PRE>
-EClass <B>getExtensibilityElement</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Extensibility Element</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Extensibility Element</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE>ExtensibilityElement</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getExtensibilityElement_Required()"><!-- --></A><H3>
-getExtensibilityElement_Required</H3>
-<PRE>
-EAttribute <B>getExtensibilityElement_Required</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()"><CODE><em>Required</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Required</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()"><CODE>ExtensibilityElement.isRequired()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement()"><CODE>getExtensibilityElement()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getExtensibilityElement_ElementType()"><!-- --></A><H3>
-getExtensibilityElement_ElementType</H3>
-<PRE>
-EAttribute <B>getExtensibilityElement_ElementType</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()"><CODE><em>Element Type</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Element Type</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()"><CODE>ExtensibilityElement.getElementType()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement()"><CODE>getExtensibilityElement()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefinition()"><!-- --></A><H3>
-getDefinition</H3>
-<PRE>
-EClass <B>getDefinition</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Definition</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Definition</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><CODE>Definition</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefinition_TargetNamespace()"><!-- --></A><H3>
-getDefinition_TargetNamespace</H3>
-<PRE>
-EAttribute <B>getDefinition_TargetNamespace</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getTargetNamespace()"><CODE><em>Target Namespace</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Target Namespace</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getTargetNamespace()"><CODE>Definition.getTargetNamespace()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefinition_Location()"><!-- --></A><H3>
-getDefinition_Location</H3>
-<PRE>
-EAttribute <B>getDefinition_Location</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getLocation()"><CODE><em>Location</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Location</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getLocation()"><CODE>Definition.getLocation()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefinition_QName()"><!-- --></A><H3>
-getDefinition_QName</H3>
-<PRE>
-EAttribute <B>getDefinition_QName</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getQName()"><CODE><em>QName</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>QName</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getQName()"><CODE>Definition.getQName()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefinition_Encoding()"><!-- --></A><H3>
-getDefinition_Encoding</H3>
-<PRE>
-EAttribute <B>getDefinition_Encoding</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEncoding()"><CODE><em>Encoding</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Encoding</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEncoding()"><CODE>Definition.getEncoding()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefinition_EImports()"><!-- --></A><H3>
-getDefinition_EImports</H3>
-<PRE>
-EReference <B>getDefinition_EImports</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEImports()"><CODE><em>EImports</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EImports</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEImports()"><CODE>Definition.getEImports()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefinition_ETypes()"><!-- --></A><H3>
-getDefinition_ETypes</H3>
-<PRE>
-EReference <B>getDefinition_ETypes</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getETypes()"><CODE><em>ETypes</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference '<em>ETypes</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getETypes()"><CODE>Definition.getETypes()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefinition_EMessages()"><!-- --></A><H3>
-getDefinition_EMessages</H3>
-<PRE>
-EReference <B>getDefinition_EMessages</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEMessages()"><CODE><em>EMessages</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EMessages</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEMessages()"><CODE>Definition.getEMessages()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefinition_EPortTypes()"><!-- --></A><H3>
-getDefinition_EPortTypes</H3>
-<PRE>
-EReference <B>getDefinition_EPortTypes</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEPortTypes()"><CODE><em>EPort Types</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EPort Types</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEPortTypes()"><CODE>Definition.getEPortTypes()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefinition_EBindings()"><!-- --></A><H3>
-getDefinition_EBindings</H3>
-<PRE>
-EReference <B>getDefinition_EBindings</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEBindings()"><CODE><em>EBindings</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EBindings</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEBindings()"><CODE>Definition.getEBindings()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefinition_EServices()"><!-- --></A><H3>
-getDefinition_EServices</H3>
-<PRE>
-EReference <B>getDefinition_EServices</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEServices()"><CODE><em>EServices</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EServices</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEServices()"><CODE>Definition.getEServices()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefinition_ENamespaces()"><!-- --></A><H3>
-getDefinition_ENamespaces</H3>
-<PRE>
-EReference <B>getDefinition_ENamespaces</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getENamespaces()"><CODE><em>ENamespaces</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>ENamespaces</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getENamespaces()"><CODE>Definition.getENamespaces()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getImport()"><!-- --></A><H3>
-getImport</H3>
-<PRE>
-EClass <B>getImport</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Import</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Import</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><CODE>Import</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getImport_NamespaceURI()"><!-- --></A><H3>
-getImport_NamespaceURI</H3>
-<PRE>
-EAttribute <B>getImport_NamespaceURI</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Namespace URI</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getNamespaceURI()"><CODE>Import.getNamespaceURI()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport()"><CODE>getImport()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getImport_LocationURI()"><!-- --></A><H3>
-getImport_LocationURI</H3>
-<PRE>
-EAttribute <B>getImport_LocationURI</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Location URI</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getLocationURI()"><CODE>Import.getLocationURI()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport()"><CODE>getImport()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getImport_EDefinition()"><!-- --></A><H3>
-getImport_EDefinition</H3>
-<PRE>
-EReference <B>getImport_EDefinition</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getEDefinition()"><CODE><em>EDefinition</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>EDefinition</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getEDefinition()"><CODE>Import.getEDefinition()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport()"><CODE>getImport()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getImport_ESchema()"><!-- --></A><H3>
-getImport_ESchema</H3>
-<PRE>
-EReference <B>getImport_ESchema</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getESchema()"><CODE><em>ESchema</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>ESchema</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getESchema()"><CODE>Import.getESchema()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport()"><CODE>getImport()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getExtensibleElement()"><!-- --></A><H3>
-getExtensibleElement</H3>
-<PRE>
-EClass <B>getExtensibleElement</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Extensible Element</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Extensible Element</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><CODE>ExtensibleElement</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getExtensibleElement_EExtensibilityElements()"><!-- --></A><H3>
-getExtensibleElement_EExtensibilityElements</H3>
-<PRE>
-EReference <B>getExtensibleElement_EExtensibilityElements</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()"><CODE><em>EExtensibility Elements</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EExtensibility Elements</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()"><CODE>ExtensibleElement.getEExtensibilityElements()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibleElement()"><CODE>getExtensibleElement()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getInput()"><!-- --></A><H3>
-getInput</H3>
-<PRE>
-EClass <B>getInput</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Input</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Input</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><CODE>Input</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getOutput()"><!-- --></A><H3>
-getOutput</H3>
-<PRE>
-EClass <B>getOutput</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Output</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Output</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><CODE>Output</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getFault()"><!-- --></A><H3>
-getFault</H3>
-<PRE>
-EClass <B>getFault</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Fault</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Fault</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><CODE>Fault</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBindingInput()"><!-- --></A><H3>
-getBindingInput</H3>
-<PRE>
-EClass <B>getBindingInput</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Input</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Binding Input</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><CODE>BindingInput</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBindingInput_Name()"><!-- --></A><H3>
-getBindingInput_Name</H3>
-<PRE>
-EAttribute <B>getBindingInput_Name</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getName()"><CODE><em>Name</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getName()"><CODE>BindingInput.getName()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput()"><CODE>getBindingInput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBindingInput_EInput()"><!-- --></A><H3>
-getBindingInput_EInput</H3>
-<PRE>
-EReference <B>getBindingInput_EInput</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getEInput()"><CODE><em>EInput</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>EInput</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getEInput()"><CODE>BindingInput.getEInput()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput()"><CODE>getBindingInput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBindingOutput()"><!-- --></A><H3>
-getBindingOutput</H3>
-<PRE>
-EClass <B>getBindingOutput</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Output</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Binding Output</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><CODE>BindingOutput</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBindingOutput_Name()"><!-- --></A><H3>
-getBindingOutput_Name</H3>
-<PRE>
-EAttribute <B>getBindingOutput_Name</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getName()"><CODE><em>Name</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getName()"><CODE>BindingOutput.getName()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput()"><CODE>getBindingOutput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBindingOutput_EOutput()"><!-- --></A><H3>
-getBindingOutput_EOutput</H3>
-<PRE>
-EReference <B>getBindingOutput_EOutput</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>EOutput</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()"><CODE>BindingOutput.getEOutput()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput()"><CODE>getBindingOutput()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBindingFault()"><!-- --></A><H3>
-getBindingFault</H3>
-<PRE>
-EClass <B>getBindingFault</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Fault</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Binding Fault</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><CODE>BindingFault</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBindingFault_Name()"><!-- --></A><H3>
-getBindingFault_Name</H3>
-<PRE>
-EAttribute <B>getBindingFault_Name</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getName()"><CODE><em>Name</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getName()"><CODE>BindingFault.getName()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault()"><CODE>getBindingFault()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getBindingFault_EFault()"><!-- --></A><H3>
-getBindingFault_EFault</H3>
-<PRE>
-EReference <B>getBindingFault_EFault</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getEFault()"><CODE><em>EFault</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>EFault</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getEFault()"><CODE>BindingFault.getEFault()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault()"><CODE>getBindingFault()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getNamespace()"><!-- --></A><H3>
-getNamespace</H3>
-<PRE>
-EClass <B>getNamespace</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Namespace</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Namespace</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><CODE>Namespace</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getNamespace_URI()"><!-- --></A><H3>
-getNamespace_URI</H3>
-<PRE>
-EAttribute <B>getNamespace_URI</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getURI()"><CODE><em>URI</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>URI</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getURI()"><CODE>Namespace.getURI()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace()"><CODE>getNamespace()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getNamespace_Prefix()"><!-- --></A><H3>
-getNamespace_Prefix</H3>
-<PRE>
-EAttribute <B>getNamespace_Prefix</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getPrefix()"><CODE><em>Prefix</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Prefix</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getPrefix()"><CODE>Namespace.getPrefix()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace()"><CODE>getNamespace()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIPortType()"><!-- --></A><H3>
-getIPortType</H3>
-<PRE>
-EClass <B>getIPortType</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IPort Type</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IPort Type</em>'.<DT><B>See Also:</B><DD><CODE>PortType</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIOperation()"><!-- --></A><H3>
-getIOperation</H3>
-<PRE>
-EClass <B>getIOperation</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IOperation</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IOperation</em>'.<DT><B>See Also:</B><DD><CODE>Operation</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIInput()"><!-- --></A><H3>
-getIInput</H3>
-<PRE>
-EClass <B>getIInput</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IInput</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IInput</em>'.<DT><B>See Also:</B><DD><CODE>Input</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIOutput()"><!-- --></A><H3>
-getIOutput</H3>
-<PRE>
-EClass <B>getIOutput</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IOutput</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IOutput</em>'.<DT><B>See Also:</B><DD><CODE>Output</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIFault()"><!-- --></A><H3>
-getIFault</H3>
-<PRE>
-EClass <B>getIFault</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IFault</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IFault</em>'.<DT><B>See Also:</B><DD><CODE>Fault</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIMessage()"><!-- --></A><H3>
-getIMessage</H3>
-<PRE>
-EClass <B>getIMessage</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IMessage</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IMessage</em>'.<DT><B>See Also:</B><DD><CODE>Message</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIPart()"><!-- --></A><H3>
-getIPart</H3>
-<PRE>
-EClass <B>getIPart</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IPart</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IPart</em>'.<DT><B>See Also:</B><DD><CODE>Part</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIService()"><!-- --></A><H3>
-getIService</H3>
-<PRE>
-EClass <B>getIService</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IService</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IService</em>'.<DT><B>See Also:</B><DD><CODE>Service</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIPort()"><!-- --></A><H3>
-getIPort</H3>
-<PRE>
-EClass <B>getIPort</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IPort</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IPort</em>'.<DT><B>See Also:</B><DD><CODE>Port</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIBinding()"><!-- --></A><H3>
-getIBinding</H3>
-<PRE>
-EClass <B>getIBinding</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IBinding</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IBinding</em>'.<DT><B>See Also:</B><DD><CODE>Binding</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIBindingOperation()"><!-- --></A><H3>
-getIBindingOperation</H3>
-<PRE>
-EClass <B>getIBindingOperation</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IBinding Operation</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IBinding Operation</em>'.<DT><B>See Also:</B><DD><CODE>BindingOperation</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIBindingInput()"><!-- --></A><H3>
-getIBindingInput</H3>
-<PRE>
-EClass <B>getIBindingInput</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IBinding Input</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IBinding Input</em>'.<DT><B>See Also:</B><DD><CODE>BindingInput</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIBindingOutput()"><!-- --></A><H3>
-getIBindingOutput</H3>
-<PRE>
-EClass <B>getIBindingOutput</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IBinding Output</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IBinding Output</em>'.<DT><B>See Also:</B><DD><CODE>BindingOutput</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIBindingFault()"><!-- --></A><H3>
-getIBindingFault</H3>
-<PRE>
-EClass <B>getIBindingFault</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IBinding Fault</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IBinding Fault</em>'.<DT><B>See Also:</B><DD><CODE>BindingFault</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIExtensibilityElement()"><!-- --></A><H3>
-getIExtensibilityElement</H3>
-<PRE>
-EClass <B>getIExtensibilityElement</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IExtensibility Element</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IExtensibility Element</em>'.<DT><B>See Also:</B><DD><CODE>ExtensibilityElement</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIDefinition()"><!-- --></A><H3>
-getIDefinition</H3>
-<PRE>
-EClass <B>getIDefinition</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IDefinition</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IDefinition</em>'.<DT><B>See Also:</B><DD><CODE>Definition</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIImport()"><!-- --></A><H3>
-getIImport</H3>
-<PRE>
-EClass <B>getIImport</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IImport</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IImport</em>'.<DT><B>See Also:</B><DD><CODE>Import</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIList()"><!-- --></A><H3>
-getIList</H3>
-<PRE>
-EClass <B>getIList</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IList</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IList</em>'.<DT><B>See Also:</B><DD><CODE>List</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIMap()"><!-- --></A><H3>
-getIMap</H3>
-<PRE>
-EClass <B>getIMap</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IMap</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IMap</em>'.<DT><B>See Also:</B><DD><CODE>Map</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIURL()"><!-- --></A><H3>
-getIURL</H3>
-<PRE>
-EClass <B>getIURL</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IURL</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IURL</em>'.<DT><B>See Also:</B><DD><CODE>URL</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIExtensionRegistry()"><!-- --></A><H3>
-getIExtensionRegistry</H3>
-<PRE>
-EClass <B>getIExtensionRegistry</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IExtension Registry</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IExtension Registry</em>'.<DT><B>See Also:</B><DD><CODE>ExtensionRegistry</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getTypes()"><!-- --></A><H3>
-getTypes</H3>
-<PRE>
-EClass <B>getTypes</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Types</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Types</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><CODE>Types</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIIterator()"><!-- --></A><H3>
-getIIterator</H3>
-<PRE>
-EClass <B>getIIterator</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IIterator</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IIterator</em>'.<DT><B>See Also:</B><DD><CODE>Iterator</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getITypes()"><!-- --></A><H3>
-getITypes</H3>
-<PRE>
-EClass <B>getITypes</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>ITypes</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>ITypes</em>'.<DT><B>See Also:</B><DD><CODE>Types</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getUnknownExtensibilityElement()"><!-- --></A><H3>
-getUnknownExtensibilityElement</H3>
-<PRE>
-EClass <B>getUnknownExtensibilityElement</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Unknown Extensibility Element</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Unknown Extensibility Element</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE>UnknownExtensibilityElement</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getUnknownExtensibilityElement_Children()"><!-- --></A><H3>
-getUnknownExtensibilityElement_Children</H3>
-<PRE>
-EReference <B>getUnknownExtensibilityElement_Children</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html#getChildren()"><CODE><em>Children</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>Children</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html#getChildren()"><CODE>UnknownExtensibilityElement.getChildren()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getUnknownExtensibilityElement()"><CODE>getUnknownExtensibilityElement()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getXSDSchemaExtensibilityElement()"><!-- --></A><H3>
-getXSDSchemaExtensibilityElement</H3>
-<PRE>
-EClass <B>getXSDSchemaExtensibilityElement</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>XSD Schema Extensibility Element</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>XSD Schema Extensibility Element</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE>XSDSchemaExtensibilityElement</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getXSDSchemaExtensibilityElement_Schema()"><!-- --></A><H3>
-getXSDSchemaExtensibilityElement_Schema</H3>
-<PRE>
-EReference <B>getXSDSchemaExtensibilityElement_Schema</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#getSchema()"><CODE><em>Schema</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference '<em>Schema</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#getSchema()"><CODE>XSDSchemaExtensibilityElement.getSchema()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getXSDSchemaExtensibilityElement()"><CODE>getXSDSchemaExtensibilityElement()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMessageReference()"><!-- --></A><H3>
-getMessageReference</H3>
-<PRE>
-EClass <B>getMessageReference</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Message Reference</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Message Reference</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><CODE>MessageReference</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMessageReference_Name()"><!-- --></A><H3>
-getMessageReference_Name</H3>
-<PRE>
-EAttribute <B>getMessageReference_Name</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getName()"><CODE><em>Name</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getName()"><CODE>MessageReference.getName()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference()"><CODE>getMessageReference()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMessageReference_EMessage()"><!-- --></A><H3>
-getMessageReference_EMessage</H3>
-<PRE>
-EReference <B>getMessageReference_EMessage</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>EMessage</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()"><CODE>MessageReference.getEMessage()</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference()"><CODE>getMessageReference()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getQName()"><!-- --></A><H3>
-getQName</H3>
-<PRE>
-EDataType <B>getQName</B>()</PRE>
-<DL>
-<DD>Returns the meta object for data type '<CODE><em>QName</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for data type '<em>QName</em>'.<DT><B>See Also:</B><DD><CODE>QName</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getOperationType()"><!-- --></A><H3>
-getOperationType</H3>
-<PRE>
-EDataType <B>getOperationType</B>()</PRE>
-<DL>
-<DD>Returns the meta object for data type '<CODE><em>Operation Type</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for data type '<em>Operation Type</em>'.<DT><B>See Also:</B><DD><CODE>OperationType</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDOMElement()"><!-- --></A><H3>
-getDOMElement</H3>
-<PRE>
-EDataType <B>getDOMElement</B>()</PRE>
-<DL>
-<DD>Returns the meta object for data type '<CODE><em>DOM Element</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for data type '<em>DOM Element</em>'.<DT><B>See Also:</B><DD><CODE>Element</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getWSDLException()"><!-- --></A><H3>
-getWSDLException</H3>
-<PRE>
-EDataType <B>getWSDLException</B>()</PRE>
-<DL>
-<DD>Returns the meta object for data type '<CODE><em>Exception</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for data type '<em>Exception</em>'.<DT><B>See Also:</B><DD><CODE>WSDLException</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDOMDocument()"><!-- --></A><H3>
-getDOMDocument</H3>
-<PRE>
-EDataType <B>getDOMDocument</B>()</PRE>
-<DL>
-<DD>Returns the meta object for data type '<CODE><em>DOM Document</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for data type '<em>DOM Document</em>'.<DT><B>See Also:</B><DD><CODE>Document</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getWSDLFactory()"><!-- --></A><H3>
-getWSDLFactory</H3>
-<PRE>
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A> <B>getWSDLFactory</B>()</PRE>
-<DL>
-<DD>Returns the factory that creates the instances of the model.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the factory that creates the instances of the model.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLPackage.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/WSDLPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLPlugin.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLPlugin.html
deleted file mode 100644
index 6e01b84..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLPlugin.html
+++ /dev/null
@@ -1,355 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-WSDLPlugin
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.WSDLPlugin class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="WSDLPlugin";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLPlugin.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/WSDLPlugin.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPlugin.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Class WSDLPlugin</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">EMFPlugin
-      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.wsdl.WSDLPlugin</B>
-</PRE>
-<HR>
-<DL>
-<DT><PRE>public final class <B>WSDLPlugin</B><DT>extends EMFPlugin</DL>
-</PRE>
-
-<P>
-The <b>Plugin</b> for the model.
- The WSDL model needs to be able to run within an Eclipse workbench,
- within a headless Eclipse workspace, or just stand-alone as part 
- of some other application.
- To support this, all access is directed to the static methods,
- which can redirect the service as appopriate to the runtime.
- During stand-alone invocation no plugin initialization takes place.
- In this case you will need the resources jar on the class path.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><CODE><p>
- <b>Note:</b> This class/interface is part of an interim API that is still under development and expected to
- change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- (repeatedly) as the API evolves.
- </p></CODE></DL>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl">WSDLPlugin</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPlugin.html#INSTANCE">INSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the plugin.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;javax.wsdl.factory.WSDLFactory</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPlugin.html#createWSDL4JFactory()">createWSDL4JFactory</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactory</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPlugin.html#getExtensibilityElementFactory(java.lang.String)">getExtensibilityElementFactory</A></B>(java.lang.String&nbsp;namespace)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactoryRegistry</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPlugin.html#getExtensibilityElementFactoryRegistry()">getExtensibilityElementFactoryRegistry</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl">WSDLPluginImplementation</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPlugin.html#getPlugin()">getPlugin</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the singleton instance of the Eclipse plugin.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;ResourceLocator</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPlugin.html#getPluginResourceLocator()">getPluginResourceLocator</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="INSTANCE"><!-- --></A><H3>
-INSTANCE</H3>
-<PRE>
-public static final <A HREF="../../../../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl">WSDLPlugin</A> <B>INSTANCE</B></PRE>
-<DL>
-<DD>The singleton instance of the plugin.
-<P>
-<DL>
-</DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getPluginResourceLocator()"><!-- --></A><H3>
-getPluginResourceLocator</H3>
-<PRE>
-public ResourceLocator <B>getPluginResourceLocator</B>()</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPlugin()"><!-- --></A><H3>
-getPlugin</H3>
-<PRE>
-public static <A HREF="../../../../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl">WSDLPluginImplementation</A> <B>getPlugin</B>()</PRE>
-<DL>
-<DD>Returns the singleton instance of the Eclipse plugin.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the singleton instance.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getExtensibilityElementFactory(java.lang.String)"><!-- --></A><H3>
-getExtensibilityElementFactory</H3>
-<PRE>
-public <A HREF="../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactory</A> <B>getExtensibilityElementFactory</B>(java.lang.String&nbsp;namespace)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getExtensibilityElementFactoryRegistry()"><!-- --></A><H3>
-getExtensibilityElementFactoryRegistry</H3>
-<PRE>
-public <A HREF="../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactoryRegistry</A> <B>getExtensibilityElementFactoryRegistry</B>()</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createWSDL4JFactory()"><!-- --></A><H3>
-createWSDL4JFactory</H3>
-<PRE>
-public javax.wsdl.factory.WSDLFactory <B>createWSDL4JFactory</B>()</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLPlugin.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/WSDLPlugin.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPlugin.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLPluginImplementation.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLPluginImplementation.html
deleted file mode 100644
index 1bba223..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/WSDLPluginImplementation.html
+++ /dev/null
@@ -1,239 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-WSDLPluginImplementation
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.WSDLPluginImplementation class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="WSDLPluginImplementation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLPluginImplementation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/WSDLPluginImplementation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPluginImplementation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Class WSDLPluginImplementation</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">EclipsePlugin
-      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.wsdl.WSDLPluginImplementation</B>
-</PRE>
-<HR>
-<DL>
-<DT><PRE>public class <B>WSDLPluginImplementation</B><DT>extends EclipsePlugin</DL>
-</PRE>
-
-<P>
-The actual implementation of the Eclipse <b>Plugin</b>.
- <p>
- <b>Note:</b> This class/interface is part of an interim API that is still under development and expected to
- change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- (repeatedly) as the API evolves.
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-</DL>
-<HR>
-
-<P>
-
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPluginImplementation.html#WSDLPluginImplementation()">WSDLPluginImplementation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an instance.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="WSDLPluginImplementation()"><!-- --></A><H3>
-WSDLPluginImplementation</H3>
-<PRE>
-public <B>WSDLPluginImplementation</B>()</PRE>
-<DL>
-<DD>Creates an instance.
-<P>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLPluginImplementation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/WSDLPluginImplementation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPluginImplementation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html
deleted file mode 100644
index 05c9a18..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html
+++ /dev/null
@@ -1,282 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-XSDSchemaExtensibilityElement
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.XSDSchemaExtensibilityElement interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="XSDSchemaExtensibilityElement";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/XSDSchemaExtensibilityElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="XSDSchemaExtensibilityElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl</FONT>
-<BR>
-Interface XSDSchemaExtensibilityElement</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>XSDSchemaExtensibilityElement</B><DT>extends <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>XSD Schema Extensibility Element</b></em>'.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getXSDSchemaExtensibilityElement()"><CODE>WSDLPackage.getXSDSchemaExtensibilityElement()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.eclipse.xsd.XSDSchema</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#getSchema()">getSchema</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Schema</b></em>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#setSchema(org.eclipse.xsd.XSDSchema)">setSchema</A></B>(org.eclipse.xsd.XSDSchema&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#getSchema()"><CODE><em>Schema</em></CODE></A>' containment reference</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getSchema()"><!-- --></A><H3>
-getSchema</H3>
-<PRE>
-org.eclipse.xsd.XSDSchema <B>getSchema</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Schema</b></em>' containment reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Schema</em>' containment reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Schema</em>' containment reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#setSchema(org.eclipse.xsd.XSDSchema)"><CODE>setSchema(XSDSchema)</CODE></A>, 
-<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getXSDSchemaExtensibilityElement_Schema()"><CODE>WSDLPackage.getXSDSchemaExtensibilityElement_Schema()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setSchema(org.eclipse.xsd.XSDSchema)"><!-- --></A><H3>
-setSchema</H3>
-<PRE>
-void <B>setSchema</B>(org.eclipse.xsd.XSDSchema&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#getSchema()"><CODE><em>Schema</em></CODE></A>' containment reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Schema</em>' containment reference.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#getSchema()"><CODE>getSchema()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/XSDSchemaExtensibilityElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="XSDSchemaExtensibilityElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPAddress.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPAddress.html
deleted file mode 100644
index e6240ed..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPAddress.html
+++ /dev/null
@@ -1,297 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-HTTPAddress
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.http.HTTPAddress interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="HTTPAddress";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPAddress.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPAddress.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.http</FONT>
-<BR>
-Interface HTTPAddress</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, javax.wsdl.extensions.http.HTTPAddress, java.io.Serializable, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>HTTPAddress</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPAddress</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Address</b></em>'.
- <!-- end-user-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A></li>
- </ul>
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPAddress()"><CODE>HTTPPackage.getHTTPAddress()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html#getLocationURI()">getLocationURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Location URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html#setLocationURI(java.lang.String)">setLocationURI</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getLocationURI()"><!-- --></A><H3>
-getLocationURI</H3>
-<PRE>
-java.lang.String <B>getLocationURI</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Location URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Location URI</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getLocationURI</CODE> in interface <CODE>javax.wsdl.extensions.http.HTTPAddress</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Location URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html#setLocationURI(java.lang.String)"><CODE>setLocationURI(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPAddress_LocationURI()"><CODE>HTTPPackage.getHTTPAddress_LocationURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setLocationURI(java.lang.String)"><!-- --></A><H3>
-setLocationURI</H3>
-<PRE>
-void <B>setLocationURI</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setLocationURI</CODE> in interface <CODE>javax.wsdl.extensions.http.HTTPAddress</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Location URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html#getLocationURI()"><CODE>getLocationURI()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPAddress.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPAddress.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPBinding.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPBinding.html
deleted file mode 100644
index e3f796f..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPBinding.html
+++ /dev/null
@@ -1,297 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-HTTPBinding
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.http.HTTPBinding interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="HTTPBinding";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPBinding.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPBinding.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.http</FONT>
-<BR>
-Interface HTTPBinding</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, javax.wsdl.extensions.http.HTTPBinding, java.io.Serializable, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>HTTPBinding</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPBinding</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Binding</b></em>'.
- <!-- end-user-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html#getVerb()"><CODE><em>Verb</em></CODE></A></li>
- </ul>
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPBinding()"><CODE>HTTPPackage.getHTTPBinding()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html#getVerb()">getVerb</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Verb</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html#setVerb(java.lang.String)">setVerb</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html#getVerb()"><CODE><em>Verb</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getVerb()"><!-- --></A><H3>
-getVerb</H3>
-<PRE>
-java.lang.String <B>getVerb</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Verb</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Verb</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getVerb</CODE> in interface <CODE>javax.wsdl.extensions.http.HTTPBinding</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Verb</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html#setVerb(java.lang.String)"><CODE>setVerb(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPBinding_Verb()"><CODE>HTTPPackage.getHTTPBinding_Verb()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setVerb(java.lang.String)"><!-- --></A><H3>
-setVerb</H3>
-<PRE>
-void <B>setVerb</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html#getVerb()"><CODE><em>Verb</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setVerb</CODE> in interface <CODE>javax.wsdl.extensions.http.HTTPBinding</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Verb</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html#getVerb()"><CODE>getVerb()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPBinding.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPBinding.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPFactory.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPFactory.html
deleted file mode 100644
index 4a7afac..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPFactory.html
+++ /dev/null
@@ -1,378 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-HTTPFactory
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.http.HTTPFactory interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="HTTPFactory";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.http</FONT>
-<BR>
-Interface HTTPFactory</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>HTTPFactory</B></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- The <b>Factory</b> for the model.
- It provides a create method for each non-abstract class of the model.
- <!-- end-user-doc -->
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE>HTTPPackage</CODE></A></DL>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPAddress</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#createHTTPAddress()">createHTTPAddress</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Address</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPBinding</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#createHTTPBinding()">createHTTPBinding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Binding</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPOperation</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#createHTTPOperation()">createHTTPOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Operation</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlEncoded</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#createHTTPUrlEncoded()">createHTTPUrlEncoded</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Url Encoded</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlReplacement</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#createHTTPUrlReplacement()">createHTTPUrlReplacement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Url Replacement</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#getHTTPPackage()">getHTTPPackage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the package supported by this factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="eINSTANCE"><!-- --></A><H3>
-eINSTANCE</H3>
-<PRE>
-static final <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A> <B>eINSTANCE</B></PRE>
-<DL>
-<DD>The singleton instance of the factory.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="createHTTPBinding()"><!-- --></A><H3>
-createHTTPBinding</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPBinding</A> <B>createHTTPBinding</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Binding</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Binding</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createHTTPOperation()"><!-- --></A><H3>
-createHTTPOperation</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPOperation</A> <B>createHTTPOperation</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Operation</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Operation</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createHTTPUrlReplacement()"><!-- --></A><H3>
-createHTTPUrlReplacement</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlReplacement</A> <B>createHTTPUrlReplacement</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Url Replacement</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Url Replacement</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createHTTPUrlEncoded()"><!-- --></A><H3>
-createHTTPUrlEncoded</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlEncoded</A> <B>createHTTPUrlEncoded</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Url Encoded</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Url Encoded</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createHTTPAddress()"><!-- --></A><H3>
-createHTTPAddress</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPAddress</A> <B>createHTTPAddress</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Address</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Address</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getHTTPPackage()"><!-- --></A><H3>
-getHTTPPackage</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A> <B>getHTTPPackage</B>()</PRE>
-<DL>
-<DD>Returns the package supported by this factory.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the package supported by this factory.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPOperation.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPOperation.html
deleted file mode 100644
index ab18eec..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPOperation.html
+++ /dev/null
@@ -1,297 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-HTTPOperation
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.http.HTTPOperation interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="HTTPOperation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPOperation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.http</FONT>
-<BR>
-Interface HTTPOperation</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, javax.wsdl.extensions.http.HTTPOperation, java.io.Serializable, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>HTTPOperation</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPOperation</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Operation</b></em>'.
- <!-- end-user-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A></li>
- </ul>
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPOperation()"><CODE>HTTPPackage.getHTTPOperation()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html#getLocationURI()">getLocationURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Location URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html#setLocationURI(java.lang.String)">setLocationURI</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getLocationURI()"><!-- --></A><H3>
-getLocationURI</H3>
-<PRE>
-java.lang.String <B>getLocationURI</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Location URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Location URI</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getLocationURI</CODE> in interface <CODE>javax.wsdl.extensions.http.HTTPOperation</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Location URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html#setLocationURI(java.lang.String)"><CODE>setLocationURI(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPOperation_LocationURI()"><CODE>HTTPPackage.getHTTPOperation_LocationURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setLocationURI(java.lang.String)"><!-- --></A><H3>
-setLocationURI</H3>
-<PRE>
-void <B>setLocationURI</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setLocationURI</CODE> in interface <CODE>javax.wsdl.extensions.http.HTTPOperation</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Location URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html#getLocationURI()"><CODE>getLocationURI()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPOperation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html
deleted file mode 100644
index d47e0c8..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html
+++ /dev/null
@@ -1,495 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-HTTPPackage.Literals
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.http.HTTPPackage.Literals interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="HTTPPackage.Literals";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPPackage.Literals.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.http</FONT>
-<BR>
-Interface HTTPPackage.Literals</H2>
-<DL>
-<DT><B>Enclosing interface:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public static interface <B>HTTPPackage.Literals</B></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- Defines literals for the meta objects that represent
- <ul>
-   <li>each class,</li>
-   <li>each feature of each class,</li>
-   <li>each enum,</li>
-   <li>and each data type</li>
- </ul>
- <!-- end-user-doc -->
-<P>
-
-<P>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_ADDRESS">HTTP_ADDRESS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Address</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_ADDRESS__LOCATION_URI">HTTP_ADDRESS__LOCATION_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Location URI</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_BINDING">HTTP_BINDING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Binding</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_BINDING__VERB">HTTP_BINDING__VERB</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Verb</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_OPERATION">HTTP_OPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Operation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_OPERATION__LOCATION_URI">HTTP_OPERATION__LOCATION_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Location URI</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_URL_ENCODED">HTTP_URL_ENCODED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Url Encoded</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#HTTP_URL_REPLACEMENT">HTTP_URL_REPLACEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Url Replacement</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#IHTTP_ADDRESS">IHTTP_ADDRESS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IHTTP Address</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#IHTTP_BINDING">IHTTP_BINDING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IHTTP Binding</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#IHTTP_OPERATION">IHTTP_OPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IHTTP Operation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#IHTTP_URL_ENCODED">IHTTP_URL_ENCODED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IHTTP Url Encoded</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html#IHTTP_URL_REPLACEMENT">IHTTP_URL_REPLACEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IHTTP Url Replacement</em></CODE>' class</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="HTTP_BINDING"><!-- --></A><H3>
-HTTP_BINDING</H3>
-<PRE>
-static final EClass <B>HTTP_BINDING</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Binding</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPBindingImpl</CODE>, 
-<CODE>HTTPPackageImpl.getHTTPBinding()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_BINDING__VERB"><!-- --></A><H3>
-HTTP_BINDING__VERB</H3>
-<PRE>
-static final EAttribute <B>HTTP_BINDING__VERB</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Verb</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_OPERATION"><!-- --></A><H3>
-HTTP_OPERATION</H3>
-<PRE>
-static final EClass <B>HTTP_OPERATION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Operation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPOperationImpl</CODE>, 
-<CODE>HTTPPackageImpl.getHTTPOperation()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_OPERATION__LOCATION_URI"><!-- --></A><H3>
-HTTP_OPERATION__LOCATION_URI</H3>
-<PRE>
-static final EAttribute <B>HTTP_OPERATION__LOCATION_URI</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Location URI</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_URL_REPLACEMENT"><!-- --></A><H3>
-HTTP_URL_REPLACEMENT</H3>
-<PRE>
-static final EClass <B>HTTP_URL_REPLACEMENT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Url Replacement</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPUrlReplacementImpl</CODE>, 
-<CODE>HTTPPackageImpl.getHTTPUrlReplacement()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_URL_ENCODED"><!-- --></A><H3>
-HTTP_URL_ENCODED</H3>
-<PRE>
-static final EClass <B>HTTP_URL_ENCODED</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Url Encoded</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPUrlEncodedImpl</CODE>, 
-<CODE>HTTPPackageImpl.getHTTPUrlEncoded()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_ADDRESS"><!-- --></A><H3>
-HTTP_ADDRESS</H3>
-<PRE>
-static final EClass <B>HTTP_ADDRESS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Address</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPAddressImpl</CODE>, 
-<CODE>HTTPPackageImpl.getHTTPAddress()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_ADDRESS__LOCATION_URI"><!-- --></A><H3>
-HTTP_ADDRESS__LOCATION_URI</H3>
-<PRE>
-static final EAttribute <B>HTTP_ADDRESS__LOCATION_URI</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Location URI</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="IHTTP_ADDRESS"><!-- --></A><H3>
-IHTTP_ADDRESS</H3>
-<PRE>
-static final EClass <B>IHTTP_ADDRESS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IHTTP Address</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPAddress</CODE>, 
-<CODE>HTTPPackageImpl.getIHTTPAddress()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IHTTP_BINDING"><!-- --></A><H3>
-IHTTP_BINDING</H3>
-<PRE>
-static final EClass <B>IHTTP_BINDING</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IHTTP Binding</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPBinding</CODE>, 
-<CODE>HTTPPackageImpl.getIHTTPBinding()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IHTTP_OPERATION"><!-- --></A><H3>
-IHTTP_OPERATION</H3>
-<PRE>
-static final EClass <B>IHTTP_OPERATION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IHTTP Operation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPOperation</CODE>, 
-<CODE>HTTPPackageImpl.getIHTTPOperation()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IHTTP_URL_ENCODED"><!-- --></A><H3>
-IHTTP_URL_ENCODED</H3>
-<PRE>
-static final EClass <B>IHTTP_URL_ENCODED</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IHTTP Url Encoded</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPUrlEncoded</CODE>, 
-<CODE>HTTPPackageImpl.getIHTTPUrlEncoded()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IHTTP_URL_REPLACEMENT"><!-- --></A><H3>
-IHTTP_URL_REPLACEMENT</H3>
-<PRE>
-static final EClass <B>IHTTP_URL_REPLACEMENT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IHTTP Url Replacement</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPUrlReplacement</CODE>, 
-<CODE>HTTPPackageImpl.getIHTTPUrlReplacement()</CODE></DL>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPPackage.Literals.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPPackage.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPPackage.html
deleted file mode 100644
index 70e71bc..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPPackage.html
+++ /dev/null
@@ -1,1635 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-HTTPPackage
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.http.HTTPPackage interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="HTTPPackage";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPPackage.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.http</FONT>
-<BR>
-Interface HTTPPackage</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>HTTPPackage</B></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- The <b>Package</b> for the model.
- It contains accessors for the meta objects to represent
- <ul>
-   <li>each class,</li>
-   <li>each feature of each class,</li>
-   <li>each enum,</li>
-   <li>and each data type</li>
- </ul>
- <!-- end-user-doc -->
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE>HTTPFactory</CODE></A></DL>
-<HR>
-
-<P>
-<!-- ======== NESTED CLASS SUMMARY ======== -->
-
-<A NAME="nested_class_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Nested Class Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage.Literals</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines literals for the meta objects that represent
- 
-   each class,
-   each feature of each class,
-   each enum,
-   and each data type
- 
- <!</TD>
-</TR>
-</TABLE>
-&nbsp;<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the package</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#eNAME">eNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The package name</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#eNS_PREFIX">eNS_PREFIX</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The package namespace name</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#eNS_URI">eNS_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The package namespace URI</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS">HTTP_ADDRESS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Address</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS__DOCUMENTATION_ELEMENT">HTTP_ADDRESS__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS__ELEMENT">HTTP_ADDRESS__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS__ELEMENT_TYPE">HTTP_ADDRESS__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS__LOCATION_URI">HTTP_ADDRESS__LOCATION_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Location URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS__REQUIRED">HTTP_ADDRESS__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_ADDRESS_FEATURE_COUNT">HTTP_ADDRESS_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Address</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING">HTTP_BINDING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Binding</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING__DOCUMENTATION_ELEMENT">HTTP_BINDING__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING__ELEMENT">HTTP_BINDING__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING__ELEMENT_TYPE">HTTP_BINDING__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING__REQUIRED">HTTP_BINDING__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING__VERB">HTTP_BINDING__VERB</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Verb</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_BINDING_FEATURE_COUNT">HTTP_BINDING_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Binding</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION">HTTP_OPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Operation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION__DOCUMENTATION_ELEMENT">HTTP_OPERATION__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION__ELEMENT">HTTP_OPERATION__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION__ELEMENT_TYPE">HTTP_OPERATION__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION__LOCATION_URI">HTTP_OPERATION__LOCATION_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Location URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION__REQUIRED">HTTP_OPERATION__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_OPERATION_FEATURE_COUNT">HTTP_OPERATION_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Operation</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED">HTTP_URL_ENCODED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Url Encoded</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED__DOCUMENTATION_ELEMENT">HTTP_URL_ENCODED__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED__ELEMENT">HTTP_URL_ENCODED__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED__ELEMENT_TYPE">HTTP_URL_ENCODED__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED__REQUIRED">HTTP_URL_ENCODED__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_ENCODED_FEATURE_COUNT">HTTP_URL_ENCODED_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Url Encoded</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT">HTTP_URL_REPLACEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Url Replacement</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT__DOCUMENTATION_ELEMENT">HTTP_URL_REPLACEMENT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT__ELEMENT">HTTP_URL_REPLACEMENT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT__ELEMENT_TYPE">HTTP_URL_REPLACEMENT__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT__REQUIRED">HTTP_URL_REPLACEMENT__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#HTTP_URL_REPLACEMENT_FEATURE_COUNT">HTTP_URL_REPLACEMENT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Url Replacement</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_ADDRESS">IHTTP_ADDRESS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IHTTP Address</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_ADDRESS_FEATURE_COUNT">IHTTP_ADDRESS_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IHTTP Address</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_BINDING">IHTTP_BINDING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IHTTP Binding</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_BINDING_FEATURE_COUNT">IHTTP_BINDING_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IHTTP Binding</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_OPERATION">IHTTP_OPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IHTTP Operation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_OPERATION_FEATURE_COUNT">IHTTP_OPERATION_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IHTTP Operation</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_URL_ENCODED">IHTTP_URL_ENCODED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IHTTP Url Encoded</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_URL_ENCODED_FEATURE_COUNT">IHTTP_URL_ENCODED_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IHTTP Url Encoded</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_URL_REPLACEMENT">IHTTP_URL_REPLACEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IHTTP Url Replacement</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#IHTTP_URL_REPLACEMENT_FEATURE_COUNT">IHTTP_URL_REPLACEMENT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IHTTP Url Replacement</em>' class</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPAddress_LocationURI()">getHTTPAddress_LocationURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPAddress()">getHTTPAddress</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE><em>Address</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPBinding_Verb()">getHTTPBinding_Verb</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html#getVerb()"><CODE><em>Verb</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPBinding()">getHTTPBinding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE><em>Binding</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPFactory()">getHTTPFactory</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the factory that creates the instances of the model</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPOperation_LocationURI()">getHTTPOperation_LocationURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPOperation()">getHTTPOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE><em>Operation</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPUrlEncoded()">getHTTPUrlEncoded</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE><em>Url Encoded</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPUrlReplacement()">getHTTPUrlReplacement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE><em>Url Replacement</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getIHTTPAddress()">getIHTTPAddress</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IHTTP Address</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getIHTTPBinding()">getIHTTPBinding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IHTTP Binding</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getIHTTPOperation()">getIHTTPOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IHTTP Operation</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getIHTTPUrlEncoded()">getIHTTPUrlEncoded</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IHTTP Url Encoded</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getIHTTPUrlReplacement()">getIHTTPUrlReplacement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IHTTP Url Replacement</em></CODE>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="eNAME"><!-- --></A><H3>
-eNAME</H3>
-<PRE>
-static final java.lang.String <B>eNAME</B></PRE>
-<DL>
-<DD>The package name.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.eNAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="eNS_URI"><!-- --></A><H3>
-eNS_URI</H3>
-<PRE>
-static final java.lang.String <B>eNS_URI</B></PRE>
-<DL>
-<DD>The package namespace URI.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.eNS_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="eNS_PREFIX"><!-- --></A><H3>
-eNS_PREFIX</H3>
-<PRE>
-static final java.lang.String <B>eNS_PREFIX</B></PRE>
-<DL>
-<DD>The package namespace name.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.eNS_PREFIX">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="eINSTANCE"><!-- --></A><H3>
-eINSTANCE</H3>
-<PRE>
-static final <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A> <B>eINSTANCE</B></PRE>
-<DL>
-<DD>The singleton instance of the package.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_BINDING"><!-- --></A><H3>
-HTTP_BINDING</H3>
-<PRE>
-static final int <B>HTTP_BINDING</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Binding</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPBindingImpl</CODE>, 
-<CODE>HTTPPackageImpl.getHTTPBinding()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_BINDING">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_BINDING__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-HTTP_BINDING__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>HTTP_BINDING__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_BINDING__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_BINDING__ELEMENT"><!-- --></A><H3>
-HTTP_BINDING__ELEMENT</H3>
-<PRE>
-static final int <B>HTTP_BINDING__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_BINDING__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_BINDING__REQUIRED"><!-- --></A><H3>
-HTTP_BINDING__REQUIRED</H3>
-<PRE>
-static final int <B>HTTP_BINDING__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_BINDING__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_BINDING__ELEMENT_TYPE"><!-- --></A><H3>
-HTTP_BINDING__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>HTTP_BINDING__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_BINDING__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_BINDING__VERB"><!-- --></A><H3>
-HTTP_BINDING__VERB</H3>
-<PRE>
-static final int <B>HTTP_BINDING__VERB</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Verb</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_BINDING__VERB">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_BINDING_FEATURE_COUNT"><!-- --></A><H3>
-HTTP_BINDING_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>HTTP_BINDING_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Binding</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_BINDING_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_OPERATION"><!-- --></A><H3>
-HTTP_OPERATION</H3>
-<PRE>
-static final int <B>HTTP_OPERATION</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Operation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPOperationImpl</CODE>, 
-<CODE>HTTPPackageImpl.getHTTPOperation()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_OPERATION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_OPERATION__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-HTTP_OPERATION__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>HTTP_OPERATION__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_OPERATION__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_OPERATION__ELEMENT"><!-- --></A><H3>
-HTTP_OPERATION__ELEMENT</H3>
-<PRE>
-static final int <B>HTTP_OPERATION__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_OPERATION__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_OPERATION__REQUIRED"><!-- --></A><H3>
-HTTP_OPERATION__REQUIRED</H3>
-<PRE>
-static final int <B>HTTP_OPERATION__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_OPERATION__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_OPERATION__ELEMENT_TYPE"><!-- --></A><H3>
-HTTP_OPERATION__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>HTTP_OPERATION__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_OPERATION__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_OPERATION__LOCATION_URI"><!-- --></A><H3>
-HTTP_OPERATION__LOCATION_URI</H3>
-<PRE>
-static final int <B>HTTP_OPERATION__LOCATION_URI</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Location URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_OPERATION__LOCATION_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_OPERATION_FEATURE_COUNT"><!-- --></A><H3>
-HTTP_OPERATION_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>HTTP_OPERATION_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Operation</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_OPERATION_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_URL_REPLACEMENT"><!-- --></A><H3>
-HTTP_URL_REPLACEMENT</H3>
-<PRE>
-static final int <B>HTTP_URL_REPLACEMENT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Url Replacement</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPUrlReplacementImpl</CODE>, 
-<CODE>HTTPPackageImpl.getHTTPUrlReplacement()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_REPLACEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_URL_REPLACEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-HTTP_URL_REPLACEMENT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>HTTP_URL_REPLACEMENT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_REPLACEMENT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_URL_REPLACEMENT__ELEMENT"><!-- --></A><H3>
-HTTP_URL_REPLACEMENT__ELEMENT</H3>
-<PRE>
-static final int <B>HTTP_URL_REPLACEMENT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_REPLACEMENT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_URL_REPLACEMENT__REQUIRED"><!-- --></A><H3>
-HTTP_URL_REPLACEMENT__REQUIRED</H3>
-<PRE>
-static final int <B>HTTP_URL_REPLACEMENT__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_REPLACEMENT__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_URL_REPLACEMENT__ELEMENT_TYPE"><!-- --></A><H3>
-HTTP_URL_REPLACEMENT__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>HTTP_URL_REPLACEMENT__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_REPLACEMENT__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_URL_REPLACEMENT_FEATURE_COUNT"><!-- --></A><H3>
-HTTP_URL_REPLACEMENT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>HTTP_URL_REPLACEMENT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Url Replacement</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_REPLACEMENT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_URL_ENCODED"><!-- --></A><H3>
-HTTP_URL_ENCODED</H3>
-<PRE>
-static final int <B>HTTP_URL_ENCODED</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Url Encoded</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPUrlEncodedImpl</CODE>, 
-<CODE>HTTPPackageImpl.getHTTPUrlEncoded()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_ENCODED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_URL_ENCODED__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-HTTP_URL_ENCODED__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>HTTP_URL_ENCODED__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_ENCODED__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_URL_ENCODED__ELEMENT"><!-- --></A><H3>
-HTTP_URL_ENCODED__ELEMENT</H3>
-<PRE>
-static final int <B>HTTP_URL_ENCODED__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_ENCODED__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_URL_ENCODED__REQUIRED"><!-- --></A><H3>
-HTTP_URL_ENCODED__REQUIRED</H3>
-<PRE>
-static final int <B>HTTP_URL_ENCODED__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_ENCODED__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_URL_ENCODED__ELEMENT_TYPE"><!-- --></A><H3>
-HTTP_URL_ENCODED__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>HTTP_URL_ENCODED__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_ENCODED__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_URL_ENCODED_FEATURE_COUNT"><!-- --></A><H3>
-HTTP_URL_ENCODED_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>HTTP_URL_ENCODED_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Url Encoded</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_URL_ENCODED_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_ADDRESS"><!-- --></A><H3>
-HTTP_ADDRESS</H3>
-<PRE>
-static final int <B>HTTP_ADDRESS</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Address</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPAddressImpl</CODE>, 
-<CODE>HTTPPackageImpl.getHTTPAddress()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_ADDRESS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_ADDRESS__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-HTTP_ADDRESS__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>HTTP_ADDRESS__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_ADDRESS__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_ADDRESS__ELEMENT"><!-- --></A><H3>
-HTTP_ADDRESS__ELEMENT</H3>
-<PRE>
-static final int <B>HTTP_ADDRESS__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_ADDRESS__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_ADDRESS__REQUIRED"><!-- --></A><H3>
-HTTP_ADDRESS__REQUIRED</H3>
-<PRE>
-static final int <B>HTTP_ADDRESS__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_ADDRESS__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_ADDRESS__ELEMENT_TYPE"><!-- --></A><H3>
-HTTP_ADDRESS__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>HTTP_ADDRESS__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_ADDRESS__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_ADDRESS__LOCATION_URI"><!-- --></A><H3>
-HTTP_ADDRESS__LOCATION_URI</H3>
-<PRE>
-static final int <B>HTTP_ADDRESS__LOCATION_URI</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Location URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_ADDRESS__LOCATION_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="HTTP_ADDRESS_FEATURE_COUNT"><!-- --></A><H3>
-HTTP_ADDRESS_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>HTTP_ADDRESS_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Address</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.HTTP_ADDRESS_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IHTTP_ADDRESS"><!-- --></A><H3>
-IHTTP_ADDRESS</H3>
-<PRE>
-static final int <B>IHTTP_ADDRESS</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IHTTP Address</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPAddress</CODE>, 
-<CODE>HTTPPackageImpl.getIHTTPAddress()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_ADDRESS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IHTTP_ADDRESS_FEATURE_COUNT"><!-- --></A><H3>
-IHTTP_ADDRESS_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IHTTP_ADDRESS_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IHTTP Address</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_ADDRESS_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IHTTP_BINDING"><!-- --></A><H3>
-IHTTP_BINDING</H3>
-<PRE>
-static final int <B>IHTTP_BINDING</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IHTTP Binding</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPBinding</CODE>, 
-<CODE>HTTPPackageImpl.getIHTTPBinding()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_BINDING">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IHTTP_BINDING_FEATURE_COUNT"><!-- --></A><H3>
-IHTTP_BINDING_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IHTTP_BINDING_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IHTTP Binding</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_BINDING_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IHTTP_OPERATION"><!-- --></A><H3>
-IHTTP_OPERATION</H3>
-<PRE>
-static final int <B>IHTTP_OPERATION</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IHTTP Operation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPOperation</CODE>, 
-<CODE>HTTPPackageImpl.getIHTTPOperation()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_OPERATION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IHTTP_OPERATION_FEATURE_COUNT"><!-- --></A><H3>
-IHTTP_OPERATION_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IHTTP_OPERATION_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IHTTP Operation</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_OPERATION_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IHTTP_URL_ENCODED"><!-- --></A><H3>
-IHTTP_URL_ENCODED</H3>
-<PRE>
-static final int <B>IHTTP_URL_ENCODED</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IHTTP Url Encoded</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPUrlEncoded</CODE>, 
-<CODE>HTTPPackageImpl.getIHTTPUrlEncoded()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_URL_ENCODED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IHTTP_URL_ENCODED_FEATURE_COUNT"><!-- --></A><H3>
-IHTTP_URL_ENCODED_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IHTTP_URL_ENCODED_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IHTTP Url Encoded</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_URL_ENCODED_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IHTTP_URL_REPLACEMENT"><!-- --></A><H3>
-IHTTP_URL_REPLACEMENT</H3>
-<PRE>
-static final int <B>IHTTP_URL_REPLACEMENT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IHTTP Url Replacement</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>HTTPUrlReplacement</CODE>, 
-<CODE>HTTPPackageImpl.getIHTTPUrlReplacement()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_URL_REPLACEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IHTTP_URL_REPLACEMENT_FEATURE_COUNT"><!-- --></A><H3>
-IHTTP_URL_REPLACEMENT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IHTTP_URL_REPLACEMENT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IHTTP Url Replacement</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.http.HTTPPackage.IHTTP_URL_REPLACEMENT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getHTTPBinding()"><!-- --></A><H3>
-getHTTPBinding</H3>
-<PRE>
-EClass <B>getHTTPBinding</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE><em>Binding</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Binding</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE>HTTPBinding</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getHTTPBinding_Verb()"><!-- --></A><H3>
-getHTTPBinding_Verb</H3>
-<PRE>
-EAttribute <B>getHTTPBinding_Verb</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html#getVerb()"><CODE><em>Verb</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Verb</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html#getVerb()"><CODE>HTTPBinding.getVerb()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPBinding()"><CODE>getHTTPBinding()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getHTTPOperation()"><!-- --></A><H3>
-getHTTPOperation</H3>
-<PRE>
-EClass <B>getHTTPOperation</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE><em>Operation</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Operation</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE>HTTPOperation</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getHTTPOperation_LocationURI()"><!-- --></A><H3>
-getHTTPOperation_LocationURI</H3>
-<PRE>
-EAttribute <B>getHTTPOperation_LocationURI</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Location URI</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html#getLocationURI()"><CODE>HTTPOperation.getLocationURI()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPOperation()"><CODE>getHTTPOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getHTTPUrlReplacement()"><!-- --></A><H3>
-getHTTPUrlReplacement</H3>
-<PRE>
-EClass <B>getHTTPUrlReplacement</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE><em>Url Replacement</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Url Replacement</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE>HTTPUrlReplacement</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getHTTPUrlEncoded()"><!-- --></A><H3>
-getHTTPUrlEncoded</H3>
-<PRE>
-EClass <B>getHTTPUrlEncoded</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE><em>Url Encoded</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Url Encoded</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE>HTTPUrlEncoded</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getHTTPAddress()"><!-- --></A><H3>
-getHTTPAddress</H3>
-<PRE>
-EClass <B>getHTTPAddress</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE><em>Address</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Address</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><CODE>HTTPAddress</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getHTTPAddress_LocationURI()"><!-- --></A><H3>
-getHTTPAddress_LocationURI</H3>
-<PRE>
-EAttribute <B>getHTTPAddress_LocationURI</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Location URI</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html#getLocationURI()"><CODE>HTTPAddress.getLocationURI()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPAddress()"><CODE>getHTTPAddress()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIHTTPAddress()"><!-- --></A><H3>
-getIHTTPAddress</H3>
-<PRE>
-EClass <B>getIHTTPAddress</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IHTTP Address</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IHTTP Address</em>'.<DT><B>See Also:</B><DD><CODE>HTTPAddress</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIHTTPBinding()"><!-- --></A><H3>
-getIHTTPBinding</H3>
-<PRE>
-EClass <B>getIHTTPBinding</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IHTTP Binding</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IHTTP Binding</em>'.<DT><B>See Also:</B><DD><CODE>HTTPBinding</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIHTTPOperation()"><!-- --></A><H3>
-getIHTTPOperation</H3>
-<PRE>
-EClass <B>getIHTTPOperation</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IHTTP Operation</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IHTTP Operation</em>'.<DT><B>See Also:</B><DD><CODE>HTTPOperation</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIHTTPUrlEncoded()"><!-- --></A><H3>
-getIHTTPUrlEncoded</H3>
-<PRE>
-EClass <B>getIHTTPUrlEncoded</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IHTTP Url Encoded</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IHTTP Url Encoded</em>'.<DT><B>See Also:</B><DD><CODE>HTTPUrlEncoded</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIHTTPUrlReplacement()"><!-- --></A><H3>
-getIHTTPUrlReplacement</H3>
-<PRE>
-EClass <B>getIHTTPUrlReplacement</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IHTTP Url Replacement</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IHTTP Url Replacement</em>'.<DT><B>See Also:</B><DD><CODE>HTTPUrlReplacement</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getHTTPFactory()"><!-- --></A><H3>
-getHTTPFactory</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A> <B>getHTTPFactory</B>()</PRE>
-<DL>
-<DD>Returns the factory that creates the instances of the model.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the factory that creates the instances of the model.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPPackage.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html
deleted file mode 100644
index 16093e4..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html
+++ /dev/null
@@ -1,223 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-HTTPUrlEncoded
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.http.HTTPUrlEncoded interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="HTTPUrlEncoded";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPUrlEncoded.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPUrlEncoded.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.http</FONT>
-<BR>
-Interface HTTPUrlEncoded</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, javax.wsdl.extensions.http.HTTPUrlEncoded, java.io.Serializable, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>HTTPUrlEncoded</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPUrlEncoded</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Url Encoded</b></em>'.
- <!-- end-user-doc -->
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPUrlEncoded()"><CODE>HTTPPackage.getHTTPUrlEncoded()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPUrlEncoded.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPUrlEncoded.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html
deleted file mode 100644
index cb0d66e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html
+++ /dev/null
@@ -1,223 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-HTTPUrlReplacement
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.http.HTTPUrlReplacement interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="HTTPUrlReplacement";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPUrlReplacement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPUrlReplacement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.http</FONT>
-<BR>
-Interface HTTPUrlReplacement</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, javax.wsdl.extensions.http.HTTPUrlReplacement, java.io.Serializable, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>HTTPUrlReplacement</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPUrlReplacement</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Url Replacement</b></em>'.
- <!-- end-user-doc -->
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPUrlReplacement()"><CODE>HTTPPackage.getHTTPUrlReplacement()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HTTPUrlReplacement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPUrlReplacement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPAddress.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPAddress.html
deleted file mode 100644
index 51a12cf..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPAddress.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPAddress
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPAddress";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPAddress.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPAddress.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.http.HTTPAddress</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPAddress</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.http"><B>org.eclipse.wst.wsdl.binding.http</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.http"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPAddress</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPAddress</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPAddress</A></CODE></FONT></TD>
-<TD><CODE><B>HTTPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#createHTTPAddress()">createHTTPAddress</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Address</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPAddress.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPAddress.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPBinding.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPBinding.html
deleted file mode 100644
index f87e9da..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPBinding.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPBinding
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPBinding";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPBinding.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPBinding.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.http.HTTPBinding</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPBinding</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.http"><B>org.eclipse.wst.wsdl.binding.http</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.http"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPBinding</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPBinding</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPBinding</A></CODE></FONT></TD>
-<TD><CODE><B>HTTPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#createHTTPBinding()">createHTTPBinding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Binding</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPBinding.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPBinding.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPFactory.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPFactory.html
deleted file mode 100644
index 3b4eba7..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPFactory.html
+++ /dev/null
@@ -1,193 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPFactory
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPFactory";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.http.HTTPFactory</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.http"><B>org.eclipse.wst.wsdl.binding.http</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.http"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A> declared as <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A></CODE></FONT></TD>
-<TD><CODE><B>HTTPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A></CODE></FONT></TD>
-<TD><CODE><B>HTTPPackage.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#getHTTPFactory()">getHTTPFactory</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the factory that creates the instances of the model</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPOperation.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPOperation.html
deleted file mode 100644
index e59eb1e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPOperation.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPOperation
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPOperation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.http.HTTPOperation</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPOperation</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.http"><B>org.eclipse.wst.wsdl.binding.http</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.http"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPOperation</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPOperation</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPOperation</A></CODE></FONT></TD>
-<TD><CODE><B>HTTPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#createHTTPOperation()">createHTTPOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Operation</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPPackage.Literals.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPPackage.Literals.html
deleted file mode 100644
index af98de8..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPPackage.Literals.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPPackage.Literals
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPPackage.Literals";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.http.HTTPPackage.Literals</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.wsdl.binding.http.HTTPPackage.Literals
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPPackage.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPPackage.html
deleted file mode 100644
index 0f13ba0..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPPackage.html
+++ /dev/null
@@ -1,193 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPPackage
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPPackage";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.http.HTTPPackage</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.http"><B>org.eclipse.wst.wsdl.binding.http</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.http"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A> declared as <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A></CODE></FONT></TD>
-<TD><CODE><B>HTTPPackage.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the package</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A></CODE></FONT></TD>
-<TD><CODE><B>HTTPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#getHTTPPackage()">getHTTPPackage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the package supported by this factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPUrlEncoded.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPUrlEncoded.html
deleted file mode 100644
index 9fed37f..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPUrlEncoded.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPUrlEncoded
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPUrlEncoded";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPUrlEncoded.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPUrlEncoded.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.http.HTTPUrlEncoded</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlEncoded</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.http"><B>org.eclipse.wst.wsdl.binding.http</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.http"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlEncoded</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlEncoded</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlEncoded</A></CODE></FONT></TD>
-<TD><CODE><B>HTTPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#createHTTPUrlEncoded()">createHTTPUrlEncoded</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Url Encoded</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPUrlEncoded.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPUrlEncoded.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPUrlReplacement.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPUrlReplacement.html
deleted file mode 100644
index 09d61d2..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/class-use/HTTPUrlReplacement.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPUrlReplacement
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.http.HTTPUrlReplacement";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPUrlReplacement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPUrlReplacement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.http.HTTPUrlReplacement</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlReplacement</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.http"><B>org.eclipse.wst.wsdl.binding.http</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.http"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlReplacement</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlReplacement</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlReplacement</A></CODE></FONT></TD>
-<TD><CODE><B>HTTPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html#createHTTPUrlReplacement()">createHTTPUrlReplacement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Url Replacement</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/\class-useHTTPUrlReplacement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="HTTPUrlReplacement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/package-frame.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/package-frame.html
deleted file mode 100644
index 1f77cb9..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/package-frame.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.wsdl.binding.http
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.http package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-<FONT size="+1" CLASS="FrameTitleFont">
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html" target="classFrame">org.eclipse.wst.wsdl.binding.http</A></FONT>
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
-Interfaces</FONT>&nbsp;
-<FONT CLASS="FrameItemFont">
-<BR>
-<A HREF="HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPAddress</I></A>
-<BR>
-<A HREF="HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPBinding</I></A>
-<BR>
-<A HREF="HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPFactory</I></A>
-<BR>
-<A HREF="HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPOperation</I></A>
-<BR>
-<A HREF="HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPPackage</I></A>
-<BR>
-<A HREF="HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPPackage.Literals</I></A>
-<BR>
-<A HREF="HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPUrlEncoded</I></A>
-<BR>
-<A HREF="HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http" target="classFrame"><I>HTTPUrlReplacement</I></A></FONT></TD>
-</TR>
-</TABLE>
-
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/package-summary.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/package-summary.html
deleted file mode 100644
index 2175b78..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/package-summary.html
+++ /dev/null
@@ -1,190 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.wsdl.binding.http
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.http package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.wsdl.binding.http";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<H2>
-Package org.eclipse.wst.wsdl.binding.http
-</H2>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Interface Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPAddress</A></B></TD>
-<TD>A representation of the model object '<em><b>Address</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPBinding</A></B></TD>
-<TD>A representation of the model object '<em><b>Binding</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPFactory</A></B></TD>
-<TD>The <b>Factory</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPOperation</A></B></TD>
-<TD>A representation of the model object '<em><b>Operation</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage</A></B></TD>
-<TD>The <b>Package</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPPackage.Literals</A></B></TD>
-<TD>Defines literals for the meta objects that represent
- 
-   each class,
-   each feature of each class,
-   each enum,
-   and each data type
- 
- <!</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlEncoded</A></B></TD>
-<TD>A representation of the model object '<em><b>Url Encoded</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlReplacement</A></B></TD>
-<TD>A representation of the model object '<em><b>Url Replacement</b></em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-
-<P>
-<DL>
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/package-tree.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/package-tree.html
deleted file mode 100644
index 901ebc8..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/package-tree.html
+++ /dev/null
@@ -1,210 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.wsdl.binding.http Class Hierarchy
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.wsdl.binding.http Class Hierarchy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-Hierarchy For Package org.eclipse.wst.wsdl.binding.http
-</H2>
-</CENTER>
-<DL>
-<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../overview-tree.html">All Packages</A></DL>
-<HR>
-<H2>
-Interface Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">javax.wsdl.extensions.ExtensibilityElement<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>ExtensibilityElement</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPAddress</B></A> (also extends javax.wsdl.extensions.http.HTTPAddress)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPBinding</B></A> (also extends javax.wsdl.extensions.http.HTTPBinding)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPOperation</B></A> (also extends javax.wsdl.extensions.http.HTTPOperation)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlEncoded</B></A> (also extends javax.wsdl.extensions.http.HTTPUrlEncoded)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlReplacement</B></A> (also extends javax.wsdl.extensions.http.HTTPUrlReplacement)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPAddress (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPAddress</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPBinding (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPBinding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPOperation (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPUrlEncoded (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlEncoded</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPUrlReplacement (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlReplacement</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPFactory</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPPackage</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPPackage.Literals</B></A><LI TYPE="circle">java.io.Serializable<UL>
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPAddress (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPAddress</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPBinding (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPBinding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPOperation (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPUrlEncoded (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlEncoded</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPUrlReplacement (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlReplacement</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><B>WSDLElement</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>ExtensibilityElement</B></A> (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPAddress</B></A> (also extends javax.wsdl.extensions.http.HTTPAddress)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPBinding</B></A> (also extends javax.wsdl.extensions.http.HTTPBinding)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPOperation</B></A> (also extends javax.wsdl.extensions.http.HTTPOperation)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlEncoded</B></A> (also extends javax.wsdl.extensions.http.HTTPUrlEncoded)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlReplacement</B></A> (also extends javax.wsdl.extensions.http.HTTPUrlReplacement)
-</UL>
-</UL>
-</UL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/package-use.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/package-use.html
deleted file mode 100644
index 0f7dd77..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/http/package-use.html
+++ /dev/null
@@ -1,203 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Package org.eclipse.wst.wsdl.binding.http
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Package org.eclipse.wst.wsdl.binding.http";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Package<br>org.eclipse.wst.wsdl.binding.http</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.http"><B>org.eclipse.wst.wsdl.binding.http</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.http"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A> used by <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/class-use/HTTPAddress.html#org.eclipse.wst.wsdl.binding.http"><B>HTTPAddress</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Address</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/class-use/HTTPBinding.html#org.eclipse.wst.wsdl.binding.http"><B>HTTPBinding</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/class-use/HTTPFactory.html#org.eclipse.wst.wsdl.binding.http"><B>HTTPFactory</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <b>Factory</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/class-use/HTTPOperation.html#org.eclipse.wst.wsdl.binding.http"><B>HTTPOperation</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Operation</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/class-use/HTTPPackage.html#org.eclipse.wst.wsdl.binding.http"><B>HTTPPackage</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <b>Package</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/class-use/HTTPUrlEncoded.html#org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlEncoded</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Url Encoded</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/class-use/HTTPUrlReplacement.html#org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlReplacement</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Url Replacement</b></em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/http/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEContent.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEContent.html
deleted file mode 100644
index 823609a..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEContent.html
+++ /dev/null
@@ -1,412 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-MIMEContent
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.mime.MIMEContent interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="MIMEContent";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MIMEContent.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEContent.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.mime</FONT>
-<BR>
-Interface MIMEContent</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, javax.wsdl.extensions.mime.MIMEContent, java.io.Serializable, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>MIMEContent</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEContent</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Content</b></em>'.
- <!-- end-user-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getType()"><CODE><em>Type</em></CODE></A></li>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getEPart()"><CODE><em>EPart</em></CODE></A></li>
- </ul>
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEContent()"><CODE>MIMEPackage.getMIMEContent()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getEPart()">getEPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EPart</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getPart()">getPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- If the meaning of the '<em>Part</em>' reference isn't clear,
- there really should be more of a description here...</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getType()">getType</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#setEPart(org.eclipse.wst.wsdl.Part)">setEPart</A></B>(<A HREF="../../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getEPart()"><CODE><em>EPart</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#setPart(java.lang.String)">setPart</A></B>(java.lang.String&nbsp;part)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#setType(java.lang.String)">setType</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getType()"><CODE><em>Type</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getType()"><!-- --></A><H3>
-getType</H3>
-<PRE>
-java.lang.String <B>getType</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Type</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getType</CODE> in interface <CODE>javax.wsdl.extensions.mime.MIMEContent</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Type</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#setType(java.lang.String)"><CODE>setType(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEContent_Type()"><CODE>MIMEPackage.getMIMEContent_Type()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setType(java.lang.String)"><!-- --></A><H3>
-setType</H3>
-<PRE>
-void <B>setType</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getType()"><CODE><em>Type</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setType</CODE> in interface <CODE>javax.wsdl.extensions.mime.MIMEContent</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Type</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getType()"><CODE>getType()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEPart()"><!-- --></A><H3>
-getEPart</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A> <B>getEPart</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EPart</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EPart</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EPart</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#setEPart(org.eclipse.wst.wsdl.Part)"><CODE>setEPart(Part)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEContent_EPart()"><CODE>MIMEPackage.getMIMEContent_EPart()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEPart(org.eclipse.wst.wsdl.Part)"><!-- --></A><H3>
-setEPart</H3>
-<PRE>
-void <B>setEPart</B>(<A HREF="../../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getEPart()"><CODE><em>EPart</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EPart</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getEPart()"><CODE>getEPart()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setPart(java.lang.String)"><!-- --></A><H3>
-setPart</H3>
-<PRE>
-void <B>setPart</B>(java.lang.String&nbsp;part)</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setPart</CODE> in interface <CODE>javax.wsdl.extensions.mime.MIMEContent</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPart()"><!-- --></A><H3>
-getPart</H3>
-<PRE>
-java.lang.String <B>getPart</B>()</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Part</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getPart</CODE> in interface <CODE>javax.wsdl.extensions.mime.MIMEContent</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MIMEContent.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEContent.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html
deleted file mode 100644
index e378b07..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html
+++ /dev/null
@@ -1,354 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-MIMEFactory
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.mime.MIMEFactory interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="MIMEFactory";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MIMEFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.mime</FONT>
-<BR>
-Interface MIMEFactory</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>MIMEFactory</B></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- The <b>Factory</b> for the model.
- It provides a create method for each non-abstract class of the model.
- <!-- end-user-doc -->
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE>MIMEPackage</CODE></A></DL>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#createMIMEContent()">createMIMEContent</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Content</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMimeXml</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#createMIMEMimeXml()">createMIMEMimeXml</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Mime Xml</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMultipartRelated</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#createMIMEMultipartRelated()">createMIMEMultipartRelated</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Multipart Related</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPart</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#createMIMEPart()">createMIMEPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Part</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#getMIMEPackage()">getMIMEPackage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the package supported by this factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="eINSTANCE"><!-- --></A><H3>
-eINSTANCE</H3>
-<PRE>
-static final <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A> <B>eINSTANCE</B></PRE>
-<DL>
-<DD>The singleton instance of the factory.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="createMIMEContent()"><!-- --></A><H3>
-createMIMEContent</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A> <B>createMIMEContent</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Content</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Content</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createMIMEPart()"><!-- --></A><H3>
-createMIMEPart</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPart</A> <B>createMIMEPart</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Part</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Part</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createMIMEMultipartRelated()"><!-- --></A><H3>
-createMIMEMultipartRelated</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMultipartRelated</A> <B>createMIMEMultipartRelated</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Multipart Related</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Multipart Related</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createMIMEMimeXml()"><!-- --></A><H3>
-createMIMEMimeXml</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMimeXml</A> <B>createMIMEMimeXml</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Mime Xml</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Mime Xml</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMIMEPackage()"><!-- --></A><H3>
-getMIMEPackage</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A> <B>getMIMEPackage</B>()</PRE>
-<DL>
-<DD>Returns the package supported by this factory.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the package supported by this factory.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MIMEFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html
deleted file mode 100644
index 6307de9..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html
+++ /dev/null
@@ -1,353 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-MIMEMimeXml
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.mime.MIMEMimeXml interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="MIMEMimeXml";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MIMEMimeXml.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEMimeXml.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.mime</FONT>
-<BR>
-Interface MIMEMimeXml</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, javax.wsdl.extensions.mime.MIMEMimeXml, java.io.Serializable, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>MIMEMimeXml</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEMimeXml</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Mime Xml</b></em>'.
- <!-- end-user-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#getEPart()"><CODE><em>EPart</em></CODE></A></li>
- </ul>
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEMimeXml()"><CODE>MIMEPackage.getMIMEMimeXml()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#getEPart()">getEPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EPart</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#getPart()">getPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- If the meaning of the '<em>Part</em>' reference isn't clear,
- there really should be more of a description here...</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#setEPart(org.eclipse.wst.wsdl.Part)">setEPart</A></B>(<A HREF="../../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#getEPart()"><CODE><em>EPart</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#setPart(java.lang.String)">setPart</A></B>(java.lang.String&nbsp;part)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getEPart()"><!-- --></A><H3>
-getEPart</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A> <B>getEPart</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EPart</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EPart</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EPart</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#setEPart(org.eclipse.wst.wsdl.Part)"><CODE>setEPart(Part)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEMimeXml_EPart()"><CODE>MIMEPackage.getMIMEMimeXml_EPart()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEPart(org.eclipse.wst.wsdl.Part)"><!-- --></A><H3>
-setEPart</H3>
-<PRE>
-void <B>setEPart</B>(<A HREF="../../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#getEPart()"><CODE><em>EPart</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EPart</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#getEPart()"><CODE>getEPart()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setPart(java.lang.String)"><!-- --></A><H3>
-setPart</H3>
-<PRE>
-void <B>setPart</B>(java.lang.String&nbsp;part)</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setPart</CODE> in interface <CODE>javax.wsdl.extensions.mime.MIMEMimeXml</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPart()"><!-- --></A><H3>
-getPart</H3>
-<PRE>
-java.lang.String <B>getPart</B>()</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Part</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getPart</CODE> in interface <CODE>javax.wsdl.extensions.mime.MIMEMimeXml</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MIMEMimeXml.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEMimeXml.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html
deleted file mode 100644
index 32e71ed..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html
+++ /dev/null
@@ -1,321 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-MIMEMultipartRelated
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.mime.MIMEMultipartRelated interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="MIMEMultipartRelated";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MIMEMultipartRelated.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEMultipartRelated.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.mime</FONT>
-<BR>
-Interface MIMEMultipartRelated</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, javax.wsdl.extensions.mime.MIMEMultipartRelated, java.io.Serializable, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>MIMEMultipartRelated</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEMultipartRelated</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Multipart Related</b></em>'.
- <!-- end-user-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html#getEMIMEPart()"><CODE><em>EMIME Part</em></CODE></A></li>
- </ul>
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEMultipartRelated()"><CODE>MIMEPackage.getMIMEMultipartRelated()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html#addMIMEPart(javax.wsdl.extensions.mime.MIMEPart)">addMIMEPart</A></B>(javax.wsdl.extensions.mime.MIMEPart&nbsp;mimePart)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html#getEMIMEPart()">getEMIMEPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EMIME Part</b></em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html#getMIMEParts()">getMIMEParts</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getEMIMEPart()"><!-- --></A><H3>
-getEMIMEPart</H3>
-<PRE>
-EList <B>getEMIMEPart</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EMIME Part</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE>MIMEPart</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EMIME Part</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EMIME Part</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEMultipartRelated_EMIMEPart()"><CODE>MIMEPackage.getMIMEMultipartRelated_EMIMEPart()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="addMIMEPart(javax.wsdl.extensions.mime.MIMEPart)"><!-- --></A><H3>
-addMIMEPart</H3>
-<PRE>
-void <B>addMIMEPart</B>(javax.wsdl.extensions.mime.MIMEPart&nbsp;mimePart)</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>addMIMEPart</CODE> in interface <CODE>javax.wsdl.extensions.mime.MIMEMultipartRelated</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMIMEParts()"><!-- --></A><H3>
-getMIMEParts</H3>
-<PRE>
-java.util.List <B>getMIMEParts</B>()</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getMIMEParts</CODE> in interface <CODE>javax.wsdl.extensions.mime.MIMEMultipartRelated</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MIMEMultipartRelated.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEMultipartRelated.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html
deleted file mode 100644
index dd36325..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html
+++ /dev/null
@@ -1,516 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-MIMEPackage.Literals
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.mime.MIMEPackage.Literals interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="MIMEPackage.Literals";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MIMEPackage.Literals.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.mime</FONT>
-<BR>
-Interface MIMEPackage.Literals</H2>
-<DL>
-<DT><B>Enclosing interface:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public static interface <B>MIMEPackage.Literals</B></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- Defines literals for the meta objects that represent
- <ul>
-   <li>each class,</li>
-   <li>each feature of each class,</li>
-   <li>each enum,</li>
-   <li>and each data type</li>
- </ul>
- <!-- end-user-doc -->
-<P>
-
-<P>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#IMIME_CONTENT">IMIME_CONTENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IMIME Content</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#IMIME_MIME_XML">IMIME_MIME_XML</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IMIME Mime Xml</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#IMIME_MULTIPART_RELATED">IMIME_MULTIPART_RELATED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IMIME Multipart Related</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#IMIME_PART">IMIME_PART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>IMIME Part</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EDataType</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#LIST">LIST</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em>List</em>' data type</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_CONTENT">MIME_CONTENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Content</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_CONTENT__EPART">MIME_CONTENT__EPART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EPart</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_CONTENT__TYPE">MIME_CONTENT__TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Type</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_MIME_XML">MIME_MIME_XML</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Mime Xml</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_MIME_XML__EPART">MIME_MIME_XML__EPART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EPart</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_MULTIPART_RELATED">MIME_MULTIPART_RELATED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Multipart Related</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_MULTIPART_RELATED__EMIME_PART">MIME_MULTIPART_RELATED__EMIME_PART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EMIME Part</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_PART">MIME_PART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Part</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html#MIME_PART__EEXTENSIBILITY_ELEMENTS">MIME_PART__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EExtensibility Elements</b></em>' containment reference list feature</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="MIME_CONTENT"><!-- --></A><H3>
-MIME_CONTENT</H3>
-<PRE>
-static final EClass <B>MIME_CONTENT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Content</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEContentImpl</CODE>, 
-<CODE>MIMEPackageImpl.getMIMEContent()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_CONTENT__TYPE"><!-- --></A><H3>
-MIME_CONTENT__TYPE</H3>
-<PRE>
-static final EAttribute <B>MIME_CONTENT__TYPE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Type</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="MIME_CONTENT__EPART"><!-- --></A><H3>
-MIME_CONTENT__EPART</H3>
-<PRE>
-static final EReference <B>MIME_CONTENT__EPART</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EPart</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="MIME_PART"><!-- --></A><H3>
-MIME_PART</H3>
-<PRE>
-static final EClass <B>MIME_PART</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Part</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEPartImpl</CODE>, 
-<CODE>MIMEPackageImpl.getMIMEPart()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_PART__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-MIME_PART__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final EReference <B>MIME_PART__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EExtensibility Elements</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MULTIPART_RELATED"><!-- --></A><H3>
-MIME_MULTIPART_RELATED</H3>
-<PRE>
-static final EClass <B>MIME_MULTIPART_RELATED</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Multipart Related</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEMultipartRelatedImpl</CODE>, 
-<CODE>MIMEPackageImpl.getMIMEMultipartRelated()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MULTIPART_RELATED__EMIME_PART"><!-- --></A><H3>
-MIME_MULTIPART_RELATED__EMIME_PART</H3>
-<PRE>
-static final EReference <B>MIME_MULTIPART_RELATED__EMIME_PART</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EMIME Part</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MIME_XML"><!-- --></A><H3>
-MIME_MIME_XML</H3>
-<PRE>
-static final EClass <B>MIME_MIME_XML</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Mime Xml</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEMimeXmlImpl</CODE>, 
-<CODE>MIMEPackageImpl.getMIMEMimeXml()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MIME_XML__EPART"><!-- --></A><H3>
-MIME_MIME_XML__EPART</H3>
-<PRE>
-static final EReference <B>MIME_MIME_XML__EPART</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EPart</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="IMIME_PART"><!-- --></A><H3>
-IMIME_PART</H3>
-<PRE>
-static final EClass <B>IMIME_PART</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IMIME Part</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEPart</CODE>, 
-<CODE>MIMEPackageImpl.getIMIMEPart()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IMIME_MULTIPART_RELATED"><!-- --></A><H3>
-IMIME_MULTIPART_RELATED</H3>
-<PRE>
-static final EClass <B>IMIME_MULTIPART_RELATED</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IMIME Multipart Related</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEMultipartRelated</CODE>, 
-<CODE>MIMEPackageImpl.getIMIMEMultipartRelated()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IMIME_CONTENT"><!-- --></A><H3>
-IMIME_CONTENT</H3>
-<PRE>
-static final EClass <B>IMIME_CONTENT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IMIME Content</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEContent</CODE>, 
-<CODE>MIMEPackageImpl.getIMIMEContent()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="IMIME_MIME_XML"><!-- --></A><H3>
-IMIME_MIME_XML</H3>
-<PRE>
-static final EClass <B>IMIME_MIME_XML</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>IMIME Mime Xml</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEMimeXml</CODE>, 
-<CODE>MIMEPackageImpl.getIMIMEMimeXml()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="LIST"><!-- --></A><H3>
-LIST</H3>
-<PRE>
-static final EDataType <B>LIST</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em>List</em>' data type.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>List</CODE>, 
-<CODE>MIMEPackageImpl.getList()</CODE></DL>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MIMEPackage.Literals.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html
deleted file mode 100644
index 495ff2c..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html
+++ /dev/null
@@ -1,1549 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-MIMEPackage
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.mime.MIMEPackage interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="MIMEPackage";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MIMEPackage.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.mime</FONT>
-<BR>
-Interface MIMEPackage</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>MIMEPackage</B></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- The <b>Package</b> for the model.
- It contains accessors for the meta objects to represent
- <ul>
-   <li>each class,</li>
-   <li>each feature of each class,</li>
-   <li>each enum,</li>
-   <li>and each data type</li>
- </ul>
- <!-- end-user-doc -->
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE>MIMEFactory</CODE></A></DL>
-<HR>
-
-<P>
-<!-- ======== NESTED CLASS SUMMARY ======== -->
-
-<A NAME="nested_class_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Nested Class Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines literals for the meta objects that represent
- 
-   each class,
-   each feature of each class,
-   each enum,
-   and each data type
- 
- <!</TD>
-</TR>
-</TABLE>
-&nbsp;<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the package</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#eNAME">eNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The package name</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#eNS_PREFIX">eNS_PREFIX</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The package namespace name</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#eNS_URI">eNS_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The package namespace URI</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_CONTENT">IMIME_CONTENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IMIME Content</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_CONTENT_FEATURE_COUNT">IMIME_CONTENT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IMIME Content</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_MIME_XML">IMIME_MIME_XML</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IMIME Mime Xml</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_MIME_XML_FEATURE_COUNT">IMIME_MIME_XML_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IMIME Mime Xml</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_MULTIPART_RELATED">IMIME_MULTIPART_RELATED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IMIME Multipart Related</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_MULTIPART_RELATED_FEATURE_COUNT">IMIME_MULTIPART_RELATED_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IMIME Multipart Related</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_PART">IMIME_PART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IMIME Part</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#IMIME_PART_FEATURE_COUNT">IMIME_PART_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IMIME Part</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#LIST">LIST</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<em>List</em>' data type</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT">MIME_CONTENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Content</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__DOCUMENTATION_ELEMENT">MIME_CONTENT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__ELEMENT">MIME_CONTENT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__ELEMENT_TYPE">MIME_CONTENT__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__EPART">MIME_CONTENT__EPART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EPart</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__REQUIRED">MIME_CONTENT__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT__TYPE">MIME_CONTENT__TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_CONTENT_FEATURE_COUNT">MIME_CONTENT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Content</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML">MIME_MIME_XML</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Mime Xml</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML__DOCUMENTATION_ELEMENT">MIME_MIME_XML__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML__ELEMENT">MIME_MIME_XML__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML__ELEMENT_TYPE">MIME_MIME_XML__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML__EPART">MIME_MIME_XML__EPART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EPart</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML__REQUIRED">MIME_MIME_XML__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MIME_XML_FEATURE_COUNT">MIME_MIME_XML_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Mime Xml</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED">MIME_MULTIPART_RELATED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Multipart Related</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED__DOCUMENTATION_ELEMENT">MIME_MULTIPART_RELATED__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED__ELEMENT">MIME_MULTIPART_RELATED__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED__ELEMENT_TYPE">MIME_MULTIPART_RELATED__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED__EMIME_PART">MIME_MULTIPART_RELATED__EMIME_PART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMIME Part</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED__REQUIRED">MIME_MULTIPART_RELATED__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_MULTIPART_RELATED_FEATURE_COUNT">MIME_MULTIPART_RELATED_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Multipart Related</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART">MIME_PART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Part</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART__DOCUMENTATION_ELEMENT">MIME_PART__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART__EEXTENSIBILITY_ELEMENTS">MIME_PART__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART__ELEMENT">MIME_PART__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART__ELEMENT_TYPE">MIME_PART__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART__REQUIRED">MIME_PART__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#MIME_PART_FEATURE_COUNT">MIME_PART_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Part</em>' class</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getIMIMEContent()">getIMIMEContent</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IMIME Content</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getIMIMEMimeXml()">getIMIMEMimeXml</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IMIME Mime Xml</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getIMIMEMultipartRelated()">getIMIMEMultipartRelated</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IMIME Multipart Related</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getIMIMEPart()">getIMIMEPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IMIME Part</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EDataType</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getList()">getList</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for data type '<CODE><em>List</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEContent_EPart()">getMIMEContent_EPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getEPart()"><CODE><em>EPart</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEContent_Type()">getMIMEContent_Type</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getType()"><CODE><em>Type</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEContent()">getMIMEContent</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE><em>Content</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEFactory()">getMIMEFactory</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the factory that creates the instances of the model</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEMimeXml_EPart()">getMIMEMimeXml_EPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#getEPart()"><CODE><em>EPart</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEMimeXml()">getMIMEMimeXml</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE><em>Mime Xml</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEMultipartRelated_EMIMEPart()">getMIMEMultipartRelated_EMIMEPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html#getEMIMEPart()"><CODE><em>EMIME Part</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEMultipartRelated()">getMIMEMultipartRelated</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE><em>Multipart Related</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEPart_EExtensibilityElements()">getMIMEPart_EExtensibilityElements</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html#getEExtensibilityElements()"><CODE><em>EExtensibility Elements</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEPart()">getMIMEPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE><em>Part</em></CODE></A>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="eNAME"><!-- --></A><H3>
-eNAME</H3>
-<PRE>
-static final java.lang.String <B>eNAME</B></PRE>
-<DL>
-<DD>The package name.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.eNAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="eNS_URI"><!-- --></A><H3>
-eNS_URI</H3>
-<PRE>
-static final java.lang.String <B>eNS_URI</B></PRE>
-<DL>
-<DD>The package namespace URI.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.eNS_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="eNS_PREFIX"><!-- --></A><H3>
-eNS_PREFIX</H3>
-<PRE>
-static final java.lang.String <B>eNS_PREFIX</B></PRE>
-<DL>
-<DD>The package namespace name.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.eNS_PREFIX">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="eINSTANCE"><!-- --></A><H3>
-eINSTANCE</H3>
-<PRE>
-static final <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A> <B>eINSTANCE</B></PRE>
-<DL>
-<DD>The singleton instance of the package.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="MIME_CONTENT"><!-- --></A><H3>
-MIME_CONTENT</H3>
-<PRE>
-static final int <B>MIME_CONTENT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Content</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEContentImpl</CODE>, 
-<CODE>MIMEPackageImpl.getMIMEContent()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_CONTENT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-MIME_CONTENT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>MIME_CONTENT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_CONTENT__ELEMENT"><!-- --></A><H3>
-MIME_CONTENT__ELEMENT</H3>
-<PRE>
-static final int <B>MIME_CONTENT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_CONTENT__REQUIRED"><!-- --></A><H3>
-MIME_CONTENT__REQUIRED</H3>
-<PRE>
-static final int <B>MIME_CONTENT__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_CONTENT__ELEMENT_TYPE"><!-- --></A><H3>
-MIME_CONTENT__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>MIME_CONTENT__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_CONTENT__TYPE"><!-- --></A><H3>
-MIME_CONTENT__TYPE</H3>
-<PRE>
-static final int <B>MIME_CONTENT__TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT__TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_CONTENT__EPART"><!-- --></A><H3>
-MIME_CONTENT__EPART</H3>
-<PRE>
-static final int <B>MIME_CONTENT__EPART</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EPart</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT__EPART">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_CONTENT_FEATURE_COUNT"><!-- --></A><H3>
-MIME_CONTENT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>MIME_CONTENT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Content</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_CONTENT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_PART"><!-- --></A><H3>
-MIME_PART</H3>
-<PRE>
-static final int <B>MIME_PART</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Part</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEPartImpl</CODE>, 
-<CODE>MIMEPackageImpl.getMIMEPart()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_PART">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_PART__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-MIME_PART__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>MIME_PART__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_PART__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_PART__ELEMENT"><!-- --></A><H3>
-MIME_PART__ELEMENT</H3>
-<PRE>
-static final int <B>MIME_PART__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_PART__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_PART__REQUIRED"><!-- --></A><H3>
-MIME_PART__REQUIRED</H3>
-<PRE>
-static final int <B>MIME_PART__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_PART__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_PART__ELEMENT_TYPE"><!-- --></A><H3>
-MIME_PART__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>MIME_PART__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_PART__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_PART__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
-MIME_PART__EEXTENSIBILITY_ELEMENTS</H3>
-<PRE>
-static final int <B>MIME_PART__EEXTENSIBILITY_ELEMENTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_PART__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_PART_FEATURE_COUNT"><!-- --></A><H3>
-MIME_PART_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>MIME_PART_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Part</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_PART_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MULTIPART_RELATED"><!-- --></A><H3>
-MIME_MULTIPART_RELATED</H3>
-<PRE>
-static final int <B>MIME_MULTIPART_RELATED</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Multipart Related</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEMultipartRelatedImpl</CODE>, 
-<CODE>MIMEPackageImpl.getMIMEMultipartRelated()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MULTIPART_RELATED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MULTIPART_RELATED__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-MIME_MULTIPART_RELATED__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>MIME_MULTIPART_RELATED__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MULTIPART_RELATED__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MULTIPART_RELATED__ELEMENT"><!-- --></A><H3>
-MIME_MULTIPART_RELATED__ELEMENT</H3>
-<PRE>
-static final int <B>MIME_MULTIPART_RELATED__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MULTIPART_RELATED__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MULTIPART_RELATED__REQUIRED"><!-- --></A><H3>
-MIME_MULTIPART_RELATED__REQUIRED</H3>
-<PRE>
-static final int <B>MIME_MULTIPART_RELATED__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MULTIPART_RELATED__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MULTIPART_RELATED__ELEMENT_TYPE"><!-- --></A><H3>
-MIME_MULTIPART_RELATED__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>MIME_MULTIPART_RELATED__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MULTIPART_RELATED__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MULTIPART_RELATED__EMIME_PART"><!-- --></A><H3>
-MIME_MULTIPART_RELATED__EMIME_PART</H3>
-<PRE>
-static final int <B>MIME_MULTIPART_RELATED__EMIME_PART</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EMIME Part</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MULTIPART_RELATED__EMIME_PART">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MULTIPART_RELATED_FEATURE_COUNT"><!-- --></A><H3>
-MIME_MULTIPART_RELATED_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>MIME_MULTIPART_RELATED_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Multipart Related</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MULTIPART_RELATED_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MIME_XML"><!-- --></A><H3>
-MIME_MIME_XML</H3>
-<PRE>
-static final int <B>MIME_MIME_XML</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Mime Xml</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEMimeXmlImpl</CODE>, 
-<CODE>MIMEPackageImpl.getMIMEMimeXml()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MIME_XML">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MIME_XML__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-MIME_MIME_XML__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>MIME_MIME_XML__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MIME_XML__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MIME_XML__ELEMENT"><!-- --></A><H3>
-MIME_MIME_XML__ELEMENT</H3>
-<PRE>
-static final int <B>MIME_MIME_XML__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MIME_XML__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MIME_XML__REQUIRED"><!-- --></A><H3>
-MIME_MIME_XML__REQUIRED</H3>
-<PRE>
-static final int <B>MIME_MIME_XML__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MIME_XML__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MIME_XML__ELEMENT_TYPE"><!-- --></A><H3>
-MIME_MIME_XML__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>MIME_MIME_XML__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MIME_XML__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MIME_XML__EPART"><!-- --></A><H3>
-MIME_MIME_XML__EPART</H3>
-<PRE>
-static final int <B>MIME_MIME_XML__EPART</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EPart</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MIME_XML__EPART">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MIME_MIME_XML_FEATURE_COUNT"><!-- --></A><H3>
-MIME_MIME_XML_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>MIME_MIME_XML_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Mime Xml</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.MIME_MIME_XML_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMIME_PART"><!-- --></A><H3>
-IMIME_PART</H3>
-<PRE>
-static final int <B>IMIME_PART</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IMIME Part</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEPart</CODE>, 
-<CODE>MIMEPackageImpl.getIMIMEPart()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_PART">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMIME_PART_FEATURE_COUNT"><!-- --></A><H3>
-IMIME_PART_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IMIME_PART_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IMIME Part</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_PART_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMIME_MULTIPART_RELATED"><!-- --></A><H3>
-IMIME_MULTIPART_RELATED</H3>
-<PRE>
-static final int <B>IMIME_MULTIPART_RELATED</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IMIME Multipart Related</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEMultipartRelated</CODE>, 
-<CODE>MIMEPackageImpl.getIMIMEMultipartRelated()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_MULTIPART_RELATED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMIME_MULTIPART_RELATED_FEATURE_COUNT"><!-- --></A><H3>
-IMIME_MULTIPART_RELATED_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IMIME_MULTIPART_RELATED_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IMIME Multipart Related</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_MULTIPART_RELATED_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMIME_CONTENT"><!-- --></A><H3>
-IMIME_CONTENT</H3>
-<PRE>
-static final int <B>IMIME_CONTENT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IMIME Content</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEContent</CODE>, 
-<CODE>MIMEPackageImpl.getIMIMEContent()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_CONTENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMIME_CONTENT_FEATURE_COUNT"><!-- --></A><H3>
-IMIME_CONTENT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IMIME_CONTENT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IMIME Content</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_CONTENT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMIME_MIME_XML"><!-- --></A><H3>
-IMIME_MIME_XML</H3>
-<PRE>
-static final int <B>IMIME_MIME_XML</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>IMIME Mime Xml</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>MIMEMimeXml</CODE>, 
-<CODE>MIMEPackageImpl.getIMIMEMimeXml()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_MIME_XML">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMIME_MIME_XML_FEATURE_COUNT"><!-- --></A><H3>
-IMIME_MIME_XML_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>IMIME_MIME_XML_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>IMIME Mime Xml</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.IMIME_MIME_XML_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="LIST"><!-- --></A><H3>
-LIST</H3>
-<PRE>
-static final int <B>LIST</B></PRE>
-<DL>
-<DD>The meta object id for the '<em>List</em>' data type.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>List</CODE>, 
-<CODE>MIMEPackageImpl.getList()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.mime.MIMEPackage.LIST">Constant Field Values</A></DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getMIMEContent()"><!-- --></A><H3>
-getMIMEContent</H3>
-<PRE>
-EClass <B>getMIMEContent</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE><em>Content</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Content</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE>MIMEContent</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMIMEContent_Type()"><!-- --></A><H3>
-getMIMEContent_Type</H3>
-<PRE>
-EAttribute <B>getMIMEContent_Type</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getType()"><CODE><em>Type</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Type</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getType()"><CODE>MIMEContent.getType()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEContent()"><CODE>getMIMEContent()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMIMEContent_EPart()"><!-- --></A><H3>
-getMIMEContent_EPart</H3>
-<PRE>
-EReference <B>getMIMEContent_EPart</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getEPart()"><CODE><em>EPart</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>EPart</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getEPart()"><CODE>MIMEContent.getEPart()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEContent()"><CODE>getMIMEContent()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMIMEPart()"><!-- --></A><H3>
-getMIMEPart</H3>
-<PRE>
-EClass <B>getMIMEPart</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE><em>Part</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Part</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE>MIMEPart</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMIMEPart_EExtensibilityElements()"><!-- --></A><H3>
-getMIMEPart_EExtensibilityElements</H3>
-<PRE>
-EReference <B>getMIMEPart_EExtensibilityElements</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html#getEExtensibilityElements()"><CODE><em>EExtensibility Elements</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EExtensibility Elements</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html#getEExtensibilityElements()"><CODE>MIMEPart.getEExtensibilityElements()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEPart()"><CODE>getMIMEPart()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMIMEMultipartRelated()"><!-- --></A><H3>
-getMIMEMultipartRelated</H3>
-<PRE>
-EClass <B>getMIMEMultipartRelated</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE><em>Multipart Related</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Multipart Related</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE>MIMEMultipartRelated</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMIMEMultipartRelated_EMIMEPart()"><!-- --></A><H3>
-getMIMEMultipartRelated_EMIMEPart</H3>
-<PRE>
-EReference <B>getMIMEMultipartRelated_EMIMEPart</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html#getEMIMEPart()"><CODE><em>EMIME Part</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EMIME Part</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html#getEMIMEPart()"><CODE>MIMEMultipartRelated.getEMIMEPart()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEMultipartRelated()"><CODE>getMIMEMultipartRelated()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMIMEMimeXml()"><!-- --></A><H3>
-getMIMEMimeXml</H3>
-<PRE>
-EClass <B>getMIMEMimeXml</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE><em>Mime Xml</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Mime Xml</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><CODE>MIMEMimeXml</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMIMEMimeXml_EPart()"><!-- --></A><H3>
-getMIMEMimeXml_EPart</H3>
-<PRE>
-EReference <B>getMIMEMimeXml_EPart</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#getEPart()"><CODE><em>EPart</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>EPart</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#getEPart()"><CODE>MIMEMimeXml.getEPart()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEMimeXml()"><CODE>getMIMEMimeXml()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIMIMEPart()"><!-- --></A><H3>
-getIMIMEPart</H3>
-<PRE>
-EClass <B>getIMIMEPart</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IMIME Part</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IMIME Part</em>'.<DT><B>See Also:</B><DD><CODE>MIMEPart</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIMIMEMultipartRelated()"><!-- --></A><H3>
-getIMIMEMultipartRelated</H3>
-<PRE>
-EClass <B>getIMIMEMultipartRelated</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IMIME Multipart Related</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IMIME Multipart Related</em>'.<DT><B>See Also:</B><DD><CODE>MIMEMultipartRelated</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIMIMEContent()"><!-- --></A><H3>
-getIMIMEContent</H3>
-<PRE>
-EClass <B>getIMIMEContent</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IMIME Content</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IMIME Content</em>'.<DT><B>See Also:</B><DD><CODE>MIMEContent</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIMIMEMimeXml()"><!-- --></A><H3>
-getIMIMEMimeXml</H3>
-<PRE>
-EClass <B>getIMIMEMimeXml</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>IMIME Mime Xml</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>IMIME Mime Xml</em>'.<DT><B>See Also:</B><DD><CODE>MIMEMimeXml</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getList()"><!-- --></A><H3>
-getList</H3>
-<PRE>
-EDataType <B>getList</B>()</PRE>
-<DL>
-<DD>Returns the meta object for data type '<CODE><em>List</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for data type '<em>List</em>'.<DT><B>See Also:</B><DD><CODE>List</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMIMEFactory()"><!-- --></A><H3>
-getMIMEFactory</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A> <B>getMIMEFactory</B>()</PRE>
-<DL>
-<DD>Returns the factory that creates the instances of the model.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the factory that creates the instances of the model.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MIMEPackage.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEPart.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEPart.html
deleted file mode 100644
index a0ad07e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/MIMEPart.html
+++ /dev/null
@@ -1,321 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-MIMEPart
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.mime.MIMEPart interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="MIMEPart";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MIMEPart.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEPart.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.mime</FONT>
-<BR>
-Interface MIMEPart</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, javax.wsdl.extensions.mime.MIMEPart, java.io.Serializable, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>MIMEPart</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEPart</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Part</b></em>'.
- <!-- end-user-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html#getEExtensibilityElements()"><CODE><em>EExtensibility Elements</em></CODE></A></li>
- </ul>
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEPart()"><CODE>MIMEPackage.getMIMEPart()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html#addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)">addExtensibilityElement</A></B>(javax.wsdl.extensions.ExtensibilityElement&nbsp;extensibilityElement)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html#getEExtensibilityElements()">getEExtensibilityElements</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EExtensibility Elements</b></em>' containment reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html#getExtensibilityElements()">getExtensibilityElements</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getEExtensibilityElements()"><!-- --></A><H3>
-getEExtensibilityElements</H3>
-<PRE>
-EList <B>getEExtensibilityElements</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EExtensibility Elements</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE>ExtensibilityElement</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EExtensibility Elements</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EExtensibility Elements</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEPart_EExtensibilityElements()"><CODE>MIMEPackage.getMIMEPart_EExtensibilityElements()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement)"><!-- --></A><H3>
-addExtensibilityElement</H3>
-<PRE>
-void <B>addExtensibilityElement</B>(javax.wsdl.extensions.ExtensibilityElement&nbsp;extensibilityElement)</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>addExtensibilityElement</CODE> in interface <CODE>javax.wsdl.extensions.mime.MIMEPart</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getExtensibilityElements()"><!-- --></A><H3>
-getExtensibilityElements</H3>
-<PRE>
-java.util.List <B>getExtensibilityElements</B>()</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getExtensibilityElements</CODE> in interface <CODE>javax.wsdl.extensions.mime.MIMEPart</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MIMEPart.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEPart.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEContent.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEContent.html
deleted file mode 100644
index 419cfea..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEContent.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.mime.MIMEContent
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.mime.MIMEContent";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/\class-useMIMEContent.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEContent.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.mime.MIMEContent</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.mime"><B>org.eclipse.wst.wsdl.binding.mime</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.mime"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A></CODE></FONT></TD>
-<TD><CODE><B>MIMEFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#createMIMEContent()">createMIMEContent</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Content</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/\class-useMIMEContent.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEContent.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEFactory.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEFactory.html
deleted file mode 100644
index ab05c41..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEFactory.html
+++ /dev/null
@@ -1,193 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.mime.MIMEFactory
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.mime.MIMEFactory";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/\class-useMIMEFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.mime.MIMEFactory</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.mime"><B>org.eclipse.wst.wsdl.binding.mime</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.mime"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A> declared as <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A></CODE></FONT></TD>
-<TD><CODE><B>MIMEFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A></CODE></FONT></TD>
-<TD><CODE><B>MIMEPackage.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#getMIMEFactory()">getMIMEFactory</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the factory that creates the instances of the model</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/\class-useMIMEFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEMimeXml.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEMimeXml.html
deleted file mode 100644
index f9ef071..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEMimeXml.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.mime.MIMEMimeXml
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.mime.MIMEMimeXml";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/\class-useMIMEMimeXml.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEMimeXml.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.mime.MIMEMimeXml</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMimeXml</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.mime"><B>org.eclipse.wst.wsdl.binding.mime</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.mime"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMimeXml</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMimeXml</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMimeXml</A></CODE></FONT></TD>
-<TD><CODE><B>MIMEFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#createMIMEMimeXml()">createMIMEMimeXml</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Mime Xml</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/\class-useMIMEMimeXml.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEMimeXml.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEMultipartRelated.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEMultipartRelated.html
deleted file mode 100644
index 949b94e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEMultipartRelated.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.mime.MIMEMultipartRelated
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.mime.MIMEMultipartRelated";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/\class-useMIMEMultipartRelated.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEMultipartRelated.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.mime.MIMEMultipartRelated</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMultipartRelated</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.mime"><B>org.eclipse.wst.wsdl.binding.mime</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.mime"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMultipartRelated</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMultipartRelated</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMultipartRelated</A></CODE></FONT></TD>
-<TD><CODE><B>MIMEFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#createMIMEMultipartRelated()">createMIMEMultipartRelated</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Multipart Related</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/\class-useMIMEMultipartRelated.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEMultipartRelated.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEPackage.Literals.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEPackage.Literals.html
deleted file mode 100644
index 886a03e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEPackage.Literals.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.mime.MIMEPackage.Literals
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.mime.MIMEPackage.Literals";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/\class-useMIMEPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.mime.MIMEPackage.Literals</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.wsdl.binding.mime.MIMEPackage.Literals
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/\class-useMIMEPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEPackage.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEPackage.html
deleted file mode 100644
index 8e3eaa6..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEPackage.html
+++ /dev/null
@@ -1,193 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.mime.MIMEPackage
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.mime.MIMEPackage";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/\class-useMIMEPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.mime.MIMEPackage</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.mime"><B>org.eclipse.wst.wsdl.binding.mime</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.mime"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A> declared as <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A></CODE></FONT></TD>
-<TD><CODE><B>MIMEPackage.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the package</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A></CODE></FONT></TD>
-<TD><CODE><B>MIMEFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#getMIMEPackage()">getMIMEPackage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the package supported by this factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/\class-useMIMEPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEPart.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEPart.html
deleted file mode 100644
index 0705e6a..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/class-use/MIMEPart.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.mime.MIMEPart
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.mime.MIMEPart";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/\class-useMIMEPart.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEPart.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.mime.MIMEPart</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPart</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.mime"><B>org.eclipse.wst.wsdl.binding.mime</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.mime"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPart</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPart</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPart</A></CODE></FONT></TD>
-<TD><CODE><B>MIMEFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html#createMIMEPart()">createMIMEPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Part</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/\class-useMIMEPart.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MIMEPart.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/package-frame.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/package-frame.html
deleted file mode 100644
index 55baaf0..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/package-frame.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.wsdl.binding.mime
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.mime package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-<FONT size="+1" CLASS="FrameTitleFont">
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html" target="classFrame">org.eclipse.wst.wsdl.binding.mime</A></FONT>
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
-Interfaces</FONT>&nbsp;
-<FONT CLASS="FrameItemFont">
-<BR>
-<A HREF="MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime" target="classFrame"><I>MIMEContent</I></A>
-<BR>
-<A HREF="MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime" target="classFrame"><I>MIMEFactory</I></A>
-<BR>
-<A HREF="MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime" target="classFrame"><I>MIMEMimeXml</I></A>
-<BR>
-<A HREF="MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime" target="classFrame"><I>MIMEMultipartRelated</I></A>
-<BR>
-<A HREF="MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime" target="classFrame"><I>MIMEPackage</I></A>
-<BR>
-<A HREF="MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime" target="classFrame"><I>MIMEPackage.Literals</I></A>
-<BR>
-<A HREF="MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime" target="classFrame"><I>MIMEPart</I></A></FONT></TD>
-</TR>
-</TABLE>
-
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/package-summary.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/package-summary.html
deleted file mode 100644
index 2105d2c..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/package-summary.html
+++ /dev/null
@@ -1,186 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.wsdl.binding.mime
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.mime package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.wsdl.binding.mime";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<H2>
-Package org.eclipse.wst.wsdl.binding.mime
-</H2>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Interface Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A></B></TD>
-<TD>A representation of the model object '<em><b>Content</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEFactory</A></B></TD>
-<TD>The <b>Factory</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMimeXml</A></B></TD>
-<TD>A representation of the model object '<em><b>Mime Xml</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMultipartRelated</A></B></TD>
-<TD>A representation of the model object '<em><b>Multipart Related</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage</A></B></TD>
-<TD>The <b>Package</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPackage.Literals</A></B></TD>
-<TD>Defines literals for the meta objects that represent
- 
-   each class,
-   each feature of each class,
-   each enum,
-   and each data type
- 
- <!</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPart</A></B></TD>
-<TD>A representation of the model object '<em><b>Part</b></em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-
-<P>
-<DL>
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/package-tree.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/package-tree.html
deleted file mode 100644
index ce0861f..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/package-tree.html
+++ /dev/null
@@ -1,200 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.wsdl.binding.mime Class Hierarchy
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.wsdl.binding.mime Class Hierarchy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-Hierarchy For Package org.eclipse.wst.wsdl.binding.mime
-</H2>
-</CENTER>
-<DL>
-<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../overview-tree.html">All Packages</A></DL>
-<HR>
-<H2>
-Interface Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">javax.wsdl.extensions.ExtensibilityElement<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>ExtensibilityElement</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEContent</B></A> (also extends javax.wsdl.extensions.mime.MIMEContent)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMimeXml</B></A> (also extends javax.wsdl.extensions.mime.MIMEMimeXml)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMultipartRelated</B></A> (also extends javax.wsdl.extensions.mime.MIMEMultipartRelated)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPart</B></A> (also extends javax.wsdl.extensions.mime.MIMEPart)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEContent (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEContent</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEMimeXml (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMimeXml</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEMultipartRelated (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMultipartRelated</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEPart (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPart</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEFactory</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPackage</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPackage.Literals</B></A><LI TYPE="circle">java.io.Serializable<UL>
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEContent (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEContent</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEMimeXml (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMimeXml</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEMultipartRelated (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMultipartRelated</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEPart (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPart</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><B>WSDLElement</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>ExtensibilityElement</B></A> (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEContent</B></A> (also extends javax.wsdl.extensions.mime.MIMEContent)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMimeXml</B></A> (also extends javax.wsdl.extensions.mime.MIMEMimeXml)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMultipartRelated</B></A> (also extends javax.wsdl.extensions.mime.MIMEMultipartRelated)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPart</B></A> (also extends javax.wsdl.extensions.mime.MIMEPart)
-</UL>
-</UL>
-</UL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/http/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/package-use.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/package-use.html
deleted file mode 100644
index 0c02fc2..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/mime/package-use.html
+++ /dev/null
@@ -1,197 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Package org.eclipse.wst.wsdl.binding.mime
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Package org.eclipse.wst.wsdl.binding.mime";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Package<br>org.eclipse.wst.wsdl.binding.mime</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.mime"><B>org.eclipse.wst.wsdl.binding.mime</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.mime"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A> used by <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/class-use/MIMEContent.html#org.eclipse.wst.wsdl.binding.mime"><B>MIMEContent</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Content</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/class-use/MIMEFactory.html#org.eclipse.wst.wsdl.binding.mime"><B>MIMEFactory</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <b>Factory</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/class-use/MIMEMimeXml.html#org.eclipse.wst.wsdl.binding.mime"><B>MIMEMimeXml</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Mime Xml</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/class-use/MIMEMultipartRelated.html#org.eclipse.wst.wsdl.binding.mime"><B>MIMEMultipartRelated</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Multipart Related</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/class-use/MIMEPackage.html#org.eclipse.wst.wsdl.binding.mime"><B>MIMEPackage</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <b>Package</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/class-use/MIMEPart.html#org.eclipse.wst.wsdl.binding.mime"><B>MIMEPart</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Part</b></em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/mime/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html
deleted file mode 100644
index 80a378e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html
+++ /dev/null
@@ -1,297 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-SOAPAddress
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.soap.SOAPAddress interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="SOAPAddress";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPAddress.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPAddress.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.soap</FONT>
-<BR>
-Interface SOAPAddress</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable, javax.wsdl.extensions.soap.SOAPAddress, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>SOAPAddress</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPAddress</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Address</b></em>'.
- <!-- end-user-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A></li>
- </ul>
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPAddress()"><CODE>SOAPPackage.getSOAPAddress()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html#getLocationURI()">getLocationURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Location URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html#setLocationURI(java.lang.String)">setLocationURI</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getLocationURI()"><!-- --></A><H3>
-getLocationURI</H3>
-<PRE>
-java.lang.String <B>getLocationURI</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Location URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Location URI</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getLocationURI</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPAddress</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Location URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html#setLocationURI(java.lang.String)"><CODE>setLocationURI(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPAddress_LocationURI()"><CODE>SOAPPackage.getSOAPAddress_LocationURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setLocationURI(java.lang.String)"><!-- --></A><H3>
-setLocationURI</H3>
-<PRE>
-void <B>setLocationURI</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setLocationURI</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPAddress</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Location URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html#getLocationURI()"><CODE>getLocationURI()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPAddress.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPAddress.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html
deleted file mode 100644
index 5a7bdf0..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html
+++ /dev/null
@@ -1,356 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-SOAPBinding
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.soap.SOAPBinding interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="SOAPBinding";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPBinding.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPBinding.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.soap</FONT>
-<BR>
-Interface SOAPBinding</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable, javax.wsdl.extensions.soap.SOAPBinding, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>SOAPBinding</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPBinding</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Binding</b></em>'.
- <!-- end-user-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getTransportURI()"><CODE><em>Transport URI</em></CODE></A></li>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getStyle()"><CODE><em>Style</em></CODE></A></li>
- </ul>
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBinding()"><CODE>SOAPPackage.getSOAPBinding()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getStyle()">getStyle</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Style</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getTransportURI()">getTransportURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Transport URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#setStyle(java.lang.String)">setStyle</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getStyle()"><CODE><em>Style</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#setTransportURI(java.lang.String)">setTransportURI</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getTransportURI()"><CODE><em>Transport URI</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getTransportURI()"><!-- --></A><H3>
-getTransportURI</H3>
-<PRE>
-java.lang.String <B>getTransportURI</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Transport URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Transport URI</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getTransportURI</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPBinding</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Transport URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#setTransportURI(java.lang.String)"><CODE>setTransportURI(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBinding_TransportURI()"><CODE>SOAPPackage.getSOAPBinding_TransportURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setTransportURI(java.lang.String)"><!-- --></A><H3>
-setTransportURI</H3>
-<PRE>
-void <B>setTransportURI</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getTransportURI()"><CODE><em>Transport URI</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setTransportURI</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPBinding</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Transport URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getTransportURI()"><CODE>getTransportURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getStyle()"><!-- --></A><H3>
-getStyle</H3>
-<PRE>
-java.lang.String <B>getStyle</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Style</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Style</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getStyle</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPBinding</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Style</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#setStyle(java.lang.String)"><CODE>setStyle(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBinding_Style()"><CODE>SOAPPackage.getSOAPBinding_Style()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setStyle(java.lang.String)"><!-- --></A><H3>
-setStyle</H3>
-<PRE>
-void <B>setStyle</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getStyle()"><CODE><em>Style</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setStyle</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPBinding</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Style</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getStyle()"><CODE>getStyle()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPBinding.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPBinding.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPBody.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPBody.html
deleted file mode 100644
index 2f4b706..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPBody.html
+++ /dev/null
@@ -1,431 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-SOAPBody
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.soap.SOAPBody interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="SOAPBody";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPBody.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPBody.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.soap</FONT>
-<BR>
-Interface SOAPBody</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable, javax.wsdl.extensions.soap.SOAPBody, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>SOAPBody</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPBody</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Body</b></em>'.
- <!-- end-user-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getUse()"><CODE><em>Use</em></CODE></A></li>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A></li>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getEEncodingStyles()"><CODE><em>EEncoding Styles</em></CODE></A></li>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getEParts()"><CODE><em>EParts</em></CODE></A></li>
- </ul>
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody()"><CODE>SOAPPackage.getSOAPBody()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getEEncodingStyles()">getEEncodingStyles</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EEncoding Styles</b></em>' attribute list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getEParts()">getEParts</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EParts</b></em>' reference list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getNamespaceURI()">getNamespaceURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Namespace URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getUse()">getUse</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Use</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#setNamespaceURI(java.lang.String)">setNamespaceURI</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#setUse(java.lang.String)">setUse</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getUse()"><CODE><em>Use</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.soap.SOAPBody"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.soap.SOAPBody</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getEncodingStyles, getParts, setEncodingStyles, setParts</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getUse()"><!-- --></A><H3>
-getUse</H3>
-<PRE>
-java.lang.String <B>getUse</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Use</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Use</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getUse</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPBody</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Use</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#setUse(java.lang.String)"><CODE>setUse(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody_Use()"><CODE>SOAPPackage.getSOAPBody_Use()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setUse(java.lang.String)"><!-- --></A><H3>
-setUse</H3>
-<PRE>
-void <B>setUse</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getUse()"><CODE><em>Use</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setUse</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPBody</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Use</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getUse()"><CODE>getUse()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getNamespaceURI()"><!-- --></A><H3>
-getNamespaceURI</H3>
-<PRE>
-java.lang.String <B>getNamespaceURI</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Namespace URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Namespace URI</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getNamespaceURI</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPBody</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Namespace URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#setNamespaceURI(java.lang.String)"><CODE>setNamespaceURI(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody_NamespaceURI()"><CODE>SOAPPackage.getSOAPBody_NamespaceURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setNamespaceURI(java.lang.String)"><!-- --></A><H3>
-setNamespaceURI</H3>
-<PRE>
-void <B>setNamespaceURI</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setNamespaceURI</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPBody</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Namespace URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getNamespaceURI()"><CODE>getNamespaceURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEEncodingStyles()"><!-- --></A><H3>
-getEEncodingStyles</H3>
-<PRE>
-EList <B>getEEncodingStyles</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EEncoding Styles</b></em>' attribute list.
- The list contents are of type <CODE>String</CODE>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EEncoding Styles</em>' attribute list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EEncoding Styles</em>' attribute list.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody_EEncodingStyles()"><CODE>SOAPPackage.getSOAPBody_EEncodingStyles()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEParts()"><!-- --></A><H3>
-getEParts</H3>
-<PRE>
-EList <B>getEParts</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EParts</b></em>' reference list.
- The list contents are of type <A HREF="../../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><CODE>Part</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EParts</em>' reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EParts</em>' reference list.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody_EParts()"><CODE>SOAPPackage.getSOAPBody_EParts()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPBody.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPBody.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html
deleted file mode 100644
index 0c77b33..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html
+++ /dev/null
@@ -1,450 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-SOAPFactory
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.soap.SOAPFactory interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="SOAPFactory";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.soap</FONT>
-<BR>
-Interface SOAPFactory</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>SOAPFactory</B></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- The <b>Factory</b> for the model.
- It provides a create method for each non-abstract class of the model.
- <!-- end-user-doc -->
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE>SOAPPackage</CODE></A></DL>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPAddress</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPAddress()">createSOAPAddress</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Address</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBinding</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPBinding()">createSOAPBinding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Binding</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPBody()">createSOAPBody</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Body</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPFault()">createSOAPFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Fault</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeader</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPHeader()">createSOAPHeader</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Header</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPHeaderBase()">createSOAPHeaderBase</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Header Base</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderFault</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPHeaderFault()">createSOAPHeaderFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Header Fault</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPOperation</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPOperation()">createSOAPOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Operation</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#getSOAPPackage()">getSOAPPackage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the package supported by this factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="eINSTANCE"><!-- --></A><H3>
-eINSTANCE</H3>
-<PRE>
-static final <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A> <B>eINSTANCE</B></PRE>
-<DL>
-<DD>The singleton instance of the factory.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="createSOAPBinding()"><!-- --></A><H3>
-createSOAPBinding</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBinding</A> <B>createSOAPBinding</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Binding</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Binding</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createSOAPBody()"><!-- --></A><H3>
-createSOAPBody</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A> <B>createSOAPBody</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Body</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Body</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createSOAPHeaderBase()"><!-- --></A><H3>
-createSOAPHeaderBase</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A> <B>createSOAPHeaderBase</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Header Base</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Header Base</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createSOAPFault()"><!-- --></A><H3>
-createSOAPFault</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A> <B>createSOAPFault</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Fault</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Fault</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createSOAPOperation()"><!-- --></A><H3>
-createSOAPOperation</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPOperation</A> <B>createSOAPOperation</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Operation</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Operation</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createSOAPAddress()"><!-- --></A><H3>
-createSOAPAddress</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPAddress</A> <B>createSOAPAddress</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Address</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Address</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createSOAPHeaderFault()"><!-- --></A><H3>
-createSOAPHeaderFault</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderFault</A> <B>createSOAPHeaderFault</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Header Fault</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Header Fault</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createSOAPHeader()"><!-- --></A><H3>
-createSOAPHeader</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeader</A> <B>createSOAPHeader</B>()</PRE>
-<DL>
-<DD>Returns a new object of class '<em>Header</em>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a new object of class '<em>Header</em>'.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPPackage()"><!-- --></A><H3>
-getSOAPPackage</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A> <B>getSOAPPackage</B>()</PRE>
-<DL>
-<DD>Returns the package supported by this factory.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the package supported by this factory.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPFault.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPFault.html
deleted file mode 100644
index c4c3b64..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPFault.html
+++ /dev/null
@@ -1,424 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-SOAPFault
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.soap.SOAPFault interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="SOAPFault";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPFault.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPFault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.soap</FONT>
-<BR>
-Interface SOAPFault</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable, javax.wsdl.extensions.soap.SOAPFault, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>SOAPFault</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPFault</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Fault</b></em>'.
- <!-- end-user-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getUse()"><CODE><em>Use</em></CODE></A></li>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A></li>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getName()"><CODE><em>Name</em></CODE></A></li>
- </ul>
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault()"><CODE>SOAPPackage.getSOAPFault()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getName()">getName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getNamespaceURI()">getNamespaceURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Namespace URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getUse()">getUse</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Use</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getName()"><CODE><em>Name</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#setNamespaceURI(java.lang.String)">setNamespaceURI</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#setUse(java.lang.String)">setUse</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getUse()"><CODE><em>Use</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.soap.SOAPFault"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.soap.SOAPFault</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getEncodingStyles, setEncodingStyles</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getUse()"><!-- --></A><H3>
-getUse</H3>
-<PRE>
-java.lang.String <B>getUse</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Use</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Use</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getUse</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPFault</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Use</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#setUse(java.lang.String)"><CODE>setUse(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault_Use()"><CODE>SOAPPackage.getSOAPFault_Use()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setUse(java.lang.String)"><!-- --></A><H3>
-setUse</H3>
-<PRE>
-void <B>setUse</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getUse()"><CODE><em>Use</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setUse</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPFault</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Use</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getUse()"><CODE>getUse()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getNamespaceURI()"><!-- --></A><H3>
-getNamespaceURI</H3>
-<PRE>
-java.lang.String <B>getNamespaceURI</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Namespace URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Namespace URI</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getNamespaceURI</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPFault</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Namespace URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#setNamespaceURI(java.lang.String)"><CODE>setNamespaceURI(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault_NamespaceURI()"><CODE>SOAPPackage.getSOAPFault_NamespaceURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setNamespaceURI(java.lang.String)"><!-- --></A><H3>
-setNamespaceURI</H3>
-<PRE>
-void <B>setNamespaceURI</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setNamespaceURI</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPFault</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Namespace URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getNamespaceURI()"><CODE>getNamespaceURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getName()"><!-- --></A><H3>
-getName</H3>
-<PRE>
-java.lang.String <B>getName</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Name</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getName</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPFault</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#setName(java.lang.String)"><CODE>setName(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault_Name()"><CODE>SOAPPackage.getSOAPFault_Name()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setName(java.lang.String)"><!-- --></A><H3>
-setName</H3>
-<PRE>
-void <B>setName</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getName()"><CODE><em>Name</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setName</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPFault</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Name</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getName()"><CODE>getName()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPFault.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPFault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html
deleted file mode 100644
index e4ddf61..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html
+++ /dev/null
@@ -1,280 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-SOAPHeader
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.soap.SOAPHeader interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="SOAPHeader";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPHeader.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPHeader.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.soap</FONT>
-<BR>
-Interface SOAPHeader</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable, javax.wsdl.extensions.soap.SOAPHeader, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>SOAPHeader</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>, javax.wsdl.extensions.soap.SOAPHeader</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Header</b></em>'.
- <!-- end-user-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html#getHeaderFaults()"><CODE><em>Header Faults</em></CODE></A></li>
- </ul>
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeader()"><CODE>SOAPPackage.getSOAPHeader()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html#getHeaderFaults()">getHeaderFaults</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Header Faults</b></em>' containment reference list.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.binding.soap.SOAPHeaderBase"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEEncodingStyles()">getEEncodingStyles</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEMessage()">getEMessage</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEncodingStyles()">getEncodingStyles</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEPart()">getEPart</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getMessage()">getMessage</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getNamespaceURI()">getNamespaceURI</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getPart()">getPart</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getUse()">getUse</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEMessage(org.eclipse.wst.wsdl.Message)">setEMessage</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEncodingStyles(java.util.List)">setEncodingStyles</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEPart(org.eclipse.wst.wsdl.Part)">setEPart</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setMessage(javax.xml.namespace.QName)">setMessage</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setNamespaceURI(java.lang.String)">setNamespaceURI</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setPart(java.lang.String)">setPart</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setUse(java.lang.String)">setUse</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.soap.SOAPHeader"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.soap.SOAPHeader</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>addSOAPHeaderFault, getEncodingStyles, getMessage, getNamespaceURI, getPart, getSOAPHeaderFaults, getUse, setEncodingStyles, setMessage, setNamespaceURI, setPart, setUse</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getHeaderFaults()"><!-- --></A><H3>
-getHeaderFaults</H3>
-<PRE>
-EList <B>getHeaderFaults</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Header Faults</b></em>' containment reference list.
- The list contents are of type <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE>SOAPHeaderFault</CODE></A>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Header Faults</em>' containment reference list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Header Faults</em>' containment reference list.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeader_HeaderFaults()"><CODE>SOAPPackage.getSOAPHeader_HeaderFaults()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPHeader.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPHeader.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html
deleted file mode 100644
index c8382cf..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html
+++ /dev/null
@@ -1,661 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-SOAPHeaderBase
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.soap.SOAPHeaderBase interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="SOAPHeaderBase";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPHeaderBase.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPHeaderBase.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.soap</FONT>
-<BR>
-Interface SOAPHeaderBase</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<DL>
-<DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeader</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderFault</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>SOAPHeaderBase</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Header Base</b></em>'.
- <!-- end-user-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getUse()"><CODE><em>Use</em></CODE></A></li>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A></li>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEEncodingStyles()"><CODE><em>EEncoding Styles</em></CODE></A></li>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getMessage()"><CODE><em>Message</em></CODE></A></li>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getPart()"><CODE><em>Part</em></CODE></A></li>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEMessage()"><CODE><em>EMessage</em></CODE></A></li>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEPart()"><CODE><em>EPart</em></CODE></A></li>
- </ul>
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase()"><CODE>SOAPPackage.getSOAPHeaderBase()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEEncodingStyles()">getEEncodingStyles</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EEncoding Styles</b></em>' attribute list.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEMessage()">getEMessage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EMessage</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEncodingStyles()">getEncodingStyles</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEPart()">getEPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EPart</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;javax.xml.namespace.QName</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getMessage()">getMessage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Message</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getNamespaceURI()">getNamespaceURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Namespace URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getPart()">getPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Part</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getUse()">getUse</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Use</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEMessage(org.eclipse.wst.wsdl.Message)">setEMessage</A></B>(<A HREF="../../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEncodingStyles(java.util.List)">setEncodingStyles</A></B>(java.util.List&nbsp;encodingStyles)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEPart(org.eclipse.wst.wsdl.Part)">setEPart</A></B>(<A HREF="../../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEPart()"><CODE><em>EPart</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setMessage(javax.xml.namespace.QName)">setMessage</A></B>(javax.xml.namespace.QName&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getMessage()"><CODE><em>Message</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setNamespaceURI(java.lang.String)">setNamespaceURI</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setPart(java.lang.String)">setPart</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getPart()"><CODE><em>Part</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setUse(java.lang.String)">setUse</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getUse()"><CODE><em>Use</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getUse()"><!-- --></A><H3>
-getUse</H3>
-<PRE>
-java.lang.String <B>getUse</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Use</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Use</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Use</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setUse(java.lang.String)"><CODE>setUse(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_Use()"><CODE>SOAPPackage.getSOAPHeaderBase_Use()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setUse(java.lang.String)"><!-- --></A><H3>
-setUse</H3>
-<PRE>
-void <B>setUse</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getUse()"><CODE><em>Use</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Use</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getUse()"><CODE>getUse()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getNamespaceURI()"><!-- --></A><H3>
-getNamespaceURI</H3>
-<PRE>
-java.lang.String <B>getNamespaceURI</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Namespace URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Namespace URI</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Namespace URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setNamespaceURI(java.lang.String)"><CODE>setNamespaceURI(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_NamespaceURI()"><CODE>SOAPPackage.getSOAPHeaderBase_NamespaceURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setNamespaceURI(java.lang.String)"><!-- --></A><H3>
-setNamespaceURI</H3>
-<PRE>
-void <B>setNamespaceURI</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Namespace URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getNamespaceURI()"><CODE>getNamespaceURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEEncodingStyles()"><!-- --></A><H3>
-getEEncodingStyles</H3>
-<PRE>
-EList <B>getEEncodingStyles</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EEncoding Styles</b></em>' attribute list.
- The list contents are of type <CODE>String</CODE>.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EEncoding Styles</em>' attribute list isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EEncoding Styles</em>' attribute list.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_EEncodingStyles()"><CODE>SOAPPackage.getSOAPHeaderBase_EEncodingStyles()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEMessage()"><!-- --></A><H3>
-getEMessage</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A> <B>getEMessage</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EMessage</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EMessage</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EMessage</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEMessage(org.eclipse.wst.wsdl.Message)"><CODE>setEMessage(Message)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_EMessage()"><CODE>SOAPPackage.getSOAPHeaderBase_EMessage()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEMessage(org.eclipse.wst.wsdl.Message)"><!-- --></A><H3>
-setEMessage</H3>
-<PRE>
-void <B>setEMessage</B>(<A HREF="../../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EMessage</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEMessage()"><CODE>getEMessage()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEPart()"><!-- --></A><H3>
-getEPart</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A> <B>getEPart</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>EPart</b></em>' reference.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>EPart</em>' reference isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>EPart</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEPart(org.eclipse.wst.wsdl.Part)"><CODE>setEPart(Part)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_EPart()"><CODE>SOAPPackage.getSOAPHeaderBase_EPart()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEPart(org.eclipse.wst.wsdl.Part)"><!-- --></A><H3>
-setEPart</H3>
-<PRE>
-void <B>setEPart</B>(<A HREF="../../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEPart()"><CODE><em>EPart</em></CODE></A>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>EPart</em>' reference.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEPart()"><CODE>getEPart()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMessage()"><!-- --></A><H3>
-getMessage</H3>
-<PRE>
-javax.xml.namespace.QName <B>getMessage</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Message</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Message</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setMessage(javax.xml.namespace.QName)"><CODE>setMessage(QName)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_Message()"><CODE>SOAPPackage.getSOAPHeaderBase_Message()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setMessage(javax.xml.namespace.QName)"><!-- --></A><H3>
-setMessage</H3>
-<PRE>
-void <B>setMessage</B>(javax.xml.namespace.QName&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getMessage()"><CODE><em>Message</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Message</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getMessage()"><CODE>getMessage()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPart()"><!-- --></A><H3>
-getPart</H3>
-<PRE>
-java.lang.String <B>getPart</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Part</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Part</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setPart(java.lang.String)"><CODE>setPart(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_Part()"><CODE>SOAPPackage.getSOAPHeaderBase_Part()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setPart(java.lang.String)"><!-- --></A><H3>
-setPart</H3>
-<PRE>
-void <B>setPart</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getPart()"><CODE><em>Part</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Part</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getPart()"><CODE>getPart()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEncodingStyles()"><!-- --></A><H3>
-getEncodingStyles</H3>
-<PRE>
-java.util.List <B>getEncodingStyles</B>()</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setEncodingStyles(java.util.List)"><!-- --></A><H3>
-setEncodingStyles</H3>
-<PRE>
-void <B>setEncodingStyles</B>(java.util.List&nbsp;encodingStyles)</PRE>
-<DL>
-<DD><!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPHeaderBase.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPHeaderBase.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html
deleted file mode 100644
index 0bc2162..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html
+++ /dev/null
@@ -1,232 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-SOAPHeaderFault
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.soap.SOAPHeaderFault interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="SOAPHeaderFault";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPHeaderFault.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPHeaderFault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.soap</FONT>
-<BR>
-Interface SOAPHeaderFault</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>, javax.wsdl.extensions.soap.SOAPHeaderFault, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>SOAPHeaderFault</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>, javax.wsdl.extensions.soap.SOAPHeaderFault</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Header Fault</b></em>'.
- <!-- end-user-doc -->
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderFault()"><CODE>SOAPPackage.getSOAPHeaderFault()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.binding.soap.SOAPHeaderBase"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEEncodingStyles()">getEEncodingStyles</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEMessage()">getEMessage</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEncodingStyles()">getEncodingStyles</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEPart()">getEPart</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getMessage()">getMessage</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getNamespaceURI()">getNamespaceURI</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getPart()">getPart</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getUse()">getUse</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEMessage(org.eclipse.wst.wsdl.Message)">setEMessage</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEncodingStyles(java.util.List)">setEncodingStyles</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEPart(org.eclipse.wst.wsdl.Part)">setEPart</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setMessage(javax.xml.namespace.QName)">setMessage</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setNamespaceURI(java.lang.String)">setNamespaceURI</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setPart(java.lang.String)">setPart</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setUse(java.lang.String)">setUse</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.soap.SOAPHeaderFault"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.soap.SOAPHeaderFault</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getEncodingStyles, getMessage, getNamespaceURI, getPart, getUse, setEncodingStyles, setMessage, setNamespaceURI, setPart, setUse</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPHeaderFault.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPHeaderFault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html
deleted file mode 100644
index 3e50c26..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html
+++ /dev/null
@@ -1,356 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-SOAPOperation
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.soap.SOAPOperation interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="SOAPOperation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPOperation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.soap</FONT>
-<BR>
-Interface SOAPOperation</H2>
-<DL>
-<DT><B>All Superinterfaces:</B> <DD>javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable, javax.wsdl.extensions.soap.SOAPOperation, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>SOAPOperation</B><DT>extends <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPOperation</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- A representation of the model object '<em><b>Operation</b></em>'.
- <!-- end-user-doc -->
-
- <p>
- The following features are supported:
- <ul>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getSoapActionURI()"><CODE><em>Soap Action URI</em></CODE></A></li>
-   <li><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getStyle()"><CODE><em>Style</em></CODE></A></li>
- </ul>
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPOperation()"><CODE>SOAPPackage.getSOAPOperation()</CODE></A></DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getSoapActionURI()">getSoapActionURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Soap Action URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getStyle()">getStyle</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Style</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#setSoapActionURI(java.lang.String)">setSoapActionURI</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getSoapActionURI()"><CODE><em>Soap Action URI</em></CODE></A>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#setStyle(java.lang.String)">setStyle</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getStyle()"><CODE><em>Style</em></CODE></A>' attribute</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()">getElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()">isRequired</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setElementType(javax.xml.namespace.QName)">setElementType</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#setRequired(boolean)">setRequired</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.wst.wsdl.WSDLElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#elementChanged(org.w3c.dom.Element)">elementChanged</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()">getDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()">getElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setDocumentationElement(org.w3c.dom.Element)">setDocumentationElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setElement(org.w3c.dom.Element)">setElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement()">updateElement</A>, <A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html#updateElement(boolean)">updateElement</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_javax.wsdl.extensions.ExtensibilityElement"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getRequired, setRequired</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getSoapActionURI()"><!-- --></A><H3>
-getSoapActionURI</H3>
-<PRE>
-java.lang.String <B>getSoapActionURI</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Soap Action URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Soap Action URI</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getSoapActionURI</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPOperation</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Soap Action URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#setSoapActionURI(java.lang.String)"><CODE>setSoapActionURI(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPOperation_SoapActionURI()"><CODE>SOAPPackage.getSOAPOperation_SoapActionURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setSoapActionURI(java.lang.String)"><!-- --></A><H3>
-setSoapActionURI</H3>
-<PRE>
-void <B>setSoapActionURI</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getSoapActionURI()"><CODE><em>Soap Action URI</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setSoapActionURI</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPOperation</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Soap Action URI</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getSoapActionURI()"><CODE>getSoapActionURI()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getStyle()"><!-- --></A><H3>
-getStyle</H3>
-<PRE>
-java.lang.String <B>getStyle</B>()</PRE>
-<DL>
-<DD>Returns the value of the '<em><b>Style</b></em>' attribute.
- <!-- begin-user-doc -->
- <p>
- If the meaning of the '<em>Style</em>' attribute isn't clear,
- there really should be more of a description here...
- </p>
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getStyle</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPOperation</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the value of the '<em>Style</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#setStyle(java.lang.String)"><CODE>setStyle(String)</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPOperation_Style()"><CODE>SOAPPackage.getSOAPOperation_Style()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setStyle(java.lang.String)"><!-- --></A><H3>
-setStyle</H3>
-<PRE>
-void <B>setStyle</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getStyle()"><CODE><em>Style</em></CODE></A>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setStyle</CODE> in interface <CODE>javax.wsdl.extensions.soap.SOAPOperation</CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new value of the '<em>Style</em>' attribute.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getStyle()"><CODE>getStyle()</CODE></A></DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPOperation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html
deleted file mode 100644
index 8fb0e63..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html
+++ /dev/null
@@ -1,1029 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-SOAPPackage.Literals
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.soap.SOAPPackage.Literals interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="SOAPPackage.Literals";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPPackage.Literals.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.soap</FONT>
-<BR>
-Interface SOAPPackage.Literals</H2>
-<DL>
-<DT><B>Enclosing interface:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public static interface <B>SOAPPackage.Literals</B></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- Defines literals for the meta objects that represent
- <ul>
-   <li>each class,</li>
-   <li>each feature of each class,</li>
-   <li>each enum,</li>
-   <li>and each data type</li>
- </ul>
- <!-- end-user-doc -->
-<P>
-
-<P>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISOAP_ADDRESS">ISOAP_ADDRESS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>ISOAP Address</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISOAP_BINDING">ISOAP_BINDING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>ISOAP Binding</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISOAP_BODY">ISOAP_BODY</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>ISOAP Body</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISOAP_FAULT">ISOAP_FAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>ISOAP Fault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISOAP_HEADER">ISOAP_HEADER</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>ISOAP Header</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISOAP_HEADER_FAULT">ISOAP_HEADER_FAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>ISOAP Header Fault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISOAP_OPERATION">ISOAP_OPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>ISOAP Operation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EDataType</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#ISTRING">ISTRING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em>IString</em>' data type</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_ADDRESS">SOAP_ADDRESS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Address</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_ADDRESS__LOCATION_URI">SOAP_ADDRESS__LOCATION_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Location URI</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BINDING">SOAP_BINDING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Binding</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BINDING__STYLE">SOAP_BINDING__STYLE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Style</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BINDING__TRANSPORT_URI">SOAP_BINDING__TRANSPORT_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Transport URI</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BODY">SOAP_BODY</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Body</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BODY__EENCODING_STYLES">SOAP_BODY__EENCODING_STYLES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EEncoding Styles</b></em>' attribute list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BODY__EPARTS">SOAP_BODY__EPARTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EParts</b></em>' reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BODY__NAMESPACE_URI">SOAP_BODY__NAMESPACE_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Namespace URI</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_BODY__USE">SOAP_BODY__USE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Use</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_FAULT">SOAP_FAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Fault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_FAULT__EENCODING_STYLES">SOAP_FAULT__EENCODING_STYLES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EEncoding Styles</b></em>' attribute list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_FAULT__NAME">SOAP_FAULT__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Name</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_FAULT__NAMESPACE_URI">SOAP_FAULT__NAMESPACE_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Namespace URI</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_FAULT__USE">SOAP_FAULT__USE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Use</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER">SOAP_HEADER</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Header</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER__HEADER_FAULTS">SOAP_HEADER__HEADER_FAULTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Header Faults</b></em>' containment reference list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE">SOAP_HEADER_BASE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Header Base</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE__EENCODING_STYLES">SOAP_HEADER_BASE__EENCODING_STYLES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EEncoding Styles</b></em>' attribute list feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE__EMESSAGE">SOAP_HEADER_BASE__EMESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EMessage</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE__EPART">SOAP_HEADER_BASE__EPART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>EPart</b></em>' reference feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE__MESSAGE">SOAP_HEADER_BASE__MESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Message</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE__NAMESPACE_URI">SOAP_HEADER_BASE__NAMESPACE_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Namespace URI</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE__PART">SOAP_HEADER_BASE__PART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Part</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_BASE__USE">SOAP_HEADER_BASE__USE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Use</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_HEADER_FAULT">SOAP_HEADER_FAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Header Fault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_OPERATION">SOAP_OPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<CODE><em>Operation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_OPERATION__SOAP_ACTION_URI">SOAP_OPERATION__SOAP_ACTION_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Soap Action URI</b></em>' attribute feature</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html#SOAP_OPERATION__STYLE">SOAP_OPERATION__STYLE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object literal for the '<em><b>Style</b></em>' attribute feature</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="SOAP_BINDING"><!-- --></A><H3>
-SOAP_BINDING</H3>
-<PRE>
-static final EClass <B>SOAP_BINDING</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Binding</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPBindingImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPBinding()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BINDING__TRANSPORT_URI"><!-- --></A><H3>
-SOAP_BINDING__TRANSPORT_URI</H3>
-<PRE>
-static final EAttribute <B>SOAP_BINDING__TRANSPORT_URI</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Transport URI</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BINDING__STYLE"><!-- --></A><H3>
-SOAP_BINDING__STYLE</H3>
-<PRE>
-static final EAttribute <B>SOAP_BINDING__STYLE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Style</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BODY"><!-- --></A><H3>
-SOAP_BODY</H3>
-<PRE>
-static final EClass <B>SOAP_BODY</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Body</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPBodyImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPBody()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BODY__USE"><!-- --></A><H3>
-SOAP_BODY__USE</H3>
-<PRE>
-static final EAttribute <B>SOAP_BODY__USE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Use</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BODY__NAMESPACE_URI"><!-- --></A><H3>
-SOAP_BODY__NAMESPACE_URI</H3>
-<PRE>
-static final EAttribute <B>SOAP_BODY__NAMESPACE_URI</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Namespace URI</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BODY__EENCODING_STYLES"><!-- --></A><H3>
-SOAP_BODY__EENCODING_STYLES</H3>
-<PRE>
-static final EAttribute <B>SOAP_BODY__EENCODING_STYLES</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EEncoding Styles</b></em>' attribute list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BODY__EPARTS"><!-- --></A><H3>
-SOAP_BODY__EPARTS</H3>
-<PRE>
-static final EReference <B>SOAP_BODY__EPARTS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EParts</b></em>' reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE"><!-- --></A><H3>
-SOAP_HEADER_BASE</H3>
-<PRE>
-static final EClass <B>SOAP_HEADER_BASE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Header Base</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPHeaderBaseImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPHeaderBase()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__USE"><!-- --></A><H3>
-SOAP_HEADER_BASE__USE</H3>
-<PRE>
-static final EAttribute <B>SOAP_HEADER_BASE__USE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Use</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__NAMESPACE_URI"><!-- --></A><H3>
-SOAP_HEADER_BASE__NAMESPACE_URI</H3>
-<PRE>
-static final EAttribute <B>SOAP_HEADER_BASE__NAMESPACE_URI</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Namespace URI</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__EENCODING_STYLES"><!-- --></A><H3>
-SOAP_HEADER_BASE__EENCODING_STYLES</H3>
-<PRE>
-static final EAttribute <B>SOAP_HEADER_BASE__EENCODING_STYLES</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EEncoding Styles</b></em>' attribute list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__MESSAGE"><!-- --></A><H3>
-SOAP_HEADER_BASE__MESSAGE</H3>
-<PRE>
-static final EAttribute <B>SOAP_HEADER_BASE__MESSAGE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Message</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__PART"><!-- --></A><H3>
-SOAP_HEADER_BASE__PART</H3>
-<PRE>
-static final EAttribute <B>SOAP_HEADER_BASE__PART</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Part</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__EMESSAGE"><!-- --></A><H3>
-SOAP_HEADER_BASE__EMESSAGE</H3>
-<PRE>
-static final EReference <B>SOAP_HEADER_BASE__EMESSAGE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EMessage</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__EPART"><!-- --></A><H3>
-SOAP_HEADER_BASE__EPART</H3>
-<PRE>
-static final EReference <B>SOAP_HEADER_BASE__EPART</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EPart</b></em>' reference feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_FAULT"><!-- --></A><H3>
-SOAP_FAULT</H3>
-<PRE>
-static final EClass <B>SOAP_FAULT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Fault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPFaultImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPFault()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_FAULT__USE"><!-- --></A><H3>
-SOAP_FAULT__USE</H3>
-<PRE>
-static final EAttribute <B>SOAP_FAULT__USE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Use</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_FAULT__NAMESPACE_URI"><!-- --></A><H3>
-SOAP_FAULT__NAMESPACE_URI</H3>
-<PRE>
-static final EAttribute <B>SOAP_FAULT__NAMESPACE_URI</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Namespace URI</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_FAULT__EENCODING_STYLES"><!-- --></A><H3>
-SOAP_FAULT__EENCODING_STYLES</H3>
-<PRE>
-static final EAttribute <B>SOAP_FAULT__EENCODING_STYLES</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>EEncoding Styles</b></em>' attribute list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_FAULT__NAME"><!-- --></A><H3>
-SOAP_FAULT__NAME</H3>
-<PRE>
-static final EAttribute <B>SOAP_FAULT__NAME</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_OPERATION"><!-- --></A><H3>
-SOAP_OPERATION</H3>
-<PRE>
-static final EClass <B>SOAP_OPERATION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Operation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPOperationImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPOperation()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_OPERATION__SOAP_ACTION_URI"><!-- --></A><H3>
-SOAP_OPERATION__SOAP_ACTION_URI</H3>
-<PRE>
-static final EAttribute <B>SOAP_OPERATION__SOAP_ACTION_URI</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Soap Action URI</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_OPERATION__STYLE"><!-- --></A><H3>
-SOAP_OPERATION__STYLE</H3>
-<PRE>
-static final EAttribute <B>SOAP_OPERATION__STYLE</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Style</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_ADDRESS"><!-- --></A><H3>
-SOAP_ADDRESS</H3>
-<PRE>
-static final EClass <B>SOAP_ADDRESS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Address</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPAddressImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPAddress()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_ADDRESS__LOCATION_URI"><!-- --></A><H3>
-SOAP_ADDRESS__LOCATION_URI</H3>
-<PRE>
-static final EAttribute <B>SOAP_ADDRESS__LOCATION_URI</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Location URI</b></em>' attribute feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_FAULT"><!-- --></A><H3>
-SOAP_HEADER_FAULT</H3>
-<PRE>
-static final EClass <B>SOAP_HEADER_FAULT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Header Fault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPHeaderFaultImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPHeaderFault()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER"><!-- --></A><H3>
-SOAP_HEADER</H3>
-<PRE>
-static final EClass <B>SOAP_HEADER</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>Header</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPHeaderImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPHeader()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER__HEADER_FAULTS"><!-- --></A><H3>
-SOAP_HEADER__HEADER_FAULTS</H3>
-<PRE>
-static final EReference <B>SOAP_HEADER__HEADER_FAULTS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em><b>Header Faults</b></em>' containment reference list feature.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_BINDING"><!-- --></A><H3>
-ISOAP_BINDING</H3>
-<PRE>
-static final EClass <B>ISOAP_BINDING</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>ISOAP Binding</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPBinding</CODE>, 
-<CODE>SOAPPackageImpl.getISOAPBinding()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_ADDRESS"><!-- --></A><H3>
-ISOAP_ADDRESS</H3>
-<PRE>
-static final EClass <B>ISOAP_ADDRESS</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>ISOAP Address</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPAddress</CODE>, 
-<CODE>SOAPPackageImpl.getISOAPAddress()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_BODY"><!-- --></A><H3>
-ISOAP_BODY</H3>
-<PRE>
-static final EClass <B>ISOAP_BODY</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>ISOAP Body</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPBody</CODE>, 
-<CODE>SOAPPackageImpl.getISOAPBody()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_FAULT"><!-- --></A><H3>
-ISOAP_FAULT</H3>
-<PRE>
-static final EClass <B>ISOAP_FAULT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>ISOAP Fault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPFault</CODE>, 
-<CODE>SOAPPackageImpl.getISOAPFault()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_OPERATION"><!-- --></A><H3>
-ISOAP_OPERATION</H3>
-<PRE>
-static final EClass <B>ISOAP_OPERATION</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>ISOAP Operation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPOperation</CODE>, 
-<CODE>SOAPPackageImpl.getISOAPOperation()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_HEADER_FAULT"><!-- --></A><H3>
-ISOAP_HEADER_FAULT</H3>
-<PRE>
-static final EClass <B>ISOAP_HEADER_FAULT</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>ISOAP Header Fault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPHeaderFault</CODE>, 
-<CODE>SOAPPackageImpl.getISOAPHeaderFault()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_HEADER"><!-- --></A><H3>
-ISOAP_HEADER</H3>
-<PRE>
-static final EClass <B>ISOAP_HEADER</B></PRE>
-<DL>
-<DD>The meta object literal for the '<CODE><em>ISOAP Header</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPHeader</CODE>, 
-<CODE>SOAPPackageImpl.getISOAPHeader()</CODE></DL>
-</DL>
-<HR>
-
-<A NAME="ISTRING"><!-- --></A><H3>
-ISTRING</H3>
-<PRE>
-static final EDataType <B>ISTRING</B></PRE>
-<DL>
-<DD>The meta object literal for the '<em>IString</em>' data type.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>String</CODE>, 
-<CODE>SOAPPackageImpl.getIString()</CODE></DL>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPPackage.Literals.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html
deleted file mode 100644
index 0238cd4..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html
+++ /dev/null
@@ -1,3451 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-SOAPPackage
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.soap.SOAPPackage interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="SOAPPackage";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPPackage.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.binding.soap</FONT>
-<BR>
-Interface SOAPPackage</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>SOAPPackage</B></DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- The <b>Package</b> for the model.
- It contains accessors for the meta objects to represent
- <ul>
-   <li>each class,</li>
-   <li>each feature of each class,</li>
-   <li>each enum,</li>
-   <li>and each data type</li>
- </ul>
- <!-- end-user-doc -->
-<P>
-
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE>SOAPFactory</CODE></A></DL>
-<HR>
-
-<P>
-<!-- ======== NESTED CLASS SUMMARY ======== -->
-
-<A NAME="nested_class_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Nested Class Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines literals for the meta objects that represent
- 
-   each class,
-   each feature of each class,
-   each enum,
-   and each data type
- 
- <!</TD>
-</TR>
-</TABLE>
-&nbsp;<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the package</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#eNAME">eNAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The package name</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#eNS_PREFIX">eNS_PREFIX</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The package namespace name</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#eNS_URI">eNS_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The package namespace URI</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_ADDRESS">ISOAP_ADDRESS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>ISOAP Address</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_ADDRESS_FEATURE_COUNT">ISOAP_ADDRESS_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>ISOAP Address</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_BINDING">ISOAP_BINDING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>ISOAP Binding</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_BINDING_FEATURE_COUNT">ISOAP_BINDING_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>ISOAP Binding</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_BODY">ISOAP_BODY</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>ISOAP Body</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_BODY_FEATURE_COUNT">ISOAP_BODY_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>ISOAP Body</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_FAULT">ISOAP_FAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>ISOAP Fault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_FAULT_FEATURE_COUNT">ISOAP_FAULT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>ISOAP Fault</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_HEADER">ISOAP_HEADER</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>ISOAP Header</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_HEADER_FAULT">ISOAP_HEADER_FAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>ISOAP Header Fault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_HEADER_FAULT_FEATURE_COUNT">ISOAP_HEADER_FAULT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>ISOAP Header Fault</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_HEADER_FEATURE_COUNT">ISOAP_HEADER_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>ISOAP Header</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_OPERATION">ISOAP_OPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>ISOAP Operation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISOAP_OPERATION_FEATURE_COUNT">ISOAP_OPERATION_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>ISOAP Operation</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#ISTRING">ISTRING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<em>IString</em>' data type</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS">SOAP_ADDRESS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Address</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS__DOCUMENTATION_ELEMENT">SOAP_ADDRESS__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS__ELEMENT">SOAP_ADDRESS__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS__ELEMENT_TYPE">SOAP_ADDRESS__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS__LOCATION_URI">SOAP_ADDRESS__LOCATION_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Location URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS__REQUIRED">SOAP_ADDRESS__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_ADDRESS_FEATURE_COUNT">SOAP_ADDRESS_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Address</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING">SOAP_BINDING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Binding</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__DOCUMENTATION_ELEMENT">SOAP_BINDING__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__ELEMENT">SOAP_BINDING__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__ELEMENT_TYPE">SOAP_BINDING__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__REQUIRED">SOAP_BINDING__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__STYLE">SOAP_BINDING__STYLE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Style</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING__TRANSPORT_URI">SOAP_BINDING__TRANSPORT_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Transport URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BINDING_FEATURE_COUNT">SOAP_BINDING_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Binding</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY">SOAP_BODY</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Body</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__DOCUMENTATION_ELEMENT">SOAP_BODY__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__EENCODING_STYLES">SOAP_BODY__EENCODING_STYLES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EEncoding Styles</b></em>' attribute list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__ELEMENT">SOAP_BODY__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__ELEMENT_TYPE">SOAP_BODY__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__EPARTS">SOAP_BODY__EPARTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EParts</b></em>' reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__NAMESPACE_URI">SOAP_BODY__NAMESPACE_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Namespace URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__REQUIRED">SOAP_BODY__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY__USE">SOAP_BODY__USE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Use</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_BODY_FEATURE_COUNT">SOAP_BODY_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Body</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT">SOAP_FAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Fault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__DOCUMENTATION_ELEMENT">SOAP_FAULT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__EENCODING_STYLES">SOAP_FAULT__EENCODING_STYLES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EEncoding Styles</b></em>' attribute list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__ELEMENT">SOAP_FAULT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__ELEMENT_TYPE">SOAP_FAULT__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__NAME">SOAP_FAULT__NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__NAMESPACE_URI">SOAP_FAULT__NAMESPACE_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Namespace URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__REQUIRED">SOAP_FAULT__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT__USE">SOAP_FAULT__USE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Use</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_FAULT_FEATURE_COUNT">SOAP_FAULT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Fault</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER">SOAP_HEADER</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Header</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__DOCUMENTATION_ELEMENT">SOAP_HEADER__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__EENCODING_STYLES">SOAP_HEADER__EENCODING_STYLES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EEncoding Styles</b></em>' attribute list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__ELEMENT">SOAP_HEADER__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__ELEMENT_TYPE">SOAP_HEADER__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__EMESSAGE">SOAP_HEADER__EMESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMessage</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__EPART">SOAP_HEADER__EPART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EPart</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__HEADER_FAULTS">SOAP_HEADER__HEADER_FAULTS</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Header Faults</b></em>' containment reference list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__MESSAGE">SOAP_HEADER__MESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Message</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__NAMESPACE_URI">SOAP_HEADER__NAMESPACE_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Namespace URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__PART">SOAP_HEADER__PART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Part</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__REQUIRED">SOAP_HEADER__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER__USE">SOAP_HEADER__USE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Use</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE">SOAP_HEADER_BASE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Header Base</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__DOCUMENTATION_ELEMENT">SOAP_HEADER_BASE__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__EENCODING_STYLES">SOAP_HEADER_BASE__EENCODING_STYLES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EEncoding Styles</b></em>' attribute list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__ELEMENT">SOAP_HEADER_BASE__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__ELEMENT_TYPE">SOAP_HEADER_BASE__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__EMESSAGE">SOAP_HEADER_BASE__EMESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMessage</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__EPART">SOAP_HEADER_BASE__EPART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EPart</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__MESSAGE">SOAP_HEADER_BASE__MESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Message</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__NAMESPACE_URI">SOAP_HEADER_BASE__NAMESPACE_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Namespace URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__PART">SOAP_HEADER_BASE__PART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Part</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__REQUIRED">SOAP_HEADER_BASE__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE__USE">SOAP_HEADER_BASE__USE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Use</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_BASE_FEATURE_COUNT">SOAP_HEADER_BASE_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Header Base</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT">SOAP_HEADER_FAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Header Fault</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__DOCUMENTATION_ELEMENT">SOAP_HEADER_FAULT__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__EENCODING_STYLES">SOAP_HEADER_FAULT__EENCODING_STYLES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EEncoding Styles</b></em>' attribute list</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__ELEMENT">SOAP_HEADER_FAULT__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__ELEMENT_TYPE">SOAP_HEADER_FAULT__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__EMESSAGE">SOAP_HEADER_FAULT__EMESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMessage</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__EPART">SOAP_HEADER_FAULT__EPART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EPart</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__MESSAGE">SOAP_HEADER_FAULT__MESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Message</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__NAMESPACE_URI">SOAP_HEADER_FAULT__NAMESPACE_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Namespace URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__PART">SOAP_HEADER_FAULT__PART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Part</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__REQUIRED">SOAP_HEADER_FAULT__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT__USE">SOAP_HEADER_FAULT__USE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Use</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FAULT_FEATURE_COUNT">SOAP_HEADER_FAULT_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Header Fault</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_HEADER_FEATURE_COUNT">SOAP_HEADER_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Header</em>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION">SOAP_OPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Operation</em></CODE>' class</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__DOCUMENTATION_ELEMENT">SOAP_OPERATION__DOCUMENTATION_ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__ELEMENT">SOAP_OPERATION__ELEMENT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__ELEMENT_TYPE">SOAP_OPERATION__ELEMENT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__REQUIRED">SOAP_OPERATION__REQUIRED</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__SOAP_ACTION_URI">SOAP_OPERATION__SOAP_ACTION_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Soap Action URI</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION__STYLE">SOAP_OPERATION__STYLE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Style</b></em>' attribute</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#SOAP_OPERATION_FEATURE_COUNT">SOAP_OPERATION_FEATURE_COUNT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Operation</em>' class</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getISOAPAddress()">getISOAPAddress</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>ISOAP Address</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getISOAPBinding()">getISOAPBinding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>ISOAP Binding</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getISOAPBody()">getISOAPBody</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>ISOAP Body</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getISOAPFault()">getISOAPFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>ISOAP Fault</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getISOAPHeader()">getISOAPHeader</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>ISOAP Header</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getISOAPHeaderFault()">getISOAPHeaderFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>ISOAP Header Fault</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getISOAPOperation()">getISOAPOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>ISOAP Operation</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EDataType</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getIString()">getIString</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for data type '<CODE><em>IString</em></CODE>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPAddress_LocationURI()">getSOAPAddress_LocationURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPAddress()">getSOAPAddress</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Address</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBinding_Style()">getSOAPBinding_Style</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getStyle()"><CODE><em>Style</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBinding_TransportURI()">getSOAPBinding_TransportURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getTransportURI()"><CODE><em>Transport URI</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBinding()">getSOAPBinding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Binding</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody_EEncodingStyles()">getSOAPBody_EEncodingStyles</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute list '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getEEncodingStyles()"><CODE><em>EEncoding Styles</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody_EParts()">getSOAPBody_EParts</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference list '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getEParts()"><CODE><em>EParts</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody_NamespaceURI()">getSOAPBody_NamespaceURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody_Use()">getSOAPBody_Use</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getUse()"><CODE><em>Use</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody()">getSOAPBody</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Body</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFactory()">getSOAPFactory</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the factory that creates the instances of the model</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault_EEncodingStyles()">getSOAPFault_EEncodingStyles</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute list '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>EEncoding Styles</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault_Name()">getSOAPFault_Name</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault_NamespaceURI()">getSOAPFault_NamespaceURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault_Use()">getSOAPFault_Use</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getUse()"><CODE><em>Use</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault()">getSOAPFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Fault</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeader_HeaderFaults()">getSOAPHeader_HeaderFaults</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html#getHeaderFaults()"><CODE><em>Header Faults</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeader()">getSOAPHeader</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Header</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_EEncodingStyles()">getSOAPHeaderBase_EEncodingStyles</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute list '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEEncodingStyles()"><CODE><em>EEncoding Styles</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_EMessage()">getSOAPHeaderBase_EMessage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EReference</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_EPart()">getSOAPHeaderBase_EPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEPart()"><CODE><em>EPart</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_Message()">getSOAPHeaderBase_Message</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getMessage()"><CODE><em>Message</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_NamespaceURI()">getSOAPHeaderBase_NamespaceURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_Part()">getSOAPHeaderBase_Part</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getPart()"><CODE><em>Part</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase_Use()">getSOAPHeaderBase_Use</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getUse()"><CODE><em>Use</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase()">getSOAPHeaderBase</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Header Base</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderFault()">getSOAPHeaderFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Header Fault</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPOperation_SoapActionURI()">getSOAPOperation_SoapActionURI</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getSoapActionURI()"><CODE><em>Soap Action URI</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EAttribute</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPOperation_Style()">getSOAPOperation_Style</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getStyle()"><CODE><em>Style</em></CODE></A>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EClass</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPOperation()">getSOAPOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Operation</em></CODE></A>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="eNAME"><!-- --></A><H3>
-eNAME</H3>
-<PRE>
-static final java.lang.String <B>eNAME</B></PRE>
-<DL>
-<DD>The package name.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.eNAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="eNS_URI"><!-- --></A><H3>
-eNS_URI</H3>
-<PRE>
-static final java.lang.String <B>eNS_URI</B></PRE>
-<DL>
-<DD>The package namespace URI.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.eNS_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="eNS_PREFIX"><!-- --></A><H3>
-eNS_PREFIX</H3>
-<PRE>
-static final java.lang.String <B>eNS_PREFIX</B></PRE>
-<DL>
-<DD>The package namespace name.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.eNS_PREFIX">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="eINSTANCE"><!-- --></A><H3>
-eINSTANCE</H3>
-<PRE>
-static final <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A> <B>eINSTANCE</B></PRE>
-<DL>
-<DD>The singleton instance of the package.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BINDING"><!-- --></A><H3>
-SOAP_BINDING</H3>
-<PRE>
-static final int <B>SOAP_BINDING</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Binding</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPBindingImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPBinding()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BINDING__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-SOAP_BINDING__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_BINDING__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BINDING__ELEMENT"><!-- --></A><H3>
-SOAP_BINDING__ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_BINDING__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BINDING__REQUIRED"><!-- --></A><H3>
-SOAP_BINDING__REQUIRED</H3>
-<PRE>
-static final int <B>SOAP_BINDING__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BINDING__ELEMENT_TYPE"><!-- --></A><H3>
-SOAP_BINDING__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>SOAP_BINDING__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BINDING__TRANSPORT_URI"><!-- --></A><H3>
-SOAP_BINDING__TRANSPORT_URI</H3>
-<PRE>
-static final int <B>SOAP_BINDING__TRANSPORT_URI</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Transport URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING__TRANSPORT_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BINDING__STYLE"><!-- --></A><H3>
-SOAP_BINDING__STYLE</H3>
-<PRE>
-static final int <B>SOAP_BINDING__STYLE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Style</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING__STYLE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BINDING_FEATURE_COUNT"><!-- --></A><H3>
-SOAP_BINDING_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>SOAP_BINDING_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Binding</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BINDING_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BODY"><!-- --></A><H3>
-SOAP_BODY</H3>
-<PRE>
-static final int <B>SOAP_BODY</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Body</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPBodyImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPBody()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BODY__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-SOAP_BODY__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_BODY__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BODY__ELEMENT"><!-- --></A><H3>
-SOAP_BODY__ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_BODY__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BODY__REQUIRED"><!-- --></A><H3>
-SOAP_BODY__REQUIRED</H3>
-<PRE>
-static final int <B>SOAP_BODY__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BODY__ELEMENT_TYPE"><!-- --></A><H3>
-SOAP_BODY__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>SOAP_BODY__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BODY__USE"><!-- --></A><H3>
-SOAP_BODY__USE</H3>
-<PRE>
-static final int <B>SOAP_BODY__USE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Use</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__USE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BODY__NAMESPACE_URI"><!-- --></A><H3>
-SOAP_BODY__NAMESPACE_URI</H3>
-<PRE>
-static final int <B>SOAP_BODY__NAMESPACE_URI</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Namespace URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__NAMESPACE_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BODY__EENCODING_STYLES"><!-- --></A><H3>
-SOAP_BODY__EENCODING_STYLES</H3>
-<PRE>
-static final int <B>SOAP_BODY__EENCODING_STYLES</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EEncoding Styles</b></em>' attribute list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__EENCODING_STYLES">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BODY__EPARTS"><!-- --></A><H3>
-SOAP_BODY__EPARTS</H3>
-<PRE>
-static final int <B>SOAP_BODY__EPARTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EParts</b></em>' reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY__EPARTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_BODY_FEATURE_COUNT"><!-- --></A><H3>
-SOAP_BODY_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>SOAP_BODY_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Body</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_BODY_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE"><!-- --></A><H3>
-SOAP_HEADER_BASE</H3>
-<PRE>
-static final int <B>SOAP_HEADER_BASE</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Header Base</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPHeaderBaseImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPHeaderBase()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-SOAP_HEADER_BASE__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_HEADER_BASE__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__ELEMENT"><!-- --></A><H3>
-SOAP_HEADER_BASE__ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_HEADER_BASE__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__REQUIRED"><!-- --></A><H3>
-SOAP_HEADER_BASE__REQUIRED</H3>
-<PRE>
-static final int <B>SOAP_HEADER_BASE__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__ELEMENT_TYPE"><!-- --></A><H3>
-SOAP_HEADER_BASE__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>SOAP_HEADER_BASE__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__USE"><!-- --></A><H3>
-SOAP_HEADER_BASE__USE</H3>
-<PRE>
-static final int <B>SOAP_HEADER_BASE__USE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Use</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__USE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__NAMESPACE_URI"><!-- --></A><H3>
-SOAP_HEADER_BASE__NAMESPACE_URI</H3>
-<PRE>
-static final int <B>SOAP_HEADER_BASE__NAMESPACE_URI</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Namespace URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__NAMESPACE_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__EENCODING_STYLES"><!-- --></A><H3>
-SOAP_HEADER_BASE__EENCODING_STYLES</H3>
-<PRE>
-static final int <B>SOAP_HEADER_BASE__EENCODING_STYLES</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EEncoding Styles</b></em>' attribute list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__EENCODING_STYLES">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__MESSAGE"><!-- --></A><H3>
-SOAP_HEADER_BASE__MESSAGE</H3>
-<PRE>
-static final int <B>SOAP_HEADER_BASE__MESSAGE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Message</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__MESSAGE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__PART"><!-- --></A><H3>
-SOAP_HEADER_BASE__PART</H3>
-<PRE>
-static final int <B>SOAP_HEADER_BASE__PART</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Part</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__PART">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__EMESSAGE"><!-- --></A><H3>
-SOAP_HEADER_BASE__EMESSAGE</H3>
-<PRE>
-static final int <B>SOAP_HEADER_BASE__EMESSAGE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__EMESSAGE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE__EPART"><!-- --></A><H3>
-SOAP_HEADER_BASE__EPART</H3>
-<PRE>
-static final int <B>SOAP_HEADER_BASE__EPART</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EPart</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE__EPART">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_BASE_FEATURE_COUNT"><!-- --></A><H3>
-SOAP_HEADER_BASE_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>SOAP_HEADER_BASE_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Header Base</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_BASE_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_FAULT"><!-- --></A><H3>
-SOAP_FAULT</H3>
-<PRE>
-static final int <B>SOAP_FAULT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Fault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPFaultImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPFault()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_FAULT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-SOAP_FAULT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_FAULT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_FAULT__ELEMENT"><!-- --></A><H3>
-SOAP_FAULT__ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_FAULT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_FAULT__REQUIRED"><!-- --></A><H3>
-SOAP_FAULT__REQUIRED</H3>
-<PRE>
-static final int <B>SOAP_FAULT__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_FAULT__ELEMENT_TYPE"><!-- --></A><H3>
-SOAP_FAULT__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>SOAP_FAULT__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_FAULT__USE"><!-- --></A><H3>
-SOAP_FAULT__USE</H3>
-<PRE>
-static final int <B>SOAP_FAULT__USE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Use</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__USE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_FAULT__NAMESPACE_URI"><!-- --></A><H3>
-SOAP_FAULT__NAMESPACE_URI</H3>
-<PRE>
-static final int <B>SOAP_FAULT__NAMESPACE_URI</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Namespace URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__NAMESPACE_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_FAULT__EENCODING_STYLES"><!-- --></A><H3>
-SOAP_FAULT__EENCODING_STYLES</H3>
-<PRE>
-static final int <B>SOAP_FAULT__EENCODING_STYLES</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EEncoding Styles</b></em>' attribute list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__EENCODING_STYLES">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_FAULT__NAME"><!-- --></A><H3>
-SOAP_FAULT__NAME</H3>
-<PRE>
-static final int <B>SOAP_FAULT__NAME</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Name</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT__NAME">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_FAULT_FEATURE_COUNT"><!-- --></A><H3>
-SOAP_FAULT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>SOAP_FAULT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Fault</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_FAULT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_OPERATION"><!-- --></A><H3>
-SOAP_OPERATION</H3>
-<PRE>
-static final int <B>SOAP_OPERATION</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Operation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPOperationImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPOperation()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_OPERATION__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-SOAP_OPERATION__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_OPERATION__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_OPERATION__ELEMENT"><!-- --></A><H3>
-SOAP_OPERATION__ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_OPERATION__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_OPERATION__REQUIRED"><!-- --></A><H3>
-SOAP_OPERATION__REQUIRED</H3>
-<PRE>
-static final int <B>SOAP_OPERATION__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_OPERATION__ELEMENT_TYPE"><!-- --></A><H3>
-SOAP_OPERATION__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>SOAP_OPERATION__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_OPERATION__SOAP_ACTION_URI"><!-- --></A><H3>
-SOAP_OPERATION__SOAP_ACTION_URI</H3>
-<PRE>
-static final int <B>SOAP_OPERATION__SOAP_ACTION_URI</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Soap Action URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION__SOAP_ACTION_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_OPERATION__STYLE"><!-- --></A><H3>
-SOAP_OPERATION__STYLE</H3>
-<PRE>
-static final int <B>SOAP_OPERATION__STYLE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Style</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION__STYLE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_OPERATION_FEATURE_COUNT"><!-- --></A><H3>
-SOAP_OPERATION_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>SOAP_OPERATION_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Operation</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_OPERATION_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_ADDRESS"><!-- --></A><H3>
-SOAP_ADDRESS</H3>
-<PRE>
-static final int <B>SOAP_ADDRESS</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Address</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPAddressImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPAddress()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_ADDRESS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_ADDRESS__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-SOAP_ADDRESS__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_ADDRESS__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_ADDRESS__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_ADDRESS__ELEMENT"><!-- --></A><H3>
-SOAP_ADDRESS__ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_ADDRESS__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_ADDRESS__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_ADDRESS__REQUIRED"><!-- --></A><H3>
-SOAP_ADDRESS__REQUIRED</H3>
-<PRE>
-static final int <B>SOAP_ADDRESS__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_ADDRESS__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_ADDRESS__ELEMENT_TYPE"><!-- --></A><H3>
-SOAP_ADDRESS__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>SOAP_ADDRESS__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_ADDRESS__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_ADDRESS__LOCATION_URI"><!-- --></A><H3>
-SOAP_ADDRESS__LOCATION_URI</H3>
-<PRE>
-static final int <B>SOAP_ADDRESS__LOCATION_URI</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Location URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_ADDRESS__LOCATION_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_ADDRESS_FEATURE_COUNT"><!-- --></A><H3>
-SOAP_ADDRESS_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>SOAP_ADDRESS_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Address</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_ADDRESS_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_FAULT"><!-- --></A><H3>
-SOAP_HEADER_FAULT</H3>
-<PRE>
-static final int <B>SOAP_HEADER_FAULT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Header Fault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPHeaderFaultImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPHeaderFault()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_FAULT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-SOAP_HEADER_FAULT__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_HEADER_FAULT__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_FAULT__ELEMENT"><!-- --></A><H3>
-SOAP_HEADER_FAULT__ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_HEADER_FAULT__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_FAULT__REQUIRED"><!-- --></A><H3>
-SOAP_HEADER_FAULT__REQUIRED</H3>
-<PRE>
-static final int <B>SOAP_HEADER_FAULT__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_FAULT__ELEMENT_TYPE"><!-- --></A><H3>
-SOAP_HEADER_FAULT__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>SOAP_HEADER_FAULT__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_FAULT__USE"><!-- --></A><H3>
-SOAP_HEADER_FAULT__USE</H3>
-<PRE>
-static final int <B>SOAP_HEADER_FAULT__USE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Use</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__USE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_FAULT__NAMESPACE_URI"><!-- --></A><H3>
-SOAP_HEADER_FAULT__NAMESPACE_URI</H3>
-<PRE>
-static final int <B>SOAP_HEADER_FAULT__NAMESPACE_URI</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Namespace URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__NAMESPACE_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_FAULT__EENCODING_STYLES"><!-- --></A><H3>
-SOAP_HEADER_FAULT__EENCODING_STYLES</H3>
-<PRE>
-static final int <B>SOAP_HEADER_FAULT__EENCODING_STYLES</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EEncoding Styles</b></em>' attribute list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__EENCODING_STYLES">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_FAULT__MESSAGE"><!-- --></A><H3>
-SOAP_HEADER_FAULT__MESSAGE</H3>
-<PRE>
-static final int <B>SOAP_HEADER_FAULT__MESSAGE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Message</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__MESSAGE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_FAULT__PART"><!-- --></A><H3>
-SOAP_HEADER_FAULT__PART</H3>
-<PRE>
-static final int <B>SOAP_HEADER_FAULT__PART</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Part</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__PART">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_FAULT__EMESSAGE"><!-- --></A><H3>
-SOAP_HEADER_FAULT__EMESSAGE</H3>
-<PRE>
-static final int <B>SOAP_HEADER_FAULT__EMESSAGE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__EMESSAGE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_FAULT__EPART"><!-- --></A><H3>
-SOAP_HEADER_FAULT__EPART</H3>
-<PRE>
-static final int <B>SOAP_HEADER_FAULT__EPART</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EPart</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT__EPART">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_FAULT_FEATURE_COUNT"><!-- --></A><H3>
-SOAP_HEADER_FAULT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>SOAP_HEADER_FAULT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Header Fault</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FAULT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER"><!-- --></A><H3>
-SOAP_HEADER</H3>
-<PRE>
-static final int <B>SOAP_HEADER</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>Header</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPHeaderImpl</CODE>, 
-<CODE>SOAPPackageImpl.getSOAPHeader()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
-SOAP_HEADER__DOCUMENTATION_ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_HEADER__DOCUMENTATION_ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER__ELEMENT"><!-- --></A><H3>
-SOAP_HEADER__ELEMENT</H3>
-<PRE>
-static final int <B>SOAP_HEADER__ELEMENT</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__ELEMENT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER__REQUIRED"><!-- --></A><H3>
-SOAP_HEADER__REQUIRED</H3>
-<PRE>
-static final int <B>SOAP_HEADER__REQUIRED</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Required</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__REQUIRED">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER__ELEMENT_TYPE"><!-- --></A><H3>
-SOAP_HEADER__ELEMENT_TYPE</H3>
-<PRE>
-static final int <B>SOAP_HEADER__ELEMENT_TYPE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__ELEMENT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER__USE"><!-- --></A><H3>
-SOAP_HEADER__USE</H3>
-<PRE>
-static final int <B>SOAP_HEADER__USE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Use</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__USE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER__NAMESPACE_URI"><!-- --></A><H3>
-SOAP_HEADER__NAMESPACE_URI</H3>
-<PRE>
-static final int <B>SOAP_HEADER__NAMESPACE_URI</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Namespace URI</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__NAMESPACE_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER__EENCODING_STYLES"><!-- --></A><H3>
-SOAP_HEADER__EENCODING_STYLES</H3>
-<PRE>
-static final int <B>SOAP_HEADER__EENCODING_STYLES</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EEncoding Styles</b></em>' attribute list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__EENCODING_STYLES">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER__MESSAGE"><!-- --></A><H3>
-SOAP_HEADER__MESSAGE</H3>
-<PRE>
-static final int <B>SOAP_HEADER__MESSAGE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Message</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__MESSAGE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER__PART"><!-- --></A><H3>
-SOAP_HEADER__PART</H3>
-<PRE>
-static final int <B>SOAP_HEADER__PART</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Part</b></em>' attribute.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__PART">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER__EMESSAGE"><!-- --></A><H3>
-SOAP_HEADER__EMESSAGE</H3>
-<PRE>
-static final int <B>SOAP_HEADER__EMESSAGE</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EMessage</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__EMESSAGE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER__EPART"><!-- --></A><H3>
-SOAP_HEADER__EPART</H3>
-<PRE>
-static final int <B>SOAP_HEADER__EPART</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>EPart</b></em>' reference.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__EPART">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER__HEADER_FAULTS"><!-- --></A><H3>
-SOAP_HEADER__HEADER_FAULTS</H3>
-<PRE>
-static final int <B>SOAP_HEADER__HEADER_FAULTS</B></PRE>
-<DL>
-<DD>The feature id for the '<em><b>Header Faults</b></em>' containment reference list.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER__HEADER_FAULTS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SOAP_HEADER_FEATURE_COUNT"><!-- --></A><H3>
-SOAP_HEADER_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>SOAP_HEADER_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>Header</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.SOAP_HEADER_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_BINDING"><!-- --></A><H3>
-ISOAP_BINDING</H3>
-<PRE>
-static final int <B>ISOAP_BINDING</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>ISOAP Binding</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPBinding</CODE>, 
-<CODE>SOAPPackageImpl.getISOAPBinding()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_BINDING">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_BINDING_FEATURE_COUNT"><!-- --></A><H3>
-ISOAP_BINDING_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>ISOAP_BINDING_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>ISOAP Binding</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_BINDING_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_ADDRESS"><!-- --></A><H3>
-ISOAP_ADDRESS</H3>
-<PRE>
-static final int <B>ISOAP_ADDRESS</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>ISOAP Address</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPAddress</CODE>, 
-<CODE>SOAPPackageImpl.getISOAPAddress()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_ADDRESS">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_ADDRESS_FEATURE_COUNT"><!-- --></A><H3>
-ISOAP_ADDRESS_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>ISOAP_ADDRESS_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>ISOAP Address</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_ADDRESS_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_BODY"><!-- --></A><H3>
-ISOAP_BODY</H3>
-<PRE>
-static final int <B>ISOAP_BODY</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>ISOAP Body</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPBody</CODE>, 
-<CODE>SOAPPackageImpl.getISOAPBody()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_BODY">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_BODY_FEATURE_COUNT"><!-- --></A><H3>
-ISOAP_BODY_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>ISOAP_BODY_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>ISOAP Body</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_BODY_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_FAULT"><!-- --></A><H3>
-ISOAP_FAULT</H3>
-<PRE>
-static final int <B>ISOAP_FAULT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>ISOAP Fault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPFault</CODE>, 
-<CODE>SOAPPackageImpl.getISOAPFault()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_FAULT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_FAULT_FEATURE_COUNT"><!-- --></A><H3>
-ISOAP_FAULT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>ISOAP_FAULT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>ISOAP Fault</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_FAULT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_OPERATION"><!-- --></A><H3>
-ISOAP_OPERATION</H3>
-<PRE>
-static final int <B>ISOAP_OPERATION</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>ISOAP Operation</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPOperation</CODE>, 
-<CODE>SOAPPackageImpl.getISOAPOperation()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_OPERATION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_OPERATION_FEATURE_COUNT"><!-- --></A><H3>
-ISOAP_OPERATION_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>ISOAP_OPERATION_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>ISOAP Operation</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_OPERATION_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_HEADER_FAULT"><!-- --></A><H3>
-ISOAP_HEADER_FAULT</H3>
-<PRE>
-static final int <B>ISOAP_HEADER_FAULT</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>ISOAP Header Fault</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPHeaderFault</CODE>, 
-<CODE>SOAPPackageImpl.getISOAPHeaderFault()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_HEADER_FAULT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_HEADER_FAULT_FEATURE_COUNT"><!-- --></A><H3>
-ISOAP_HEADER_FAULT_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>ISOAP_HEADER_FAULT_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>ISOAP Header Fault</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_HEADER_FAULT_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_HEADER"><!-- --></A><H3>
-ISOAP_HEADER</H3>
-<PRE>
-static final int <B>ISOAP_HEADER</B></PRE>
-<DL>
-<DD>The meta object id for the '<CODE><em>ISOAP Header</em></CODE>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>SOAPHeader</CODE>, 
-<CODE>SOAPPackageImpl.getISOAPHeader()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_HEADER">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISOAP_HEADER_FEATURE_COUNT"><!-- --></A><H3>
-ISOAP_HEADER_FEATURE_COUNT</H3>
-<PRE>
-static final int <B>ISOAP_HEADER_FEATURE_COUNT</B></PRE>
-<DL>
-<DD>The number of structural features of the '<em>ISOAP Header</em>' class.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISOAP_HEADER_FEATURE_COUNT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ISTRING"><!-- --></A><H3>
-ISTRING</H3>
-<PRE>
-static final int <B>ISTRING</B></PRE>
-<DL>
-<DD>The meta object id for the '<em>IString</em>' data type.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>String</CODE>, 
-<CODE>SOAPPackageImpl.getIString()</CODE>, 
-<A HREF="../../../../../../constant-values.html#org.eclipse.wst.wsdl.binding.soap.SOAPPackage.ISTRING">Constant Field Values</A></DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getSOAPBinding()"><!-- --></A><H3>
-getSOAPBinding</H3>
-<PRE>
-EClass <B>getSOAPBinding</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Binding</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Binding</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE>SOAPBinding</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPBinding_TransportURI()"><!-- --></A><H3>
-getSOAPBinding_TransportURI</H3>
-<PRE>
-EAttribute <B>getSOAPBinding_TransportURI</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getTransportURI()"><CODE><em>Transport URI</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Transport URI</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getTransportURI()"><CODE>SOAPBinding.getTransportURI()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBinding()"><CODE>getSOAPBinding()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPBinding_Style()"><!-- --></A><H3>
-getSOAPBinding_Style</H3>
-<PRE>
-EAttribute <B>getSOAPBinding_Style</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getStyle()"><CODE><em>Style</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Style</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html#getStyle()"><CODE>SOAPBinding.getStyle()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBinding()"><CODE>getSOAPBinding()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPBody()"><!-- --></A><H3>
-getSOAPBody</H3>
-<PRE>
-EClass <B>getSOAPBody</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Body</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Body</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE>SOAPBody</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPBody_Use()"><!-- --></A><H3>
-getSOAPBody_Use</H3>
-<PRE>
-EAttribute <B>getSOAPBody_Use</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getUse()"><CODE><em>Use</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Use</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getUse()"><CODE>SOAPBody.getUse()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody()"><CODE>getSOAPBody()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPBody_NamespaceURI()"><!-- --></A><H3>
-getSOAPBody_NamespaceURI</H3>
-<PRE>
-EAttribute <B>getSOAPBody_NamespaceURI</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Namespace URI</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getNamespaceURI()"><CODE>SOAPBody.getNamespaceURI()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody()"><CODE>getSOAPBody()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPBody_EEncodingStyles()"><!-- --></A><H3>
-getSOAPBody_EEncodingStyles</H3>
-<PRE>
-EAttribute <B>getSOAPBody_EEncodingStyles</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute list '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getEEncodingStyles()"><CODE><em>EEncoding Styles</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute list '<em>EEncoding Styles</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getEEncodingStyles()"><CODE>SOAPBody.getEEncodingStyles()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody()"><CODE>getSOAPBody()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPBody_EParts()"><!-- --></A><H3>
-getSOAPBody_EParts</H3>
-<PRE>
-EReference <B>getSOAPBody_EParts</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference list '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getEParts()"><CODE><em>EParts</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference list '<em>EParts</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html#getEParts()"><CODE>SOAPBody.getEParts()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPBody()"><CODE>getSOAPBody()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPHeaderBase()"><!-- --></A><H3>
-getSOAPHeaderBase</H3>
-<PRE>
-EClass <B>getSOAPHeaderBase</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Header Base</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Header Base</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE>SOAPHeaderBase</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPHeaderBase_Use()"><!-- --></A><H3>
-getSOAPHeaderBase_Use</H3>
-<PRE>
-EAttribute <B>getSOAPHeaderBase_Use</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getUse()"><CODE><em>Use</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Use</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getUse()"><CODE>SOAPHeaderBase.getUse()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase()"><CODE>getSOAPHeaderBase()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPHeaderBase_NamespaceURI()"><!-- --></A><H3>
-getSOAPHeaderBase_NamespaceURI</H3>
-<PRE>
-EAttribute <B>getSOAPHeaderBase_NamespaceURI</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Namespace URI</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getNamespaceURI()"><CODE>SOAPHeaderBase.getNamespaceURI()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase()"><CODE>getSOAPHeaderBase()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPHeaderBase_EEncodingStyles()"><!-- --></A><H3>
-getSOAPHeaderBase_EEncodingStyles</H3>
-<PRE>
-EAttribute <B>getSOAPHeaderBase_EEncodingStyles</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute list '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEEncodingStyles()"><CODE><em>EEncoding Styles</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute list '<em>EEncoding Styles</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEEncodingStyles()"><CODE>SOAPHeaderBase.getEEncodingStyles()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase()"><CODE>getSOAPHeaderBase()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPHeaderBase_Message()"><!-- --></A><H3>
-getSOAPHeaderBase_Message</H3>
-<PRE>
-EAttribute <B>getSOAPHeaderBase_Message</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getMessage()"><CODE><em>Message</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Message</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getMessage()"><CODE>SOAPHeaderBase.getMessage()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase()"><CODE>getSOAPHeaderBase()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPHeaderBase_Part()"><!-- --></A><H3>
-getSOAPHeaderBase_Part</H3>
-<PRE>
-EAttribute <B>getSOAPHeaderBase_Part</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getPart()"><CODE><em>Part</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Part</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getPart()"><CODE>SOAPHeaderBase.getPart()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase()"><CODE>getSOAPHeaderBase()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPHeaderBase_EMessage()"><!-- --></A><H3>
-getSOAPHeaderBase_EMessage</H3>
-<PRE>
-EReference <B>getSOAPHeaderBase_EMessage</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>EMessage</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEMessage()"><CODE>SOAPHeaderBase.getEMessage()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase()"><CODE>getSOAPHeaderBase()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPHeaderBase_EPart()"><!-- --></A><H3>
-getSOAPHeaderBase_EPart</H3>
-<PRE>
-EReference <B>getSOAPHeaderBase_EPart</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the reference '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEPart()"><CODE><em>EPart</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the reference '<em>EPart</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEPart()"><CODE>SOAPHeaderBase.getEPart()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeaderBase()"><CODE>getSOAPHeaderBase()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPFault()"><!-- --></A><H3>
-getSOAPFault</H3>
-<PRE>
-EClass <B>getSOAPFault</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Fault</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Fault</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE>SOAPFault</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPFault_Use()"><!-- --></A><H3>
-getSOAPFault_Use</H3>
-<PRE>
-EAttribute <B>getSOAPFault_Use</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getUse()"><CODE><em>Use</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Use</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getUse()"><CODE>SOAPFault.getUse()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault()"><CODE>getSOAPFault()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPFault_NamespaceURI()"><!-- --></A><H3>
-getSOAPFault_NamespaceURI</H3>
-<PRE>
-EAttribute <B>getSOAPFault_NamespaceURI</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Namespace URI</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getNamespaceURI()"><CODE>SOAPFault.getNamespaceURI()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault()"><CODE>getSOAPFault()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPFault_EEncodingStyles()"><!-- --></A><H3>
-getSOAPFault_EEncodingStyles</H3>
-<PRE>
-EAttribute <B>getSOAPFault_EEncodingStyles</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute list '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>EEncoding Styles</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute list '<em>EEncoding Styles</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE>SOAPFault</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault()"><CODE>getSOAPFault()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPFault_Name()"><!-- --></A><H3>
-getSOAPFault_Name</H3>
-<PRE>
-EAttribute <B>getSOAPFault_Name</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getName()"><CODE><em>Name</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html#getName()"><CODE>SOAPFault.getName()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFault()"><CODE>getSOAPFault()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPOperation()"><!-- --></A><H3>
-getSOAPOperation</H3>
-<PRE>
-EClass <B>getSOAPOperation</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Operation</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Operation</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE>SOAPOperation</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPOperation_SoapActionURI()"><!-- --></A><H3>
-getSOAPOperation_SoapActionURI</H3>
-<PRE>
-EAttribute <B>getSOAPOperation_SoapActionURI</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getSoapActionURI()"><CODE><em>Soap Action URI</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Soap Action URI</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getSoapActionURI()"><CODE>SOAPOperation.getSoapActionURI()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPOperation()"><CODE>getSOAPOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPOperation_Style()"><!-- --></A><H3>
-getSOAPOperation_Style</H3>
-<PRE>
-EAttribute <B>getSOAPOperation_Style</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getStyle()"><CODE><em>Style</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Style</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html#getStyle()"><CODE>SOAPOperation.getStyle()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPOperation()"><CODE>getSOAPOperation()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPAddress()"><!-- --></A><H3>
-getSOAPAddress</H3>
-<PRE>
-EClass <B>getSOAPAddress</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Address</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Address</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE>SOAPAddress</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPAddress_LocationURI()"><!-- --></A><H3>
-getSOAPAddress_LocationURI</H3>
-<PRE>
-EAttribute <B>getSOAPAddress_LocationURI</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the attribute '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Location URI</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html#getLocationURI()"><CODE>SOAPAddress.getLocationURI()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPAddress()"><CODE>getSOAPAddress()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPHeaderFault()"><!-- --></A><H3>
-getSOAPHeaderFault</H3>
-<PRE>
-EClass <B>getSOAPHeaderFault</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Header Fault</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Header Fault</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE>SOAPHeaderFault</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPHeader()"><!-- --></A><H3>
-getSOAPHeader</H3>
-<PRE>
-EClass <B>getSOAPHeader</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE><em>Header</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>Header</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><CODE>SOAPHeader</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPHeader_HeaderFaults()"><!-- --></A><H3>
-getSOAPHeader_HeaderFaults</H3>
-<PRE>
-EReference <B>getSOAPHeader_HeaderFaults</B>()</PRE>
-<DL>
-<DD>Returns the meta object for the containment reference list '<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html#getHeaderFaults()"><CODE><em>Header Faults</em></CODE></A>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>Header Faults</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html#getHeaderFaults()"><CODE>SOAPHeader.getHeaderFaults()</CODE></A>, 
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPHeader()"><CODE>getSOAPHeader()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getISOAPBinding()"><!-- --></A><H3>
-getISOAPBinding</H3>
-<PRE>
-EClass <B>getISOAPBinding</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>ISOAP Binding</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>ISOAP Binding</em>'.<DT><B>See Also:</B><DD><CODE>SOAPBinding</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getISOAPAddress()"><!-- --></A><H3>
-getISOAPAddress</H3>
-<PRE>
-EClass <B>getISOAPAddress</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>ISOAP Address</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>ISOAP Address</em>'.<DT><B>See Also:</B><DD><CODE>SOAPAddress</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getISOAPBody()"><!-- --></A><H3>
-getISOAPBody</H3>
-<PRE>
-EClass <B>getISOAPBody</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>ISOAP Body</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>ISOAP Body</em>'.<DT><B>See Also:</B><DD><CODE>SOAPBody</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getISOAPFault()"><!-- --></A><H3>
-getISOAPFault</H3>
-<PRE>
-EClass <B>getISOAPFault</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>ISOAP Fault</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>ISOAP Fault</em>'.<DT><B>See Also:</B><DD><CODE>SOAPFault</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getISOAPOperation()"><!-- --></A><H3>
-getISOAPOperation</H3>
-<PRE>
-EClass <B>getISOAPOperation</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>ISOAP Operation</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>ISOAP Operation</em>'.<DT><B>See Also:</B><DD><CODE>SOAPOperation</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getISOAPHeaderFault()"><!-- --></A><H3>
-getISOAPHeaderFault</H3>
-<PRE>
-EClass <B>getISOAPHeaderFault</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>ISOAP Header Fault</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>ISOAP Header Fault</em>'.<DT><B>See Also:</B><DD><CODE>SOAPHeaderFault</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getISOAPHeader()"><!-- --></A><H3>
-getISOAPHeader</H3>
-<PRE>
-EClass <B>getISOAPHeader</B>()</PRE>
-<DL>
-<DD>Returns the meta object for class '<CODE><em>ISOAP Header</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for class '<em>ISOAP Header</em>'.<DT><B>See Also:</B><DD><CODE>SOAPHeader</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getIString()"><!-- --></A><H3>
-getIString</H3>
-<PRE>
-EDataType <B>getIString</B>()</PRE>
-<DL>
-<DD>Returns the meta object for data type '<CODE><em>IString</em></CODE>'.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the meta object for data type '<em>IString</em>'.<DT><B>See Also:</B><DD><CODE>String</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSOAPFactory()"><!-- --></A><H3>
-getSOAPFactory</H3>
-<PRE>
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A> <B>getSOAPFactory</B>()</PRE>
-<DL>
-<DD>Returns the factory that creates the instances of the model.
- <!-- begin-user-doc -->
- <!-- end-user-doc -->
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the factory that creates the instances of the model.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SOAPPackage.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPAddress.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPAddress.html
deleted file mode 100644
index 795b458..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPAddress.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPAddress
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPAddress";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPAddress.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPAddress.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.soap.SOAPAddress</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPAddress</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPAddress</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPAddress</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPAddress</A></CODE></FONT></TD>
-<TD><CODE><B>SOAPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPAddress()">createSOAPAddress</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Address</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPAddress.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPAddress.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPBinding.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPBinding.html
deleted file mode 100644
index 4110e97..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPBinding.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPBinding
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPBinding";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPBinding.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPBinding.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.soap.SOAPBinding</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBinding</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBinding</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBinding</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBinding</A></CODE></FONT></TD>
-<TD><CODE><B>SOAPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPBinding()">createSOAPBinding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Binding</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPBinding.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPBinding.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPBody.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPBody.html
deleted file mode 100644
index f436000..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPBody.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPBody
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPBody";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPBody.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPBody.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.soap.SOAPBody</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A></CODE></FONT></TD>
-<TD><CODE><B>SOAPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPBody()">createSOAPBody</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Body</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPBody.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPBody.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPFactory.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPFactory.html
deleted file mode 100644
index f7dfb56..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPFactory.html
+++ /dev/null
@@ -1,194 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPFactory
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPFactory";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.soap.SOAPFactory</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> declared as <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A></CODE></FONT></TD>
-<TD><CODE><B>SOAPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A></CODE></FONT></TD>
-<TD><CODE><B>SOAPPackage.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#getSOAPFactory()">getSOAPFactory</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the factory that creates the instances of the model</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPFault.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPFault.html
deleted file mode 100644
index cce25fd..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPFault.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPFault
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPFault";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPFault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPFault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.soap.SOAPFault</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A></CODE></FONT></TD>
-<TD><CODE><B>SOAPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPFault()">createSOAPFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Fault</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPFault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPFault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPHeader.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPHeader.html
deleted file mode 100644
index 259bac9..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPHeader.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPHeader
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPHeader";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPHeader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPHeader.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.soap.SOAPHeader</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeader</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeader</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeader</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeader</A></CODE></FONT></TD>
-<TD><CODE><B>SOAPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPHeader()">createSOAPHeader</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Header</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPHeader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPHeader.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPHeaderBase.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPHeaderBase.html
deleted file mode 100644
index 7fc7b7e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPHeaderBase.html
+++ /dev/null
@@ -1,202 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPHeaderBase
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPHeaderBase";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPHeaderBase.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPHeaderBase.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.soap.SOAPHeaderBase</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Subinterfaces of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeader</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Header</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderFault</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Header Fault</b></em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A></CODE></FONT></TD>
-<TD><CODE><B>SOAPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPHeaderBase()">createSOAPHeaderBase</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Header Base</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPHeaderBase.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPHeaderBase.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPHeaderFault.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPHeaderFault.html
deleted file mode 100644
index c67c05f..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPHeaderFault.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPHeaderFault
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPHeaderFault";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPHeaderFault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPHeaderFault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.soap.SOAPHeaderFault</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderFault</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderFault</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderFault</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderFault</A></CODE></FONT></TD>
-<TD><CODE><B>SOAPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPHeaderFault()">createSOAPHeaderFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Header Fault</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPHeaderFault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPHeaderFault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPOperation.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPOperation.html
deleted file mode 100644
index 77583b6..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPOperation.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPOperation
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPOperation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.soap.SOAPOperation</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPOperation</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPOperation</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPOperation</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPOperation</A></CODE></FONT></TD>
-<TD><CODE><B>SOAPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#createSOAPOperation()">createSOAPOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Operation</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPPackage.Literals.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPPackage.Literals.html
deleted file mode 100644
index ed81ea3..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPPackage.Literals.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPPackage.Literals
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPPackage.Literals";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.soap.SOAPPackage.Literals</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.wsdl.binding.soap.SOAPPackage.Literals
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPPackage.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPPackage.html
deleted file mode 100644
index 53cc6f5..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/class-use/SOAPPackage.html
+++ /dev/null
@@ -1,194 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPPackage
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.binding.soap.SOAPPackage";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.binding.soap.SOAPPackage</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A> in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> declared as <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A></CODE></FONT></TD>
-<TD><CODE><B>SOAPPackage.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the package</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> that return <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A></CODE></FONT></TD>
-<TD><CODE><B>SOAPFactory.</B><B><A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html#getSOAPPackage()">getSOAPPackage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the package supported by this factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/\class-useSOAPPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="SOAPPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/package-frame.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/package-frame.html
deleted file mode 100644
index 790ab3b..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/package-frame.html
+++ /dev/null
@@ -1,52 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.wsdl.binding.soap
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.soap package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-<FONT size="+1" CLASS="FrameTitleFont">
-<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html" target="classFrame">org.eclipse.wst.wsdl.binding.soap</A></FONT>
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
-Interfaces</FONT>&nbsp;
-<FONT CLASS="FrameItemFont">
-<BR>
-<A HREF="SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPAddress</I></A>
-<BR>
-<A HREF="SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPBinding</I></A>
-<BR>
-<A HREF="SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPBody</I></A>
-<BR>
-<A HREF="SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPFactory</I></A>
-<BR>
-<A HREF="SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPFault</I></A>
-<BR>
-<A HREF="SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPHeader</I></A>
-<BR>
-<A HREF="SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPHeaderBase</I></A>
-<BR>
-<A HREF="SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPHeaderFault</I></A>
-<BR>
-<A HREF="SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPOperation</I></A>
-<BR>
-<A HREF="SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPPackage</I></A>
-<BR>
-<A HREF="SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap" target="classFrame"><I>SOAPPackage.Literals</I></A></FONT></TD>
-</TR>
-</TABLE>
-
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/package-summary.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/package-summary.html
deleted file mode 100644
index f76373c..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/package-summary.html
+++ /dev/null
@@ -1,228 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.wsdl.binding.soap
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.binding.soap package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.wsdl.binding.soap";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/util/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<H2>
-Package org.eclipse.wst.wsdl.binding.soap
-</H2>
-
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.
-<P>
-<B>See:</B>
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Interface Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPAddress</A></B></TD>
-<TD>A representation of the model object '<em><b>Address</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBinding</A></B></TD>
-<TD>A representation of the model object '<em><b>Binding</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A></B></TD>
-<TD>A representation of the model object '<em><b>Body</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFactory</A></B></TD>
-<TD>The <b>Factory</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A></B></TD>
-<TD>A representation of the model object '<em><b>Fault</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeader</A></B></TD>
-<TD>A representation of the model object '<em><b>Header</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A></B></TD>
-<TD>A representation of the model object '<em><b>Header Base</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderFault</A></B></TD>
-<TD>A representation of the model object '<em><b>Header Fault</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPOperation</A></B></TD>
-<TD>A representation of the model object '<em><b>Operation</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage</A></B></TD>
-<TD>The <b>Package</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPPackage.Literals</A></B></TD>
-<TD>Defines literals for the meta objects that represent
- 
-   each class,
-   each feature of each class,
-   each enum,
-   and each data type
- 
- <!</TD>
-</TR>
-</TABLE>
-&nbsp;
-
-<P>
-<A NAME="package_description"><!-- --></A><H2>
-Package org.eclipse.wst.wsdl.binding.soap Description
-</H2>
-
-<P>
-<p>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.
-                </p>
-<table width="500">
-<tr>
-<td>
-<p>The WSDL model API allows clients to load, modify, and save WSDL 1.1 documents.
-                </p>
-</td>
-</tr>
-</table>
-<P>
-
-<P>
-<DL>
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/util/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/package-tree.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/package-tree.html
deleted file mode 100644
index 18f9b20..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/package-tree.html
+++ /dev/null
@@ -1,234 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.wsdl.binding.soap Class Hierarchy
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.wsdl.binding.soap Class Hierarchy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/util/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-Hierarchy For Package org.eclipse.wst.wsdl.binding.soap
-</H2>
-</CENTER>
-<DL>
-<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../overview-tree.html">All Packages</A></DL>
-<HR>
-<H2>
-Interface Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">javax.wsdl.extensions.ExtensibilityElement<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>ExtensibilityElement</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPAddress</B></A> (also extends javax.wsdl.extensions.soap.SOAPAddress)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBinding</B></A> (also extends javax.wsdl.extensions.soap.SOAPBinding)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBody</B></A> (also extends javax.wsdl.extensions.soap.SOAPBody)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPFault</B></A> (also extends javax.wsdl.extensions.soap.SOAPFault)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderBase</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeader)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeaderFault)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPOperation</B></A> (also extends javax.wsdl.extensions.soap.SOAPOperation)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPAddress (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPAddress</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPBinding (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBinding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPBody (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBody</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPFault (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPFault</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPHeader (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> (also extends org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPHeaderFault (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> (also extends org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPOperation (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-</UL>
-<LI TYPE="circle">java.io.Serializable<UL>
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPAddress (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPAddress</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPBinding (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBinding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPBody (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBody</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPFault (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPFault</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPHeader (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> (also extends org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPHeaderFault (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> (also extends org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPOperation (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPFactory</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPPackage</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPPackage.Literals</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><B>WSDLElement</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>ExtensibilityElement</B></A> (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPAddress</B></A> (also extends javax.wsdl.extensions.soap.SOAPAddress)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBinding</B></A> (also extends javax.wsdl.extensions.soap.SOAPBinding)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBody</B></A> (also extends javax.wsdl.extensions.soap.SOAPBody)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPFault</B></A> (also extends javax.wsdl.extensions.soap.SOAPFault)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderBase</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeader)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeaderFault)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPOperation</B></A> (also extends javax.wsdl.extensions.soap.SOAPOperation)
-</UL>
-</UL>
-</UL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/binding/mime/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/util/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/package-use.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/package-use.html
deleted file mode 100644
index adf5fa3..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/binding/soap/package-use.html
+++ /dev/null
@@ -1,222 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Package org.eclipse.wst.wsdl.binding.soap
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Package org.eclipse.wst.wsdl.binding.soap";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Package<br>org.eclipse.wst.wsdl.binding.soap</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> used by <A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/class-use/SOAPAddress.html#org.eclipse.wst.wsdl.binding.soap"><B>SOAPAddress</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Address</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/class-use/SOAPBinding.html#org.eclipse.wst.wsdl.binding.soap"><B>SOAPBinding</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/class-use/SOAPBody.html#org.eclipse.wst.wsdl.binding.soap"><B>SOAPBody</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Body</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/class-use/SOAPFactory.html#org.eclipse.wst.wsdl.binding.soap"><B>SOAPFactory</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <b>Factory</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/class-use/SOAPFault.html#org.eclipse.wst.wsdl.binding.soap"><B>SOAPFault</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Fault</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/class-use/SOAPHeader.html#org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Header</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/class-use/SOAPHeaderBase.html#org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderBase</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Header Base</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/class-use/SOAPHeaderFault.html#org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Header Fault</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/class-use/SOAPOperation.html#org.eclipse.wst.wsdl.binding.soap"><B>SOAPOperation</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Operation</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../../org/eclipse/wst/wsdl/binding/soap/class-use/SOAPPackage.html#org.eclipse.wst.wsdl.binding.soap"><B>SOAPPackage</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <b>Package</b> for the model.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/binding/soap/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Binding.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Binding.html
deleted file mode 100644
index 536e7b5..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Binding.html
+++ /dev/null
@@ -1,202 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.Binding
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.Binding";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useBinding.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Binding.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.Binding</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createBinding()">createBinding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Binding</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A></CODE></FONT></TD>
-<TD><CODE><B>Port.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/Port.html#getEBinding()">getEBinding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EBinding</b></em>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> with parameters of type <A HREF="../../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>Port.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/Port.html#setEBinding(org.eclipse.wst.wsdl.Binding)">setEBinding</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/Port.html#getEBinding()"><CODE><em>EBinding</em></CODE></A>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useBinding.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Binding.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/BindingFault.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/BindingFault.html
deleted file mode 100644
index b09e3b8..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/BindingFault.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.BindingFault
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.BindingFault";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useBindingFault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingFault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.BindingFault</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createBindingFault()">createBindingFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Binding Fault</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useBindingFault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingFault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/BindingInput.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/BindingInput.html
deleted file mode 100644
index 74e8a88..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/BindingInput.html
+++ /dev/null
@@ -1,202 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.BindingInput
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.BindingInput";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useBindingInput.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingInput.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.BindingInput</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createBindingInput()">createBindingInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Binding Input</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A></CODE></FONT></TD>
-<TD><CODE><B>BindingOperation.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()">getEBindingInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EBinding Input</b></em>' containment reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> with parameters of type <A HREF="../../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>BindingOperation.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html#setEBindingInput(org.eclipse.wst.wsdl.BindingInput)">setEBindingInput</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()"><CODE><em>EBinding Input</em></CODE></A>' containment reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useBindingInput.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingInput.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/BindingOperation.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/BindingOperation.html
deleted file mode 100644
index 29337ef..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/BindingOperation.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.BindingOperation
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.BindingOperation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useBindingOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.BindingOperation</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createBindingOperation()">createBindingOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Binding Operation</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useBindingOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingOperation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/BindingOutput.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/BindingOutput.html
deleted file mode 100644
index 2afe804..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/BindingOutput.html
+++ /dev/null
@@ -1,202 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.BindingOutput
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.BindingOutput";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useBindingOutput.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingOutput.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.BindingOutput</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createBindingOutput()">createBindingOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Binding Output</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A></CODE></FONT></TD>
-<TD><CODE><B>BindingOperation.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()">getEBindingOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EBinding Output</b></em>' containment reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> with parameters of type <A HREF="../../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>BindingOperation.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html#setEBindingOutput(org.eclipse.wst.wsdl.BindingOutput)">setEBindingOutput</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()"><CODE><em>EBinding Output</em></CODE></A>' containment reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useBindingOutput.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="BindingOutput.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Definition.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Definition.html
deleted file mode 100644
index d62a8f2..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Definition.html
+++ /dev/null
@@ -1,248 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.Definition
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.Definition";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useDefinition.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Definition.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.Definition</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.util"><B>org.eclipse.wst.wsdl.util</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createDefinition()">createDefinition</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Definition</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A></CODE></FONT></TD>
-<TD><CODE><B>Import.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/Import.html#getEDefinition()">getEDefinition</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EDefinition</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLElement.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getEnclosingDefinition()">getEnclosingDefinition</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the Definition that contains this WSDL element.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> with parameters of type <A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>Import.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/Import.html#setEDefinition(org.eclipse.wst.wsdl.Definition)">setEDefinition</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/Import.html#getEDefinition()"><CODE><em>EDefinition</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>WSDLElement.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html#setEnclosingDefinition(org.eclipse.wst.wsdl.Definition)">setEnclosingDefinition</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A>&nbsp;definition)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the enclosing definition of this WSDL element.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.util"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLResourceImpl.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#getDefinition()">getDefinition</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the resource's Definition.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useDefinition.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Definition.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/ExtensibilityElement.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/ExtensibilityElement.html
deleted file mode 100644
index 1b5cb25..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/ExtensibilityElement.html
+++ /dev/null
@@ -1,433 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.ExtensibilityElement
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.ExtensibilityElement";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useExtensibilityElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibilityElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.ExtensibilityElement</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.http"><B>org.eclipse.wst.wsdl.binding.http</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.mime"><B>org.eclipse.wst.wsdl.binding.mime</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.util"><B>org.eclipse.wst.wsdl.util</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Subinterfaces of <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">UnknownExtensibilityElement</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Unknown Extensibility Element</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">XSDSchemaExtensibilityElement</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>XSD Schema Extensibility Element</b></em>'.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createExtensibilityElement()">createExtensibilityElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Extensibility Element</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.http"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Subinterfaces of <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPAddress</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Address</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPBinding</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPOperation</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Operation</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlEncoded</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Url Encoded</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlReplacement</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Url Replacement</b></em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.mime"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Subinterfaces of <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Content</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMimeXml</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Mime Xml</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMultipartRelated</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Multipart Related</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPart</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Part</b></em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Subinterfaces of <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPAddress</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Address</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBinding</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Body</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Fault</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeader</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Header</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Header Base</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderFault</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Header Fault</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPOperation</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Operation</b></em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.util"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></CODE></FONT></TD>
-<TD><CODE><B>ExtensibilityElementFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html#createExtensibilityElement(java.lang.String, java.lang.String)">createExtensibilityElement</A></B>(java.lang.String&nbsp;namespace,
-                           java.lang.String&nbsp;localName)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useExtensibilityElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibilityElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/ExtensibleElement.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/ExtensibleElement.html
deleted file mode 100644
index 176b778..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/ExtensibleElement.html
+++ /dev/null
@@ -1,314 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.ExtensibleElement
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.ExtensibleElement";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useExtensibleElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibleElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.ExtensibleElement</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Subinterfaces of <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding Fault</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding Input</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding Operation</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding Output</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Definition</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Fault</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Import</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Input</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Message</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Message Reference</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Operation</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Output</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Part</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl">Port</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Port</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Port Type</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Service</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Types</b></em>'.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useExtensibleElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibleElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Fault.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Fault.html
deleted file mode 100644
index 2a2a781..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Fault.html
+++ /dev/null
@@ -1,202 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.Fault
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.Fault";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useFault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Fault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.Fault</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createFault()">createFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Fault</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A></CODE></FONT></TD>
-<TD><CODE><B>BindingFault.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingFault.html#getEFault()">getEFault</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EFault</b></em>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> with parameters of type <A HREF="../../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>BindingFault.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingFault.html#setEFault(org.eclipse.wst.wsdl.Fault)">setEFault</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/BindingFault.html#getEFault()"><CODE><em>EFault</em></CODE></A>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useFault.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Fault.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Import.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Import.html
deleted file mode 100644
index 89403dd..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Import.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.Import
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.Import";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useImport.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Import.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.Import</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createImport()">createImport</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Import</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useImport.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Import.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Input.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Input.html
deleted file mode 100644
index 8d20531..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Input.html
+++ /dev/null
@@ -1,218 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.Input
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.Input";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useInput.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Input.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.Input</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createInput()">createInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Input</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A></CODE></FONT></TD>
-<TD><CODE><B>Operation.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html#getEInput()">getEInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EInput</b></em>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A></CODE></FONT></TD>
-<TD><CODE><B>BindingInput.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingInput.html#getEInput()">getEInput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EInput</b></em>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> with parameters of type <A HREF="../../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>Operation.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html#setEInput(org.eclipse.wst.wsdl.Input)">setEInput</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html#getEInput()"><CODE><em>EInput</em></CODE></A>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>BindingInput.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingInput.html#setEInput(org.eclipse.wst.wsdl.Input)">setEInput</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/BindingInput.html#getEInput()"><CODE><em>EInput</em></CODE></A>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useInput.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Input.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Message.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Message.html
deleted file mode 100644
index 259388d..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Message.html
+++ /dev/null
@@ -1,264 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.Message
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.Message";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useMessage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Message.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.Message</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createMessage()">createMessage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Message</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></CODE></FONT></TD>
-<TD><CODE><B>Part.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/Part.html#getEMessage()">getEMessage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EMessage</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></CODE></FONT></TD>
-<TD><CODE><B>MessageReference.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()">getEMessage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EMessage</b></em>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> with parameters of type <A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>Part.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/Part.html#setEMessage(org.eclipse.wst.wsdl.Message)">setEMessage</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/Part.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>MessageReference.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/MessageReference.html#setEMessage(org.eclipse.wst.wsdl.Message)">setEMessage</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></CODE></FONT></TD>
-<TD><CODE><B>SOAPHeaderBase.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEMessage()">getEMessage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EMessage</b></em>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> with parameters of type <A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>SOAPHeaderBase.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEMessage(org.eclipse.wst.wsdl.Message)">setEMessage</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useMessage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Message.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/MessageReference.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/MessageReference.html
deleted file mode 100644
index 480c836..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/MessageReference.html
+++ /dev/null
@@ -1,194 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.MessageReference
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.MessageReference";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useMessageReference.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MessageReference.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.MessageReference</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Subinterfaces of <A HREF="../../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Fault</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Input</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Output</b></em>'.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useMessageReference.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="MessageReference.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Namespace.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Namespace.html
deleted file mode 100644
index c28695e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Namespace.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.Namespace
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.Namespace";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useNamespace.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Namespace.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.Namespace</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl">Namespace</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl">Namespace</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl">Namespace</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl">Namespace</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createNamespace()">createNamespace</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Namespace</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useNamespace.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Namespace.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Operation.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Operation.html
deleted file mode 100644
index bd9a445..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Operation.html
+++ /dev/null
@@ -1,202 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.Operation
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.Operation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Operation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.Operation</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createOperation()">createOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Operation</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A></CODE></FONT></TD>
-<TD><CODE><B>BindingOperation.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()">getEOperation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EOperation</b></em>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> with parameters of type <A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>BindingOperation.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html#setEOperation(org.eclipse.wst.wsdl.Operation)">setEOperation</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()"><CODE><em>EOperation</em></CODE></A>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useOperation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Operation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Output.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Output.html
deleted file mode 100644
index 40701f0..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Output.html
+++ /dev/null
@@ -1,218 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.Output
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.Output";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useOutput.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Output.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.Output</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createOutput()">createOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Output</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A></CODE></FONT></TD>
-<TD><CODE><B>Operation.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html#getEOutput()">getEOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EOutput</b></em>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A></CODE></FONT></TD>
-<TD><CODE><B>BindingOutput.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()">getEOutput</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EOutput</b></em>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> with parameters of type <A HREF="../../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>Operation.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html#setEOutput(org.eclipse.wst.wsdl.Output)">setEOutput</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>' containment reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>BindingOutput.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingOutput.html#setEOutput(org.eclipse.wst.wsdl.Output)">setEOutput</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useOutput.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Output.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Part.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Part.html
deleted file mode 100644
index 8b28dda..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Part.html
+++ /dev/null
@@ -1,285 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.Part
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.Part";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-usePart.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Part.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.Part</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.mime"><B>org.eclipse.wst.wsdl.binding.mime</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createPart()">createPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Part</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.mime"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></CODE></FONT></TD>
-<TD><CODE><B>MIMEMimeXml.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#getEPart()">getEPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EPart</b></em>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></CODE></FONT></TD>
-<TD><CODE><B>MIMEContent.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getEPart()">getEPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EPart</b></em>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A> with parameters of type <A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>MIMEMimeXml.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#setEPart(org.eclipse.wst.wsdl.Part)">setEPart</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html#getEPart()"><CODE><em>EPart</em></CODE></A>' reference</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>MIMEContent.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#setEPart(org.eclipse.wst.wsdl.Part)">setEPart</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html#getEPart()"><CODE><em>EPart</em></CODE></A>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></CODE></FONT></TD>
-<TD><CODE><B>SOAPHeaderBase.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEPart()">getEPart</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EPart</b></em>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A> with parameters of type <A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>SOAPHeaderBase.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#setEPart(org.eclipse.wst.wsdl.Part)">setEPart</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html#getEPart()"><CODE><em>EPart</em></CODE></A>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-usePart.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Part.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Port.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Port.html
deleted file mode 100644
index 9674140..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Port.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.Port
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.Port";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-usePort.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Port.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.Port</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl">Port</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl">Port</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl">Port</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl">Port</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createPort()">createPort</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Port</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-usePort.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Port.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/PortType.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/PortType.html
deleted file mode 100644
index 4da853e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/PortType.html
+++ /dev/null
@@ -1,202 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.PortType
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.PortType";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-usePortType.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="PortType.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.PortType</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createPortType()">createPortType</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Port Type</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A></CODE></FONT></TD>
-<TD><CODE><B>Binding.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/Binding.html#getEPortType()">getEPortType</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>EPort Type</b></em>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> with parameters of type <A HREF="../../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>Binding.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/Binding.html#setEPortType(org.eclipse.wst.wsdl.PortType)">setEPortType</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/Binding.html#getEPortType()"><CODE><em>EPort Type</em></CODE></A>' reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-usePortType.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="PortType.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Service.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Service.html
deleted file mode 100644
index aabc015..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Service.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.Service
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.Service";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useService.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Service.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.Service</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createService()">createService</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Service</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useService.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Service.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Types.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Types.html
deleted file mode 100644
index 23a60f5..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/Types.html
+++ /dev/null
@@ -1,202 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.Types
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.Types";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useTypes.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Types.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.Types</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createTypes()">createTypes</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Types</em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A></CODE></FONT></TD>
-<TD><CODE><B>Definition.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html#getETypes()">getETypes</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>ETypes</b></em>' containment reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> with parameters of type <A HREF="../../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>Definition.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html#setETypes(org.eclipse.wst.wsdl.Types)">setETypes</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the '<A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html#getETypes()"><CODE><em>ETypes</em></CODE></A>' containment reference</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useTypes.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Types.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/UnknownExtensibilityElement.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/UnknownExtensibilityElement.html
deleted file mode 100644
index f7cd8a0..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/UnknownExtensibilityElement.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.UnknownExtensibilityElement
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.UnknownExtensibilityElement";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useUnknownExtensibilityElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="UnknownExtensibilityElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.UnknownExtensibilityElement</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">UnknownExtensibilityElement</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">UnknownExtensibilityElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">UnknownExtensibilityElement</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">UnknownExtensibilityElement</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createUnknownExtensibilityElement()">createUnknownExtensibilityElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>Unknown Extensibility Element</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useUnknownExtensibilityElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="UnknownExtensibilityElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLElement.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLElement.html
deleted file mode 100644
index a1afd44..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLElement.html
+++ /dev/null
@@ -1,562 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.WSDLElement
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.WSDLElement";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useWSDLElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.WSDLElement</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.http"><B>org.eclipse.wst.wsdl.binding.http</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.mime"><B>org.eclipse.wst.wsdl.binding.mime</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Subinterfaces of <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding Fault</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding Input</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding Operation</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding Output</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Definition</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Extensibility Element</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Extensible Element</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Fault</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Import</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Input</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Message</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Message Reference</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Operation</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Output</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Part</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl">Port</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Port</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Port Type</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Service</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Types</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">UnknownExtensibilityElement</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Unknown Extensibility Element</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">XSDSchemaExtensibilityElement</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>XSD Schema Extensibility Element</b></em>'.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLElement.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html#getContainer()">getContainer</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the '<em><b>Container</b></em>' reference.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.http"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Subinterfaces of <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPAddress</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Address</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPBinding</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPOperation</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Operation</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlEncoded</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Url Encoded</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http">HTTPUrlReplacement</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Url Replacement</b></em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.mime"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Subinterfaces of <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEContent</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Content</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMimeXml</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Mime Xml</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEMultipartRelated</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Multipart Related</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime">MIMEPart</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Part</b></em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Subinterfaces of <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPAddress</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Address</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBinding</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPBody</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Body</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPFault</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Fault</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeader</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Header</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Header Base</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderFault</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Header Fault</b></em>'</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPOperation</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Operation</b></em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useWSDLElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLFactory.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLFactory.html
deleted file mode 100644
index f1d0bd6..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLFactory.html
+++ /dev/null
@@ -1,194 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.WSDLFactory
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.WSDLFactory";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useWSDLFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.WSDLFactory</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> declared as <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLPackage.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLFactory()">getWSDLFactory</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the factory that creates the instances of the model</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useWSDLFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLPackage.Literals.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLPackage.Literals.html
deleted file mode 100644
index a025d6f..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLPackage.Literals.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.WSDLPackage.Literals
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.WSDLPackage.Literals";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useWSDLPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.WSDLPackage.Literals</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.wsdl.WSDLPackage.Literals
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useWSDLPackage.Literals.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPackage.Literals.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLPackage.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLPackage.html
deleted file mode 100644
index 4d1b19f..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLPackage.html
+++ /dev/null
@@ -1,194 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.WSDLPackage
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.WSDLPackage";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useWSDLPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.WSDLPackage</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> declared as <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLPackage.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPackage.html#eINSTANCE">eINSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the package</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#getWSDLPackage()">getWSDLPackage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the package supported by this factory</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useWSDLPackage.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPackage.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLPlugin.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLPlugin.html
deleted file mode 100644
index 8b752f3..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLPlugin.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.wsdl.WSDLPlugin
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.wsdl.WSDLPlugin";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useWSDLPlugin.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPlugin.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.wsdl.WSDLPlugin</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl">WSDLPlugin</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl">WSDLPlugin</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> declared as <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl">WSDLPlugin</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl">WSDLPlugin</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLPlugin.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPlugin.html#INSTANCE">INSTANCE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the plugin.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useWSDLPlugin.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPlugin.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLPluginImplementation.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLPluginImplementation.html
deleted file mode 100644
index d19042d..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/WSDLPluginImplementation.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.wsdl.WSDLPluginImplementation
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.wsdl.WSDLPluginImplementation";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useWSDLPluginImplementation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPluginImplementation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.wsdl.WSDLPluginImplementation</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl">WSDLPluginImplementation</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl">WSDLPluginImplementation</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl">WSDLPluginImplementation</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl">WSDLPluginImplementation</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLPlugin.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPlugin.html#getPlugin()">getPlugin</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the singleton instance of the Eclipse plugin.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useWSDLPluginImplementation.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLPluginImplementation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/XSDSchemaExtensibilityElement.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/XSDSchemaExtensibilityElement.html
deleted file mode 100644
index a326d73..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/class-use/XSDSchemaExtensibilityElement.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.XSDSchemaExtensibilityElement
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.XSDSchemaExtensibilityElement";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useXSDSchemaExtensibilityElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="XSDSchemaExtensibilityElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.XSDSchemaExtensibilityElement</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">XSDSchemaExtensibilityElement</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">XSDSchemaExtensibilityElement</A> in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">XSDSchemaExtensibilityElement</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">XSDSchemaExtensibilityElement</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLFactory.</B><B><A HREF="../../../../../org/eclipse/wst/wsdl/WSDLFactory.html#createXSDSchemaExtensibilityElement()">createXSDSchemaExtensibilityElement</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new object of class '<em>XSD Schema Extensibility Element</em>'</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/\class-useXSDSchemaExtensibilityElement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="XSDSchemaExtensibilityElement.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/package-frame.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/package-frame.html
deleted file mode 100644
index a6b6d75..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/package-frame.html
+++ /dev/null
@@ -1,97 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.wsdl
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-<FONT size="+1" CLASS="FrameTitleFont">
-<A HREF="../../../../org/eclipse/wst/wsdl/package-summary.html" target="classFrame">org.eclipse.wst.wsdl</A></FONT>
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
-Interfaces</FONT>&nbsp;
-<FONT CLASS="FrameItemFont">
-<BR>
-<A HREF="Binding.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Binding</I></A>
-<BR>
-<A HREF="BindingFault.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>BindingFault</I></A>
-<BR>
-<A HREF="BindingInput.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>BindingInput</I></A>
-<BR>
-<A HREF="BindingOperation.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>BindingOperation</I></A>
-<BR>
-<A HREF="BindingOutput.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>BindingOutput</I></A>
-<BR>
-<A HREF="Definition.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Definition</I></A>
-<BR>
-<A HREF="ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>ExtensibilityElement</I></A>
-<BR>
-<A HREF="ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>ExtensibleElement</I></A>
-<BR>
-<A HREF="Fault.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Fault</I></A>
-<BR>
-<A HREF="Import.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Import</I></A>
-<BR>
-<A HREF="Input.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Input</I></A>
-<BR>
-<A HREF="Message.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Message</I></A>
-<BR>
-<A HREF="MessageReference.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>MessageReference</I></A>
-<BR>
-<A HREF="Namespace.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Namespace</I></A>
-<BR>
-<A HREF="Operation.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Operation</I></A>
-<BR>
-<A HREF="Output.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Output</I></A>
-<BR>
-<A HREF="Part.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Part</I></A>
-<BR>
-<A HREF="Port.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Port</I></A>
-<BR>
-<A HREF="PortType.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>PortType</I></A>
-<BR>
-<A HREF="Service.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Service</I></A>
-<BR>
-<A HREF="Types.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>Types</I></A>
-<BR>
-<A HREF="UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>UnknownExtensibilityElement</I></A>
-<BR>
-<A HREF="WSDLElement.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>WSDLElement</I></A>
-<BR>
-<A HREF="WSDLFactory.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>WSDLFactory</I></A>
-<BR>
-<A HREF="WSDLPackage.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>WSDLPackage</I></A>
-<BR>
-<A HREF="WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>WSDLPackage.Literals</I></A>
-<BR>
-<A HREF="XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl" target="classFrame"><I>XSDSchemaExtensibilityElement</I></A></FONT></TD>
-</TR>
-</TABLE>
-
-
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
-Classes</FONT>&nbsp;
-<FONT CLASS="FrameItemFont">
-<BR>
-<A HREF="WSDLPlugin.html" title="class in org.eclipse.wst.wsdl" target="classFrame">WSDLPlugin</A>
-<BR>
-<A HREF="WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl" target="classFrame">WSDLPluginImplementation</A></FONT></TD>
-</TR>
-</TABLE>
-
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/package-summary.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/package-summary.html
deleted file mode 100644
index 1128c9c..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/package-summary.html
+++ /dev/null
@@ -1,310 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.wsdl
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.wsdl";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV PACKAGE&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<H2>
-Package org.eclipse.wst.wsdl
-</H2>
-
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.
-<P>
-<B>See:</B>
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Interface Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl">Binding</A></B></TD>
-<TD>A representation of the model object '<em><b>Binding</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl">BindingFault</A></B></TD>
-<TD>A representation of the model object '<em><b>Binding Fault</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl">BindingInput</A></B></TD>
-<TD>A representation of the model object '<em><b>Binding Input</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl">BindingOperation</A></B></TD>
-<TD>A representation of the model object '<em><b>Binding Operation</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl">BindingOutput</A></B></TD>
-<TD>A representation of the model object '<em><b>Binding Output</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A></B></TD>
-<TD>A representation of the model object '<em><b>Definition</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></B></TD>
-<TD>A representation of the model object '<em><b>Extensibility Element</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A></B></TD>
-<TD>A representation of the model object '<em><b>Extensible Element</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl">Fault</A></B></TD>
-<TD>A representation of the model object '<em><b>Fault</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl">Import</A></B></TD>
-<TD>A representation of the model object '<em><b>Import</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl">Input</A></B></TD>
-<TD>A representation of the model object '<em><b>Input</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl">Message</A></B></TD>
-<TD>A representation of the model object '<em><b>Message</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A></B></TD>
-<TD>A representation of the model object '<em><b>Message Reference</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl">Namespace</A></B></TD>
-<TD>A representation of the model object '<em><b>Namespace</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl">Operation</A></B></TD>
-<TD>A representation of the model object '<em><b>Operation</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl">Output</A></B></TD>
-<TD>A representation of the model object '<em><b>Output</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl">Part</A></B></TD>
-<TD>A representation of the model object '<em><b>Part</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl">Port</A></B></TD>
-<TD>A representation of the model object '<em><b>Port</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl">PortType</A></B></TD>
-<TD>A representation of the model object '<em><b>Port Type</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl">Service</A></B></TD>
-<TD>A representation of the model object '<em><b>Service</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl">Types</A></B></TD>
-<TD>A representation of the model object '<em><b>Types</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">UnknownExtensibilityElement</A></B></TD>
-<TD>A representation of the model object '<em><b>Unknown Extensibility Element</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A></B></TD>
-<TD>A representation of the model object '<em><b>Element</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A></B></TD>
-<TD>The <b>Factory</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A></B></TD>
-<TD>The <b>Package</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A></B></TD>
-<TD>Defines literals for the meta objects that represent
- 
-   each class,
-   each feature of each class,
-   each enum,
-   and each data type
- 
- <!</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">XSDSchemaExtensibilityElement</A></B></TD>
-<TD>A representation of the model object '<em><b>XSD Schema Extensibility Element</b></em>'.</TD>
-</TR>
-</TABLE>
-&nbsp;
-
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Class Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl">WSDLPlugin</A></B></TD>
-<TD>The <b>Plugin</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl">WSDLPluginImplementation</A></B></TD>
-<TD>The actual implementation of the Eclipse <b>Plugin</b>.</TD>
-</TR>
-</TABLE>
-&nbsp;
-
-<P>
-<A NAME="package_description"><!-- --></A><H2>
-Package org.eclipse.wst.wsdl Description
-</H2>
-
-<P>
-<p>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.
-                </p>
-<table width="500">
-<tr>
-<td>
-<p>The WSDL model API allows clients to load, modify, and save WSDL 1.1 documents.
-                </p>
-</td>
-</tr>
-</table>
-<P>
-
-<P>
-<DL>
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV PACKAGE&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/package-tree.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/package-tree.html
deleted file mode 100644
index 5946994..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/package-tree.html
+++ /dev/null
@@ -1,243 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.wsdl Class Hierarchy
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.wsdl Class Hierarchy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/binding/http/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-Hierarchy For Package org.eclipse.wst.wsdl
-</H2>
-</CENTER>
-<DL>
-<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
-<HR>
-<H2>
-Class Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">java.lang.Object<UL>
-<LI TYPE="circle">EclipsePlugin<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl"><B>WSDLPluginImplementation</B></A></UL>
-<LI TYPE="circle">EMFPlugin<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl"><B>WSDLPlugin</B></A></UL>
-</UL>
-</UL>
-<H2>
-Interface Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">javax.wsdl.extensions.ExtensibilityElement<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>ExtensibilityElement</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>UnknownExtensibilityElement</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>XSDSchemaExtensibilityElement</B></A></UL>
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><B>Namespace</B></A><LI TYPE="circle">java.io.Serializable<UL>
-<LI TYPE="circle">javax.wsdl.Binding<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><B>Binding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.BindingFault<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><B>BindingFault</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.BindingInput<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><B>BindingInput</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.BindingOperation<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><B>BindingOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.BindingOutput<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><B>BindingOutput</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.Definition<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><B>Definition</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.Fault<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><B>Fault</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.Import<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><B>Import</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.Input<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><B>Input</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.Message<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><B>Message</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.Operation<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><B>Operation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.Output<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><B>Output</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.Part<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><B>Part</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.Port<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><B>Port</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.PortType<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><B>PortType</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.Service<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><B>Service</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">javax.wsdl.Types<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><B>Types</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><B>WSDLElement</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>ExtensibilityElement</B></A> (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>UnknownExtensibilityElement</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>XSDSchemaExtensibilityElement</B></A></UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><B>ExtensibleElement</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><B>Binding</B></A> (also extends javax.wsdl.Binding)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><B>BindingFault</B></A> (also extends javax.wsdl.BindingFault)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><B>BindingInput</B></A> (also extends javax.wsdl.BindingInput)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><B>BindingOperation</B></A> (also extends javax.wsdl.BindingOperation)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><B>BindingOutput</B></A> (also extends javax.wsdl.BindingOutput)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><B>Definition</B></A> (also extends javax.wsdl.Definition)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><B>Import</B></A> (also extends javax.wsdl.Import)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><B>Message</B></A> (also extends javax.wsdl.Message)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><B>MessageReference</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><B>Fault</B></A> (also extends javax.wsdl.Fault)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><B>Input</B></A> (also extends javax.wsdl.Input)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><B>Output</B></A> (also extends javax.wsdl.Output)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><B>Operation</B></A> (also extends javax.wsdl.Operation)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><B>Part</B></A> (also extends javax.wsdl.Part)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><B>Port</B></A> (also extends javax.wsdl.Port)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><B>PortType</B></A> (also extends javax.wsdl.PortType)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><B>Service</B></A> (also extends javax.wsdl.Service)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><B>Types</B></A> (also extends javax.wsdl.Types)
-</UL>
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl"><B>WSDLFactory</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl"><B>WSDLPackage</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl"><B>WSDLPackage.Literals</B></A></UL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/binding/http/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/package-use.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/package-use.html
deleted file mode 100644
index c5d473f..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/package-use.html
+++ /dev/null
@@ -1,450 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Package org.eclipse.wst.wsdl
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Package org.eclipse.wst.wsdl";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Package<br>org.eclipse.wst.wsdl</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.http"><B>org.eclipse.wst.wsdl.binding.http</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.mime"><B>org.eclipse.wst.wsdl.binding.mime</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.binding.soap"><B>org.eclipse.wst.wsdl.binding.soap</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.util"><B>org.eclipse.wst.wsdl.util</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> used by <A HREF="../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Binding.html#org.eclipse.wst.wsdl"><B>Binding</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/BindingFault.html#org.eclipse.wst.wsdl"><B>BindingFault</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding Fault</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/BindingInput.html#org.eclipse.wst.wsdl"><B>BindingInput</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding Input</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/BindingOperation.html#org.eclipse.wst.wsdl"><B>BindingOperation</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding Operation</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/BindingOutput.html#org.eclipse.wst.wsdl"><B>BindingOutput</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Binding Output</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Definition.html#org.eclipse.wst.wsdl"><B>Definition</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Definition</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/ExtensibilityElement.html#org.eclipse.wst.wsdl"><B>ExtensibilityElement</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Extensibility Element</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/ExtensibleElement.html#org.eclipse.wst.wsdl"><B>ExtensibleElement</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Extensible Element</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Fault.html#org.eclipse.wst.wsdl"><B>Fault</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Fault</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Import.html#org.eclipse.wst.wsdl"><B>Import</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Import</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Input.html#org.eclipse.wst.wsdl"><B>Input</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Input</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Message.html#org.eclipse.wst.wsdl"><B>Message</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Message</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/MessageReference.html#org.eclipse.wst.wsdl"><B>MessageReference</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Message Reference</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Namespace.html#org.eclipse.wst.wsdl"><B>Namespace</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Namespace</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Operation.html#org.eclipse.wst.wsdl"><B>Operation</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Operation</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Output.html#org.eclipse.wst.wsdl"><B>Output</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Output</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Part.html#org.eclipse.wst.wsdl"><B>Part</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Part</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Port.html#org.eclipse.wst.wsdl"><B>Port</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Port</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/PortType.html#org.eclipse.wst.wsdl"><B>PortType</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Port Type</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Service.html#org.eclipse.wst.wsdl"><B>Service</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Service</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Types.html#org.eclipse.wst.wsdl"><B>Types</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Types</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/UnknownExtensibilityElement.html#org.eclipse.wst.wsdl"><B>UnknownExtensibilityElement</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Unknown Extensibility Element</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/WSDLElement.html#org.eclipse.wst.wsdl"><B>WSDLElement</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Element</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/WSDLFactory.html#org.eclipse.wst.wsdl"><B>WSDLFactory</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <b>Factory</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/WSDLPackage.html#org.eclipse.wst.wsdl"><B>WSDLPackage</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <b>Package</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/WSDLPlugin.html#org.eclipse.wst.wsdl"><B>WSDLPlugin</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <b>Plugin</b> for the model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/WSDLPluginImplementation.html#org.eclipse.wst.wsdl"><B>WSDLPluginImplementation</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The actual implementation of the Eclipse <b>Plugin</b>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/XSDSchemaExtensibilityElement.html#org.eclipse.wst.wsdl"><B>XSDSchemaExtensibilityElement</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>XSD Schema Extensibility Element</b></em>'.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.http"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> used by <A HREF="../../../../org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/ExtensibilityElement.html#org.eclipse.wst.wsdl.binding.http"><B>ExtensibilityElement</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Extensibility Element</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/WSDLElement.html#org.eclipse.wst.wsdl.binding.http"><B>WSDLElement</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Element</b></em>'.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.mime"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> used by <A HREF="../../../../org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/ExtensibilityElement.html#org.eclipse.wst.wsdl.binding.mime"><B>ExtensibilityElement</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Extensibility Element</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Part.html#org.eclipse.wst.wsdl.binding.mime"><B>Part</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Part</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/WSDLElement.html#org.eclipse.wst.wsdl.binding.mime"><B>WSDLElement</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Element</b></em>'.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.binding.soap"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> used by <A HREF="../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/ExtensibilityElement.html#org.eclipse.wst.wsdl.binding.soap"><B>ExtensibilityElement</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Extensibility Element</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Message.html#org.eclipse.wst.wsdl.binding.soap"><B>Message</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Message</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Part.html#org.eclipse.wst.wsdl.binding.soap"><B>Part</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Part</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/WSDLElement.html#org.eclipse.wst.wsdl.binding.soap"><B>WSDLElement</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Element</b></em>'.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.util"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> used by <A HREF="../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/Definition.html#org.eclipse.wst.wsdl.util"><B>Definition</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Definition</b></em>'.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../org/eclipse/wst/wsdl/class-use/ExtensibilityElement.html#org.eclipse.wst.wsdl.util"><B>ExtensibilityElement</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A representation of the model object '<em><b>Extensibility Element</b></em>'.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/eclipse/wst/wsdl/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html
deleted file mode 100644
index 4dc14bb..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html
+++ /dev/null
@@ -1,219 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-ExtensibilityElementFactory
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.util.ExtensibilityElementFactory interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="ExtensibilityElementFactory";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ExtensibilityElementFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibilityElementFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.util</FONT>
-<BR>
-Interface ExtensibilityElementFactory</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>ExtensibilityElementFactory</B></DL>
-</PRE>
-
-<P>
-<p>
- <b>Note:</b> This class/interface is part of an interim API that is still under development and expected to
- change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- (repeatedly) as the API evolves.
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-</DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html#createExtensibilityElement(java.lang.String, java.lang.String)">createExtensibilityElement</A></B>(java.lang.String&nbsp;namespace,
-                           java.lang.String&nbsp;localName)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="createExtensibilityElement(java.lang.String, java.lang.String)"><!-- --></A><H3>
-createExtensibilityElement</H3>
-<PRE>
-<A HREF="../../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A> <B>createExtensibilityElement</B>(java.lang.String&nbsp;namespace,
-                                                java.lang.String&nbsp;localName)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ExtensibilityElementFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibilityElementFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html
deleted file mode 100644
index 1e2a9e4..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html
+++ /dev/null
@@ -1,219 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-ExtensibilityElementFactoryRegistry
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.util.ExtensibilityElementFactoryRegistry interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="ExtensibilityElementFactoryRegistry";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ExtensibilityElementFactoryRegistry.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibilityElementFactoryRegistry.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.util</FONT>
-<BR>
-Interface ExtensibilityElementFactoryRegistry</H2>
-<HR>
-<DL>
-<DT><PRE>public interface <B>ExtensibilityElementFactoryRegistry</B></DL>
-</PRE>
-
-<P>
-<p>
- <b>Note:</b> This class/interface is part of an interim API that is still under development and expected to
- change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- (repeatedly) as the API evolves.
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-</DL>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html#registerFactory(java.lang.String, org.eclipse.wst.wsdl.util.ExtensibilityElementFactory)">registerFactory</A></B>(java.lang.String&nbsp;namespace,
-                <A HREF="../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactory</A>&nbsp;factory)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="registerFactory(java.lang.String, org.eclipse.wst.wsdl.util.ExtensibilityElementFactory)"><!-- --></A><H3>
-registerFactory</H3>
-<PRE>
-void <B>registerFactory</B>(java.lang.String&nbsp;namespace,
-                     <A HREF="../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactory</A>&nbsp;factory)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ExtensibilityElementFactoryRegistry.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibilityElementFactoryRegistry.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLConstants.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLConstants.html
deleted file mode 100644
index 98cf997..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLConstants.html
+++ /dev/null
@@ -1,1312 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-WSDLConstants
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.util.WSDLConstants class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="WSDLConstants";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLConstants.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/WSDLConstants.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLConstants.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.util</FONT>
-<BR>
-Class WSDLConstants</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.wsdl.util.WSDLConstants</B>
-</PRE>
-<HR>
-<DL>
-<DT><PRE>public class <B>WSDLConstants</B><DT>extends java.lang.Object</DL>
-</PRE>
-
-<P>
-This class defines constants for WSDL element tags and relevant namespaces.
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-</DL>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#BINDING">BINDING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"binding"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#BINDING_ATTRIBUTE">BINDING_ATTRIBUTE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The attribute is <code>"binding"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#BINDING_ELEMENT_TAG">BINDING_ELEMENT_TAG</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"binding"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#DEFINITION">DEFINITION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"definitions"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#DEFINITION_ELEMENT_TAG">DEFINITION_ELEMENT_TAG</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"definitions"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#DOCUMENTATION">DOCUMENTATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"documentation"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#DOCUMENTATION_ELEMENT_TAG">DOCUMENTATION_ELEMENT_TAG</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"documentation"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#ELEMENT_ATTRIBUTE">ELEMENT_ATTRIBUTE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The attribute is <code>"element"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#ENCODING_ATTRIBUTE">ENCODING_ATTRIBUTE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The attribute is <code>"encoding"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#FAULT">FAULT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"fault"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#FAULT_ELEMENT_TAG">FAULT_ELEMENT_TAG</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"fault"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#IMPORT">IMPORT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"import"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#IMPORT_ELEMENT_TAG">IMPORT_ELEMENT_TAG</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"import"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#INPUT">INPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"input"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#INPUT_ELEMENT_TAG">INPUT_ELEMENT_TAG</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"input"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#LOCATION_ATTRIBUTE">LOCATION_ATTRIBUTE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The attribute is <code>"location"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#MESSAGE">MESSAGE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"message"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#MESSAGE_ATTRIBUTE">MESSAGE_ATTRIBUTE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The attribute is <code>"message"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#MESSAGE_ELEMENT_TAG">MESSAGE_ELEMENT_TAG</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"message"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#NAME_ATTRIBUTE">NAME_ATTRIBUTE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The attribute is <code>"name"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#NAMESPACE_ATTRIBUTE">NAMESPACE_ATTRIBUTE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The attribute is <code>"namespace"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#OPERATION">OPERATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"operation"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#OPERATION_ELEMENT_TAG">OPERATION_ELEMENT_TAG</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"operation"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#OUTPUT">OUTPUT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"output"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#OUTPUT_ELEMENT_TAG">OUTPUT_ELEMENT_TAG</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"output"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#PARAMETER_ORDER_ATTRIBUTE">PARAMETER_ORDER_ATTRIBUTE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The attribute is <code>"parameterOrder"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#PART">PART</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"part"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#PART_ELEMENT_TAG">PART_ELEMENT_TAG</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"part"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#PORT">PORT</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"port"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#PORT_ELEMENT_TAG">PORT_ELEMENT_TAG</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"port"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#PORT_TYPE">PORT_TYPE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"portType"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#PORT_TYPE_ELEMENT_TAG">PORT_TYPE_ELEMENT_TAG</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"portType"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#RESOURCE_URI_ATTRIBUTE">RESOURCE_URI_ATTRIBUTE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The attribute is <code>"resourceURI"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#SCHEMA_FOR_SCHEMA_URI_1999">SCHEMA_FOR_SCHEMA_URI_1999</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The value <code>"http://www.w3.org/1999/XMLSchema"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#SCHEMA_FOR_SCHEMA_URI_2000_10">SCHEMA_FOR_SCHEMA_URI_2000_10</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The value <code>"http://www.w3.org/2000/10/XMLSchema"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#SCHEMA_FOR_SCHEMA_URI_2001">SCHEMA_FOR_SCHEMA_URI_2001</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The value <code>"http://www.w3.org/2001/XMLSchema"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#SERVICE">SERVICE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"service"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#SERVICE_ELEMENT_TAG">SERVICE_ELEMENT_TAG</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"service"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#TARGETNAMESPACE_ATTRIBUTE">TARGETNAMESPACE_ATTRIBUTE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The attribute is <code>"targetNamespace"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#TYPE_ATTRIBUTE">TYPE_ATTRIBUTE</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The attribute is <code>"type"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#TYPES">TYPES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"types"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#TYPES_ELEMENT_TAG">TYPES_ELEMENT_TAG</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The element tag is <code>"types"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#WSDL_NAMESPACE_URI">WSDL_NAMESPACE_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The value <code>"http://schemas.xmlsoap.org/wsdl/"</code>.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#XSD_NAMESPACE_URI">XSD_NAMESPACE_URI</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The value <code>"http://www.w3.org/2001/XMLSchema"</code>.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#WSDLConstants()">WSDLConstants</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getAttribute(org.w3c.dom.Element, java.lang.String)">getAttribute</A></B>(org.w3c.dom.Element&nbsp;element,
-             java.lang.String&nbsp;attributeName)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an attribute value given the attributeName in the element.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)">getElementTag</A></B>(int&nbsp;nodeType)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a String name of element tag given the nodeType.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#isMatchingNamespace(java.lang.String, java.lang.String)">isMatchingNamespace</A></B>(java.lang.String&nbsp;namespace1,
-                    java.lang.String&nbsp;namespace2)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if namespace1 equals to namespace2.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#isWSDLNamespace(java.lang.String)">isWSDLNamespace</A></B>(java.lang.String&nbsp;namespace)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether the given namespace is the WSDL namespace or not.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(org.w3c.dom.Node)">nodeType</A></B>(org.w3c.dom.Node&nbsp;node)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a node type defined in WSDLConstants given the DOM node.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)">nodeType</A></B>(java.lang.String&nbsp;localName)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a node type given the String name of element tag.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="BINDING"><!-- --></A><H3>
-BINDING</H3>
-<PRE>
-public static final int <B>BINDING</B></PRE>
-<DL>
-<DD>The element tag is <code>"binding"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)"><CODE>getElementTag(int).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.BINDING">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION"><!-- --></A><H3>
-DEFINITION</H3>
-<PRE>
-public static final int <B>DEFINITION</B></PRE>
-<DL>
-<DD>The element tag is <code>"definitions"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)"><CODE>getElementTag(int).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.DEFINITION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DOCUMENTATION"><!-- --></A><H3>
-DOCUMENTATION</H3>
-<PRE>
-public static final int <B>DOCUMENTATION</B></PRE>
-<DL>
-<DD>The element tag is <code>"documentation"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)"><CODE>getElementTag(int).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.DOCUMENTATION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="FAULT"><!-- --></A><H3>
-FAULT</H3>
-<PRE>
-public static final int <B>FAULT</B></PRE>
-<DL>
-<DD>The element tag is <code>"fault"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)"><CODE>getElementTag(int).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.FAULT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT"><!-- --></A><H3>
-IMPORT</H3>
-<PRE>
-public static final int <B>IMPORT</B></PRE>
-<DL>
-<DD>The element tag is <code>"import"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)"><CODE>getElementTag(int).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.IMPORT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="INPUT"><!-- --></A><H3>
-INPUT</H3>
-<PRE>
-public static final int <B>INPUT</B></PRE>
-<DL>
-<DD>The element tag is <code>"input"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)"><CODE>getElementTag(int).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.INPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE"><!-- --></A><H3>
-MESSAGE</H3>
-<PRE>
-public static final int <B>MESSAGE</B></PRE>
-<DL>
-<DD>The element tag is <code>"message"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)"><CODE>getElementTag(int).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.MESSAGE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION"><!-- --></A><H3>
-OPERATION</H3>
-<PRE>
-public static final int <B>OPERATION</B></PRE>
-<DL>
-<DD>The element tag is <code>"operation"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)"><CODE>getElementTag(int).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.OPERATION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OUTPUT"><!-- --></A><H3>
-OUTPUT</H3>
-<PRE>
-public static final int <B>OUTPUT</B></PRE>
-<DL>
-<DD>The element tag is <code>"output"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)"><CODE>getElementTag(int).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.OUTPUT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PART"><!-- --></A><H3>
-PART</H3>
-<PRE>
-public static final int <B>PART</B></PRE>
-<DL>
-<DD>The element tag is <code>"part"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)"><CODE>getElementTag(int).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.PART">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT"><!-- --></A><H3>
-PORT</H3>
-<PRE>
-public static final int <B>PORT</B></PRE>
-<DL>
-<DD>The element tag is <code>"port"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)"><CODE>getElementTag(int).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.PORT">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT_TYPE"><!-- --></A><H3>
-PORT_TYPE</H3>
-<PRE>
-public static final int <B>PORT_TYPE</B></PRE>
-<DL>
-<DD>The element tag is <code>"portType"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)"><CODE>getElementTag(int).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.PORT_TYPE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SERVICE"><!-- --></A><H3>
-SERVICE</H3>
-<PRE>
-public static final int <B>SERVICE</B></PRE>
-<DL>
-<DD>The element tag is <code>"service"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)"><CODE>getElementTag(int).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.SERVICE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="TYPES"><!-- --></A><H3>
-TYPES</H3>
-<PRE>
-public static final int <B>TYPES</B></PRE>
-<DL>
-<DD>The element tag is <code>"types"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getElementTag(int)"><CODE>getElementTag(int).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.TYPES">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_ELEMENT_TAG"><!-- --></A><H3>
-BINDING_ELEMENT_TAG</H3>
-<PRE>
-public static final java.lang.String <B>BINDING_ELEMENT_TAG</B></PRE>
-<DL>
-<DD>The element tag is <code>"binding"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)"><CODE>nodeType(String localName).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.BINDING_ELEMENT_TAG">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DEFINITION_ELEMENT_TAG"><!-- --></A><H3>
-DEFINITION_ELEMENT_TAG</H3>
-<PRE>
-public static final java.lang.String <B>DEFINITION_ELEMENT_TAG</B></PRE>
-<DL>
-<DD>The element tag is <code>"definitions"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)"><CODE>nodeType(String localName).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.DEFINITION_ELEMENT_TAG">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="DOCUMENTATION_ELEMENT_TAG"><!-- --></A><H3>
-DOCUMENTATION_ELEMENT_TAG</H3>
-<PRE>
-public static final java.lang.String <B>DOCUMENTATION_ELEMENT_TAG</B></PRE>
-<DL>
-<DD>The element tag is <code>"documentation"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)"><CODE>nodeType(String localName).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.DOCUMENTATION_ELEMENT_TAG">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="FAULT_ELEMENT_TAG"><!-- --></A><H3>
-FAULT_ELEMENT_TAG</H3>
-<PRE>
-public static final java.lang.String <B>FAULT_ELEMENT_TAG</B></PRE>
-<DL>
-<DD>The element tag is <code>"fault"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)"><CODE>nodeType(String localName).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.FAULT_ELEMENT_TAG">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="IMPORT_ELEMENT_TAG"><!-- --></A><H3>
-IMPORT_ELEMENT_TAG</H3>
-<PRE>
-public static final java.lang.String <B>IMPORT_ELEMENT_TAG</B></PRE>
-<DL>
-<DD>The element tag is <code>"import"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)"><CODE>nodeType(String localName).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.IMPORT_ELEMENT_TAG">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="INPUT_ELEMENT_TAG"><!-- --></A><H3>
-INPUT_ELEMENT_TAG</H3>
-<PRE>
-public static final java.lang.String <B>INPUT_ELEMENT_TAG</B></PRE>
-<DL>
-<DD>The element tag is <code>"input"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)"><CODE>nodeType(String localName).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.INPUT_ELEMENT_TAG">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE_ELEMENT_TAG"><!-- --></A><H3>
-MESSAGE_ELEMENT_TAG</H3>
-<PRE>
-public static final java.lang.String <B>MESSAGE_ELEMENT_TAG</B></PRE>
-<DL>
-<DD>The element tag is <code>"message"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)"><CODE>nodeType(String localName).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.MESSAGE_ELEMENT_TAG">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OPERATION_ELEMENT_TAG"><!-- --></A><H3>
-OPERATION_ELEMENT_TAG</H3>
-<PRE>
-public static final java.lang.String <B>OPERATION_ELEMENT_TAG</B></PRE>
-<DL>
-<DD>The element tag is <code>"operation"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)"><CODE>nodeType(String localName).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.OPERATION_ELEMENT_TAG">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="OUTPUT_ELEMENT_TAG"><!-- --></A><H3>
-OUTPUT_ELEMENT_TAG</H3>
-<PRE>
-public static final java.lang.String <B>OUTPUT_ELEMENT_TAG</B></PRE>
-<DL>
-<DD>The element tag is <code>"output"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)"><CODE>nodeType(String localName).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.OUTPUT_ELEMENT_TAG">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PART_ELEMENT_TAG"><!-- --></A><H3>
-PART_ELEMENT_TAG</H3>
-<PRE>
-public static final java.lang.String <B>PART_ELEMENT_TAG</B></PRE>
-<DL>
-<DD>The element tag is <code>"part"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)"><CODE>nodeType(String localName).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.PART_ELEMENT_TAG">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT_ELEMENT_TAG"><!-- --></A><H3>
-PORT_ELEMENT_TAG</H3>
-<PRE>
-public static final java.lang.String <B>PORT_ELEMENT_TAG</B></PRE>
-<DL>
-<DD>The element tag is <code>"port"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)"><CODE>nodeType(String localName).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.PORT_ELEMENT_TAG">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PORT_TYPE_ELEMENT_TAG"><!-- --></A><H3>
-PORT_TYPE_ELEMENT_TAG</H3>
-<PRE>
-public static final java.lang.String <B>PORT_TYPE_ELEMENT_TAG</B></PRE>
-<DL>
-<DD>The element tag is <code>"portType"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)"><CODE>nodeType(String localName).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.PORT_TYPE_ELEMENT_TAG">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SERVICE_ELEMENT_TAG"><!-- --></A><H3>
-SERVICE_ELEMENT_TAG</H3>
-<PRE>
-public static final java.lang.String <B>SERVICE_ELEMENT_TAG</B></PRE>
-<DL>
-<DD>The element tag is <code>"service"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)"><CODE>nodeType(String localName).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.SERVICE_ELEMENT_TAG">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="TYPES_ELEMENT_TAG"><!-- --></A><H3>
-TYPES_ELEMENT_TAG</H3>
-<PRE>
-public static final java.lang.String <B>TYPES_ELEMENT_TAG</B></PRE>
-<DL>
-<DD>The element tag is <code>"types"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#nodeType(java.lang.String)"><CODE>nodeType(String localName).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.TYPES_ELEMENT_TAG">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="NAME_ATTRIBUTE"><!-- --></A><H3>
-NAME_ATTRIBUTE</H3>
-<PRE>
-public static final java.lang.String <B>NAME_ATTRIBUTE</B></PRE>
-<DL>
-<DD>The attribute is <code>"name"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getAttribute(org.w3c.dom.Element, java.lang.String)"><CODE>getAttribute(Element,String).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.NAME_ATTRIBUTE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="MESSAGE_ATTRIBUTE"><!-- --></A><H3>
-MESSAGE_ATTRIBUTE</H3>
-<PRE>
-public static final java.lang.String <B>MESSAGE_ATTRIBUTE</B></PRE>
-<DL>
-<DD>The attribute is <code>"message"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getAttribute(org.w3c.dom.Element, java.lang.String)"><CODE>getAttribute(Element,String).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.MESSAGE_ATTRIBUTE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="BINDING_ATTRIBUTE"><!-- --></A><H3>
-BINDING_ATTRIBUTE</H3>
-<PRE>
-public static final java.lang.String <B>BINDING_ATTRIBUTE</B></PRE>
-<DL>
-<DD>The attribute is <code>"binding"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getAttribute(org.w3c.dom.Element, java.lang.String)"><CODE>getAttribute(Element,String).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.BINDING_ATTRIBUTE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="TYPE_ATTRIBUTE"><!-- --></A><H3>
-TYPE_ATTRIBUTE</H3>
-<PRE>
-public static final java.lang.String <B>TYPE_ATTRIBUTE</B></PRE>
-<DL>
-<DD>The attribute is <code>"type"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getAttribute(org.w3c.dom.Element, java.lang.String)"><CODE>getAttribute(Element,String).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.TYPE_ATTRIBUTE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ENCODING_ATTRIBUTE"><!-- --></A><H3>
-ENCODING_ATTRIBUTE</H3>
-<PRE>
-public static final java.lang.String <B>ENCODING_ATTRIBUTE</B></PRE>
-<DL>
-<DD>The attribute is <code>"encoding"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getAttribute(org.w3c.dom.Element, java.lang.String)"><CODE>getAttribute(Element,String).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.ENCODING_ATTRIBUTE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="TARGETNAMESPACE_ATTRIBUTE"><!-- --></A><H3>
-TARGETNAMESPACE_ATTRIBUTE</H3>
-<PRE>
-public static final java.lang.String <B>TARGETNAMESPACE_ATTRIBUTE</B></PRE>
-<DL>
-<DD>The attribute is <code>"targetNamespace"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getAttribute(org.w3c.dom.Element, java.lang.String)"><CODE>getAttribute(Element,String).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.TARGETNAMESPACE_ATTRIBUTE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="RESOURCE_URI_ATTRIBUTE"><!-- --></A><H3>
-RESOURCE_URI_ATTRIBUTE</H3>
-<PRE>
-public static final java.lang.String <B>RESOURCE_URI_ATTRIBUTE</B></PRE>
-<DL>
-<DD>The attribute is <code>"resourceURI"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getAttribute(org.w3c.dom.Element, java.lang.String)"><CODE>getAttribute(Element,String).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.RESOURCE_URI_ATTRIBUTE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ELEMENT_ATTRIBUTE"><!-- --></A><H3>
-ELEMENT_ATTRIBUTE</H3>
-<PRE>
-public static final java.lang.String <B>ELEMENT_ATTRIBUTE</B></PRE>
-<DL>
-<DD>The attribute is <code>"element"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getAttribute(org.w3c.dom.Element, java.lang.String)"><CODE>getAttribute(Element,String).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.ELEMENT_ATTRIBUTE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="LOCATION_ATTRIBUTE"><!-- --></A><H3>
-LOCATION_ATTRIBUTE</H3>
-<PRE>
-public static final java.lang.String <B>LOCATION_ATTRIBUTE</B></PRE>
-<DL>
-<DD>The attribute is <code>"location"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getAttribute(org.w3c.dom.Element, java.lang.String)"><CODE>getAttribute(Element,String).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.LOCATION_ATTRIBUTE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="PARAMETER_ORDER_ATTRIBUTE"><!-- --></A><H3>
-PARAMETER_ORDER_ATTRIBUTE</H3>
-<PRE>
-public static final java.lang.String <B>PARAMETER_ORDER_ATTRIBUTE</B></PRE>
-<DL>
-<DD>The attribute is <code>"parameterOrder"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getAttribute(org.w3c.dom.Element, java.lang.String)"><CODE>getAttribute(Element,String).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.PARAMETER_ORDER_ATTRIBUTE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="NAMESPACE_ATTRIBUTE"><!-- --></A><H3>
-NAMESPACE_ATTRIBUTE</H3>
-<PRE>
-public static final java.lang.String <B>NAMESPACE_ATTRIBUTE</B></PRE>
-<DL>
-<DD>The attribute is <code>"namespace"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html#getAttribute(org.w3c.dom.Element, java.lang.String)"><CODE>getAttribute(Element,String).</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.NAMESPACE_ATTRIBUTE">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="WSDL_NAMESPACE_URI"><!-- --></A><H3>
-WSDL_NAMESPACE_URI</H3>
-<PRE>
-public static final java.lang.String <B>WSDL_NAMESPACE_URI</B></PRE>
-<DL>
-<DD>The value <code>"http://schemas.xmlsoap.org/wsdl/"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.WSDL_NAMESPACE_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="XSD_NAMESPACE_URI"><!-- --></A><H3>
-XSD_NAMESPACE_URI</H3>
-<PRE>
-public static final java.lang.String <B>XSD_NAMESPACE_URI</B></PRE>
-<DL>
-<DD>The value <code>"http://www.w3.org/2001/XMLSchema"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.XSD_NAMESPACE_URI">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SCHEMA_FOR_SCHEMA_URI_1999"><!-- --></A><H3>
-SCHEMA_FOR_SCHEMA_URI_1999</H3>
-<PRE>
-public static final java.lang.String <B>SCHEMA_FOR_SCHEMA_URI_1999</B></PRE>
-<DL>
-<DD>The value <code>"http://www.w3.org/1999/XMLSchema"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.SCHEMA_FOR_SCHEMA_URI_1999">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SCHEMA_FOR_SCHEMA_URI_2000_10"><!-- --></A><H3>
-SCHEMA_FOR_SCHEMA_URI_2000_10</H3>
-<PRE>
-public static final java.lang.String <B>SCHEMA_FOR_SCHEMA_URI_2000_10</B></PRE>
-<DL>
-<DD>The value <code>"http://www.w3.org/2000/10/XMLSchema"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.SCHEMA_FOR_SCHEMA_URI_2000_10">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="SCHEMA_FOR_SCHEMA_URI_2001"><!-- --></A><H3>
-SCHEMA_FOR_SCHEMA_URI_2001</H3>
-<PRE>
-public static final java.lang.String <B>SCHEMA_FOR_SCHEMA_URI_2001</B></PRE>
-<DL>
-<DD>The value <code>"http://www.w3.org/2001/XMLSchema"</code>.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLConstants.SCHEMA_FOR_SCHEMA_URI_2001">Constant Field Values</A></DL>
-</DL>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="WSDLConstants()"><!-- --></A><H3>
-WSDLConstants</H3>
-<PRE>
-public <B>WSDLConstants</B>()</PRE>
-<DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getElementTag(int)"><!-- --></A><H3>
-getElementTag</H3>
-<PRE>
-public static final java.lang.String <B>getElementTag</B>(int&nbsp;nodeType)</PRE>
-<DL>
-<DD>Returns a String name of element tag given the nodeType.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>nodeType</CODE> - a constant defined in WSDLConstants.
-<DT><B>Returns:</B><DD>element tag.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="nodeType(java.lang.String)"><!-- --></A><H3>
-nodeType</H3>
-<PRE>
-public static final int <B>nodeType</B>(java.lang.String&nbsp;localName)</PRE>
-<DL>
-<DD>Returns a node type given the String name of element tag.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>localName</CODE> - the local name of element tag.
-<DT><B>Returns:</B><DD>a node type defined in WSDLConstants.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="nodeType(org.w3c.dom.Node)"><!-- --></A><H3>
-nodeType</H3>
-<PRE>
-public static final int <B>nodeType</B>(org.w3c.dom.Node&nbsp;node)</PRE>
-<DL>
-<DD>Returns a node type defined in WSDLConstants given the DOM node.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>node</CODE> - a DOM node.
-<DT><B>Returns:</B><DD>a node type defined in WSDLConstants.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="isWSDLNamespace(java.lang.String)"><!-- --></A><H3>
-isWSDLNamespace</H3>
-<PRE>
-public static boolean <B>isWSDLNamespace</B>(java.lang.String&nbsp;namespace)</PRE>
-<DL>
-<DD>Returns whether the given namespace is the WSDL namespace or not.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>namespace</CODE> - a namespace.
-<DT><B>Returns:</B><DD>whether the given namespace is the WSDL namespace or not.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="isMatchingNamespace(java.lang.String, java.lang.String)"><!-- --></A><H3>
-isMatchingNamespace</H3>
-<PRE>
-public static boolean <B>isMatchingNamespace</B>(java.lang.String&nbsp;namespace1,
-                                          java.lang.String&nbsp;namespace2)</PRE>
-<DL>
-<DD>Returns true if namespace1 equals to namespace2.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>namespace1</CODE> - a namespace.<DD><CODE>namespace2</CODE> - a namespace.
-<DT><B>Returns:</B><DD>true if namespace1 equals to namespace2.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getAttribute(org.w3c.dom.Element, java.lang.String)"><!-- --></A><H3>
-getAttribute</H3>
-<PRE>
-public static java.lang.String <B>getAttribute</B>(org.w3c.dom.Element&nbsp;element,
-                                            java.lang.String&nbsp;attributeName)</PRE>
-<DL>
-<DD>Returns an attribute value given the attributeName in the element.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>element</CODE> - a DOM element to search for the attribute from.<DD><CODE>attributeName</CODE> - an attribute to find from the element.
-<DT><B>Returns:</B><DD>an attribute value.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLConstants.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/WSDLConstants.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLConstants.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLDiagnostic.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLDiagnostic.html
deleted file mode 100644
index 4ab18e2..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLDiagnostic.html
+++ /dev/null
@@ -1,399 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-WSDLDiagnostic
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.util.WSDLDiagnostic interface">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="WSDLDiagnostic";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLDiagnostic.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLDiagnostic.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.util</FONT>
-<BR>
-Interface WSDLDiagnostic</H2>
-<DL>
-<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public interface <B>WSDLDiagnostic</B></DL>
-</PRE>
-
-<P>
-Generated by the WSDL model parsing and validation mechanisms.
- 
- <p>
- <b>Note:</b> This class/interface is part of an interim API that is still
- under development and expected to change significantly before reaching
- stability. It is being made available at this early stage to solicit feedback
- from pioneering adopters on the understanding that any code that uses this
- API will almost certainly be broken (repeatedly) as the API evolves.
- </p>
- 
- This interface is a candidate to becoming a first class WSDL model object.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getContainer()">getContainer</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;returns the Element where the error occurs</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getKey()">getKey</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the original message key.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.w3c.dom.Node</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getNode()">getNode</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the DOM Node where the error occurs</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getSeverity()">getSeverity</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Provides this diagnostic's severity.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getSubstitutions()">getSubstitutions</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a list with the original message parameters as Strings.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setContainer(java.lang.Object)">setContainer</A></B>(java.lang.Object&nbsp;container)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the Container of the error</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setKey(java.lang.String)">setKey</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the original message key.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setNode(org.w3c.dom.Node)">setNode</A></B>(org.w3c.dom.Node&nbsp;node)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the DOM Node where the error occurs</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setSeverity(org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity)">setSeverity</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>&nbsp;severity)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets this diagnostic's severity.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getSeverity()"><!-- --></A><H3>
-getSeverity</H3>
-<PRE>
-<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A> <B>getSeverity</B>()</PRE>
-<DL>
-<DD>Provides this diagnostic's severity.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>an XSDDiagnosticSeverity</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setSeverity(org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity)"><!-- --></A><H3>
-setSeverity</H3>
-<PRE>
-void <B>setSeverity</B>(<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>&nbsp;severity)</PRE>
-<DL>
-<DD>Sets this diagnostic's severity.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>severity</CODE> - the new diagnostic severity.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getKey()"><!-- --></A><H3>
-getKey</H3>
-<PRE>
-java.lang.String <B>getKey</B>()</PRE>
-<DL>
-<DD>Gets the original message key.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a String with the original message key.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setKey(java.lang.String)"><!-- --></A><H3>
-setKey</H3>
-<PRE>
-void <B>setKey</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the original message key.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new message key value.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getNode()"><!-- --></A><H3>
-getNode</H3>
-<PRE>
-org.w3c.dom.Node <B>getNode</B>()</PRE>
-<DL>
-<DD>Gets the DOM Node where the error occurs
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>The DOM node where the error occurs</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setNode(org.w3c.dom.Node)"><!-- --></A><H3>
-setNode</H3>
-<PRE>
-void <B>setNode</B>(org.w3c.dom.Node&nbsp;node)</PRE>
-<DL>
-<DD>Sets the DOM Node where the error occurs
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>node</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getContainer()"><!-- --></A><H3>
-getContainer</H3>
-<PRE>
-java.lang.Object <B>getContainer</B>()</PRE>
-<DL>
-<DD>returns the Element where the error occurs
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>- Object of type XSDConcreteComponent if the error
-                        comes from the inline schema of a wsdl file
-                 - object of type WSDLElement if the error comes from
-                        other part of the wsdl file</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setContainer(java.lang.Object)"><!-- --></A><H3>
-setContainer</H3>
-<PRE>
-void <B>setContainer</B>(java.lang.Object&nbsp;container)</PRE>
-<DL>
-<DD>Sets the Container of the error
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>container</CODE> - an Object of either XSDConcreteComponent or WSDLElement</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSubstitutions()"><!-- --></A><H3>
-getSubstitutions</H3>
-<PRE>
-EList <B>getSubstitutions</B>()</PRE>
-<DL>
-<DD>Returns a list with the original message parameters as Strings.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a list with the original message parameters as Strings.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLDiagnostic.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLDiagnostic.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html
deleted file mode 100644
index 85f5fcb..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html
+++ /dev/null
@@ -1,683 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-WSDLDiagnosticImpl
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.util.WSDLDiagnosticImpl class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="WSDLDiagnosticImpl";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLDiagnosticImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLDiagnosticImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.util</FONT>
-<BR>
-Class WSDLDiagnosticImpl</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">EObjectImpl
-      <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.wsdl.util.WSDLDiagnosticImpl</B>
-</PRE>
-<DL>
-<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A></DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public class <B>WSDLDiagnosticImpl</B><DT>extends EObjectImpl<DT>implements <A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A></DL>
-</PRE>
-
-<P>
-Default implementation of the WSDLDiagnostic interface. This class is based
- on XSDDiagnosticImpl
- <p>
- <b>Note:</b> This class/interface is part of an interim API that is still
- under development and expected to change significantly before reaching
- stability. It is being made available at this early stage to solicit feedback
- from pioneering adopters on the understanding that any code that uses this
- API will almost certainly be broken (repeatedly) as the API evolves.
- </p>
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#WSDLDiagnosticImpl()">WSDLDiagnosticImpl</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default constructor.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#WSDLDiagnosticImpl(org.eclipse.xsd.XSDDiagnostic)">WSDLDiagnosticImpl</A></B>(org.eclipse.xsd.XSDDiagnostic&nbsp;xsdDiagnostic)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wraps an XSD diagnostic into a WSDL diagnostic.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getColumn()">getColumn</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getContainer()">getContainer</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;returns the Element where the error occurs</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getKey()">getKey</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the original message key.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getLine()">getLine</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getLocation()">getLocation</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getMessage()">getMessage</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.w3c.dom.Node</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getNode()">getNode</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the DOM Node where the error occurs</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getSeverity()">getSeverity</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Provides this diagnostic's severity.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;EList</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getSubstitutions()">getSubstitutions</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a list with the original message parameters as Strings.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setColumn(int)">setColumn</A></B>(int&nbsp;newColumn)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the new value of the column attribute.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setContainer(java.lang.Object)">setContainer</A></B>(java.lang.Object&nbsp;container)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the Container of the error</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setKey(java.lang.String)">setKey</A></B>(java.lang.String&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the original message key.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setLine(int)">setLine</A></B>(int&nbsp;newLine)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setLocation(java.lang.String)">setLocation</A></B>(java.lang.String&nbsp;location)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the loaction attribute.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setMessage(java.lang.String)">setMessage</A></B>(java.lang.String&nbsp;newMessage)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets a new value for the message attribute.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setNode(org.w3c.dom.Node)">setNode</A></B>(org.w3c.dom.Node&nbsp;node)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the DOM Node where the error occurs</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setSeverity(org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity)">setSeverity</A></B>(<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>&nbsp;newSeverity)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets this diagnostic's severity.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="WSDLDiagnosticImpl()"><!-- --></A><H3>
-WSDLDiagnosticImpl</H3>
-<PRE>
-public <B>WSDLDiagnosticImpl</B>()</PRE>
-<DL>
-<DD>Default constructor.
-<P>
-</DL>
-<HR>
-
-<A NAME="WSDLDiagnosticImpl(org.eclipse.xsd.XSDDiagnostic)"><!-- --></A><H3>
-WSDLDiagnosticImpl</H3>
-<PRE>
-public <B>WSDLDiagnosticImpl</B>(org.eclipse.xsd.XSDDiagnostic&nbsp;xsdDiagnostic)</PRE>
-<DL>
-<DD>Wraps an XSD diagnostic into a WSDL diagnostic. Used to report problems in
- inline schemas.
-<P>
-<DL>
-<DT><B>Parameters:</B><DD><CODE>xsdDiagnostic</CODE> - the XSD diagnostic object to wrap. Must not be null.</DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getColumn()"><!-- --></A><H3>
-getColumn</H3>
-<PRE>
-public int <B>getColumn</B>()</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getLine()"><!-- --></A><H3>
-getLine</H3>
-<PRE>
-public int <B>getLine</B>()</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getLocation()"><!-- --></A><H3>
-getLocation</H3>
-<PRE>
-public java.lang.String <B>getLocation</B>()</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getMessage()"><!-- --></A><H3>
-getMessage</H3>
-<PRE>
-public java.lang.String <B>getMessage</B>()</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSeverity()"><!-- --></A><H3>
-getSeverity</H3>
-<PRE>
-public <A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A> <B>getSeverity</B>()</PRE>
-<DL>
-<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getSeverity()">WSDLDiagnostic</A></CODE></B></DD>
-<DD>Provides this diagnostic's severity.
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getSeverity()">getSeverity</A></CODE> in interface <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A></CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>an XSDDiagnosticSeverity</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setColumn(int)"><!-- --></A><H3>
-setColumn</H3>
-<PRE>
-public void <B>setColumn</B>(int&nbsp;newColumn)</PRE>
-<DL>
-<DD>Sets the new value of the column attribute.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>newColumn</CODE> - the new column value.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setLine(int)"><!-- --></A><H3>
-setLine</H3>
-<PRE>
-public void <B>setLine</B>(int&nbsp;newLine)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setLocation(java.lang.String)"><!-- --></A><H3>
-setLocation</H3>
-<PRE>
-public void <B>setLocation</B>(java.lang.String&nbsp;location)</PRE>
-<DL>
-<DD>Sets the value of the loaction attribute.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>location</CODE> - a String with the new value for the location attribute</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setMessage(java.lang.String)"><!-- --></A><H3>
-setMessage</H3>
-<PRE>
-public void <B>setMessage</B>(java.lang.String&nbsp;newMessage)</PRE>
-<DL>
-<DD>Sets a new value for the message attribute.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>newMessage</CODE> - a String with the new message.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setSeverity(org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity)"><!-- --></A><H3>
-setSeverity</H3>
-<PRE>
-public void <B>setSeverity</B>(<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>&nbsp;newSeverity)</PRE>
-<DL>
-<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setSeverity(org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity)">WSDLDiagnostic</A></CODE></B></DD>
-<DD>Sets this diagnostic's severity.
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setSeverity(org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity)">setSeverity</A></CODE> in interface <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A></CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>newSeverity</CODE> - the new diagnostic severity.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getKey()"><!-- --></A><H3>
-getKey</H3>
-<PRE>
-public java.lang.String <B>getKey</B>()</PRE>
-<DL>
-<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getKey()">WSDLDiagnostic</A></CODE></B></DD>
-<DD>Gets the original message key.
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getKey()">getKey</A></CODE> in interface <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A></CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a String with the original message key.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setKey(java.lang.String)"><!-- --></A><H3>
-setKey</H3>
-<PRE>
-public void <B>setKey</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setKey(java.lang.String)">WSDLDiagnostic</A></CODE></B></DD>
-<DD>Sets the original message key.
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setKey(java.lang.String)">setKey</A></CODE> in interface <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A></CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - the new message key value.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSubstitutions()"><!-- --></A><H3>
-getSubstitutions</H3>
-<PRE>
-public EList <B>getSubstitutions</B>()</PRE>
-<DL>
-<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getSubstitutions()">WSDLDiagnostic</A></CODE></B></DD>
-<DD>Returns a list with the original message parameters as Strings.
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getSubstitutions()">getSubstitutions</A></CODE> in interface <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A></CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a list with the original message parameters as Strings.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getNode()"><!-- --></A><H3>
-getNode</H3>
-<PRE>
-public org.w3c.dom.Node <B>getNode</B>()</PRE>
-<DL>
-<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getNode()">WSDLDiagnostic</A></CODE></B></DD>
-<DD>Gets the DOM Node where the error occurs
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getNode()">getNode</A></CODE> in interface <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A></CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>The DOM node where the error occurs</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setNode(org.w3c.dom.Node)"><!-- --></A><H3>
-setNode</H3>
-<PRE>
-public void <B>setNode</B>(org.w3c.dom.Node&nbsp;node)</PRE>
-<DL>
-<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setNode(org.w3c.dom.Node)">WSDLDiagnostic</A></CODE></B></DD>
-<DD>Sets the DOM Node where the error occurs
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setNode(org.w3c.dom.Node)">setNode</A></CODE> in interface <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A></CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getContainer()"><!-- --></A><H3>
-getContainer</H3>
-<PRE>
-public java.lang.Object <B>getContainer</B>()</PRE>
-<DL>
-<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getContainer()">WSDLDiagnostic</A></CODE></B></DD>
-<DD>returns the Element where the error occurs
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getContainer()">getContainer</A></CODE> in interface <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A></CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>- Object of type XSDConcreteComponent if the error
-                        comes from the inline schema of a wsdl file
-                 - object of type WSDLElement if the error comes from
-                        other part of the wsdl file</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setContainer(java.lang.Object)"><!-- --></A><H3>
-setContainer</H3>
-<PRE>
-public void <B>setContainer</B>(java.lang.Object&nbsp;container)</PRE>
-<DL>
-<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setContainer(java.lang.Object)">WSDLDiagnostic</A></CODE></B></DD>
-<DD>Sets the Container of the error
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setContainer(java.lang.Object)">setContainer</A></CODE> in interface <CODE><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A></CODE></DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>container</CODE> - an Object of either XSDConcreteComponent or WSDLElement</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLDiagnosticImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLDiagnosticImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html
deleted file mode 100644
index b47bdf4..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html
+++ /dev/null
@@ -1,492 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-WSDLDiagnosticSeverity
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="WSDLDiagnosticSeverity";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLDiagnosticSeverity.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLDiagnosticSeverity.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.util</FONT>
-<BR>
-Class WSDLDiagnosticSeverity</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">AbstractEnumerator
-      <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity</B>
-</PRE>
-<HR>
-<DL>
-<DT><PRE>public final class <B>WSDLDiagnosticSeverity</B><DT>extends AbstractEnumerator</DL>
-</PRE>
-
-<P>
-WSDL diagnostic severity levels type safe enumeration. This class is similar
- to XSDDiagnosticSeverity.
- <p>
- <b>Note:</b> This class/interface is part of an interim API that is still
- under development and expected to change significantly before reaching
- stability. It is being made available at this early stage to solicit feedback
- from pioneering adopters on the understanding that any code that uses this
- API will almost certainly be broken (repeatedly) as the API evolves.
- </p>
-<P>
-
-<P>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#ERROR">ERROR</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is used to indicate that the problem is bad and that the schema is
- likely not suitable for use.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#ERROR_LITERAL">ERROR_LITERAL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The '<em><b>Error</b></em>' literal object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#FATAL">FATAL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is used to indicate that the problem is really bad and that further
- processing is likely not possible.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#FATAL_LITERAL">FATAL_LITERAL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The '<em><b>Fatal</b></em>' literal object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#INFORMATION">INFORMATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is used to indicate that the problem is only potential and that the
- definition is very likely suitable for use.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#INFORMATION_LITERAL">INFORMATION_LITERAL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The '<em><b>Information</b></em>' literal object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.util.List</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#VALUES">VALUES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A public read-only list of all the '<em><b>Diagnostic Severity</b></em>'
- enumerators.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#WARNING">WARNING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is used to indicate that the problem is not too bad and that the
- definition is likely suitable for use.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#WARNING_LITERAL">WARNING_LITERAL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The '<em><b>Warning</b></em>' literal object.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#get(int)">get</A></B>(int&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the '<em><b>Diagnostic Severity</b></em>' literal with the
- specified integer value.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#get(java.lang.String)">get</A></B>(java.lang.String&nbsp;literal)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the '<em><b>Diagnostic Severity</b></em>' literal with the
- specified literal value.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#getByName(java.lang.String)">getByName</A></B>(java.lang.String&nbsp;name)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the '<em><b>Diagnostic Severity</b></em>' literal with the
- specified name.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="FATAL"><!-- --></A><H3>
-FATAL</H3>
-<PRE>
-public static final int <B>FATAL</B></PRE>
-<DL>
-<DD>This is used to indicate that the problem is really bad and that further
- processing is likely not possible.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#FATAL_LITERAL"><CODE>FATAL_LITERAL</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity.FATAL">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="ERROR"><!-- --></A><H3>
-ERROR</H3>
-<PRE>
-public static final int <B>ERROR</B></PRE>
-<DL>
-<DD>This is used to indicate that the problem is bad and that the schema is
- likely not suitable for use.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#ERROR_LITERAL"><CODE>ERROR_LITERAL</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity.ERROR">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="WARNING"><!-- --></A><H3>
-WARNING</H3>
-<PRE>
-public static final int <B>WARNING</B></PRE>
-<DL>
-<DD>This is used to indicate that the problem is not too bad and that the
- definition is likely suitable for use.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#WARNING_LITERAL"><CODE>WARNING_LITERAL</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity.WARNING">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="INFORMATION"><!-- --></A><H3>
-INFORMATION</H3>
-<PRE>
-public static final int <B>INFORMATION</B></PRE>
-<DL>
-<DD>This is used to indicate that the problem is only potential and that the
- definition is very likely suitable for use.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#INFORMATION_LITERAL"><CODE>INFORMATION_LITERAL</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity.INFORMATION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="FATAL_LITERAL"><!-- --></A><H3>
-FATAL_LITERAL</H3>
-<PRE>
-public static final <A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A> <B>FATAL_LITERAL</B></PRE>
-<DL>
-<DD>The '<em><b>Fatal</b></em>' literal object.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#FATAL"><CODE>FATAL</CODE></A></DL>
-</DL>
-<HR>
-
-<A NAME="ERROR_LITERAL"><!-- --></A><H3>
-ERROR_LITERAL</H3>
-<PRE>
-public static final <A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A> <B>ERROR_LITERAL</B></PRE>
-<DL>
-<DD>The '<em><b>Error</b></em>' literal object.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#ERROR"><CODE>ERROR</CODE></A></DL>
-</DL>
-<HR>
-
-<A NAME="WARNING_LITERAL"><!-- --></A><H3>
-WARNING_LITERAL</H3>
-<PRE>
-public static final <A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A> <B>WARNING_LITERAL</B></PRE>
-<DL>
-<DD>The '<em><b>Warning</b></em>' literal object.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#WARNING"><CODE>WARNING</CODE></A></DL>
-</DL>
-<HR>
-
-<A NAME="INFORMATION_LITERAL"><!-- --></A><H3>
-INFORMATION_LITERAL</H3>
-<PRE>
-public static final <A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A> <B>INFORMATION_LITERAL</B></PRE>
-<DL>
-<DD>The '<em><b>Information</b></em>' literal object.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#INFORMATION"><CODE>INFORMATION</CODE></A></DL>
-</DL>
-<HR>
-
-<A NAME="VALUES"><!-- --></A><H3>
-VALUES</H3>
-<PRE>
-public static final java.util.List <B>VALUES</B></PRE>
-<DL>
-<DD>A public read-only list of all the '<em><b>Diagnostic Severity</b></em>'
- enumerators.
-<P>
-<DL>
-</DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="get(java.lang.String)"><!-- --></A><H3>
-get</H3>
-<PRE>
-public static <A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A> <B>get</B>(java.lang.String&nbsp;literal)</PRE>
-<DL>
-<DD>Returns the '<em><b>Diagnostic Severity</b></em>' literal with the
- specified literal value.
-<P>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getByName(java.lang.String)"><!-- --></A><H3>
-getByName</H3>
-<PRE>
-public static <A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A> <B>getByName</B>(java.lang.String&nbsp;name)</PRE>
-<DL>
-<DD>Returns the '<em><b>Diagnostic Severity</b></em>' literal with the
- specified name.
-<P>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="get(int)"><!-- --></A><H3>
-get</H3>
-<PRE>
-public static <A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A> <B>get</B>(int&nbsp;value)</PRE>
-<DL>
-<DD>Returns the '<em><b>Diagnostic Severity</b></em>' literal with the
- specified integer value.
-<P>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLDiagnosticSeverity.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLDiagnosticSeverity.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLParser.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLParser.html
deleted file mode 100644
index 761f5d7..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLParser.html
+++ /dev/null
@@ -1,984 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-WSDLParser
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.util.WSDLParser class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="WSDLParser";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLParser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/WSDLParser.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLParser.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.util</FONT>
-<BR>
-Class WSDLParser</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">org.xml.sax.helpers.DefaultHandler
-      <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.wsdl.util.WSDLParser</B>
-</PRE>
-<DL>
-<DT><B>All Implemented Interfaces:</B> <DD>org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, org.xml.sax.ext.LexicalHandler</DD>
-</DL>
-<HR>
-<DL>
-<DT><PRE>public class <B>WSDLParser</B><DT>extends org.xml.sax.helpers.DefaultHandler<DT>implements org.xml.sax.ext.LexicalHandler</DL>
-</PRE>
-
-<P>
-The <b>SAX Parser</b> for the WSDL model. This class' main responsibility is
- to compute line/column information for all elements in the source XML
- document. This information is stored in a map of each node to its user data.
- <p>
- <b>Note:</b> This class/interface is part of an interim API that is still
- under development and expected to change significantly before reaching
- stability. It is being made available at this early stage to solicit feedback
- from pioneering adopters on the understanding that any code that uses this
- API will almost certainly be broken (repeatedly) as the API evolves.
- </p>
- 
- [ISSUE] Most of this class' implementation is a clone of XSDParser. There are
- plans to work on closely integrating this class and XSDParser to provide for
- the most efficient processing of inline schemas.
-<P>
-
-<P>
-<HR>
-
-<P>
-
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#WSDLParser()">WSDLParser</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default constructor.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#WSDLParser(java.util.Map)">WSDLParser</A></B>(java.util.Map&nbsp;options)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a WSDL parser given a set of parsing options.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#characters(char[], int, int)">characters</A></B>(char[]&nbsp;characters,
-           int&nbsp;start,
-           int&nbsp;length)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#comment(char[], int, int)">comment</A></B>(char[]&nbsp;characters,
-        int&nbsp;start,
-        int&nbsp;length)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#endCDATA()">endCDATA</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#endDocument()">endDocument</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#endDTD()">endDTD</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#endElement(java.lang.String, java.lang.String, java.lang.String)">endElement</A></B>(java.lang.String&nbsp;uri,
-           java.lang.String&nbsp;localName,
-           java.lang.String&nbsp;qName)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#endEntity(java.lang.String)">endEntity</A></B>(java.lang.String&nbsp;name)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#error(org.xml.sax.SAXParseException)">error</A></B>(org.xml.sax.SAXParseException&nbsp;exception)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#fatalError(org.xml.sax.SAXException)">fatalError</A></B>(org.xml.sax.SAXException&nbsp;exception)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#fatalError(org.xml.sax.SAXParseException)">fatalError</A></B>(org.xml.sax.SAXParseException&nbsp;exception)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.Collection</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#getDiagnostics()">getDiagnostics</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Provides a collection with the diagnostics generated during parsing.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.w3c.dom.Document</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#getDocument()">getDocument</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Provides the DOM document created by parsing the WSDL document.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#getEncoding()">getEncoding</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#getEndColumn(org.w3c.dom.Node)">getEndColumn</A></B>(org.w3c.dom.Node&nbsp;node)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the column at which the given node ends.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#getEndLine(org.w3c.dom.Node)">getEndLine</A></B>(org.w3c.dom.Node&nbsp;node)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the line at which the given node ends.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#getStartColumn(org.w3c.dom.Node)">getStartColumn</A></B>(org.w3c.dom.Node&nbsp;node)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the column at which the given node starts.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#getStartLine(org.w3c.dom.Node)">getStartLine</A></B>(org.w3c.dom.Node&nbsp;node)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the line at which the given node starts.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.util.Map</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#getUserData(org.w3c.dom.Node)">getUserData</A></B>(org.w3c.dom.Node&nbsp;node)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the user data associated with the node.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#parse(org.xml.sax.InputSource)">parse</A></B>(org.xml.sax.InputSource&nbsp;inputSource)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#parse(java.io.InputStream)">parse</A></B>(java.io.InputStream&nbsp;inputStream)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses the XML content read from the given input stream.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#processingInstruction(java.lang.String, java.lang.String)">processingInstruction</A></B>(java.lang.String&nbsp;target,
-                      java.lang.String&nbsp;data)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.xml.sax.InputSource</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#resolveEntity(java.lang.String, java.lang.String)">resolveEntity</A></B>(java.lang.String&nbsp;publicId,
-              java.lang.String&nbsp;systemId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#setDocumentLocator(org.xml.sax.Locator)">setDocumentLocator</A></B>(org.xml.sax.Locator&nbsp;locator)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#startCDATA()">startCDATA</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#startDocument()">startDocument</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#startDTD(java.lang.String, java.lang.String, java.lang.String)">startDTD</A></B>(java.lang.String&nbsp;name,
-         java.lang.String&nbsp;publicId,
-         java.lang.String&nbsp;systemId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)">startElement</A></B>(java.lang.String&nbsp;uri,
-             java.lang.String&nbsp;localName,
-             java.lang.String&nbsp;qName,
-             org.xml.sax.Attributes&nbsp;attributes)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#startEntity(java.lang.String)">startEntity</A></B>(java.lang.String&nbsp;name)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#warning(org.xml.sax.SAXParseException)">warning</A></B>(org.xml.sax.SAXParseException&nbsp;exception)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.xml.sax.helpers.DefaultHandler"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class org.xml.sax.helpers.DefaultHandler</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>endPrefixMapping, ignorableWhitespace, notationDecl, skippedEntity, startPrefixMapping, unparsedEntityDecl</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="WSDLParser()"><!-- --></A><H3>
-WSDLParser</H3>
-<PRE>
-public <B>WSDLParser</B>()</PRE>
-<DL>
-<DD>Default constructor.
-<P>
-</DL>
-<HR>
-
-<A NAME="WSDLParser(java.util.Map)"><!-- --></A><H3>
-WSDLParser</H3>
-<PRE>
-public <B>WSDLParser</B>(java.util.Map&nbsp;options)</PRE>
-<DL>
-<DD>Constructs a WSDL parser given a set of parsing options.
-<P>
-<DL>
-<DT><B>Parameters:</B><DD><CODE>options</CODE> - a Map of String to Object, passed along through the ResourceSet and Resource.</DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getEndColumn(org.w3c.dom.Node)"><!-- --></A><H3>
-getEndColumn</H3>
-<PRE>
-public static int <B>getEndColumn</B>(org.w3c.dom.Node&nbsp;node)</PRE>
-<DL>
-<DD>Returns the column at which the given node ends.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>node</CODE> - the node to query.
-<DT><B>Returns:</B><DD>the column at which the given node ends.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEndLine(org.w3c.dom.Node)"><!-- --></A><H3>
-getEndLine</H3>
-<PRE>
-public static int <B>getEndLine</B>(org.w3c.dom.Node&nbsp;node)</PRE>
-<DL>
-<DD>Returns the line at which the given node ends.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>node</CODE> - the node to query.
-<DT><B>Returns:</B><DD>the line at which the given node ends.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getStartColumn(org.w3c.dom.Node)"><!-- --></A><H3>
-getStartColumn</H3>
-<PRE>
-public static int <B>getStartColumn</B>(org.w3c.dom.Node&nbsp;node)</PRE>
-<DL>
-<DD>Returns the column at which the given node starts.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>node</CODE> - the node to query.
-<DT><B>Returns:</B><DD>the column at which the given node starts.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getStartLine(org.w3c.dom.Node)"><!-- --></A><H3>
-getStartLine</H3>
-<PRE>
-public static int <B>getStartLine</B>(org.w3c.dom.Node&nbsp;node)</PRE>
-<DL>
-<DD>Returns the line at which the given node starts.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>node</CODE> - the node to query.
-<DT><B>Returns:</B><DD>the line at which the given node starts.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getUserData(org.w3c.dom.Node)"><!-- --></A><H3>
-getUserData</H3>
-<PRE>
-public static java.util.Map <B>getUserData</B>(org.w3c.dom.Node&nbsp;node)</PRE>
-<DL>
-<DD>Returns the user data associated with the node. If the node has no user
- data, a new empty map is created.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>node</CODE> - the node to query.
-<DT><B>Returns:</B><DD>the user data associated with the node.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="characters(char[], int, int)"><!-- --></A><H3>
-characters</H3>
-<PRE>
-public void <B>characters</B>(char[]&nbsp;characters,
-                       int&nbsp;start,
-                       int&nbsp;length)
-                throws org.xml.sax.SAXException</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>characters</CODE> in interface <CODE>org.xml.sax.ContentHandler</CODE><DT><B>Overrides:</B><DD><CODE>characters</CODE> in class <CODE>org.xml.sax.helpers.DefaultHandler</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Throws:</B>
-<DD><CODE>org.xml.sax.SAXException</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="comment(char[], int, int)"><!-- --></A><H3>
-comment</H3>
-<PRE>
-public void <B>comment</B>(char[]&nbsp;characters,
-                    int&nbsp;start,
-                    int&nbsp;length)
-             throws org.xml.sax.SAXException</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>comment</CODE> in interface <CODE>org.xml.sax.ext.LexicalHandler</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Throws:</B>
-<DD><CODE>org.xml.sax.SAXException</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="endCDATA()"><!-- --></A><H3>
-endCDATA</H3>
-<PRE>
-public void <B>endCDATA</B>()</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>endCDATA</CODE> in interface <CODE>org.xml.sax.ext.LexicalHandler</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="endDocument()"><!-- --></A><H3>
-endDocument</H3>
-<PRE>
-public void <B>endDocument</B>()</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>endDocument</CODE> in interface <CODE>org.xml.sax.ContentHandler</CODE><DT><B>Overrides:</B><DD><CODE>endDocument</CODE> in class <CODE>org.xml.sax.helpers.DefaultHandler</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="endDTD()"><!-- --></A><H3>
-endDTD</H3>
-<PRE>
-public void <B>endDTD</B>()</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>endDTD</CODE> in interface <CODE>org.xml.sax.ext.LexicalHandler</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="endElement(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
-endElement</H3>
-<PRE>
-public void <B>endElement</B>(java.lang.String&nbsp;uri,
-                       java.lang.String&nbsp;localName,
-                       java.lang.String&nbsp;qName)
-                throws org.xml.sax.SAXException</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>endElement</CODE> in interface <CODE>org.xml.sax.ContentHandler</CODE><DT><B>Overrides:</B><DD><CODE>endElement</CODE> in class <CODE>org.xml.sax.helpers.DefaultHandler</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Throws:</B>
-<DD><CODE>org.xml.sax.SAXException</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="endEntity(java.lang.String)"><!-- --></A><H3>
-endEntity</H3>
-<PRE>
-public void <B>endEntity</B>(java.lang.String&nbsp;name)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>endEntity</CODE> in interface <CODE>org.xml.sax.ext.LexicalHandler</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="error(org.xml.sax.SAXParseException)"><!-- --></A><H3>
-error</H3>
-<PRE>
-public void <B>error</B>(org.xml.sax.SAXParseException&nbsp;exception)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>error</CODE> in interface <CODE>org.xml.sax.ErrorHandler</CODE><DT><B>Overrides:</B><DD><CODE>error</CODE> in class <CODE>org.xml.sax.helpers.DefaultHandler</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="fatalError(org.xml.sax.SAXException)"><!-- --></A><H3>
-fatalError</H3>
-<PRE>
-public void <B>fatalError</B>(org.xml.sax.SAXException&nbsp;exception)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="fatalError(org.xml.sax.SAXParseException)"><!-- --></A><H3>
-fatalError</H3>
-<PRE>
-public void <B>fatalError</B>(org.xml.sax.SAXParseException&nbsp;exception)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>fatalError</CODE> in interface <CODE>org.xml.sax.ErrorHandler</CODE><DT><B>Overrides:</B><DD><CODE>fatalError</CODE> in class <CODE>org.xml.sax.helpers.DefaultHandler</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDiagnostics()"><!-- --></A><H3>
-getDiagnostics</H3>
-<PRE>
-public java.util.Collection <B>getDiagnostics</B>()</PRE>
-<DL>
-<DD>Provides a collection with the diagnostics generated during parsing.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>a Collection of <A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util"><CODE>WSDLDiagnostic</CODE></A> objects.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDocument()"><!-- --></A><H3>
-getDocument</H3>
-<PRE>
-public org.w3c.dom.Document <B>getDocument</B>()</PRE>
-<DL>
-<DD>Provides the DOM document created by parsing the WSDL document.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the resulting DOM document.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="parse(org.xml.sax.InputSource)"><!-- --></A><H3>
-parse</H3>
-<PRE>
-public void <B>parse</B>(org.xml.sax.InputSource&nbsp;inputSource)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="parse(java.io.InputStream)"><!-- --></A><H3>
-parse</H3>
-<PRE>
-public void <B>parse</B>(java.io.InputStream&nbsp;inputStream)</PRE>
-<DL>
-<DD>Parses the XML content read from the given input stream.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>inputStream</CODE> - the source input stream. Must not be null.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="processingInstruction(java.lang.String, java.lang.String)"><!-- --></A><H3>
-processingInstruction</H3>
-<PRE>
-public void <B>processingInstruction</B>(java.lang.String&nbsp;target,
-                                  java.lang.String&nbsp;data)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>processingInstruction</CODE> in interface <CODE>org.xml.sax.ContentHandler</CODE><DT><B>Overrides:</B><DD><CODE>processingInstruction</CODE> in class <CODE>org.xml.sax.helpers.DefaultHandler</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="resolveEntity(java.lang.String, java.lang.String)"><!-- --></A><H3>
-resolveEntity</H3>
-<PRE>
-public org.xml.sax.InputSource <B>resolveEntity</B>(java.lang.String&nbsp;publicId,
-                                             java.lang.String&nbsp;systemId)
-                                      throws org.xml.sax.SAXException</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>resolveEntity</CODE> in interface <CODE>org.xml.sax.EntityResolver</CODE><DT><B>Overrides:</B><DD><CODE>resolveEntity</CODE> in class <CODE>org.xml.sax.helpers.DefaultHandler</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Throws:</B>
-<DD><CODE>org.xml.sax.SAXException</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setDocumentLocator(org.xml.sax.Locator)"><!-- --></A><H3>
-setDocumentLocator</H3>
-<PRE>
-public void <B>setDocumentLocator</B>(org.xml.sax.Locator&nbsp;locator)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setDocumentLocator</CODE> in interface <CODE>org.xml.sax.ContentHandler</CODE><DT><B>Overrides:</B><DD><CODE>setDocumentLocator</CODE> in class <CODE>org.xml.sax.helpers.DefaultHandler</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="startCDATA()"><!-- --></A><H3>
-startCDATA</H3>
-<PRE>
-public void <B>startCDATA</B>()</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>startCDATA</CODE> in interface <CODE>org.xml.sax.ext.LexicalHandler</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="startDocument()"><!-- --></A><H3>
-startDocument</H3>
-<PRE>
-public void <B>startDocument</B>()</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>startDocument</CODE> in interface <CODE>org.xml.sax.ContentHandler</CODE><DT><B>Overrides:</B><DD><CODE>startDocument</CODE> in class <CODE>org.xml.sax.helpers.DefaultHandler</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="startDTD(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
-startDTD</H3>
-<PRE>
-public void <B>startDTD</B>(java.lang.String&nbsp;name,
-                     java.lang.String&nbsp;publicId,
-                     java.lang.String&nbsp;systemId)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>startDTD</CODE> in interface <CODE>org.xml.sax.ext.LexicalHandler</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)"><!-- --></A><H3>
-startElement</H3>
-<PRE>
-public void <B>startElement</B>(java.lang.String&nbsp;uri,
-                         java.lang.String&nbsp;localName,
-                         java.lang.String&nbsp;qName,
-                         org.xml.sax.Attributes&nbsp;attributes)
-                  throws org.xml.sax.SAXException</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>startElement</CODE> in interface <CODE>org.xml.sax.ContentHandler</CODE><DT><B>Overrides:</B><DD><CODE>startElement</CODE> in class <CODE>org.xml.sax.helpers.DefaultHandler</CODE></DL>
-</DD>
-<DD><DL>
-
-<DT><B>Throws:</B>
-<DD><CODE>org.xml.sax.SAXException</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="startEntity(java.lang.String)"><!-- --></A><H3>
-startEntity</H3>
-<PRE>
-public void <B>startEntity</B>(java.lang.String&nbsp;name)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>startEntity</CODE> in interface <CODE>org.xml.sax.ext.LexicalHandler</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="warning(org.xml.sax.SAXParseException)"><!-- --></A><H3>
-warning</H3>
-<PRE>
-public void <B>warning</B>(org.xml.sax.SAXParseException&nbsp;exception)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>warning</CODE> in interface <CODE>org.xml.sax.ErrorHandler</CODE><DT><B>Overrides:</B><DD><CODE>warning</CODE> in class <CODE>org.xml.sax.helpers.DefaultHandler</CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getEncoding()"><!-- --></A><H3>
-getEncoding</H3>
-<PRE>
-public java.lang.String <B>getEncoding</B>()</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLParser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/WSDLParser.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLParser.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html
deleted file mode 100644
index 082dc92..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html
+++ /dev/null
@@ -1,333 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-WSDLResourceFactoryRegistry
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.util.WSDLResourceFactoryRegistry class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="WSDLResourceFactoryRegistry";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLResourceFactoryRegistry.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLResourceFactoryRegistry.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.util</FONT>
-<BR>
-Class WSDLResourceFactoryRegistry</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">ResourceFactoryRegistryImpl
-      <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.wsdl.util.WSDLResourceFactoryRegistry</B>
-</PRE>
-<HR>
-<DL>
-<DT><PRE>public class <B>WSDLResourceFactoryRegistry</B><DT>extends ResourceFactoryRegistryImpl</DL>
-</PRE>
-
-<P>
-This class provides support for the loading of WSDL or XSD resource from
- URI's that don't end with .xsd or .wsdl extensions.
- 
- These URI's foil EMF's standard resource loading mechanism wich assumes that
- a resource type can always be deduced from the file extension.
- 
-  Code Example:
-    ResourceSet resourceSet = new ResourceSetImpl();
-    WSDLResourceFactoryRegistry registry = new WSDLResourceFactoryRegistry(Resource.Factory.Registry.INSTANCE);
-    resourceSet.setResourceFactoryRegistry(registry);
- <p>
- <b>Note:</b> This class/interface is part of an interim API that is still under development and expected to
- change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- (repeatedly) as the API evolves.
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-</DL>
-<HR>
-
-<P>
-
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html#WSDLResourceFactoryRegistry(Resource.Factory.Registry)">WSDLResourceFactoryRegistry</A></B>(Resource.Factory.Registry&nbsp;parent)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.Map</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html#getExtensionToFactoryMap()">getExtensionToFactoryMap</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;Factory</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html#getFactory(URI)">getFactory</A></B>(URI&nbsp;uri)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;Resource.Factory</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html#getFactory(URI, java.lang.String)">getFactory</A></B>(URI&nbsp;uri,
-           java.lang.String&nbsp;contentType)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.Map</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html#getProtocolToFactoryMap()">getProtocolToFactoryMap</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="WSDLResourceFactoryRegistry(Resource.Factory.Registry)"><!-- --></A><H3>
-WSDLResourceFactoryRegistry</H3>
-<PRE>
-public <B>WSDLResourceFactoryRegistry</B>(Resource.Factory.Registry&nbsp;parent)</PRE>
-<DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getExtensionToFactoryMap()"><!-- --></A><H3>
-getExtensionToFactoryMap</H3>
-<PRE>
-public java.util.Map <B>getExtensionToFactoryMap</B>()</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getProtocolToFactoryMap()"><!-- --></A><H3>
-getProtocolToFactoryMap</H3>
-<PRE>
-public java.util.Map <B>getProtocolToFactoryMap</B>()</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getFactory(URI)"><!-- --></A><H3>
-getFactory</H3>
-<PRE>
-public Factory <B>getFactory</B>(URI&nbsp;uri)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getFactory(URI, java.lang.String)"><!-- --></A><H3>
-getFactory</H3>
-<PRE>
-public Resource.Factory <B>getFactory</B>(URI&nbsp;uri,
-                                   java.lang.String&nbsp;contentType)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLResourceFactoryRegistry.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLResourceFactoryRegistry.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLResourceImpl.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLResourceImpl.html
deleted file mode 100644
index 7350654..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/WSDLResourceImpl.html
+++ /dev/null
@@ -1,571 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-WSDLResourceImpl
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.util.WSDLResourceImpl class">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="WSDLResourceImpl";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLResourceImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLResourceImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.eclipse.wst.wsdl.util</FONT>
-<BR>
-Class WSDLResourceImpl</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">ResourceImpl
-      <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.wsdl.util.WSDLResourceImpl</B>
-</PRE>
-<HR>
-<DL>
-<DT><PRE>public class <B>WSDLResourceImpl</B><DT>extends ResourceImpl</DL>
-</PRE>
-
-<P>
-<!-- begin-user-doc -->
- The <b>Resource</b> implementation for the model.
- This specialized resource implementation supports it's own way of making keys and 
- hrefs, and it's own serialization. This class is not intended for subclassing 
- outside of the model implementation; it is intended to be used as is with the 
- Resource framework.
- <p>
- <b>Note:</b> This class/interface is part of an interim API that is still under development and expected to
- change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- (repeatedly) as the API evolves.
- </p>
-<P>
-
-<P>
-<DL>
-<DT><B>Since:</B></DT>
-  <DD>1.0</DD>
-<DT><B>See Also:</B><DD><CODE>WSDLResourceFactoryImpl</CODE></DL>
-<HR>
-
-<P>
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#CONTINUE_ON_LOAD_ERROR">CONTINUE_ON_LOAD_ERROR</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#TRACK_LOCATION">TRACK_LOCATION</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add this option with a value of Boolean.TRUE to the options map when
- loading a resource to instruct the loader to track source code location for
- each node in the source document.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#USE_EXTENSION_FACTORIES">USE_EXTENSION_FACTORIES</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#WSDL_ENCODING">WSDL_ENCODING</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#WSDL_JAXP_CONFIG">WSDL_JAXP_CONFIG</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This option can be used as an option on Resource#load methods to specify JAXP configuration
- that creates and configures SAX, DOM parsers and Transformer.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#WSDL_JAXP_POOL">WSDL_JAXP_POOL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This option can be used as an option on Resource#load methods to specify JAXP pool to be used
- for loading and serializing XML Schemas.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#WSDL_PROGRESS_MONITOR">WSDL_PROGRESS_MONITOR</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#WSDLResourceImpl(URI)">WSDLResourceImpl</A></B>(URI&nbsp;uri)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an instance of the resource</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#attached(EObject)">attached</A></B>(EObject&nbsp;eObject)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.Map</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#getDefaultSaveOptions()">getDefaultSaveOptions</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#getDefinition()">getDefinition</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the resource's Definition.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#serialize(java.io.OutputStream, org.w3c.dom.Document)">serialize</A></B>(java.io.OutputStream&nbsp;outputStream,
-          org.w3c.dom.Document&nbsp;document)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#serialize(java.io.OutputStream, org.w3c.dom.Document, java.lang.String)">serialize</A></B>(java.io.OutputStream&nbsp;outputStream,
-          org.w3c.dom.Document&nbsp;document,
-          java.lang.String&nbsp;encoding)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#serialize(java.io.OutputStream, org.w3c.dom.Element)">serialize</A></B>(java.io.OutputStream&nbsp;outputStream,
-          org.w3c.dom.Element&nbsp;element)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html#serialize(java.io.OutputStream, org.w3c.dom.Element, java.lang.String)">serialize</A></B>(java.io.OutputStream&nbsp;outputStream,
-          org.w3c.dom.Element&nbsp;element,
-          java.lang.String&nbsp;encoding)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="USE_EXTENSION_FACTORIES"><!-- --></A><H3>
-USE_EXTENSION_FACTORIES</H3>
-<PRE>
-public static final java.lang.String <B>USE_EXTENSION_FACTORIES</B></PRE>
-<DL>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLResourceImpl.USE_EXTENSION_FACTORIES">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="CONTINUE_ON_LOAD_ERROR"><!-- --></A><H3>
-CONTINUE_ON_LOAD_ERROR</H3>
-<PRE>
-public static final java.lang.String <B>CONTINUE_ON_LOAD_ERROR</B></PRE>
-<DL>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLResourceImpl.CONTINUE_ON_LOAD_ERROR">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="WSDL_ENCODING"><!-- --></A><H3>
-WSDL_ENCODING</H3>
-<PRE>
-public static final java.lang.String <B>WSDL_ENCODING</B></PRE>
-<DL>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLResourceImpl.WSDL_ENCODING">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="WSDL_PROGRESS_MONITOR"><!-- --></A><H3>
-WSDL_PROGRESS_MONITOR</H3>
-<PRE>
-public static final java.lang.String <B>WSDL_PROGRESS_MONITOR</B></PRE>
-<DL>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLResourceImpl.WSDL_PROGRESS_MONITOR">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="TRACK_LOCATION"><!-- --></A><H3>
-TRACK_LOCATION</H3>
-<PRE>
-public static final java.lang.String <B>TRACK_LOCATION</B></PRE>
-<DL>
-<DD>Add this option with a value of Boolean.TRUE to the options map when
- loading a resource to instruct the loader to track source code location for
- each node in the source document.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#getUserData(org.w3c.dom.Node)"><CODE>WSDLParser.getUserData(org.w3c.dom.Node)</CODE></A>, 
-<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#getStartColumn(org.w3c.dom.Node)"><CODE>WSDLParser.getStartColumn(org.w3c.dom.Node)</CODE></A>, 
-<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#getEndColumn(org.w3c.dom.Node)"><CODE>WSDLParser.getEndColumn(org.w3c.dom.Node)</CODE></A>, 
-<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#getStartLine(org.w3c.dom.Node)"><CODE>WSDLParser.getStartLine(org.w3c.dom.Node)</CODE></A>, 
-<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html#getEndLine(org.w3c.dom.Node)"><CODE>WSDLParser.getEndLine(org.w3c.dom.Node)</CODE></A>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLResourceImpl.TRACK_LOCATION">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="WSDL_JAXP_POOL"><!-- --></A><H3>
-WSDL_JAXP_POOL</H3>
-<PRE>
-public static final java.lang.String <B>WSDL_JAXP_POOL</B></PRE>
-<DL>
-<DD>This option can be used as an option on Resource#load methods to specify JAXP pool to be used
- for loading and serializing XML Schemas.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Resource#load(InputStream, Map)</CODE>, 
-<CODE>Resource#load(Map)</CODE>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLResourceImpl.WSDL_JAXP_POOL">Constant Field Values</A></DL>
-</DL>
-<HR>
-
-<A NAME="WSDL_JAXP_CONFIG"><!-- --></A><H3>
-WSDL_JAXP_CONFIG</H3>
-<PRE>
-public static final java.lang.String <B>WSDL_JAXP_CONFIG</B></PRE>
-<DL>
-<DD>This option can be used as an option on Resource#load methods to specify JAXP configuration
- that creates and configures SAX, DOM parsers and Transformer.
-<P>
-<DL>
-<DT><B>See Also:</B><DD><CODE>Resource#load(InputStream, Map)</CODE>, 
-<CODE>Resource#load(Map)</CODE>, 
-<A HREF="../../../../../constant-values.html#org.eclipse.wst.wsdl.util.WSDLResourceImpl.WSDL_JAXP_CONFIG">Constant Field Values</A></DL>
-</DL>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="WSDLResourceImpl(URI)"><!-- --></A><H3>
-WSDLResourceImpl</H3>
-<PRE>
-public <B>WSDLResourceImpl</B>(URI&nbsp;uri)</PRE>
-<DL>
-<DD>Creates an instance of the resource. 
- <!-- begin-user-doc --> 
- <!-- end-user-doc -->
-<P>
-<DL>
-<DT><B>Parameters:</B><DD><CODE>uri</CODE> - the URI of the new resource.</DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getDefinition()"><!-- --></A><H3>
-getDefinition</H3>
-<PRE>
-public <A HREF="../../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl">Definition</A> <B>getDefinition</B>()</PRE>
-<DL>
-<DD>Returns the resource's Definition.
-<P>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="serialize(java.io.OutputStream, org.w3c.dom.Document)"><!-- --></A><H3>
-serialize</H3>
-<PRE>
-public static void <B>serialize</B>(java.io.OutputStream&nbsp;outputStream,
-                             org.w3c.dom.Document&nbsp;document)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="serialize(java.io.OutputStream, org.w3c.dom.Document, java.lang.String)"><!-- --></A><H3>
-serialize</H3>
-<PRE>
-public static void <B>serialize</B>(java.io.OutputStream&nbsp;outputStream,
-                             org.w3c.dom.Document&nbsp;document,
-                             java.lang.String&nbsp;encoding)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="serialize(java.io.OutputStream, org.w3c.dom.Element)"><!-- --></A><H3>
-serialize</H3>
-<PRE>
-public static void <B>serialize</B>(java.io.OutputStream&nbsp;outputStream,
-                             org.w3c.dom.Element&nbsp;element)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="serialize(java.io.OutputStream, org.w3c.dom.Element, java.lang.String)"><!-- --></A><H3>
-serialize</H3>
-<PRE>
-public static void <B>serialize</B>(java.io.OutputStream&nbsp;outputStream,
-                             org.w3c.dom.Element&nbsp;element,
-                             java.lang.String&nbsp;encoding)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="attached(EObject)"><!-- --></A><H3>
-attached</H3>
-<PRE>
-public void <B>attached</B>(EObject&nbsp;eObject)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDefaultSaveOptions()"><!-- --></A><H3>
-getDefaultSaveOptions</H3>
-<PRE>
-public java.util.Map <B>getDefaultSaveOptions</B>()</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WSDLResourceImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;NEXT CLASS</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLResourceImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/ExtensibilityElementFactory.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/ExtensibilityElementFactory.html
deleted file mode 100644
index c1d760f..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/ExtensibilityElementFactory.html
+++ /dev/null
@@ -1,209 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.util.ExtensibilityElementFactory
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.util.ExtensibilityElementFactory";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useExtensibilityElementFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibilityElementFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.util.ExtensibilityElementFactory</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactory</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.util"><B>org.eclipse.wst.wsdl.util</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactory</A> in <A HREF="../../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactory</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactory</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLPlugin.</B><B><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLPlugin.html#getExtensibilityElementFactory(java.lang.String)">getExtensibilityElementFactory</A></B>(java.lang.String&nbsp;namespace)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.util"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactory</A> in <A HREF="../../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A> with parameters of type <A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactory</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>ExtensibilityElementFactoryRegistry.</B><B><A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html#registerFactory(java.lang.String, org.eclipse.wst.wsdl.util.ExtensibilityElementFactory)">registerFactory</A></B>(java.lang.String&nbsp;namespace,
-                <A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactory</A>&nbsp;factory)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useExtensibilityElementFactory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibilityElementFactory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/ExtensibilityElementFactoryRegistry.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/ExtensibilityElementFactoryRegistry.html
deleted file mode 100644
index 12ede1d..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/ExtensibilityElementFactoryRegistry.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.util.ExtensibilityElementFactoryRegistry
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.util.ExtensibilityElementFactoryRegistry";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useExtensibilityElementFactoryRegistry.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibilityElementFactoryRegistry.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.util.ExtensibilityElementFactoryRegistry</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactoryRegistry</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactoryRegistry</A> in <A HREF="../../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A> that return <A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactoryRegistry</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactoryRegistry</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLPlugin.</B><B><A HREF="../../../../../../org/eclipse/wst/wsdl/WSDLPlugin.html#getExtensibilityElementFactoryRegistry()">getExtensibilityElementFactoryRegistry</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useExtensibilityElementFactoryRegistry.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="ExtensibilityElementFactoryRegistry.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLConstants.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLConstants.html
deleted file mode 100644
index 7a1cdf0..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLConstants.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.wsdl.util.WSDLConstants
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.wsdl.util.WSDLConstants";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useWSDLConstants.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLConstants.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.wsdl.util.WSDLConstants</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.wsdl.util.WSDLConstants
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useWSDLConstants.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLConstants.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLDiagnostic.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLDiagnostic.html
deleted file mode 100644
index d231d83..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLDiagnostic.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Interface org.eclipse.wst.wsdl.util.WSDLDiagnostic
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Interface org.eclipse.wst.wsdl.util.WSDLDiagnostic";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useWSDLDiagnostic.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLDiagnostic.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Interface<br>org.eclipse.wst.wsdl.util.WSDLDiagnostic</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.util"><B>org.eclipse.wst.wsdl.util</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.util"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A> in <A HREF="../../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A> that implement <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;class</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default implementation of the WSDLDiagnostic interface.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useWSDLDiagnostic.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLDiagnostic.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLDiagnosticImpl.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLDiagnosticImpl.html
deleted file mode 100644
index 4417854..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLDiagnosticImpl.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.wsdl.util.WSDLDiagnosticImpl
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.wsdl.util.WSDLDiagnosticImpl";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useWSDLDiagnosticImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLDiagnosticImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.wsdl.util.WSDLDiagnosticImpl</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.wsdl.util.WSDLDiagnosticImpl
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useWSDLDiagnosticImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLDiagnosticImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLDiagnosticSeverity.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLDiagnosticSeverity.html
deleted file mode 100644
index 1e5c763..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLDiagnosticSeverity.html
+++ /dev/null
@@ -1,277 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useWSDLDiagnosticSeverity.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLDiagnosticSeverity.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.util"><B>org.eclipse.wst.wsdl.util</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.util"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A> in <A HREF="../../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A> declared as <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLDiagnosticSeverity.</B><B><A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#ERROR_LITERAL">ERROR_LITERAL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The '<em><b>Error</b></em>' literal object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLDiagnosticSeverity.</B><B><A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#FATAL_LITERAL">FATAL_LITERAL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The '<em><b>Fatal</b></em>' literal object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLDiagnosticSeverity.</B><B><A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#INFORMATION_LITERAL">INFORMATION_LITERAL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The '<em><b>Information</b></em>' literal object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLDiagnosticSeverity.</B><B><A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#WARNING_LITERAL">WARNING_LITERAL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The '<em><b>Warning</b></em>' literal object.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A> that return <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLDiagnosticSeverity.</B><B><A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#get(int)">get</A></B>(int&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the '<em><b>Diagnostic Severity</b></em>' literal with the
- specified integer value.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLDiagnosticSeverity.</B><B><A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#get(java.lang.String)">get</A></B>(java.lang.String&nbsp;literal)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the '<em><b>Diagnostic Severity</b></em>' literal with the
- specified literal value.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLDiagnosticSeverity.</B><B><A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html#getByName(java.lang.String)">getByName</A></B>(java.lang.String&nbsp;name)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the '<em><b>Diagnostic Severity</b></em>' literal with the
- specified name.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLDiagnosticImpl.</B><B><A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#getSeverity()">getSeverity</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></CODE></FONT></TD>
-<TD><CODE><B>WSDLDiagnostic.</B><B><A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#getSeverity()">getSeverity</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Provides this diagnostic's severity.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A> with parameters of type <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>WSDLDiagnosticImpl.</B><B><A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html#setSeverity(org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity)">setSeverity</A></B>(<A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>&nbsp;newSeverity)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>WSDLDiagnostic.</B><B><A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html#setSeverity(org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity)">setSeverity</A></B>(<A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A>&nbsp;severity)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets this diagnostic's severity.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useWSDLDiagnosticSeverity.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLDiagnosticSeverity.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLParser.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLParser.html
deleted file mode 100644
index 9c03972..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLParser.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.wsdl.util.WSDLParser
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.wsdl.util.WSDLParser";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useWSDLParser.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLParser.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.wsdl.util.WSDLParser</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.wsdl.util.WSDLParser
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useWSDLParser.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLParser.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLResourceFactoryRegistry.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLResourceFactoryRegistry.html
deleted file mode 100644
index 23ae509..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLResourceFactoryRegistry.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.wsdl.util.WSDLResourceFactoryRegistry
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.wsdl.util.WSDLResourceFactoryRegistry";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useWSDLResourceFactoryRegistry.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLResourceFactoryRegistry.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.wsdl.util.WSDLResourceFactoryRegistry</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.wsdl.util.WSDLResourceFactoryRegistry
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useWSDLResourceFactoryRegistry.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLResourceFactoryRegistry.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLResourceImpl.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLResourceImpl.html
deleted file mode 100644
index b8be59c..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/class-use/WSDLResourceImpl.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Class org.eclipse.wst.wsdl.util.WSDLResourceImpl
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Class org.eclipse.wst.wsdl.util.WSDLResourceImpl";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useWSDLResourceImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLResourceImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Class<br>org.eclipse.wst.wsdl.util.WSDLResourceImpl</B></H2>
-</CENTER>
-No usage of org.eclipse.wst.wsdl.util.WSDLResourceImpl
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/eclipse/wst/wsdl/util/\class-useWSDLResourceImpl.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="WSDLResourceImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/package-frame.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/package-frame.html
deleted file mode 100644
index 656f9fd..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/package-frame.html
+++ /dev/null
@@ -1,57 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.wsdl.util
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.util package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-<FONT size="+1" CLASS="FrameTitleFont">
-<A HREF="../../../../../org/eclipse/wst/wsdl/util/package-summary.html" target="classFrame">org.eclipse.wst.wsdl.util</A></FONT>
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
-Interfaces</FONT>&nbsp;
-<FONT CLASS="FrameItemFont">
-<BR>
-<A HREF="ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util" target="classFrame"><I>ExtensibilityElementFactory</I></A>
-<BR>
-<A HREF="ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util" target="classFrame"><I>ExtensibilityElementFactoryRegistry</I></A>
-<BR>
-<A HREF="WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util" target="classFrame"><I>WSDLDiagnostic</I></A></FONT></TD>
-</TR>
-</TABLE>
-
-
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
-Classes</FONT>&nbsp;
-<FONT CLASS="FrameItemFont">
-<BR>
-<A HREF="WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util" target="classFrame">WSDLConstants</A>
-<BR>
-<A HREF="WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util" target="classFrame">WSDLDiagnosticImpl</A>
-<BR>
-<A HREF="WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util" target="classFrame">WSDLDiagnosticSeverity</A>
-<BR>
-<A HREF="WSDLParser.html" title="class in org.eclipse.wst.wsdl.util" target="classFrame">WSDLParser</A>
-<BR>
-<A HREF="WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util" target="classFrame">WSDLResourceFactoryRegistry</A>
-<BR>
-<A HREF="WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util" target="classFrame">WSDLResourceImpl</A></FONT></TD>
-</TR>
-</TABLE>
-
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/package-summary.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/package-summary.html
deleted file mode 100644
index cd2ed2a..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/package-summary.html
+++ /dev/null
@@ -1,229 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.wsdl.util
-</TITLE>
-
-<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.util package">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.wsdl.util";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;NEXT PACKAGE</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<H2>
-Package org.eclipse.wst.wsdl.util
-</H2>
-
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.
-<P>
-<B>See:</B>
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Interface Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactory</A></B></TD>
-<TD>
- <b>Note:</b> This class/interface is part of an interim API that is still under development and expected to
- change significantly before reaching stability.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util">ExtensibilityElementFactoryRegistry</A></B></TD>
-<TD>
- <b>Note:</b> This class/interface is part of an interim API that is still under development and expected to
- change significantly before reaching stability.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A></B></TD>
-<TD>Generated by the WSDL model parsing and validation mechanisms.</TD>
-</TR>
-</TABLE>
-&nbsp;
-
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Class Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util">WSDLConstants</A></B></TD>
-<TD>This class defines constants for WSDL element tags and relevant namespaces.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticImpl</A></B></TD>
-<TD>Default implementation of the WSDLDiagnostic interface.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util">WSDLDiagnosticSeverity</A></B></TD>
-<TD>WSDL diagnostic severity levels type safe enumeration.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util">WSDLParser</A></B></TD>
-<TD>The <b>SAX Parser</b> for the WSDL model.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceFactoryRegistry</A></B></TD>
-<TD>This class provides support for the loading of WSDL or XSD resource from
- URI's that don't end with .xsd or .wsdl extensions.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util">WSDLResourceImpl</A></B></TD>
-<TD>The <b>Resource</b> implementation for the model.</TD>
-</TR>
-</TABLE>
-&nbsp;
-
-<P>
-<A NAME="package_description"><!-- --></A><H2>
-Package org.eclipse.wst.wsdl.util Description
-</H2>
-
-<P>
-<p>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.
-                </p>
-<table width="500">
-<tr>
-<td>
-<p>
-                The WSDL model API allows clients to load, modify, and save WSDL 1.1 documents.
-                </p>
-</td>
-</tr>
-</table>
-<P>
-
-<P>
-<DL>
-</DL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
-&nbsp;NEXT PACKAGE</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/package-tree.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/package-tree.html
deleted file mode 100644
index 628090a..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/package-tree.html
+++ /dev/null
@@ -1,168 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-org.eclipse.wst.wsdl.util Class Hierarchy
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="org.eclipse.wst.wsdl.util Class Hierarchy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-Hierarchy For Package org.eclipse.wst.wsdl.util
-</H2>
-</CENTER>
-<DL>
-<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL>
-<HR>
-<H2>
-Class Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">java.lang.Object<UL>
-<LI TYPE="circle">AbstractEnumerator<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLDiagnosticSeverity</B></A></UL>
-<LI TYPE="circle">org.xml.sax.helpers.DefaultHandler (implements org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLParser</B></A> (implements org.xml.sax.ext.LexicalHandler)
-</UL>
-<LI TYPE="circle">EObjectImpl<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLDiagnosticImpl</B></A> (implements org.eclipse.wst.wsdl.util.<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A>)
-</UL>
-<LI TYPE="circle">ResourceFactoryRegistryImpl<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLResourceFactoryRegistry</B></A></UL>
-<LI TYPE="circle">ResourceImpl<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLResourceImpl</B></A></UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLConstants</B></A></UL>
-</UL>
-<H2>
-Interface Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util"><B>ExtensibilityElementFactory</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="../../../../../org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util"><B>ExtensibilityElementFactoryRegistry</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="../../../../../org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util"><B>WSDLDiagnostic</B></A></UL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/wst/wsdl/binding/soap/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/package-use.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/package-use.html
deleted file mode 100644
index 2615d3a..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/org/eclipse/wst/wsdl/util/package-use.html
+++ /dev/null
@@ -1,212 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Uses of Package org.eclipse.wst.wsdl.util
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Uses of Package org.eclipse.wst.wsdl.util";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-<B>Uses of Package<br>org.eclipse.wst.wsdl.util</B></H2>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Packages that use <A HREF="../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl"><B>org.eclipse.wst.wsdl</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.eclipse.wst.wsdl.util"><B>org.eclipse.wst.wsdl.util</B></A></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A> used by <A HREF="../../../../../org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/class-use/ExtensibilityElementFactory.html#org.eclipse.wst.wsdl"><B>ExtensibilityElementFactory</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- <b>Note:</b> This class/interface is part of an interim API that is still under development and expected to
- change significantly before reaching stability.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/class-use/ExtensibilityElementFactoryRegistry.html#org.eclipse.wst.wsdl"><B>ExtensibilityElementFactoryRegistry</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- <b>Note:</b> This class/interface is part of an interim API that is still under development and expected to
- change significantly before reaching stability.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<A NAME="org.eclipse.wst.wsdl.util"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Classes in <A HREF="../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A> used by <A HREF="../../../../../org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/class-use/ExtensibilityElementFactory.html#org.eclipse.wst.wsdl.util"><B>ExtensibilityElementFactory</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- <b>Note:</b> This class/interface is part of an interim API that is still under development and expected to
- change significantly before reaching stability.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/class-use/WSDLDiagnostic.html#org.eclipse.wst.wsdl.util"><B>WSDLDiagnostic</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generated by the WSDL model parsing and validation mechanisms.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><B><A HREF="../../../../../org/eclipse/wst/wsdl/util/class-use/WSDLDiagnosticSeverity.html#org.eclipse.wst.wsdl.util"><B>WSDLDiagnosticSeverity</B></A></B>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WSDL diagnostic severity levels type safe enumeration.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../index.html?org/eclipse/wst/wsdl/util/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/overview-frame.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/overview-frame.html
deleted file mode 100644
index 5c420ba..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/overview-frame.html
+++ /dev/null
@@ -1,50 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:52 EDT 2008 -->
-<TITLE>
-Overview
-</TITLE>
-
-<META NAME="keywords" CONTENT="Overview, Web Tools Platform: WSDL EMF Model API documentation">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-
-</HEAD>
-
-<BODY BGCOLOR="white">
-
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TH ALIGN="left" NOWRAP><FONT size="+1" CLASS="FrameTitleFont">
-<B></B></FONT></TH>
-</TR>
-</TABLE>
-
-<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
-<TR>
-<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="allclasses-frame.html" target="packageFrame">All Classes</A></FONT>
-<P>
-<FONT size="+1" CLASS="FrameHeadingFont">
-Packages</FONT>
-<BR>
-<FONT CLASS="FrameItemFont"><A HREF="org/eclipse/wst/wsdl/package-frame.html" target="packageFrame">org.eclipse.wst.wsdl</A></FONT>
-<BR>
-<FONT CLASS="FrameItemFont"><A HREF="org/eclipse/wst/wsdl/binding/http/package-frame.html" target="packageFrame">org.eclipse.wst.wsdl.binding.http</A></FONT>
-<BR>
-<FONT CLASS="FrameItemFont"><A HREF="org/eclipse/wst/wsdl/binding/mime/package-frame.html" target="packageFrame">org.eclipse.wst.wsdl.binding.mime</A></FONT>
-<BR>
-<FONT CLASS="FrameItemFont"><A HREF="org/eclipse/wst/wsdl/binding/soap/package-frame.html" target="packageFrame">org.eclipse.wst.wsdl.binding.soap</A></FONT>
-<BR>
-<FONT CLASS="FrameItemFont"><A HREF="org/eclipse/wst/wsdl/util/package-frame.html" target="packageFrame">org.eclipse.wst.wsdl.util</A></FONT>
-<BR>
-</TD>
-</TR>
-</TABLE>
-
-<P>
-&nbsp;
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/overview-summary.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/overview-summary.html
deleted file mode 100644
index db9d02b..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/overview-summary.html
+++ /dev/null
@@ -1,173 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Overview
-</TITLE>
-
-<META NAME="keywords" CONTENT="Overview, Web Tools Platform: WSDL EMF Model API documentation">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Overview";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?overview-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H1>
-Web Tools Platform: WSDL EMF Model API documentation
-</H1>
-</CENTER>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Packages</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/eclipse/wst/wsdl/package-summary.html">org.eclipse.wst.wsdl</A></B></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/eclipse/wst/wsdl/binding/http/package-summary.html">org.eclipse.wst.wsdl.binding.http</A></B></TD>
-<TD>&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/eclipse/wst/wsdl/binding/mime/package-summary.html">org.eclipse.wst.wsdl.binding.mime</A></B></TD>
-<TD>&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/eclipse/wst/wsdl/binding/soap/package-summary.html">org.eclipse.wst.wsdl.binding.soap</A></B></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/eclipse/wst/wsdl/util/package-summary.html">org.eclipse.wst.wsdl.util</A></B></TD>
-<TD>
-        The WSDL model API allows clients to work with the WSDL 1.1 documents.</TD>
-</TR>
-</TABLE>
-
-<P>
-&nbsp;<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?overview-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/overview-tree.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/overview-tree.html
deleted file mode 100644
index 18613f7..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/overview-tree.html
+++ /dev/null
@@ -1,521 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Class Hierarchy
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Class Hierarchy";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<A NAME="main"></A>
-<CENTER>
-<H2>
-Hierarchy For All Packages</H2>
-</CENTER>
-<DL>
-<DT><B>Package Hierarchies:</B><DD><A HREF="org/eclipse/wst/wsdl/package-tree.html">org.eclipse.wst.wsdl</A>, <A HREF="org/eclipse/wst/wsdl/binding/http/package-tree.html">org.eclipse.wst.wsdl.binding.http</A>, <A HREF="org/eclipse/wst/wsdl/binding/mime/package-tree.html">org.eclipse.wst.wsdl.binding.mime</A>, <A HREF="org/eclipse/wst/wsdl/binding/soap/package-tree.html">org.eclipse.wst.wsdl.binding.soap</A>, <A HREF="org/eclipse/wst/wsdl/util/package-tree.html">org.eclipse.wst.wsdl.util</A></DL>
-<HR>
-<H2>
-Class Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">java.lang.Object<UL>
-<LI TYPE="circle">AbstractEnumerator<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="org/eclipse/wst/wsdl/util/WSDLDiagnosticSeverity.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLDiagnosticSeverity</B></A></UL>
-<LI TYPE="circle">org.xml.sax.helpers.DefaultHandler (implements org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="org/eclipse/wst/wsdl/util/WSDLParser.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLParser</B></A> (implements org.xml.sax.ext.LexicalHandler)
-</UL>
-<LI TYPE="circle">EclipsePlugin<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/WSDLPluginImplementation.html" title="class in org.eclipse.wst.wsdl"><B>WSDLPluginImplementation</B></A></UL>
-<LI TYPE="circle">EMFPlugin<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/WSDLPlugin.html" title="class in org.eclipse.wst.wsdl"><B>WSDLPlugin</B></A></UL>
-<LI TYPE="circle">EObjectImpl<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="org/eclipse/wst/wsdl/util/WSDLDiagnosticImpl.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLDiagnosticImpl</B></A> (implements org.eclipse.wst.wsdl.util.<A HREF="org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util">WSDLDiagnostic</A>)
-</UL>
-<LI TYPE="circle">ResourceFactoryRegistryImpl<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="org/eclipse/wst/wsdl/util/WSDLResourceFactoryRegistry.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLResourceFactoryRegistry</B></A></UL>
-<LI TYPE="circle">ResourceImpl<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="org/eclipse/wst/wsdl/util/WSDLResourceImpl.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLResourceImpl</B></A></UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="org/eclipse/wst/wsdl/util/WSDLConstants.html" title="class in org.eclipse.wst.wsdl.util"><B>WSDLConstants</B></A></UL>
-</UL>
-<H2>
-Interface Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">javax.wsdl.extensions.ExtensibilityElement<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>ExtensibilityElement</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl">WSDLElement</A>)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPAddress</B></A> (also extends javax.wsdl.extensions.http.HTTPAddress)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPBinding</B></A> (also extends javax.wsdl.extensions.http.HTTPBinding)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPOperation</B></A> (also extends javax.wsdl.extensions.http.HTTPOperation)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlEncoded</B></A> (also extends javax.wsdl.extensions.http.HTTPUrlEncoded)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlReplacement</B></A> (also extends javax.wsdl.extensions.http.HTTPUrlReplacement)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEContent</B></A> (also extends javax.wsdl.extensions.mime.MIMEContent)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMimeXml</B></A> (also extends javax.wsdl.extensions.mime.MIMEMimeXml)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMultipartRelated</B></A> (also extends javax.wsdl.extensions.mime.MIMEMultipartRelated)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPart</B></A> (also extends javax.wsdl.extensions.mime.MIMEPart)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPAddress</B></A> (also extends javax.wsdl.extensions.soap.SOAPAddress)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBinding</B></A> (also extends javax.wsdl.extensions.soap.SOAPBinding)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBody</B></A> (also extends javax.wsdl.extensions.soap.SOAPBody)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPFault</B></A> (also extends javax.wsdl.extensions.soap.SOAPFault)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeader, org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderBase</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeader)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeaderFault)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> (also extends org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>, javax.wsdl.extensions.soap.SOAPHeaderFault)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPOperation</B></A> (also extends javax.wsdl.extensions.soap.SOAPOperation)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>UnknownExtensibilityElement</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>XSDSchemaExtensibilityElement</B></A></UL>
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPAddress (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPAddress</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPAddress</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPAddress)
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPBinding (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPBinding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPBinding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPBinding)
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPOperation (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPOperation)
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPUrlEncoded (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlEncoded</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlEncoded</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPUrlEncoded)
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPUrlReplacement (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlReplacement</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlReplacement</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPUrlReplacement)
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEContent (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEContent</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEContent</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEContent)
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEMimeXml (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMimeXml</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMimeXml</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEMimeXml)
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEMultipartRelated (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMultipartRelated</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMultipartRelated</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEMultipartRelated)
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEPart (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPart</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPart</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEPart)
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPAddress (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPAddress</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPAddress</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPAddress)
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPBinding (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBinding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBinding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPBinding)
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPBody (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBody</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBody</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPBody)
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPFault (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPFault</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPFault</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPFault)
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPHeader (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> (also extends org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeader, org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderBase</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeader)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeaderFault)
-</UL>
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPHeaderFault (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> (also extends org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> (also extends org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>, javax.wsdl.extensions.soap.SOAPHeaderFault)
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPOperation (also extends java.io.Serializable)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPOperation)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>UnknownExtensibilityElement</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>XSDSchemaExtensibilityElement</B></A></UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="org/eclipse/wst/wsdl/util/ExtensibilityElementFactory.html" title="interface in org.eclipse.wst.wsdl.util"><B>ExtensibilityElementFactory</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="org/eclipse/wst/wsdl/util/ExtensibilityElementFactoryRegistry.html" title="interface in org.eclipse.wst.wsdl.util"><B>ExtensibilityElementFactoryRegistry</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPFactory</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPPackage</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPPackage.Literals</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEFactory.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEFactory</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPackage</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPackage.Literals</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><B>Namespace</B></A><LI TYPE="circle">java.io.Serializable<UL>
-<LI TYPE="circle">javax.wsdl.Binding<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><B>Binding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><B>Binding</B></A> (also extends javax.wsdl.Binding, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-<LI TYPE="circle">javax.wsdl.BindingFault<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><B>BindingFault</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><B>BindingFault</B></A> (also extends javax.wsdl.BindingFault, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-<LI TYPE="circle">javax.wsdl.BindingInput<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><B>BindingInput</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><B>BindingInput</B></A> (also extends javax.wsdl.BindingInput, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-<LI TYPE="circle">javax.wsdl.BindingOperation<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><B>BindingOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><B>BindingOperation</B></A> (also extends javax.wsdl.BindingOperation, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-<LI TYPE="circle">javax.wsdl.BindingOutput<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><B>BindingOutput</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><B>BindingOutput</B></A> (also extends javax.wsdl.BindingOutput, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-<LI TYPE="circle">javax.wsdl.Definition<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><B>Definition</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><B>Definition</B></A> (also extends javax.wsdl.Definition, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-<LI TYPE="circle">javax.wsdl.Fault<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><B>Fault</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><B>Fault</B></A> (also extends javax.wsdl.Fault, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>)
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPAddress (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPAddress</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPAddress</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPAddress)
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPBinding (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPBinding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPBinding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPBinding)
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPOperation (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPOperation)
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPUrlEncoded (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlEncoded</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlEncoded</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPUrlEncoded)
-<LI TYPE="circle">javax.wsdl.extensions.http.HTTPUrlReplacement (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlReplacement</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlReplacement</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPUrlReplacement)
-<LI TYPE="circle">javax.wsdl.Import<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><B>Import</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><B>Import</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Import)
-<LI TYPE="circle">javax.wsdl.Input<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><B>Input</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><B>Input</B></A> (also extends javax.wsdl.Input, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>)
-<LI TYPE="circle">javax.wsdl.Message<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><B>Message</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><B>Message</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Message)
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEContent (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEContent</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEContent</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEContent)
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEMimeXml (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMimeXml</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMimeXml</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEMimeXml)
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEMultipartRelated (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMultipartRelated</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMultipartRelated</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEMultipartRelated)
-<LI TYPE="circle">javax.wsdl.extensions.mime.MIMEPart (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPart</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPart</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEPart)
-<LI TYPE="circle">javax.wsdl.Operation<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><B>Operation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><B>Operation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Operation)
-<LI TYPE="circle">javax.wsdl.Output<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><B>Output</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><B>Output</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>, javax.wsdl.Output)
-<LI TYPE="circle">javax.wsdl.Part<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><B>Part</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><B>Part</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Part)
-<LI TYPE="circle">javax.wsdl.Port<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><B>Port</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><B>Port</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Port)
-<LI TYPE="circle">javax.wsdl.PortType<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><B>PortType</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><B>PortType</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.PortType)
-<LI TYPE="circle">javax.wsdl.Service<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><B>Service</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><B>Service</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Service)
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPAddress (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPAddress</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPAddress</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPAddress)
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPBinding (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBinding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBinding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPBinding)
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPBody (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBody</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBody</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPBody)
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPFault (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPFault</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPFault</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPFault)
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPHeader (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> (also extends org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeader, org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>)
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPHeaderFault (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> (also extends org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> (also extends org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>, javax.wsdl.extensions.soap.SOAPHeaderFault)
-<LI TYPE="circle">javax.wsdl.extensions.soap.SOAPOperation (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPOperation)
-<LI TYPE="circle">javax.wsdl.Types<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><B>Types</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><B>Types</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Types)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPFactory.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPFactory</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPPackage</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPPackage.Literals.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPPackage.Literals</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.util.<A HREF="org/eclipse/wst/wsdl/util/WSDLDiagnostic.html" title="interface in org.eclipse.wst.wsdl.util"><B>WSDLDiagnostic</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><B>WSDLElement</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><B>Binding</B></A> (also extends javax.wsdl.Binding, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><B>BindingFault</B></A> (also extends javax.wsdl.BindingFault, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><B>BindingInput</B></A> (also extends javax.wsdl.BindingInput, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><B>BindingOperation</B></A> (also extends javax.wsdl.BindingOperation, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><B>BindingOutput</B></A> (also extends javax.wsdl.BindingOutput, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><B>Definition</B></A> (also extends javax.wsdl.Definition, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>ExtensibilityElement</B></A> (also extends javax.wsdl.extensions.ExtensibilityElement)
-<UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPAddress</B></A> (also extends javax.wsdl.extensions.http.HTTPAddress)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPBinding</B></A> (also extends javax.wsdl.extensions.http.HTTPBinding)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPOperation</B></A> (also extends javax.wsdl.extensions.http.HTTPOperation)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlEncoded</B></A> (also extends javax.wsdl.extensions.http.HTTPUrlEncoded)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlReplacement</B></A> (also extends javax.wsdl.extensions.http.HTTPUrlReplacement)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEContent</B></A> (also extends javax.wsdl.extensions.mime.MIMEContent)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMimeXml</B></A> (also extends javax.wsdl.extensions.mime.MIMEMimeXml)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMultipartRelated</B></A> (also extends javax.wsdl.extensions.mime.MIMEMultipartRelated)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPart</B></A> (also extends javax.wsdl.extensions.mime.MIMEPart)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPAddress</B></A> (also extends javax.wsdl.extensions.soap.SOAPAddress)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBinding</B></A> (also extends javax.wsdl.extensions.soap.SOAPBinding)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBody</B></A> (also extends javax.wsdl.extensions.soap.SOAPBody)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPFault</B></A> (also extends javax.wsdl.extensions.soap.SOAPFault)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeader, org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderBase</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeader)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeaderFault)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> (also extends org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>, javax.wsdl.extensions.soap.SOAPHeaderFault)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPOperation</B></A> (also extends javax.wsdl.extensions.soap.SOAPOperation)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>UnknownExtensibilityElement</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>XSDSchemaExtensibilityElement</B></A></UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><B>ExtensibleElement</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><B>Binding</B></A> (also extends javax.wsdl.Binding)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><B>BindingFault</B></A> (also extends javax.wsdl.BindingFault)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><B>BindingInput</B></A> (also extends javax.wsdl.BindingInput)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><B>BindingOperation</B></A> (also extends javax.wsdl.BindingOperation)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><B>BindingOutput</B></A> (also extends javax.wsdl.BindingOutput)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><B>Definition</B></A> (also extends javax.wsdl.Definition)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><B>Fault</B></A> (also extends javax.wsdl.Fault, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><B>Import</B></A> (also extends javax.wsdl.Import)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><B>Input</B></A> (also extends javax.wsdl.Input, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><B>Message</B></A> (also extends javax.wsdl.Message)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><B>MessageReference</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><B>Fault</B></A> (also extends javax.wsdl.Fault)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><B>Input</B></A> (also extends javax.wsdl.Input)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><B>Output</B></A> (also extends javax.wsdl.Output)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><B>Operation</B></A> (also extends javax.wsdl.Operation)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><B>Output</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>, javax.wsdl.Output)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><B>Part</B></A> (also extends javax.wsdl.Part)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><B>Port</B></A> (also extends javax.wsdl.Port)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><B>PortType</B></A> (also extends javax.wsdl.PortType)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><B>Service</B></A> (also extends javax.wsdl.Service)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><B>Types</B></A> (also extends javax.wsdl.Types)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><B>Fault</B></A> (also extends javax.wsdl.Fault, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPAddress</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPAddress)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPBinding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPBinding)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPOperation)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlEncoded</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPUrlEncoded)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.http.<A HREF="org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.html" title="interface in org.eclipse.wst.wsdl.binding.http"><B>HTTPUrlReplacement</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.http.HTTPUrlReplacement)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><B>Import</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Import)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><B>Input</B></A> (also extends javax.wsdl.Input, org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><B>Message</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Message)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><B>MessageReference</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><B>Fault</B></A> (also extends javax.wsdl.Fault)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><B>Input</B></A> (also extends javax.wsdl.Input)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><B>Output</B></A> (also extends javax.wsdl.Output)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEContent.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEContent</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEContent)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMimeXml</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEMimeXml)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEMultipartRelated</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEMultipartRelated)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.mime.<A HREF="org/eclipse/wst/wsdl/binding/mime/MIMEPart.html" title="interface in org.eclipse.wst.wsdl.binding.mime"><B>MIMEPart</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.mime.MIMEPart)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><B>Operation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Operation)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><B>Output</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl">MessageReference</A>, javax.wsdl.Output)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><B>Part</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Part)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><B>Port</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Port)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><B>PortType</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.PortType)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><B>Service</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Service)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPAddress.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPAddress</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPAddress)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBinding.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBinding</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPBinding)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPBody.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPBody</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPBody)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPFault</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPFault)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeader, org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderBase</B></A><UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeader.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeader</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeader)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> (also extends javax.wsdl.extensions.soap.SOAPHeaderFault)
-</UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPHeaderFault</B></A> (also extends org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.html" title="interface in org.eclipse.wst.wsdl.binding.soap">SOAPHeaderBase</A>, javax.wsdl.extensions.soap.SOAPHeaderFault)
-<LI TYPE="circle">org.eclipse.wst.wsdl.binding.soap.<A HREF="org/eclipse/wst/wsdl/binding/soap/SOAPOperation.html" title="interface in org.eclipse.wst.wsdl.binding.soap"><B>SOAPOperation</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibilityElement</A>, javax.wsdl.extensions.soap.SOAPOperation)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><B>Types</B></A> (also extends org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl">ExtensibleElement</A>, javax.wsdl.Types)
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>UnknownExtensibilityElement</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><B>XSDSchemaExtensibilityElement</B></A></UL>
-<LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl"><B>WSDLFactory</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl"><B>WSDLPackage</B></A><LI TYPE="circle">org.eclipse.wst.wsdl.<A HREF="org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl"><B>WSDLPackage.Literals</B></A></UL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/package-list b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/package-list
deleted file mode 100644
index 29f8e59..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/package-list
+++ /dev/null
@@ -1,5 +0,0 @@
-org.eclipse.wst.wsdl
-org.eclipse.wst.wsdl.binding.http
-org.eclipse.wst.wsdl.binding.mime
-org.eclipse.wst.wsdl.binding.soap
-org.eclipse.wst.wsdl.util
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/resources/inherit.gif b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/resources/inherit.gif
deleted file mode 100644
index c814867..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/resources/inherit.gif
+++ /dev/null
Binary files differ
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/serialized-form.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/serialized-form.html
deleted file mode 100644
index 3f2832e..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/serialized-form.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:53 EDT 2008 -->
-<TITLE>
-Serialized Form
-</TITLE>
-
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    parent.document.title="Serialized Form";
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<CENTER>
-<H1>
-Serialized Form</H1>
-</CENTER>
-<HR SIZE="4" NOSHADE>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="center"><FONT SIZE="+2">
-<B>Package</B> <B>org.eclipse.wst.wsdl</B></FONT></TH>
-</TR>
-</TABLE>
-<HR SIZE="4" NOSHADE>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="center"><FONT SIZE="+2">
-<B>Package</B> <B>org.eclipse.wst.wsdl.binding.http</B></FONT></TH>
-</TR>
-</TABLE>
-<HR SIZE="4" NOSHADE>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="center"><FONT SIZE="+2">
-<B>Package</B> <B>org.eclipse.wst.wsdl.binding.mime</B></FONT></TH>
-</TR>
-</TABLE>
-<HR SIZE="4" NOSHADE>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="center"><FONT SIZE="+2">
-<B>Package</B> <B>org.eclipse.wst.wsdl.binding.soap</B></FONT></TH>
-</TR>
-</TABLE>
-
-<P>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV&nbsp;
-&nbsp;NEXT</FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/stylesheet.css b/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/stylesheet.css
deleted file mode 100644
index 6d31fdb..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/api/stylesheet.css
+++ /dev/null
@@ -1,29 +0,0 @@
-/* Javadoc style sheet */
-
-/* Define colors, fonts and other style attributes here to override the defaults */
-
-/* Page background color */
-body { background-color: #FFFFFF }
-
-/* Headings */
-h1 { font-size: 145% }
-
-/* Table colors */
-.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
-.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
-.TableRowColor         { background: #FFFFFF } /* White */
-
-/* Font used in left-hand frame lists */
-.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
-.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
-.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
-
-/* Navigation bar fonts and colors */
-.NavBarCell1    { background-color:#EEEEFF;} /* Light mauve */
-.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
-.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
-.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
-
-.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
-.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
-
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/extension-points/index.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/extension-points/index.html
deleted file mode 100644
index 089e882..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/extension-points/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-    	<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
-		<html xmlns:xalan="http://xml.apache.org/xslt">
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-		<meta name="copyright" content="Copyright (c) 2008 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
-
-   		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-   		<title>WSDL EMF Model Extension Points</title>
-		<LINK REL="STYLESHEET" HREF="../../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
-		</head>
-<body vlink="#800080" link="#0000FF">
-<center>
-<h1>WSDL EMF Model Extension Points </h1>
-</center>The following extension points can be used to extend the capabilities of the WSDL EMF Model: <h3>
-<a name="wsdl"></a>WSDL API</h3>
-<ul>
-<li>
-<a href="org_eclipse_wst_wsdl_extensibilityElementFactories.html">org.eclipse.wst.wsdl.extensibilityElementFactories</a>
-</li>
-</ul>
-</body>
-</html>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/extension-points/org_eclipse_wst_wsdl_contentGenerators.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/extension-points/org_eclipse_wst_wsdl_contentGenerators.html
deleted file mode 100644
index 79e8d90..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/extension-points/org_eclipse_wst_wsdl_contentGenerators.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Port and Binding Content Generators</title>
-<style type="text/css">@import url("../../book.css");</style>
-<style type="text/css">@import url("../../schema.css");</style>
-</HEAD>
-<BODY>
-<H1 style="text-align:center">Port and Binding Content Generators</H1>
-<p></p>
-<h6 class="CaptionFigColumn SchemaHeader">Identifier: </h6>org.eclipse.wst.wsdl.contentGenerators<p></p>
-<h6 class="CaptionFigColumn SchemaHeader">Since: </h6><b>This extension point is internal and should not be used by any other plugins.</b>
-<p></p>
-
-<h6 class="CaptionFigColumn SchemaHeader">Description: </h6>The Port and Binding Content Generators extension point allows clients to register custom generators for Ports and Bindings.<p></p>
-<h6 class="CaptionFigColumn SchemaHeader">Configuration Markup:</h6>
-<p></p>
-<p class="code SchemaDtd">&lt;!ELEMENT <a name="e.extension">extension</a> (<a href="#e.contentGenerator">contentGenerator</a>)&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST extension</p>
-<p class="code SchemaDtdAttlist">point&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">id&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">name&nbsp;&nbsp;CDATA #IMPLIED&gt;</p>
-<p></p>
-<p class="ConfigMarkupElementDesc">
-The Port and Binding Content Generators extension point allows clients to register custom content generators for WSDL Ports and Bindings.</p>
-<br>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>point</b> - a fully qualified identifier of the target extension point</li>
-<li><b>id</b> - an optional identifier of the extension instance</li>
-<li><b>name</b> - an optional name of the extension instance</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.contentGenerator">contentGenerator</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST contentGenerator</p>
-<p class="code SchemaDtdAttlist">name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">namespace&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">class&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>name</b> - Name used for this particular extension point instance.</li>
-<li><b>namespace</b> - The namespace this extension point instance applies to.</li>
-<li><b>class</b> - The class that implements <code>org.eclipse.wst.wsdl.internal.generator.ContentGenerator</code>.</li>
-</ul>
-<br><h6 class="CaptionFigColumn SchemaHeader">Examples: </h6>The following is an example of a content generator contribution:
-<pre class="Example"><span class="code SchemaTag">
-   &lt;extension
-         point=</span><span class="code SchemaCstring">&quot;org.eclipse.wst.wsdl.contentGenerators&quot;</span><span class="code SchemaTag">&gt;
-      &lt;contentGenerator
-            name=</span><span class="code SchemaCstring">&quot;SOAP&quot;</span><span class="code SchemaTag">
-            namespace=</span><span class="code SchemaCstring">&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot;</span><span class="code SchemaTag">
-            class=</span><span class="code SchemaCstring">&quot;org.eclipse.wst.wsdl.binding.soap.internal.generator.SOAPContentGenerator&quot;</span><span class="code SchemaTag">/&gt;
-   &lt;/extension&gt;
-</span></pre>
-<p></p>
-
-<br>
-<p class="note SchemaCopyright">
-Copyright (c) 2000, 2005 IBM Corporation and others.<br>
-All rights reserved. This program and the accompanying materials are made 
-available under the terms of the Eclipse Public License v1.0 which accompanies 
-this distribution, and is available at <a
-href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
-
-</p>
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/reference/extension-points/org_eclipse_wst_wsdl_extensibilityElementFactories.html b/docs/org.eclipse.wst.wsdl.doc.isv/reference/extension-points/org_eclipse_wst_wsdl_extensibilityElementFactories.html
deleted file mode 100644
index 2750080..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/reference/extension-points/org_eclipse_wst_wsdl_extensibilityElementFactories.html
+++ /dev/null
@@ -1,56 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>WSDL Extensibility Element Factories</title>
-<style type="text/css">@import url("../../book.css");</style>
-<style type="text/css">@import url("../../schema.css");</style>
-</HEAD>
-<BODY>
-<H1 style="text-align:center">WSDL Extensibility Element Factories</H1>
-<p></p>
-<h6 class="CaptionFigColumn SchemaHeader">Identifier: </h6>org.eclipse.wst.wsdl.extensibilityElementFactories<p></p>
-<h6 class="CaptionFigColumn SchemaHeader">Since: </h6><b>This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.</b>
-<p></p>
-
-<h6 class="CaptionFigColumn SchemaHeader">Description: </h6>The WSDL Extensibility Element Factories extension point allows clients to register factories for creating custom extensibility elements.<p></p>
-<h6 class="CaptionFigColumn SchemaHeader">Configuration Markup:</h6>
-<p></p>
-<p class="code SchemaDtd">&lt;!ELEMENT <a name="e.extension">extension</a> (<a href="#e.extensibilityElementFactory">extensibilityElementFactory</a>)&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST extension</p>
-<p class="code SchemaDtdAttlist">point&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">id&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">name&nbsp;&nbsp;CDATA #IMPLIED&gt;</p>
-<p></p>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>point</b> - a fully qualified identifier of the target extension point</li>
-<li><b>id</b> - an optional identifier of the extension instance</li>
-<li><b>name</b> - an optional name of the extension instance</li>
-</ul>
-<br><p class="code SchemaDtd">&lt;!ELEMENT <a name="e.extensibilityElementFactory">extensibilityElementFactory</a> EMPTY&gt;</p>
-<p class="code SchemaDtd">&lt;!ATTLIST extensibilityElementFactory</p>
-<p class="code SchemaDtdAttlist">namespace&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">class&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED&gt;</p>
-<p></p>
-<ul class="ConfigMarkupAttlistDesc">
-<li><b>namespace</b> - The namespace this extension point instance applies to.</li>
-<li><b>class</b> - The class that implements <code>org.eclipse.wst.wsdl.util.ExtensibilityElementFactory</code>.</li>
-</ul>
-<br><h6 class="CaptionFigColumn SchemaHeader">Examples: </h6>The following is an example of an extensibility element factory contribution:
-<pre class="Example"><span class="code SchemaTag">
-   &lt;extension
-         point=</span><span class="code SchemaCstring">&quot;org.eclipse.wst.wsdl.extensibilityElementFactories&quot;</span><span class="code SchemaTag">&gt;
-      &lt;extensibilityElementFactory
-            namespace=</span><span class="code SchemaCstring">&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot;</span><span class="code SchemaTag">
-            class=</span><span class="code SchemaCstring">&quot;org.eclipse.wst.wsdl.binding.soap.internal.util.SOAPExtensibilityElementFactory&quot;</span><span class="code SchemaTag">/&gt;
-   &lt;/extension&gt;
-</span></pre>
-<p></p>
-
-<br>
-<p class="note SchemaCopyright">
-Copyright (c) 2000, 2005 IBM Corporation and others.<br>
-All rights reserved. This program and the accompanying materials are made 
-available under the terms of the Eclipse Public License v1.0 which accompanies 
-this distribution, and is available at <a
-href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
-
-</p>
-</BODY>
-</HTML>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/schema.css b/docs/org.eclipse.wst.wsdl.doc.isv/schema.css
deleted file mode 100644
index 00f9d01..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/schema.css
+++ /dev/null
@@ -1,66 +0,0 @@
-H6.CaptionFigColumn#header {
-	font-size:16px; 
-	display:inline
-}
-
-P.Note#copyright {
-	font-size: smaller; 
-	font-style: normal;
-	color: #336699; 
-	display:inline;
-	margin-top: 3.000000pt;
-	margin-bottom: 11.000000pt;
-	margin-right: 0.000000pt;
-	margin-left: 0.000000pt;
-}
-
-P.Code#dtd {
-	color: #800000; 
-	margin-top: 0.000000pt;
-	margin-bottom: 0.000000pt;
-	margin-right: 0.000000pt;
-	margin-left: 10.000000pt;
-}
-
-P.Code#dtdAttlist {
-	color: #800000; 
-	margin-top: 0.000000pt;
-	margin-bottom: 0.000000pt;
-	margin-right: 0.000000pt;
-	margin-left: 20.000000pt;
-}
-
-P.Code#tag {
-	color: #000080; 
-	display:inline;
-	margin-top: 0.000000pt;
-	margin-bottom: 0.000000pt;
-	margin-right: 0.000000pt;
-	margin-left: 0.000000pt;
-}
-
-P.Code#cstring {
-	color: #008000; 
-	display:inline;
-	margin-top: 0.000000pt;
-	margin-bottom: 0.000000pt;
-	margin-right: 0.000000pt;
-	margin-left: 0.000000pt;	
-}
-
-.ConfigMarkup#elementDesc {
-	color: black;
-	margin-top: 0.000000pt;
-	margin-bottom: 0.000000pt;
-	margin-right: 0.000000pt;
-	margin-left: 10.000000pt;
-}
-
-.ConfigMarkup#attlistDesc {
-	color: black;
-	margin-top: 0.000000pt;
-	margin-bottom: 0.000000pt;
-	margin-right: 0.000000pt;
-	margin-left: 32.000000pt;
-}
-
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/topics_ExtPoint_Reference.xml b/docs/org.eclipse.wst.wsdl.doc.isv/topics_ExtPoint_Reference.xml
deleted file mode 100644
index 38579eb..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/topics_ExtPoint_Reference.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?NLS TYPE="org.eclipse.help.toc"?>
-	 	<toc label="Extension Points Reference">
-<topic href="reference/extension-points/org_eclipse_wst_wsdl_extensibilityElementFactories.html" label="org.eclipse.wst.wsdl.extensibilityElementFactories"/>
-</toc>
diff --git a/docs/org.eclipse.wst.wsdl.doc.isv/topics_Reference.xml b/docs/org.eclipse.wst.wsdl.doc.isv/topics_Reference.xml
deleted file mode 100644
index c5acf35..0000000
--- a/docs/org.eclipse.wst.wsdl.doc.isv/topics_Reference.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?NLS TYPE="org.eclipse.help.toc"?>
-<!-- ============================================================================= -->
-<!-- Define topics for the references                                              -->
-<!-- ============================================================================= -->
-<toc label="WSDL EMF model reference" link_to="../org.eclipse.wst.doc.user/reference_toc.xml#javadoc_webservices">
-	
-	<topic label="WSDL EMF Model API Reference" href="reference/api/overview-summary.html">
-	
-		<!-- The javadoctoc.xml toc is generated by the build. -->
-		<link toc="javadoctoc.xml" />
-		
-	</topic>
-	
-	
-	<topic label="WSDL EMF Model Extension Points Reference" href="reference/extension-points/index.html">
-	
-	    <!-- The topics_ExtPoints-Reference.xml toc is generated by the build. -->
-		<link toc="topics_ExtPoint_Reference.xml" />
-		
-	</topic>
-</toc>
\ No newline at end of file
diff --git a/features/org.eclipse.wst.ws_sdk.feature/feature.xml b/features/org.eclipse.wst.ws_sdk.feature/feature.xml
index 31c8d88..4360b6e 100644
--- a/features/org.eclipse.wst.ws_sdk.feature/feature.xml
+++ b/features/org.eclipse.wst.ws_sdk.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.wst.ws_sdk.feature"
       label="%featureName"
-      version="3.0.1.qualifier"
+      version="3.0.0.qualifier"
       provider-name="%providerName">
 
    <description>
@@ -28,7 +28,7 @@
    <includes
          id="org.eclipse.wst.ws_ui.feature.source"
          version="0.0.0"/>
-
+         
    <plugin
          id="org.eclipse.wst.ws.api.doc"
          download-size="0"
diff --git a/features/org.eclipse.wst.ws_ui.feature/feature.xml b/features/org.eclipse.wst.ws_ui.feature/feature.xml
index 00713db..34af9e9 100644
--- a/features/org.eclipse.wst.ws_ui.feature/feature.xml
+++ b/features/org.eclipse.wst.ws_ui.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.wst.ws_ui.feature"
       label="%featureName"
-      version="3.0.1.qualifier"
+      version="3.0.0.qualifier"
       provider-name="%providerName">
 
    <description>