Adapter Factory Extension

Identifier:
org.eclipse.wst.wsdl.ui.adapterFactory

Since:
This extension point is internal and should not be used by any other plugins.

Description:
The Adapter Factory Extension extension point allows clients to register adapter factories that extend the description of WSDL elements for UI purposes.

Configuration Markup:

<!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>


Examples:
The following is an example of a content generator ui contribution:

 <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