Uses of Interface
org.eclipse.wst.wsdl.util.ExtensibilityElementFactory

Packages that use ExtensibilityElementFactory
org.eclipse.wst.wsdl The WSDL model API allows clients to work with the WSDL 1.1 documents. 
org.eclipse.wst.wsdl.util The WSDL model API allows clients to work with the WSDL 1.1 documents. 
 

Uses of ExtensibilityElementFactory in org.eclipse.wst.wsdl
 

Methods in org.eclipse.wst.wsdl that return ExtensibilityElementFactory
 ExtensibilityElementFactory WSDLPlugin.getExtensibilityElementFactory(java.lang.String namespace)
           
 

Uses of ExtensibilityElementFactory in org.eclipse.wst.wsdl.util
 

Methods in org.eclipse.wst.wsdl.util with parameters of type ExtensibilityElementFactory
 void ExtensibilityElementFactoryRegistry.registerFactory(java.lang.String namespace, ExtensibilityElementFactory factory)