Package org.eclipse.bpel.model

Examples of org.eclipse.bpel.model.PartnerActivity


        if (result == null) result = caseWSDLElement(reply);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case BPELPackage.PARTNER_ACTIVITY: {
        PartnerActivity partnerActivity = (PartnerActivity)theEObject;
        Object result = casePartnerActivity(partnerActivity);
        if (result == null) result = caseActivity(partnerActivity);
        if (result == null) result = caseExtensibleElement(partnerActivity);
        if (result == null) result = caseExtensibleElement_1(partnerActivity);
        if (result == null) result = caseWSDLElement(partnerActivity);
View Full Code Here

TOP

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

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.