|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |