Package org.eclipse.bpel.model.messageproperties.util

Examples of org.eclipse.bpel.model.messageproperties.util.MessagepropertiesExtensibilityElementFactory


    // Keep this in sync with the extensions in plugin.xml.
    if (WSDLPlugin.getPlugin() == null)
    {
      ExtensibilityElementFactoryRegistry registry = WSDLPlugin.INSTANCE.getExtensibilityElementFactoryRegistry();
     
      ExtensibilityElementFactory eef = new MessagepropertiesExtensibilityElementFactory();
     
      registry.registerFactory(MessagepropertiesConstants.NAMESPACE_2004, eef);
      registry.registerFactory(MessagepropertiesConstants.NAMESPACE_2007, eef);     
    }
   
View Full Code Here

TOP

Related Classes of org.eclipse.bpel.model.messageproperties.util.MessagepropertiesExtensibilityElementFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.