| Package | Description |
|---|---|
| org.apache.ode.bpel.compiler |
BPEL compiler (bpelc) classes and interfaces.
|
| org.apache.ode.bpel.compiler.api | |
| org.apache.ode.bpel.elang.xpath10.compiler | |
| org.apache.ode.bpel.elang.xpath20.compiler | |
| org.apache.ode.bpel.elang.xquery10.compiler |
| Modifier and Type | Class and Description |
|---|---|
class |
BpelCompiler
Compiler for converting BPEL process descriptions (and their associated WSDL and XSD documents) into compiled representations
suitable for execution by the ODE BPEL Service Provider.
|
class |
BpelCompiler11
BPEL v1.1 compiler.
|
class |
BpelCompiler20
OASIS BPEL V2.0 Compiler
|
class |
BpelCompiler20Draft |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityGenerator.setContext(CompilerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionValidator.bpelImportsLoaded(Process source,
CompilerContext compilerContext)
Notifies process compilation began
|
void |
ExpressionCompiler.setCompilerContext(CompilerContext compilerContext)
Set the compiler context (for resolving variables and such).
|
| Modifier and Type | Field and Description |
|---|---|
protected CompilerContext |
XPath10ExpressionCompilerImpl._compilerContext |
| Modifier and Type | Method and Description |
|---|---|
void |
XPath10ExpressionCompilerImpl.setCompilerContext(CompilerContext compilerContext) |
void |
XPath10ExpressionCompilerBPEL20.setCompilerContext(CompilerContext ctx) |
| Constructor and Description |
|---|
XslCompilationErrorListener(CompilerContext cc) |
XslCompileUriResolver(CompilerContext cc,
OXPath10Expression expr) |
| Modifier and Type | Field and Description |
|---|---|
protected CompilerContext |
XPath20ExpressionCompilerImpl._compilerContext |
| Modifier and Type | Method and Description |
|---|---|
void |
XPath20ExpressionCompilerImpl.setCompilerContext(CompilerContext compilerContext) |
| Constructor and Description |
|---|
JaxpFunctionResolver(CompilerContext cctx,
OXPath20ExpressionBPEL20 out,
NSContext nsContext,
java.lang.String bpelNS) |
JaxpVariableResolver(CompilerContext cctx,
OXPath10ExpressionBPEL20 oxpath) |
| Modifier and Type | Field and Description |
|---|---|
protected CompilerContext |
XQuery10ExpressionCompilerImpl._compilerContext |
| Modifier and Type | Method and Description |
|---|---|
void |
XQuery10ExpressionCompilerImpl.setCompilerContext(CompilerContext compilerContext) |
Copyright © 2021 WSO2. All Rights Reserved.