Uses of Interface
bexee.model.activity.Invoke

Packages that use Invoke
bexee.core Core classes and interfaces of the bexee engine. 
bexee.model Java representation of the BPEL language. 
bexee.model.activity.impl This package contains default implementations of the interfaces from the bexee.model.activity package. 
 

Uses of Invoke in bexee.core
 

Methods in bexee.core with parameters of type Invoke
 void ProcessControllerImpl.process(Invoke invoke, ProcessInstance instance)
           
 void ProcessController.process(Invoke invoke, ProcessInstance instance)
          Execute an Invoke BPEL activity.
 

Uses of Invoke in bexee.model
 

Methods in bexee.model with parameters of type Invoke
 void BPELElementVisitor.visit(Invoke invoke)
          Visit an Invoke BPELElement.
 void AbstractBPELElementVisitor.visit(Invoke invoke)
          Empty method body for Invoke
 

Uses of Invoke in bexee.model.activity.impl
 

Classes in bexee.model.activity.impl that implement Invoke
 class InvokeImpl
          Default implementation of the Invoke activity.
 



Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.