bexee.model.elements |
This package contains all interfaces representing BPEL elements as
specified in the
bpel4ws.xsd XML Schema.
While bexee provides a default implementation of those elements interfaces,
it is possible to implement elements using an other technique.
Last modified: $Revision: 1.2 $, $Date: 2004/12/09 08:42:23 $
|
Java Source File Name | Type | Comment |
BpelCase.java | Interface | This interface is used to represent a case element within the Switch
activity. |
CatchFault.java | Interface | Representation of the CatchFault BPEL element. |
Copy.java | Interface | Representation of the Copy BPEL element. |
Correlation.java | Interface | Representation of the Correlation BPEL element. |
CorrelationPattern.java | Interface | Representation of the CorrelationPattern BPEL element. |
Correlations.java | Interface | Representation of the Correlations BPEL element. |
CorrelationSet.java | Interface | Representation of the CorrelationSet BPEL element. |
CorrelationSets.java | Interface | Representation of the CorrelationSets BPEL element. |
EventHandlers.java | Interface | Representation of the EventHandlers BPEL element. |
FaultHandlers.java | Interface | Representation of the FaultHandlers BPEL element. |
From.java | Interface | Representation of the From BPEL element. |
Link.java | Interface | Representation of the Link BPEL element. |
Links.java | Interface | Representation of the Links BPEL element. |
OnAlarm.java | Interface | Representation of the OnAlarm BPEL element. |
OnMessage.java | Interface | Representation of the OnMessage BPEL element. |
Partner.java | Interface | Representation of the Parnter BPEL element. |
PartnerLink.java | Interface | Representation of the PartnerLink BPEL element. |
PartnerLinks.java | Interface | Representation of the PartnerLinks BPEL element. |
Partners.java | Interface | Representation of the Partners BPEL element. |
Roles.java | Interface | Representation of the Roles BPEL element. |
Source.java | Interface | Representation of the Source BPEL element. |
Target.java | Interface | Representation of the Target BPEL element. |
To.java | Interface | Representation of the To BPEL element. |
Variable.java | Interface | Representation of the Variable BPEL element. |
Variables.java | Interface | Representation of the Variables BPEL element. |