org.eclipse.wst.wsdl
Class WSDLPlugin

java.lang.Object
  extended byEMFPlugin
      extended byorg.eclipse.wst.wsdl.WSDLPlugin

public final class WSDLPlugin
extends EMFPlugin

The Plugin 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.

See Also:
#getBaseURL, Serialized Form

Nested Class Summary
static class WSDLPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 
Field Summary
static WSDLPlugin INSTANCE
          The singleton instance of the plugin.
 
Method Summary
 WSDLFactory createWSDL4JFactory()
           
 ExtensibilityElementFactory getExtensibilityElementFactory(java.lang.String namespace)
           
 ExtensibilityElementFactoryRegistry getExtensibilityElementFactoryRegistry()
           
static WSDLPlugin.Implementation getPlugin()
          Returns the singleton instance of the Eclipse plugin.
 ResourceLocator getPluginResourceLocator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final WSDLPlugin INSTANCE
The singleton instance of the plugin.

Method Detail

getPluginResourceLocator

public ResourceLocator getPluginResourceLocator()

getPlugin

public static WSDLPlugin.Implementation getPlugin()
Returns the singleton instance of the Eclipse plugin.

Returns:
the singleton instance.

getExtensibilityElementFactory

public ExtensibilityElementFactory getExtensibilityElementFactory(java.lang.String namespace)

getExtensibilityElementFactoryRegistry

public ExtensibilityElementFactoryRegistry getExtensibilityElementFactoryRegistry()

createWSDL4JFactory

public WSDLFactory createWSDL4JFactory()