| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Process |
BpelCompiler.getProcessDef()
Get the process definition.
|
| Modifier and Type | Method and Description |
|---|---|
OProcess |
BpelCompiler.compile(Process process,
ResourceFinder rf,
long version)
Compile a process.
|
void |
BpelC.compile(Process process,
java.lang.String outputPath,
long version)
Compile a BPEL process from a BOM
Process object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionValidator.bpelCompilationCompleted(Process source)
Notifies process compilation completed.
|
void |
ExpressionValidator.bpelImportsLoaded(Process source,
CompilerContext compilerContext)
Notifies process compilation began
|
| Modifier and Type | Method and Description |
|---|---|
Process |
BpelObjectFactory.parse(org.xml.sax.InputSource isrc,
java.net.URI systemURI)
Parse a BPEL process found at the input source.
|
Copyright © 2021 WSO2. All Rights Reserved.