Package org.eclipse.bpel.model

Examples of org.eclipse.bpel.model.BPELFactory


   * <!-- end-user-doc -->
   * @generated
   */
  public static BPELFactory init() {
    try {
      BPELFactory theBPELFactory = (BPELFactory)EPackage.Registry.INSTANCE.getEFactory("http://docs.oasis-open.org/wsbpel/2.0/process/executable");
      if (theBPELFactory != null) {
        return theBPELFactory;
      }
    }
    catch (Exception exception) {
View Full Code Here

TOP

Related Classes of org.eclipse.bpel.model.BPELFactory

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.