<!ELEMENT extension (adapterFactory)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
The Adapter Factory Extension extension point allows clients to register adapter factories that extend the description of WSDL elements for UI purposes.
<!ELEMENT adapterFactory EMPTY>
<!ATTLIST adapterFactory
namespace CDATA #REQUIRED
adapterFactoryClass CDATA #REQUIRED>
org.eclipse.emf.common.notify.AdapterFactory
.<extension point = "org.eclipse.wst.wsdl.ui.adapterFactory"> <adapterFactory namespace="http://schemas.xmlsoap.org/wsdl/soap/" adapterFactoryClass="org.eclipse.wst.wsdl.ui.internal.soap.SOAPAdapterFactory"> </adapterFactory> </extension>
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