| Package | Description |
|---|---|
| org.apache.ode.bpel.compiler |
BPEL compiler (bpelc) classes and interfaces.
|
| org.apache.ode.bpel.compiler.api | |
| org.apache.ode.bpel.compiler.bom |
The API for the BPEL Object Model (BOM), a domain-specific document
object model (DOM) that can represent BPEL v1.1 and BPEL v2.0 (OASIS) processes.
|
| org.apache.ode.bpel.elang.xpath10.compiler |
| Modifier and Type | Method and Description |
|---|---|
void |
BpelCompiler.addWsdlImport(java.net.URI from,
java.net.URI wsdlImport,
SourceLocation sloc) |
void |
BpelCompiler.addXsdImport(java.net.URI from,
java.net.URI location,
SourceLocation sloc) |
void |
BpelCompiler.recoveredFromError(SourceLocation where,
CompilationException bce) |
| Modifier and Type | Field and Description |
|---|---|
SourceLocation |
CompilationMessage.source
The location in the source that caused this error/message/warning
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompilerContext.recoveredFromError(SourceLocation where,
CompilationException bce) |
CompilationMessage |
CompilationMessage.setSource(SourceLocation source) |
| Modifier and Type | Class and Description |
|---|---|
class |
Activity
Interface common to all BPEL activities.
|
class |
AssignActivity
BOM representation of the BPEL
<assign> activity. |
class |
BpelObject
Common interface to all BPEL object model (BOM) objects.
|
class |
BpelObject4WSDL |
class |
Catch
Representation of a BPEL fault handler catch block.
|
class |
CommunicationHelper |
class |
CompensateActivity
Representation of the BPEL
<compensate> activity. |
class |
CompensateScopeActivity
Representation of the BPEL
<compensateScope> activity. |
class |
CompensationHandler
Representation of a BPEL compensation handler.
|
class |
CompletionCondition
Interface for a
<completionCondition> as used in a
forEach activity. |
class |
CompositeActivity
Base interface for BPEL composite activities
<flow> and
<sequence>. |
class |
Copy
Assignment copy entry.
|
class |
Correlation
Representaiton of a BPEL
<correlation> modifier. |
class |
Correlations |
class |
CorrelationSet
BPEL correlation set declaration.
|
class |
CorrelationSets |
class |
CreateInstanceActivity
Interface implemented by activities that can be used to create an process
instance.
|
class |
EmptyActivity
BOM representation of the BPEL
<empty> activity. |
class |
Expression
BOM representation of a BPEL expression language expression.
|
class |
Expression11
BPEL-1.1 overrides for the expression object.
|
class |
Extension
BOM representation of the BPEL
<extension> element. |
class |
ExtensionActivity
BOM representation of the BPEL
<extensionActivity> activity. |
class |
ExtensionAssignOperation
BOM representation of the BPEL
<extensionAssignOperation>. |
class |
Extensions
BOM representation of the BPEL
<extensions> element. |
class |
ExtensionVal
Assignment L/R-value defined in terms of message variable extensions.
|
class |
FailureHandling
BOM representation of the failure handling settings extensibility element.
|
class |
FaultHandler
BOM representation of a BPEL fault handler, i.e.
|
class |
FlowActivity
BOM representation of the BPEL
<flow> activity. |
class |
ForEachActivity
Representation of the BPEL
<forEach> activity. |
class |
From
Marker interface for assignment R-values.
|
class |
IfActivity
Representation of the BPEL
<switch> activity. |
static class |
IfActivity.Case
BPEL object model representation of a
<case>. |
class |
Import
BPEL Object Model representation of a BPEL <import>.
|
class |
InvokeActivity
BOM representation of a BPEL
<invoke> activity. |
class |
JoinFailureSuppressor
|
class |
Link
BOM representation of <flow>'s link declaration.
|
class |
Links |
class |
LinkSource
BOM representation of a "link source" (i.e.
|
class |
LinkTarget
A representation of a BPEL link target.
|
class |
LiteralVal
BOM representation of an XML-literal assignment R-value.
|
class |
OnAlarm
Representation of alarm-based event handlers.
|
class |
OnEvent
Representation of a message-driven event handler.
|
class |
OnMessage
Representation of a message-driven event handler.
|
class |
PartnerLink
Representation of a BPEL
<partnerLink> decleration. |
class |
PartnerLinks |
class |
PartnerLinkType
WSDL4J representation of a BPEL
<partnerLink>
declaration. |
static class |
PartnerLinkType.Role
Representation of the WSDL partnerLink link type role elements.
|
static class |
PartnerLinkType.Role11
BPEL 1.1 nonsense.
|
static class |
PartnerLinkType.Role11.PortType11 |
class |
PartnerLinkVal
Assignment L/R-value defined in terms of a BPEL partner link.
|
class |
PickActivity
Reperesentation of a BPEL
<pick> activity. |
class |
Process
BPEL Object Model (BOM) representation of a BPEL process.
|
class |
Property
Interim object representation of a BPEL
<property element. |
class |
PropertyAlias
WSDL extension element for a BPEL
<propertyAlias>
element. |
class |
PropertyAlias11
A BPEL 1.1 - implementation.
|
class |
PropertyVal
Assignment L/R-value defined in terms of a BPEL property.
|
class |
Query
A Query is nothing more than an expression with the expression-language in the "queryLanguage" attribute
rather than the "expressionLanguage" attribute.
|
class |
Query11
A BPEL 1.1 Query, extends the 1.1 version of expression:
Expression11. |
class |
RdfLabel
BOM representation of an RDF label.
|
class |
ReceiveActivity
Representation of a BPEL
<receive> activity. |
class |
RepeatUntilActivity
Representation of the
repeatUntil BPEL 2.0 activity. |
class |
ReplyActivity
Representation of the BPEL
<reply> activity. |
class |
RethrowActivity
BOM representation of the BPEL
<rethrow> activity. |
class |
Scope
Base-class for BPEL scope-like constructs.
|
class |
ScopeActivity
BPEL
<scope> activity. |
class |
ScopeLikeActivity |
class |
SequenceActivity
BPEL
<sequence> activity. |
class |
Sources |
class |
SwitchActivity
Legacy (BPEL 1.1) representation of a
<switch> activity. |
static class |
SwitchActivity.Case
BPEL object model representation of
<case> and
<otherwise> elements. |
class |
Targets |
class |
TerminateActivity
Representation of the BPEL
<terminate;> activity. |
class |
TerminationHandler
Representation of a BPEL termination handler.
|
class |
ThrowActivity
Representation of the BPEL
<throw> activity. |
class |
To
Marker interface for assignment L-values.
|
class |
ToFrom |
class |
Variable
BPEL Variable declaration.
|
class |
Variables |
class |
VariableVal
Assignment L/R-value defined by a location within a BPEL variable.
|
class |
VariableVal11 |
class |
WaitActivity
Representation of the BPEL
<wait> activity. |
class |
WhileActivity
Representation of the BPEL
<while> activity. |
class |
WhileActivity11
BPEL 1.1 version of the /while/ activity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SourceLocatorWrapper |
Copyright © 2021 WSO2. All Rights Reserved.