A B C D E F G H I J L M N O P Q R S T U V W X _ 

A

Activity - Class in org.apache.ode.bpel.compiler.bom
Interface common to all BPEL activities.
Activity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Activity
 
ActivityGenerator - Interface in org.apache.ode.bpel.compiler
Interface implemented by classes providing activity-generating logic.
addWsdlImport(URI, URI, SourceLocation) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
addXsdImport(URI, URI, SourceLocation) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
ASSIGN - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
ASSIGN - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
AssignActivity - Class in org.apache.ode.bpel.compiler.bom
BOM representation of the BPEL <assign> activity.
AssignActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.AssignActivity
 
AssignGeneratorMessages - Class in org.apache.ode.bpel.compiler
 
AssignGeneratorMessages() - Constructor for class org.apache.ode.bpel.compiler.AssignGeneratorMessages
 
ATTR_LINENO - Static variable in class org.apache.ode.bpel.compiler.bom.BpelObject
 

B

bind(int, String, String, Expression[]) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.OdeXPathFunctionLibrary
 
Bpel11QNames - Class in org.apache.ode.bpel.compiler.bom
 
Bpel11QNames() - Constructor for class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
Bpel20QNames - Class in org.apache.ode.bpel.compiler.bom
 
Bpel20QNames() - Constructor for class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
BpelC - Class in org.apache.ode.bpel.compiler
Wrapper for BpelCompiler implementations, providing basic utility methods and auto-detection of BPEL version.
bpelCompilationCompleted(Process) - Method in interface org.apache.ode.bpel.compiler.api.ExpressionValidator
Notifies process compilation completed.
BpelCompiler - Class in org.apache.ode.bpel.compiler
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.
BpelCompiler11 - Class in org.apache.ode.bpel.compiler
BPEL v1.1 compiler.
BpelCompiler11() - Constructor for class org.apache.ode.bpel.compiler.BpelCompiler11
 
BpelCompiler20 - Class in org.apache.ode.bpel.compiler
OASIS BPEL V2.0 Compiler
BpelCompiler20() - Constructor for class org.apache.ode.bpel.compiler.BpelCompiler20
 
BpelCompiler20Draft - Class in org.apache.ode.bpel.compiler
 
BpelCompiler20Draft() - Constructor for class org.apache.ode.bpel.compiler.BpelCompiler20Draft
 
BpelExtensionSerializer - Class in org.apache.ode.bpel.compiler.wsdl
BPEL extension (partnerLinkType/propertyAlias) serializer for WSDL4J.
BpelExtensionSerializer(BpelObjectFactory) - Constructor for class org.apache.ode.bpel.compiler.wsdl.BpelExtensionSerializer
 
bpelImportsLoaded(Process, CompilerContext) - Method in interface org.apache.ode.bpel.compiler.api.ExpressionValidator
Notifies process compilation began
BpelObject - Class in org.apache.ode.bpel.compiler.bom
Common interface to all BPEL object model (BOM) objects.
BpelObject(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.BpelObject
 
BpelObject4WSDL - Class in org.apache.ode.bpel.compiler.bom
 
BpelObject4WSDL(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.BpelObject4WSDL
 
BpelObjectFactory - Class in org.apache.ode.bpel.compiler.bom
 
BpelObjectFactory() - Constructor for class org.apache.ode.bpel.compiler.bom.BpelObjectFactory
 
BRANCHES - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Branches - Class in org.apache.ode.bpel.compiler.bom
Interface for a <branches> as used in a forEach activity.
Branches(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Branches
 

C

CASE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
CASE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
CATCH - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
CATCH - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Catch - Class in org.apache.ode.bpel.compiler.bom
Representation of a BPEL fault handler catch block.
Catch(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Catch
 
CATCHALL - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
CATCHALL - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
close() - Method in class org.apache.ode.bpel.compiler.WSDLLocatorImpl
 
code - Variable in class org.apache.ode.bpel.compiler.api.CompilationMessage
The message/error code for this message.
CommonCompilationMessages - Class in org.apache.ode.bpel.compiler
General compilation messages.
CommonCompilationMessages() - Constructor for class org.apache.ode.bpel.compiler.CommonCompilationMessages
 
Communication - Interface in org.apache.ode.bpel.compiler.bom
Base interface for BPEL constructs representing a web-service communication.
CommunicationHelper - Class in org.apache.ode.bpel.compiler.bom
 
CommunicationHelper(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.CommunicationHelper
 
COMPENSATE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
COMPENSATE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
CompensateActivity - Class in org.apache.ode.bpel.compiler.bom
Representation of the BPEL <compensate> activity.
CompensateActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.CompensateActivity
 
CompensateGeneratorMessages - Class in org.apache.ode.bpel.compiler
 
CompensateGeneratorMessages() - Constructor for class org.apache.ode.bpel.compiler.CompensateGeneratorMessages
 
CompensateScopeActivity - Class in org.apache.ode.bpel.compiler.bom
Representation of the BPEL <compensateScope> activity.
CompensateScopeActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.CompensateScopeActivity
 
COMPENSATIONHANDLER - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
COMPENSATIONHANDLER - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
CompensationHandler - Class in org.apache.ode.bpel.compiler.bom
Representation of a BPEL compensation handler.
CompensationHandler(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.CompensationHandler
 
CompilationException - Exception in org.apache.ode.bpel.compiler.api
Exception indicating a compilation error.
CompilationException(CompilationMessage, Throwable) - Constructor for exception org.apache.ode.bpel.compiler.api.CompilationException
 
CompilationException(CompilationMessage) - Constructor for exception org.apache.ode.bpel.compiler.api.CompilationException
 
CompilationMessage - Class in org.apache.ode.bpel.compiler.api
Data structure representing messages emitted from the compiler.
CompilationMessage() - Constructor for class org.apache.ode.bpel.compiler.api.CompilationMessage
 
CompilationMessageBundle - Class in org.apache.ode.bpel.compiler.api
 
CompilationMessageBundle() - Constructor for class org.apache.ode.bpel.compiler.api.CompilationMessageBundle
 
compile(OActivity, Activity) - Method in interface org.apache.ode.bpel.compiler.ActivityGenerator
Generate compiled representation for the given activity definition.
compile(Activity) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
compile(Object) - Method in interface org.apache.ode.bpel.compiler.api.ExpressionCompiler
Compile an expression into a OExpression object.
compile(Process, String, long) - Method in class org.apache.ode.bpel.compiler.BpelC
Compile a BPEL process from a BOM Process object.
compile(File, long) - Method in class org.apache.ode.bpel.compiler.BpelC
Compile a BPEL process from a file.
compile(Process, ResourceFinder, long) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
Compile a process.
compile(Activity) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
compile(OActivity, BpelObject, Runnable) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
compile(OActivity, Activity) - Method in class org.apache.ode.bpel.compiler.ForEachGenerator
 
compile(OActivity, Activity) - Method in class org.apache.ode.bpel.compiler.SwitchGenerator
 
compile(Object) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerBPEL11
 
compile(Object) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerBPEL20
 
compile(Object) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl
 
compile(Object) - Method in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
compileExpr(Expression) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
compileExpr(Expression, OVarType, Object, Object[]) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
compileExpr(String, NSContext) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
BPEL 1.1 legacy.
compileExpr(Expression) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
compileExpr(Expression, OVarType, Object, Object[]) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
compileExpr(String, NSContext) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
compileJoinCondition(Expression) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
compileJoinCondition(Object) - Method in interface org.apache.ode.bpel.compiler.api.ExpressionCompiler
Compile a join condition into a OExpression object.
compileJoinCondition(Expression) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
compileJoinCondition(Object) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerBPEL11
 
compileJoinCondition(Object) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerBPEL20
 
compileJoinCondition(Object) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl
 
compileJoinCondition(Object) - Method in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
CompileListener - Interface in org.apache.ode.bpel.compiler.api
Interface allowing an object to listen to compilation events.
compileLValue(Object) - Method in interface org.apache.ode.bpel.compiler.api.ExpressionCompiler
Compile an lvalue (the 'to' of an assignment) into a OLValueExpression object.
compileLValue(Object) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerBPEL11
 
compileLValue(Object) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerBPEL20
 
compileLValue(Object) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl
 
compileLValue(Object) - Method in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
compileLValueExpr(Expression) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
compileLValueExpr(Expression, OVarType, Object, Object[]) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
compileLValueExpr(Expression) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
compileLValueExpr(Expression, OVarType, Object, Object[]) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
CompilerContext - Interface in org.apache.ode.bpel.compiler.api
Interface providing access to the compiler.
compileSLC(ScopeLikeActivity, OScope.Variable[]) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
compileSLC(ScopeLikeActivity, OScope.Variable[]) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
compileXslt(String) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
compileXslt(String) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
COMPLETION_CONDITION - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
CompletionCondition - Class in org.apache.ode.bpel.compiler.bom
Interface for a <completionCondition> as used in a forEach activity.
CompletionCondition(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.CompletionCondition
 
CompositeActivity - Class in org.apache.ode.bpel.compiler.bom
Base interface for BPEL composite activities <flow> and <sequence>.
CompositeActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.CompositeActivity
 
CONDITION - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
constantExpr(boolean) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
constantExpr(boolean) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
Produce a boolean OExpression expression that returns a constant value.
Constants - Class in org.apache.ode.bpel.elang.xpath20.compiler
XPath-4-BPEL related constants.
Constants() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
COPY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
COPY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Copy - Class in org.apache.ode.bpel.compiler.bom
Assignment copy entry.
Copy(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Copy
 
CORRELATION - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
CORRELATION - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Correlation - Class in org.apache.ode.bpel.compiler.bom
Representaiton of a BPEL <correlation> modifier.
Correlation(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Correlation
 
Correlation.CorrelationPattern - Enum in org.apache.ode.bpel.compiler.bom
 
Correlation.Initiate - Enum in org.apache.ode.bpel.compiler.bom
 
CORRELATIONS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
CORRELATIONS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Correlations - Class in org.apache.ode.bpel.compiler.bom
 
Correlations(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Correlations
 
CORRELATIONSET - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
CORRELATIONSET - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
CorrelationSet - Class in org.apache.ode.bpel.compiler.bom
BPEL correlation set declaration.
CorrelationSet(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.CorrelationSet
 
CORRELATIONSETS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
CORRELATIONSETS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
CorrelationSets - Class in org.apache.ode.bpel.compiler.bom
 
CorrelationSets(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.CorrelationSets
 
createBpelObject(Element) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
createBpelObject(Element, URI) - Method in class org.apache.ode.bpel.compiler.bom.BpelObjectFactory
 
CreateInstanceActivity - Class in org.apache.ode.bpel.compiler.bom
Interface implemented by activities that can be used to create an process instance.
CreateInstanceActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.CreateInstanceActivity
 

D

DefaultResourceFinder - Class in org.apache.ode.bpel.compiler
Basic implementation of the ResourceFinder interface.
DefaultResourceFinder() - Constructor for class org.apache.ode.bpel.compiler.DefaultResourceFinder
Default constructor: resolve relative URIs against current working directory.
DefaultResourceFinder(File, File) - Constructor for class org.apache.ode.bpel.compiler.DefaultResourceFinder
Constructor: resolve relative URIs against specified directory.
Definition4BPEL - Interface in org.apache.ode.bpel.compiler.wsdl
Extension of the WSDL Definition interface that includes manipulators for BPEL-specific extensions.
derefQName(String, Element) - Static method in class org.apache.ode.bpel.compiler.wsdl.BpelExtensionSerializer
Dereference a qualified name given in the "ns:name" form using the namespace context of a given element.
doJaxenCompile(OXPath10Expression, Expression) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerImpl
Verifies validity of a xpath expression.
DOMBuilderContentHandler - Class in org.apache.ode.bpel.compiler.bom
 
DOMBuilderContentHandler(Document) - Constructor for class org.apache.ode.bpel.compiler.bom.DOMBuilderContentHandler
 
doXslTransform(XPathContext, String, Object) - Static method in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10BpelFunctions
WS-BPEL doXslTransform function

E

ELSE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
ELSEIF - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
EMPTY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
EMPTY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
EmptyActivity - Class in org.apache.ode.bpel.compiler.bom
BOM representation of the BPEL <empty> activity.
EmptyActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.EmptyActivity
 
endElement(String, String, String) - Method in class org.apache.ode.bpel.compiler.bom.DOMBuilderContentHandler
 
errAliasUndeclaredMessage(QName, String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Missing message type reference in property alias {0} in namespace {1}.
errAtomicScopeNesting(boolean) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
 
errBpel11RequiresWsdl() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
A WSDL document must be specified for a BPEL4WS 1.1 process.
errBpelParseErr() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Error parsing BPEL process: the BPEL is either malformed or is invalid.
errCantFindXslt(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Could not find the XSLT stylesheet referenced with URI {0}, make sure it has been properly provided to the compiler.
errCompensateNAtoContext() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Compensation is not applicable in this (non-recovery) context.
errCompensateOfInvalidScope(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The scope "{0}" is not available for compensation in this context.
errCompilationErrors(int, String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Compilation completed with {0} error(s): {1}
errCopyFromMessageToNonMessage(String) - Method in class org.apache.ode.bpel.compiler.AssignGeneratorMessages
Copy from message variable {0} requires a message for the l-value.
errCopyFromUndeclaredPartnerRole(String, String) - Method in class org.apache.ode.bpel.compiler.AssignGeneratorMessages
Copy from partner link {0} with enpoint reference {1} requires the corresponding role to be defined on partner link.
errCopyToMessageFromNonMessage(String) - Method in class org.apache.ode.bpel.compiler.AssignGeneratorMessages
Copy to message variable {0} requires a message for the r-value.
errCopyToUndeclaredPartnerRole(String) - Method in class org.apache.ode.bpel.compiler.AssignGeneratorMessages
Copy to partner link {0} requires the partnerRole to be defined on partner link.
errDuplicateLinkDecl(String) - Method in class org.apache.ode.bpel.compiler.FlowGeneratorMessages
Duplicate declaration of link "{0}".
errDuplicateLinkSource(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Duplicate declaration of source for link "{0}".
errDuplicateLinkTarget(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Duplicate declaration of target for link "{0}".
errDuplicatePartnerLinkDecl(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Duplicate declaration of partnerLink "{0}".
errDuplicateUseCorrelationSet(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempt to reference undeclared correlation set "{0}".
errDuplicateVariableDecl(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Duplicate declaration of variable "{0}".
errDuplicateWSDLImport(String, String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempted to import WSDL for namespace {0} from multiple locations: definitions from {1} will be ignored!
errEmptyCatch() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
 
errEmptyExpression(URI, QName) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
Empty query
errEmptyOnMessage() - Method in class org.apache.ode.bpel.compiler.PickGeneratorMessages
 
errEmptyScope() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Empty scopes are forbidden.
errEmptySequence() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
 
errExpressionMessageNoPart(String) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
Invalid number of argument to function "{0}".
errForEachAndScopeVariableRedundant(String) - Method in class org.apache.ode.bpel.compiler.ForEachGeneratorMessages
The <reply> must specify a reply message.
errForOrUntilMustBeGiven() - Method in class org.apache.ode.bpel.compiler.PickGeneratorMessages
 
errIfWithNoCondition() - Method in class org.apache.ode.bpel.compiler.IfGeneratorMessages
The <if> must have a condition element.
errInvalidAlarm() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Invalid alarm handler (check for/until/repeatEvery).
errInvalidDeploymentDescriptor(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Deployment descriptor is invalid: {0}
errInvalidDocXsltUri(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
XSLT stylesheet URI is invalid/malformed: {0}
errInvalidEvent() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Invalid alarm handler (check for/until/repeatEvery).
errInvalidImport(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The import "{0}" is invalid / malformed.
errInvalidNumberOfArguments(String) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
Invalid number of argument to function "{0}".
errInvalidQName(String) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
The prefixed name "{0}" could not be dereferenced in this namespace context.
errInvalidRetryDelayValue(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The retryDelay attribute must be a positive integer, found {0}
errInvalidRetryForValue(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The retryFor attribute must be a positive integer, found {0}
errInvokeNoInputMessageForInputOp(String) - Method in class org.apache.ode.bpel.compiler.InvokeGeneratorMessages
Invoke doesn't define an input variable even though the operation {0} declares an input message.
errInvokeNoOutputMessageForOutputOp(String) - Method in class org.apache.ode.bpel.compiler.InvokeGeneratorMessages
Invoke doesn't define an output variable even though the operation {0} declares an output message.
errLinkCrossesEventHandlerBoundary(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The link "{0}" crosses an event handler boundary.
errLinkMissingSourceActivity(String) - Method in class org.apache.ode.bpel.compiler.FlowGeneratorMessages
The link "{0}" does not have a source.
errLinkMissingTargetActivity(String) - Method in class org.apache.ode.bpel.compiler.FlowGeneratorMessages
The link "{0}" does not have a target.
errLiteralExpected(String) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
The expression "{0}" must be a literal string.
errMessageVariableRequired(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Cannot use non-message variable "{0}" in this context (message variable is required).
errMismatchedMessageAssignment(String, QName, String, QName) - Method in class org.apache.ode.bpel.compiler.AssignGeneratorMessages
Copy to message variable {0} of type {1} from message {2} of type {3} is not permitted (the message types do not match).
errMissingFromSpec() - Method in class org.apache.ode.bpel.compiler.AssignGeneratorMessages
Copy missing from-spec.
errMissingImportLocation() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Missing import location.
errMissingMyRolePortType(QName, String, QName) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
 
errMissingPartnerRolePortType(QName, String, QName) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
 
errMissingQueryExpression() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
A required query language expression was not present.
errMissingScopeinForeach() - Method in class org.apache.ode.bpel.compiler.ForEachGeneratorMessages
 
errMissingToSpec() - Method in class org.apache.ode.bpel.compiler.AssignGeneratorMessages
Copy missing to-spec.
errMustSpecifyExternalVariableId(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
 
errMustSpecifyRelatedVariable(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
 
errNoMyRoleOnReceivePartnerLink(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Partner link {0} used in receive activity doesn't define role myRole.
errNoRootActivity() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Process has no root activity.
errNoWsdlDefinitionForNamespace(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
No WSDL definition for namespace "{0}".
errOnAlarmWithCreateInstance() - Method in class org.apache.ode.bpel.compiler.PickGeneratorMessages
 
ERROR - Static variable in class org.apache.ode.bpel.compiler.api.CompilationMessage
Error message.
error(TransformerException) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XslCompilationErrorListener
 
errOutputVariableMustBeSpecified() - Method in class org.apache.ode.bpel.compiler.ReplyGeneratorMessages
The <reply> must specify a reply message.
errPartnerLinkDoesNotDeclareMyRole(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The partnerLink "{0}" does not define a myRole.
errPartnerLinkDoesNotDeclarePartnerRole(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The partnerLink "{0}" does not define a partnerRole.
errPartnerLinkNoPartnerRoleButInitialize(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The partnerLink "{0}" does not define a partnerRole but is set to initializePartnerRole=yes.
errPortTypeMismatch(QName, QName) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The port type "{0}" does not match the expected port type ("{1}").
errProcessNameNotSpecified() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
 
errProcessNamespaceNotSpecified() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
 
errPropertyDeclaredWithComplexType(QName, QName) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempt to declare property "{0}" with complex type "{1}".
errRendezvousNotSupported() - Method in class org.apache.ode.bpel.compiler.PickGeneratorMessages
 
errSchemaError(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Error in schema processing: {0}
errScopeToCompensateUnspecfied() - Method in class org.apache.ode.bpel.compiler.CompensateGeneratorMessages
The scope to compensate is unspecified.
errSecondNonInitiateOrJoinCorrelationSet(String) - Method in class org.apache.ode.bpel.compiler.PickGeneratorMessages
Attempt to use multiple non-initiate correlation sets; second set was "{0}".
errTODO(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
FEATURE NOT SUPPORTED: {0}
errTwoWayOperationExpected(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempt to use one-way operation "{0}" in a context requiring a request-response.
errUnconfigurableXPathFactory() - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
 
errUndeclaredCorrelationSet(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempt to reference undeclared correlation set "{0}".
errUndeclaredFault(String, String) - Method in class org.apache.ode.bpel.compiler.ReplyGeneratorMessages
The <reply> activity has an undeclared fault "{0}" for operation "{1}".
errUndeclaredFunctionPrefix(String, String) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
The prefix "{0}" on the XPath function "{1}" is not bound to a URI.
errUndeclaredLink(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempt to reference undeclared link "{0}".
errUndeclaredMessage(String, String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempt to reference undeclared WSDL message "{0}" in namespace {1}.
errUndeclaredMessagePart(String, QName, String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempt to reference undeclared part "{2}" for variable "{0}": the WSDL message type "{1}" does not declare "{2}".
errUndeclaredOperation(QName, String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The operation "{1}" is not declared on portType "{0}".
errUndeclaredPartnerLink(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempt to reference undeclared partner link "{0}".
errUndeclaredPartnerLinkType(QName) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempt to reference undeclared partner link type "{0}".
errUndeclaredPortType(QName) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempt to reference undeclared portType "{0}".
errUndeclaredProperty(QName) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempt to reference undeclared property "{0}".
errUndeclaredPropertyAlias(String, QName) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The property "{1}" does not have an alias for message type "{0}".
errUndeclaredRole(String, QName) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempt to reference undeclared role "{0}" for partnerLink "{1}".
errUndeclaredVariable(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempt to reference undeclared variable "{0}".
errUndeclaredXsdType(QName) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempt to reference undeclared XSD type "{0}".
errUnexpectedCompilationError(String) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
Unexpected compilator error: {0}
errUnexpectedNodeTypeForXPath(String) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
The XPath node with value "{0}" was not a text node.
errUnknownActivity(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The BOM activity class "{0}" is unrecoginized.
errUnknownBpelFunction(String) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
Attempt to use an unrecognized BPEL function "{0}".
errUnknownExpressionLanguage(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The expression language "{0}" is unrecognized.
errUnknownImportType(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The import type "{0}" is unknown.
errUnknownPartInAlias(String, String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The part {0} declared in property alias for messageType {1} couldn't be found.
errUnknownToSpec() - Method in class org.apache.ode.bpel.compiler.AssignGeneratorMessages
To-spec format is unrecognized.
errUnkownFromSpec() - Method in class org.apache.ode.bpel.compiler.AssignGeneratorMessages
From-spec format is unrecognized.
errUnrecognizedBpelVersion() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Unrecognized BPEL version!
errUnrecognizedVariableDeclaration(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The declaration of variable "{0}" was not recognized.
errUnspecifiedImportType() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Must specify an import type.
errUseOfUninitializedCorrelationSet(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Attempt to use correlation set "{0}" before it has been initialized.
errVariableDeclInvalid(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
 
errVariableDeclMissingType(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Declaration of variable "{0}" does not specify the required type (either MessageType or ElementType).
errVariableDeclMutipleTypes(String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Declaration of variable "{0}" can specify either MessageType or ElementType, but not both.
errVariableTypeMismatch(String, QName, QName) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The variable "{0}" must be of type "{1}" to be used in this context; its actual type is "{1}".
errWaitMustDefineForOrUntilDuration() - Method in class org.apache.ode.bpel.compiler.WaitGeneratorMessages
Must specify exactly one "for" or "until" expression.
errWsdlImportFailed(String, String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Unable to import WSDL at URI "{0}"; WSDL fault code "{1}".
errWsdlImportNotFound(String, String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
The WSDL for namespace "{0}" could not be found in "{1}".
errWsdlParseError(String, String, String) - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
{1}: [{0}] {2}
errXPathSyntax(String) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
The string "{0}" is not a valid XPath 1.0 expression.
errXQuery10Syntax(String, String) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
The string "{0}" is not a valid XQuery 1.0 expression.
errXslCompilation(String, String) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
Error compiling XSL Sheet "{0}" : {1}.
errXsltStylesheetNotFound(String) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
bpws:xsltStylesheetNotFound the declared stylesheet could not be found: {0}
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.CombineUrl
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.ComposeUrl
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.DayTimeDuration
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.Delete
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.DomToString
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.DoXslTransform
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.GetVariableProperty
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.InsertAfter
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.InsertAsFirstInto
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.InsertAsLastInto
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.InsertBefore
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.InsertInto
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.ProcessProperty
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.Rename
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.SplitToElements
 
evaluate(List) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.YearMonthDuration
 
EVENTHANDLERS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
EVENTHANDLERS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
EXIT - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
EXPLANG_XPATH - Static variable in class org.apache.ode.bpel.compiler.BpelCompiler11
URI for the XPath 1.0 expression language.
EXPRESSION - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
EXPRESSION - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Expression - Class in org.apache.ode.bpel.compiler.bom
BOM representation of a BPEL expression language expression.
Expression(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Expression
 
Expression11 - Class in org.apache.ode.bpel.compiler.bom
BPEL-1.1 overrides for the expression object.
Expression11(Element, Node) - Constructor for class org.apache.ode.bpel.compiler.bom.Expression11
 
ExpressionCompiler - Interface in org.apache.ode.bpel.compiler.api
Interface implemented by BPEL expression language compilers.
ExpressionValidator - Interface in org.apache.ode.bpel.compiler.api
 
ExpressionValidatorFactory - Class in org.apache.ode.bpel.compiler
 
ExpressionValidatorFactory(Properties) - Constructor for class org.apache.ode.bpel.compiler.ExpressionValidatorFactory
 
EXT_FUNCTION_DOXSLTRANSFORM - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
Extension function bpws:getLinkStatus('getLinkName')
EXT_FUNCTION_GETLINKSTATUS - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
Extension function bpws:getLinkStatus('getLinkName')
EXT_FUNCTION_GETVARIABLEDATA - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
Extension function bpws:getVariableData('variableName', 'partName'?
EXT_FUNCTION_GETVARIABLEPROPERTY - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
Extension function bpws:getVariableProperty('variableName','propertyName')
ExtensibilityQNames - Class in org.apache.ode.bpel.compiler.bom
 
ExtensibilityQNames() - Constructor for class org.apache.ode.bpel.compiler.bom.ExtensibilityQNames
 
ExtensionVal - Class in org.apache.ode.bpel.compiler.bom
Assignment L/R-value defined in terms of message variable extensions.
ExtensionVal(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.ExtensionVal
 
EXTVAR_ATTR - Static variable in class org.apache.ode.bpel.compiler.bom.ExtensibilityQNames
Attribute name for external variable id.
EXTVAR_RELATED - Static variable in class org.apache.ode.bpel.compiler.bom.ExtensibilityQNames
Attribute holding the name of the "related" variable.

F

FAILURE_HANDLING - Static variable in class org.apache.ode.bpel.compiler.bom.ExtensibilityQNames
 
FAILURE_HANDLING_FAULT_ON - Static variable in class org.apache.ode.bpel.compiler.bom.ExtensibilityQNames
 
FAILURE_HANDLING_RETRY_DELAY - Static variable in class org.apache.ode.bpel.compiler.bom.ExtensibilityQNames
 
FAILURE_HANDLING_RETRY_FOR - Static variable in class org.apache.ode.bpel.compiler.bom.ExtensibilityQNames
 
FailureHandling - Class in org.apache.ode.bpel.compiler.bom
BOM representation of the failure handling settings extensibility element.
FailureHandling(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.FailureHandling
 
fatalError(TransformerException) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XslCompilationErrorListener
 
FaultHandler - Class in org.apache.ode.bpel.compiler.bom
BOM representation of a BPEL fault handler, i.e. a collection of catch blocks.
FaultHandler(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.FaultHandler
 
FAULTHANDLERS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
FAULTHANDLERS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_ASSIGN - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_BRANCHES - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_CASE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_CATCH - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_CATCHALL - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_COMPENSATE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_COMPENSATE_SCOPE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_COMPENSATIONHANDLER - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_COMPLETION_CONDITION - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_CONDITION - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_COPY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_CORRELATION - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_CORRELATIONS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_CORRELATIONSET - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_CORRELATIONSETS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_COUNTER_VALUE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_ELSE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_ELSEIF - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_EMPTY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_EVENTHANDLERS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_EXIT - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_EXPRESSION - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_FAULTHANDLERS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_FINAL_COUNTER_VALUE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_FLOW - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_FOR - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_FOREACH - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_FROM - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_IF - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_IMPORT - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_INVOKE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_ITERATOR - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_JOIN_CONDITION - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_LINK - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_LINKS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_LITERAL - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_ONALARM - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_ONEVENT - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_ONMESSAGE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_OTHERWISE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_PARTNERLINK - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_PARTNERLINKS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_PICK - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_PLINKROLE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_PLINKTYPE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_PROCESS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
Some BPEL 2.0 Final Elements
FINAL_PROPALIAS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_PROPERTY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_PROPQUERY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_QUERY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_RECEIVE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_REPEAT_EVERY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_REPEATUNTIL - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_REPLY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_RETHROW - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_SCOPE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_SEQUENCE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_SERVICE_REF - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_SOURCE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_SOURCES - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_START_COUNTER_VALUE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_SWITCH - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_TARGET - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_TARGETS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_TERMINATIONHANDLER - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_THEN - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_THROW - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_TO - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_TRANSITION_CONDITION - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_UNTIL - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_VARIABLE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_VARIABLES - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_WAIT - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FINAL_WHILE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
finalize() - Method in class org.apache.ode.bpel.compiler.BpelC
 
FLOW - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
FLOW - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FlowActivity - Class in org.apache.ode.bpel.compiler.bom
BOM representation of the BPEL <flow> activity.
FlowActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.FlowActivity
 
FlowGeneratorMessages - Class in org.apache.ode.bpel.compiler
 
FlowGeneratorMessages() - Constructor for class org.apache.ode.bpel.compiler.FlowGeneratorMessages
 
FOR - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
FOREACH - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
ForEachActivity - Class in org.apache.ode.bpel.compiler.bom
Representation of the BPEL <forEach> activity.
ForEachActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.ForEachActivity
 
ForEachGenerator - Class in org.apache.ode.bpel.compiler
Generates code for <forEach> activities.
ForEachGenerator() - Constructor for class org.apache.ode.bpel.compiler.ForEachGenerator
 
ForEachGeneratorMessages - Class in org.apache.ode.bpel.compiler
 
ForEachGeneratorMessages() - Constructor for class org.apache.ode.bpel.compiler.ForEachGeneratorMessages
 
formatCompilationMessage(String, Object...) - Method in class org.apache.ode.bpel.compiler.api.CompilationMessageBundle
 
FROM - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
FROM - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
From - Class in org.apache.ode.bpel.compiler.bom
Marker interface for assignment R-values.
From(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.From
 

G

getAccessibleVariables() - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
getAccessibleVariables() - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
getActivities() - Method in class org.apache.ode.bpel.compiler.bom.CompositeActivity
Get the (ordered) list of child activities.
getActivity() - Method in class org.apache.ode.bpel.compiler.bom.Catch
Get the activity for this catch block.
getActivity() - Method in class org.apache.ode.bpel.compiler.bom.CompensationHandler
Get the compensating activity.
getActivity() - Method in class org.apache.ode.bpel.compiler.bom.IfActivity.Case
Get the activity for this case.
getActivity() - Method in class org.apache.ode.bpel.compiler.bom.IfActivity
Get the activity for this if.
getActivity() - Method in class org.apache.ode.bpel.compiler.bom.OnAlarm
The activity associated with the alarm.
getActivity() - Method in class org.apache.ode.bpel.compiler.bom.OnMessage
Get the activity associated with the event (i.e. the activity that is activated).
getActivity() - Method in class org.apache.ode.bpel.compiler.bom.RepeatUntilActivity
Get the child (repeated) activity.
getActivity() - Method in class org.apache.ode.bpel.compiler.bom.SwitchActivity.Case
Get the activity for this case.
getActivity() - Method in class org.apache.ode.bpel.compiler.bom.TerminationHandler
Get the termination activity.
getActivity() - Method in class org.apache.ode.bpel.compiler.bom.WhileActivity
Get the child (repeated) activity.
getActivityStack() - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
getActivityStack() - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
getAlarms() - Method in class org.apache.ode.bpel.compiler.bom.Scope
Get an array of OnAlarmEventHandlers for this scope.
getAsExpression() - Method in class org.apache.ode.bpel.compiler.bom.From
 
getAsExpression() - Method in class org.apache.ode.bpel.compiler.bom.ToFrom
 
getAsExtensionVal() - Method in class org.apache.ode.bpel.compiler.bom.ToFrom
Cast this tofrom to an "extension" to/from.
getAsLiteralVal() - Method in class org.apache.ode.bpel.compiler.bom.From
 
getAsPartnerLinkVal() - Method in class org.apache.ode.bpel.compiler.bom.ToFrom
 
getAsPropertyVal() - Method in class org.apache.ode.bpel.compiler.bom.ToFrom
 
getAsVariableVal() - Method in class org.apache.ode.bpel.compiler.bom.ToFrom
 
getAtomicScope() - Method in class org.apache.ode.bpel.compiler.bom.Scope
 
getAttribute(QName, String) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getAttribute(String, String) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getAttribute(String) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getAttribute(String, Map<String, T>, T) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getAttribute(Element, String) - Method in class org.apache.ode.bpel.compiler.wsdl.BpelExtensionSerializer
 
getBaseInputSource() - Method in class org.apache.ode.bpel.compiler.WSDLLocatorImpl
 
getBaseResourceURI() - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
Retrieves the base URI that the BPEL Process execution contextis running relative to.
getBaseResourceURI() - Method in class org.apache.ode.bpel.compiler.BpelCompiler
Retrieves the base URI that the BPEL Process execution contextis running relative to.
getBaseResourceURI() - Method in class org.apache.ode.bpel.compiler.DefaultResourceFinder
 
getBaseResourceURI() - Method in interface org.apache.ode.bpel.compiler.ResourceFinder
 
getBaseURI() - Method in class org.apache.ode.bpel.compiler.WSDLLocatorImpl
 
getBpelVersion() - Method in class org.apache.ode.bpel.compiler.bom.Process
Get the BPEL version of this process.
getBpwsNamespace() - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
getBpwsNamespace() - Method in class org.apache.ode.bpel.compiler.BpelCompiler11
 
getBpwsNamespace() - Method in class org.apache.ode.bpel.compiler.BpelCompiler20
 
getBpwsNamespace() - Method in class org.apache.ode.bpel.compiler.BpelCompiler20Draft
 
getBranch() - Method in class org.apache.ode.bpel.compiler.bom.CompletionCondition
 
getCases() - Method in class org.apache.ode.bpel.compiler.bom.IfActivity
Get the cases for this switch.
getCases() - Method in class org.apache.ode.bpel.compiler.bom.SwitchActivity
Get the cases for this switch.
getCatches() - Method in class org.apache.ode.bpel.compiler.bom.FaultHandler
Gets the Catch blocks for this fault handler.
getChild() - Method in class org.apache.ode.bpel.compiler.bom.ForEachActivity
Gets the scope activity that we will iterate on.
getChildActivity() - Method in class org.apache.ode.bpel.compiler.bom.ScopeActivity
Get the child activity for this ScopeActivity
getChildren(Class<T>) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getChildren(QName) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getChildren() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getColumnNo() - Method in interface org.apache.ode.bpel.compiler.api.SourceLocation
Column number.
getColumnNo() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getColumnNo() - Method in class org.apache.ode.bpel.elang.xpath10.compiler.SourceLocatorWrapper
 
getCompensationHandler() - Method in class org.apache.ode.bpel.compiler.bom.Scope
Get the compensation handler for this scope.
getCompilationMessage() - Method in exception org.apache.ode.bpel.compiler.api.CompilationException
Get the CompilationMessage associated with this exception}.
getCompileListener() - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
getCompletionCondition() - Method in class org.apache.ode.bpel.compiler.bom.ForEachActivity
Gets a completion condition defining how many child scope completions can occur before the forEach completes.
getCondition() - Method in class org.apache.ode.bpel.compiler.bom.IfActivity.Case
Get the condition associated with this case.
getCondition() - Method in class org.apache.ode.bpel.compiler.bom.IfActivity
 
getCondition() - Method in class org.apache.ode.bpel.compiler.bom.RepeatUntilActivity
Get the repeat-until condition.
getCondition() - Method in class org.apache.ode.bpel.compiler.bom.SwitchActivity.Case
Get the condition associated with this case.
getCondition() - Method in class org.apache.ode.bpel.compiler.bom.WhileActivity
Get the while condition.
getCondition() - Method in class org.apache.ode.bpel.compiler.bom.WhileActivity11
 
getCopies() - Method in class org.apache.ode.bpel.compiler.bom.AssignActivity
Get the list of <copy> entries for this activity.
getCorrelations() - Method in interface org.apache.ode.bpel.compiler.bom.Communication
 
getCorrelations() - Method in class org.apache.ode.bpel.compiler.bom.CommunicationHelper
 
getCorrelations() - Method in class org.apache.ode.bpel.compiler.bom.InvokeActivity
 
getCorrelations() - Method in class org.apache.ode.bpel.compiler.bom.OnMessage
 
getCorrelations() - Method in class org.apache.ode.bpel.compiler.bom.ReceiveActivity
 
getCorrelations() - Method in class org.apache.ode.bpel.compiler.bom.ReplyActivity
 
getCorrelationSet() - Method in class org.apache.ode.bpel.compiler.bom.Correlation
Get the name of the referenced correlation set.
getCorrelationSetDecl(String) - Method in class org.apache.ode.bpel.compiler.bom.Scope
Get a correlation set decleration.
getCorrelationSetDecls() - Method in class org.apache.ode.bpel.compiler.bom.Scope
Get correlation sets for this scope.
getCounterName() - Method in class org.apache.ode.bpel.compiler.bom.ForEachActivity
Gets the counter variable name used for iteration.
getCurrent() - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
getCurrent() - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
getDefaultExpressionLanguage() - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
getDefaultExpressionLanguage() - Method in class org.apache.ode.bpel.compiler.BpelCompiler11
 
getDefaultExpressionLanguage() - Method in class org.apache.ode.bpel.compiler.BpelCompiler20
 
getDefaultExpressionLanguage() - Method in class org.apache.ode.bpel.compiler.BpelCompiler20Draft
 
getDefinition() - Method in interface org.apache.ode.bpel.compiler.wsdl.Definition4BPEL
 
getElement() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getElementType() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject4WSDL
 
getElementType() - Method in class org.apache.ode.bpel.compiler.bom.OnEvent
 
getElementType() - Method in class org.apache.ode.bpel.compiler.wsdl.XMLSchemaType
 
getEndpointReference() - Method in class org.apache.ode.bpel.compiler.bom.PartnerLinkVal
 
getEvents() - Method in class org.apache.ode.bpel.compiler.bom.Scope
 
getExpression() - Method in class org.apache.ode.bpel.compiler.bom.Expression
 
getExpression() - Method in class org.apache.ode.bpel.compiler.bom.Expression11
 
getExpressionLanguage() - Method in class org.apache.ode.bpel.compiler.bom.Expression
Get the expression language for this expression.
getExpressionLanguage() - Method in class org.apache.ode.bpel.compiler.bom.Expression11
 
getExpressionLanguage() - Method in class org.apache.ode.bpel.compiler.bom.Process
Get the default expression language.
getExpressionLanguage() - Method in class org.apache.ode.bpel.compiler.bom.Query
 
getExtensibilityElement(QName) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getExtensibilityElements() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
Return the declared extensibility elements.
getExtension() - Method in class org.apache.ode.bpel.compiler.bom.ExtensionVal
 
getExternalId() - Method in class org.apache.ode.bpel.compiler.bom.Variable
Get the external variable identifier (each one will be defined in the deployment descriptor)
getFaultHandler() - Method in class org.apache.ode.bpel.compiler.bom.Scope
Get the fault handler for this scope.
getFaultName() - Method in class org.apache.ode.bpel.compiler.bom.Catch
Get the name of the fault.
getFaultName() - Method in class org.apache.ode.bpel.compiler.bom.ReplyActivity
Get the fault name with which to reply.
getFaultName() - Method in class org.apache.ode.bpel.compiler.bom.ThrowActivity
Get the thrown fault name.
getFaultOnFailure() - Method in class org.apache.ode.bpel.compiler.bom.FailureHandling
 
getFaultVariable() - Method in class org.apache.ode.bpel.compiler.bom.Catch
Get the fault variable.
getFaultVariable() - Method in class org.apache.ode.bpel.compiler.bom.ThrowActivity
Get the fault variable.
getFaultVariableElementType() - Method in class org.apache.ode.bpel.compiler.bom.Catch
Get the fault variable type.
getFaultVariableMessageType() - Method in class org.apache.ode.bpel.compiler.bom.Catch
Get the fault variable type.
getFinalCounter() - Method in class org.apache.ode.bpel.compiler.bom.ForEachActivity
Sets the expression that will be used as a termination value for the forEach iterations.
getFirstChild(Class<T>) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getFirstChild(QName) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getFirstExtensibilityElementElement() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getFor() - Method in class org.apache.ode.bpel.compiler.bom.OnAlarm
Get the duration of the alarm.
getFor() - Method in class org.apache.ode.bpel.compiler.bom.WaitActivity
Get the for expression.
getFrom() - Method in class org.apache.ode.bpel.compiler.bom.Copy
Get the R-value.
getHeader() - Method in class org.apache.ode.bpel.compiler.bom.VariableVal
Get the (optional) header part.
getImportInputSource(String, String) - Method in class org.apache.ode.bpel.compiler.WSDLLocatorImpl
 
getImports() - Method in class org.apache.ode.bpel.compiler.bom.Process
Get the <import>(s) of the process.
getImportType() - Method in class org.apache.ode.bpel.compiler.bom.Import
Get the encoding language.
getInitiate() - Method in class org.apache.ode.bpel.compiler.bom.Correlation
Get the value of the initiate flag.
getInputVar() - Method in class org.apache.ode.bpel.compiler.bom.InvokeActivity
Get the input variable.
getInstance() - Static method in class org.apache.ode.bpel.compiler.bom.BpelObjectFactory
 
getJoinCondition() - Method in class org.apache.ode.bpel.compiler.bom.Activity
Get the join condition.
getKind() - Method in class org.apache.ode.bpel.compiler.bom.Variable
Get the type of declaration; one of: #TYPE_SCHEMA, #TYPE_ELEMENT, or #TYPE_MESSAGE.
getLatestImportURI() - Method in class org.apache.ode.bpel.compiler.WSDLLocatorImpl
 
getLineNo() - Method in interface org.apache.ode.bpel.compiler.api.SourceLocation
Line number.
getLineNo() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
Get the line number in the BPEL source document where this object is defined.
getLineNo() - Method in class org.apache.ode.bpel.elang.xpath10.compiler.SourceLocatorWrapper
 
getLinkName() - Method in class org.apache.ode.bpel.compiler.bom.Link
Get this link's name.
getLinkName() - Method in class org.apache.ode.bpel.compiler.bom.LinkSource
Get the refernced link.
getLinkName() - Method in class org.apache.ode.bpel.compiler.bom.LinkTarget
Get the name of the refernced link.
getLinks() - Method in class org.apache.ode.bpel.compiler.bom.FlowActivity
Get the set of links declared in this <flow> activity.
getLinkSources() - Method in class org.apache.ode.bpel.compiler.bom.Activity
Get the LinkSources for this activity.
getLinkStatus(XPathContext, String) - Static method in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10BpelFunctions
WS-BPEL getLinkStatus function
getLinkTargets() - Method in class org.apache.ode.bpel.compiler.bom.Activity
Get the LinkTargets for this activity.
getLiteral() - Method in class org.apache.ode.bpel.compiler.bom.LiteralVal
Get the literal XML value.
getLocation() - Method in class org.apache.ode.bpel.compiler.bom.Import
Get the location URI of the imported resource.
getLocation() - Method in class org.apache.ode.bpel.compiler.bom.VariableVal
 
getLocation() - Method in class org.apache.ode.bpel.compiler.bom.VariableVal11
 
getMessageExchangeId() - Method in class org.apache.ode.bpel.compiler.bom.OnMessage
Get the optional message exchange identifier.
getMessageExchangeId() - Method in class org.apache.ode.bpel.compiler.bom.ReceiveActivity
Get the optional message exchange identifier.
getMessageExchangeId() - Method in class org.apache.ode.bpel.compiler.bom.ReplyActivity
Get the optional message exchange identifier.
getMessageType() - Method in class org.apache.ode.bpel.compiler.bom.OnEvent
 
getMessageType() - Method in class org.apache.ode.bpel.compiler.bom.PropertyAlias
Get the name of the WSDL message type that this alias it to apply to.
getMyRole() - Method in class org.apache.ode.bpel.compiler.bom.PartnerLink
Gets the 'myRole' of the partnerLink link.
getName() - Method in class org.apache.ode.bpel.compiler.bom.Activity
 
getName() - Method in class org.apache.ode.bpel.compiler.bom.CorrelationSet
Get the name of this correlation set.
getName() - Method in class org.apache.ode.bpel.compiler.bom.PartnerLink
Name of the partnerLink link.
getName() - Method in class org.apache.ode.bpel.compiler.bom.PartnerLinkType
 
getName() - Method in class org.apache.ode.bpel.compiler.bom.PartnerLinkType.Role
Get the portName of the role (e.g.
getName() - Method in class org.apache.ode.bpel.compiler.bom.PartnerLinkType.Role11.PortType11
 
getName() - Method in class org.apache.ode.bpel.compiler.bom.Process
Get the name of the process.
getName() - Method in class org.apache.ode.bpel.compiler.bom.Property
Get the name of the property; note that this name is in the target-namespace of the WSDL.
getName() - Method in class org.apache.ode.bpel.compiler.bom.Variable
Get the name of the variable.
getNamespace() - Method in class org.apache.ode.bpel.compiler.bom.Import
Get the namesapce of the imported definitions.
getNamespaceContext() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
Get the namespace context for this BPEL object (i.e. prefix-to-namespace mapping).
getNSContext() - Method in class org.apache.ode.bpel.compiler.bom.PropertyAlias
Get the namespace context for the <propertyAlias> element that created this object.
getOnAlarms() - Method in class org.apache.ode.bpel.compiler.bom.PickActivity
Gets the alarm for the pick; may be null.
getOnMessages() - Method in class org.apache.ode.bpel.compiler.bom.PickActivity
Return all 'onMessage' handlers.
getOperation() - Method in interface org.apache.ode.bpel.compiler.bom.Communication
Get the operation for the communication.
getOperation() - Method in class org.apache.ode.bpel.compiler.bom.CommunicationHelper
 
getOperation() - Method in class org.apache.ode.bpel.compiler.bom.InvokeActivity
 
getOperation() - Method in class org.apache.ode.bpel.compiler.bom.OnMessage
 
getOperation() - Method in class org.apache.ode.bpel.compiler.bom.ReceiveActivity
 
getOperation() - Method in class org.apache.ode.bpel.compiler.bom.ReplyActivity
 
getOProcess() - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
getOProcess() - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
getOutputVar() - Method in class org.apache.ode.bpel.compiler.bom.InvokeActivity
The output variable.
getPart() - Method in class org.apache.ode.bpel.compiler.bom.PropertyAlias
Get the name of the WSDL part that this alias is to apply to (within the specified message).
getPart() - Method in class org.apache.ode.bpel.compiler.bom.VariableVal
Get the (optional) message part.
getPartnerLink() - Method in interface org.apache.ode.bpel.compiler.bom.Communication
Get the partnerLink link on which to communicate.
getPartnerLink() - Method in class org.apache.ode.bpel.compiler.bom.CommunicationHelper
 
getPartnerLink() - Method in class org.apache.ode.bpel.compiler.bom.InvokeActivity
 
getPartnerLink() - Method in class org.apache.ode.bpel.compiler.bom.OnMessage
 
getPartnerLink() - Method in class org.apache.ode.bpel.compiler.bom.PartnerLinkVal
 
getPartnerLink() - Method in class org.apache.ode.bpel.compiler.bom.ReceiveActivity
 
getPartnerLink() - Method in class org.apache.ode.bpel.compiler.bom.ReplyActivity
 
getPartnerLink(String) - Method in class org.apache.ode.bpel.compiler.bom.Scope
Get a partnerLink declared in this scope.
getPartnerLinks() - Method in class org.apache.ode.bpel.compiler.bom.Scope
Get all partnerLinks delcared in this scope.
getPartnerLinkType() - Method in class org.apache.ode.bpel.compiler.bom.PartnerLink
Get the partnerLink link type.
getPartnerLinkType(QName) - Method in interface org.apache.ode.bpel.compiler.wsdl.Definition4BPEL
 
getPartnerLinkTypes() - Method in interface org.apache.ode.bpel.compiler.wsdl.Definition4BPEL
Get a list of the defined PartnerLinkTypes.
getPartnerRole() - Method in class org.apache.ode.bpel.compiler.bom.PartnerLink
Get the 'partnerRole'
getPath() - Method in interface org.apache.ode.bpel.compiler.api.SourceLocation
Location path (not a file path, but a path in an expression).
getPath() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getPath() - Method in class org.apache.ode.bpel.elang.xpath10.compiler.SourceLocatorWrapper
 
getPattern() - Method in class org.apache.ode.bpel.compiler.bom.Correlation
Get the correlation pattern.
getPortType() - Method in interface org.apache.ode.bpel.compiler.bom.Communication
Get the port type for the communication.
getPortType() - Method in class org.apache.ode.bpel.compiler.bom.CommunicationHelper
 
getPortType() - Method in class org.apache.ode.bpel.compiler.bom.InvokeActivity
 
getPortType() - Method in class org.apache.ode.bpel.compiler.bom.OnMessage
 
getPortType() - Method in class org.apache.ode.bpel.compiler.bom.PartnerLinkType.Role
Get the WSDL portType of the role (i.e. the interface implemented by the object acting in the role).
getPortType() - Method in class org.apache.ode.bpel.compiler.bom.PartnerLinkType.Role11
Get the WSDL portType of the role (i.e. the interface implemented by the object acting in the role).
getPortType() - Method in class org.apache.ode.bpel.compiler.bom.ReceiveActivity
 
getPortType() - Method in class org.apache.ode.bpel.compiler.bom.ReplyActivity
 
getProcessDef() - Method in class org.apache.ode.bpel.compiler.BpelCompiler
Get the process definition.
getProperties() - Method in interface org.apache.ode.bpel.compiler.api.ExpressionCompiler
 
getProperties() - Method in class org.apache.ode.bpel.compiler.bom.CorrelationSet
Get the (ordered) set of properties that define this correlation set.
getProperties() - Method in interface org.apache.ode.bpel.compiler.wsdl.Definition4BPEL
Get a list of the defined Propertys.
getProperties() - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerImpl
 
getProperties() - Method in class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl
 
getProperties() - Method in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
getProperty() - Method in class org.apache.ode.bpel.compiler.bom.PropertyVal
 
getProperty(QName) - Method in interface org.apache.ode.bpel.compiler.wsdl.Definition4BPEL
Get a declared BPEL property, by name.
getPropertyAlias(QName, QName) - Method in interface org.apache.ode.bpel.compiler.wsdl.Definition4BPEL
Get the property alias for the given property name and message type.
getPropertyAliases() - Method in interface org.apache.ode.bpel.compiler.wsdl.Definition4BPEL
Get a list of the defined PropertyAliases.
getPropertyName() - Method in class org.apache.ode.bpel.compiler.bom.PropertyAlias
Get the QName of the property that this alias applies to.
getPropertyType() - Method in class org.apache.ode.bpel.compiler.bom.Property
Get the name of the schema type for this property
getQuery() - Method in class org.apache.ode.bpel.compiler.bom.PropertyAlias
Get the location path query for the OPropertyAlias as originally specified in the WSDL.
getQuery() - Method in class org.apache.ode.bpel.compiler.bom.PropertyAlias11
 
getQueryLanguage() - Method in class org.apache.ode.bpel.compiler.bom.Process
Get the default query language.
getRelated() - Method in class org.apache.ode.bpel.compiler.bom.Variable
External variable support - get the "related" variable name.
getRepeatEvery() - Method in class org.apache.ode.bpel.compiler.bom.OnAlarm
Get the repeatEvery (optional)
getRequired() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject4WSDL
 
getRequired() - Method in class org.apache.ode.bpel.compiler.wsdl.XMLSchemaType
 
getRetryDelay() - Method in class org.apache.ode.bpel.compiler.bom.FailureHandling
 
getRetryFor() - Method in class org.apache.ode.bpel.compiler.bom.FailureHandling
 
getRole(String) - Method in class org.apache.ode.bpel.compiler.bom.PartnerLinkType
 
getRoles() - Method in class org.apache.ode.bpel.compiler.bom.PartnerLinkType
 
getRootActivity() - Method in class org.apache.ode.bpel.compiler.bom.Process
Get the root, process-level activity.
getRoute() - Method in class org.apache.ode.bpel.compiler.bom.OnMessage
 
getRoute() - Method in class org.apache.ode.bpel.compiler.bom.ReceiveActivity
 
getSchemas() - Method in interface org.apache.ode.bpel.compiler.wsdl.Definition4BPEL
Get a list of the schema types defined in-line.
getSchemaSources() - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
getSchemaSources() - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
getScope() - Method in class org.apache.ode.bpel.compiler.bom.InvokeActivity
 
getScope() - Method in class org.apache.ode.bpel.compiler.bom.ScopeLikeActivity
 
getScopeToCompensate() - Method in class org.apache.ode.bpel.compiler.bom.CompensateScopeActivity
Get the name of the compensate scope: the scope which is compensated by this activity.
getSource() - Method in class org.apache.ode.bpel.compiler.bom.Process
Get the URL of the BPEL source document as a String.
getSourceLocation() - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
getSourceLocation() - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
getStartCounter() - Method in class org.apache.ode.bpel.compiler.bom.ForEachActivity
\ Gets the expression that will be used as a start value for the iteration counter.
getSuppressJoinFailure() - Method in class org.apache.ode.bpel.compiler.bom.JoinFailureSuppressor
Get the suppress join failure flag.
getTargetNamespace() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject4WSDL
 
getTargetNamespace() - Method in class org.apache.ode.bpel.compiler.bom.Process
Get the process' target namespace.
getTerminationHandler() - Method in class org.apache.ode.bpel.compiler.bom.Scope
Gets the termination handler for this scope.
getText() - Method in class org.apache.ode.bpel.compiler.bom.RdfLabel
Retrieve the text of the label.
getTextValue() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getTo() - Method in class org.apache.ode.bpel.compiler.bom.Copy
Get the L-value.
getTransitionCondition() - Method in class org.apache.ode.bpel.compiler.bom.LinkSource
Get the link transition condition.
getType() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getTypeName() - Method in class org.apache.ode.bpel.compiler.bom.Variable
Get the type name of this variable.
getUntil() - Method in class org.apache.ode.bpel.compiler.bom.OnAlarm
Get the deadline when the alarm goes out of effect.
getUntil() - Method in class org.apache.ode.bpel.compiler.bom.WaitActivity
Get the "until" expression.
getURI() - Method in interface org.apache.ode.bpel.compiler.api.SourceLocation
URI of the source file.
getURI() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
getURI() - Method in class org.apache.ode.bpel.elang.xpath10.compiler.SourceLocatorWrapper
 
getValidator() - Method in class org.apache.ode.bpel.compiler.ExpressionValidatorFactory
 
getVariable() - Method in class org.apache.ode.bpel.compiler.bom.ExtensionVal
 
getVariable() - Method in class org.apache.ode.bpel.compiler.bom.OnMessage
Get the input message variable for the event.
getVariable() - Method in class org.apache.ode.bpel.compiler.bom.PropertyVal
 
getVariable() - Method in class org.apache.ode.bpel.compiler.bom.ReceiveActivity
Get the name of the variable that will hold the input message.
getVariable() - Method in class org.apache.ode.bpel.compiler.bom.ReplyActivity
Get the variable containing the reply message.
getVariable() - Method in class org.apache.ode.bpel.compiler.bom.VariableVal
Get the name of the variable.
getVariableData(XPathContext, String, String, String) - Static method in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10BpelFunctions
WS-BPEL getVariableData function
getVariableDecl(String) - Method in class org.apache.ode.bpel.compiler.bom.Scope
DOCUMENTME
getVariableNames(String) - Static method in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
getVariableProperty(XPathContext, String, String) - Static method in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10BpelFunctions
WS-BPEL getVariableProperty function
getVariables() - Method in class org.apache.ode.bpel.compiler.bom.Scope
 
getVersion(String) - Static method in class org.apache.ode.bpel.compiler.BpelCompiler
 
getWsdlDefinitions() - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
getXMLSchema() - Method in class org.apache.ode.bpel.compiler.wsdl.XMLSchemaType
 

H

hasMyRole() - Method in class org.apache.ode.bpel.compiler.bom.PartnerLink
Returns true if partnerLink link has a 'myRole'
hasPartnerRole() - Method in class org.apache.ode.bpel.compiler.bom.PartnerLink
Determine if 'partnerRole' is set.

I

IF - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
IfActivity - Class in org.apache.ode.bpel.compiler.bom
Representation of the BPEL <switch> activity.
IfActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.IfActivity
 
IfActivity.Case - Class in org.apache.ode.bpel.compiler.bom
BPEL object model representation of a <case>.
IfActivity.Case(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.IfActivity.Case
 
IfGeneratorMessages - Class in org.apache.ode.bpel.compiler
 
IfGeneratorMessages() - Constructor for class org.apache.ode.bpel.compiler.IfGeneratorMessages
 
IMPORT - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Import - Class in org.apache.ode.bpel.compiler.bom
BPEL Object Model representation of a BPEL <import>.
Import(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Import
 
IMPORTTYPE_WSDL11 - Static variable in class org.apache.ode.bpel.compiler.bom.Import
Value of importType for WSDL 1.1
IMPORTTYPE_XMLSCHEMA10 - Static variable in class org.apache.ode.bpel.compiler.bom.Import
Value of importType for XML Schema 1.0
infCompilingProcess() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Compiling BPEL process.
INFO - Static variable in class org.apache.ode.bpel.compiler.api.CompilationMessage
Informational message.
InvalidBpelPartnerLinkTypeException - Exception in org.apache.ode.bpel.compiler.wsdl
An exception thrown when a BPEL <partnerLinkType> declaration is invalid (from a schema perspective).
InvalidBpelPartnerLinkTypeException(String) - Constructor for exception org.apache.ode.bpel.compiler.wsdl.InvalidBpelPartnerLinkTypeException
Construct a new instance with the specified explanatory message.
InvalidBpelPartnerLinkTypeException(String, Throwable) - Constructor for exception org.apache.ode.bpel.compiler.wsdl.InvalidBpelPartnerLinkTypeException
Construct a new instance with the specified explanatory message and the exception that triggered this exception.
InvalidBpelPropertyAliasException - Exception in org.apache.ode.bpel.compiler.wsdl
An exception thrown when a BPEL <propertyAlias> declaration is invalid (from a schema perspective).
InvalidBpelPropertyAliasException(String) - Constructor for exception org.apache.ode.bpel.compiler.wsdl.InvalidBpelPropertyAliasException
Construct a new instance with the specified explanatory message.
InvalidBpelPropertyAliasException(String, Throwable) - Constructor for exception org.apache.ode.bpel.compiler.wsdl.InvalidBpelPropertyAliasException
Construct a new instance with the specified explanatory message and the exception that triggered this exception.
InvalidBpelPropertyException - Exception in org.apache.ode.bpel.compiler.wsdl
An exception thrown in response to an invalid BPEL <property> declaration.
InvalidBpelPropertyException(String) - Constructor for exception org.apache.ode.bpel.compiler.wsdl.InvalidBpelPropertyException
Construct a new instance with the specified explanatory message.
InvalidBpelPropertyException(String, Throwable) - Constructor for exception org.apache.ode.bpel.compiler.wsdl.InvalidBpelPropertyException
Construct a new instance with the specified explanatory message and the exception that triggered this exception.
InvalidBpelRoleException - Exception in org.apache.ode.bpel.compiler.wsdl
An exception thrown in response to an invalid BPEL <role> declaration.
InvalidBpelRoleException(String) - Constructor for exception org.apache.ode.bpel.compiler.wsdl.InvalidBpelRoleException
Construct a new instance with the specified explanatory message.
InvalidBpelRoleException(String, Throwable) - Constructor for exception org.apache.ode.bpel.compiler.wsdl.InvalidBpelRoleException
Construct a new instance with the specified explanatory message and the exception that triggered this exception.
INVOKE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
INVOKE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
InvokeActivity - Class in org.apache.ode.bpel.compiler.bom
BOM representation of a BPEL <invoke> activity.
InvokeActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.InvokeActivity
 
InvokeGeneratorMessages - Class in org.apache.ode.bpel.compiler
 
InvokeGeneratorMessages() - Constructor for class org.apache.ode.bpel.compiler.InvokeGeneratorMessages
 
is11() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
Is this a BPEL 1.1 object?
is20Draft() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
isAttributeSet(String) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
isBpelNamespace(String) - Static method in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
isCreateInstance() - Method in class org.apache.ode.bpel.compiler.bom.CreateInstanceActivity
Get the value of the createInstance flag.
isExtensionVal() - Method in class org.apache.ode.bpel.compiler.bom.ToFrom
Test whether this to/from is an "extension" to-from (i.e. does it have the "extension" attribute).
isExternal() - Method in class org.apache.ode.bpel.compiler.bom.Variable
Is this an external variable?
isIgnoreMissingFromData() - Method in class org.apache.ode.bpel.compiler.bom.Copy
 
isIgnoreUninitializedFromVariable() - Method in class org.apache.ode.bpel.compiler.bom.Copy
 
isInitializePartnerRole() - Method in class org.apache.ode.bpel.compiler.bom.PartnerLink
Determine if the partner role has to be initialized with default value
isInsertMissingToData() - Method in class org.apache.ode.bpel.compiler.bom.Copy
 
isKeepSrcElement() - Method in class org.apache.ode.bpel.compiler.bom.Copy
 
isLiteralVal() - Method in class org.apache.ode.bpel.compiler.bom.From
 
isParallel() - Method in class org.apache.ode.bpel.compiler.bom.ForEachActivity
Returns whether this forEach executes iterations on nested scopes parrallely or sequentially
isPartnerLinkAssigned(String) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
isPartnerLinkAssigned(String) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
isPartnerLinkVal() - Method in class org.apache.ode.bpel.compiler.bom.ToFrom
 
isPropertyVal() - Method in class org.apache.ode.bpel.compiler.bom.ToFrom
 
isSuccessfulBranchesOnly() - Method in class org.apache.ode.bpel.compiler.bom.Branches
Gets whether the completion count should include all terminated children or only successfully completed ones.
isSuccessfulBranchesOnly() - Method in class org.apache.ode.bpel.compiler.bom.CompletionCondition
Gets whether the completion count should include all terminated children or only successfully completed ones.
isVariableAccessSerialized() - Method in class org.apache.ode.bpel.compiler.bom.Scope
 
isVariableVal() - Method in class org.apache.ode.bpel.compiler.bom.ToFrom
 
ITERATOR - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 

J

JaxpFunctionResolver - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver(CompilerContext, OXPath20ExpressionBPEL20, NSContext, String) - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver
 
JaxpFunctionResolver.CombineUrl - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver.CombineUrl() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.CombineUrl
 
JaxpFunctionResolver.ComposeUrl - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver.ComposeUrl() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.ComposeUrl
 
JaxpFunctionResolver.DayTimeDuration - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver.DayTimeDuration() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.DayTimeDuration
 
JaxpFunctionResolver.Delete - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver.Delete() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.Delete
 
JaxpFunctionResolver.DomToString - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver.DomToString() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.DomToString
 
JaxpFunctionResolver.DoXslTransform - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver.DoXslTransform() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.DoXslTransform
 
JaxpFunctionResolver.GetVariableProperty - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver.GetVariableProperty() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.GetVariableProperty
 
JaxpFunctionResolver.InsertAfter - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver.InsertAfter() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.InsertAfter
 
JaxpFunctionResolver.InsertAsFirstInto - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver.InsertAsFirstInto() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.InsertAsFirstInto
 
JaxpFunctionResolver.InsertAsLastInto - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver.InsertAsLastInto() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.InsertAsLastInto
 
JaxpFunctionResolver.InsertBefore - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver.InsertBefore() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.InsertBefore
 
JaxpFunctionResolver.InsertInto - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver.InsertInto() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.InsertInto
 
JaxpFunctionResolver.ProcessProperty - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver.ProcessProperty() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.ProcessProperty
 
JaxpFunctionResolver.Rename - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver.Rename() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.Rename
 
JaxpFunctionResolver.SplitToElements - Class in org.apache.ode.bpel.elang.xpath20.compiler
Compile time checking for the non standard ode:splitToElements function.
JaxpFunctionResolver.SplitToElements() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.SplitToElements
 
JaxpFunctionResolver.YearMonthDuration - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
JaxpFunctionResolver.YearMonthDuration() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.YearMonthDuration
 
JaxpVariableResolver - Class in org.apache.ode.bpel.elang.xpath20.compiler
This is a mock implementation of the XPathVariableResolver for compilation.
JaxpVariableResolver(CompilerContext, OXPath10ExpressionBPEL20) - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.JaxpVariableResolver
 
JOIN_CONDITION - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
JoinFailureSuppressor - Class in org.apache.ode.bpel.compiler.bom
Base class for nodes (such as Activity and Process that can suppress join failure.
JoinFailureSuppressor(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.JoinFailureSuppressor
 
JoinFailureSuppressor.SuppressJoinFailure - Enum in org.apache.ode.bpel.compiler.bom
 

L

LINK - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
LINK - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Link - Class in org.apache.ode.bpel.compiler.bom
BOM representation of <flow>'s link declaration.
Link(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Link
 
LINKS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
LINKS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Links - Class in org.apache.ode.bpel.compiler.bom
 
Links(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Links
 
LinkSource - Class in org.apache.ode.bpel.compiler.bom
BOM representation of a "link source" (i.e. a <source...
LinkSource(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.LinkSource
 
LinkTarget - Class in org.apache.ode.bpel.compiler.bom
A representation of a BPEL link target.
LinkTarget(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.LinkTarget
 
LITERAL - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
LiteralVal - Class in org.apache.ode.bpel.compiler.bom
BOM representation of an XML-literal assignment R-value.
LiteralVal(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.LiteralVal
 

M

marshall(Class, QName, ExtensibilityElement, PrintWriter, Definition, ExtensionRegistry) - Method in class org.apache.ode.bpel.compiler.wsdl.BpelExtensionSerializer
 
marshall(Class, QName, ExtensibilityElement, PrintWriter, Definition, ExtensionRegistry) - Method in class org.apache.ode.bpel.compiler.wsdl.XMLSchemaTypeSerializer
Unimplemented.
Messages - Class in org.apache.ode.bpel.compiler.wsdl
Message interface for wsdl bpel extension
Messages() - Constructor for class org.apache.ode.bpel.compiler.wsdl.Messages
 
messageText - Variable in class org.apache.ode.bpel.compiler.api.CompilationMessage
Internationalized message text.
msgAlreadyDefinedIn(String, String, String, String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
Format an error message about a thing being (inappropriately) redefined.
msgCannotBeDocumentRootElement(String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
Format an error message about an element not being permissable as the root element in a WSDL document.
msgElementMustBeEmpty(String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
Format an error message about the <X> element having content when it should be empty.
msgElementRequiresAttr(String, String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
Format an error message about the <X> element requiring the Y attribute.
msgElementRequiresChild(String, String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
Format an error message about a child element being required.
msgExtensibilityElementsMustBeLast(String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
Format an error message about an extensibility element occurring out of order with respect to other WSDL elements.
msgInvalidNamespacePrefix(String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
BPEL extension error: invalid namespace prefix \"{0}\".
msgMalformedQName(String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
The string \"{0}\" is not a properly formatted QName.
msgMissingRoleForPartnerLinkType(String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
The formatted error message The partnerLinkType {0} does not define any roles.
msgMustBeChildOfDef(String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
Format an error message about a WSDL extensibility element requiring to be a first level child of the definition element.
msgNoMoreThanNumberOfElements(int, String, String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
Format an error message that at most n things of type x may be defined with each y.
msgNoSuchMessageTypeForPropertyAlias(String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
Format a message about a <propertyAlias> referring to a non-existent WSDL message type.
msgNoSuchPartForPropertyAlias(String, String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
Format a message about a <propertyAlias> referring to a non-existent part of a a WSDL message type.
msgNoSuchPortTypeForRole(String, String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
Format an error message about a <role> referring to a portType that can't be dereferenced.
msgNoSuchProperty(String, String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
Format an error message about a reference to a <property> that does not exist.
msgRoleAlreadyDefined(QName, String) - Method in class org.apache.ode.bpel.compiler.wsdl.Messages
Format an error message about a named <role> already being declared within a <partnerLink>.

N

newBpelCompiler() - Static method in class org.apache.ode.bpel.compiler.BpelC
 
newDefinition() - Method in interface org.apache.ode.bpel.compiler.wsdl.WSDLFactory4BPEL
 
newInstance(Activity) - Method in interface org.apache.ode.bpel.compiler.ActivityGenerator
 
newInstance(Activity) - Method in class org.apache.ode.bpel.compiler.ForEachGenerator
 
newInstance(Activity) - Method in class org.apache.ode.bpel.compiler.SwitchGenerator
 
newInstance() - Static method in class org.apache.ode.bpel.compiler.wsdl.WSDLFactoryBPEL11
 
newInstance() - Static method in class org.apache.ode.bpel.compiler.wsdl.WSDLFactoryBPEL20
 
newInstance() - Static method in class org.apache.ode.bpel.compiler.wsdl.WSDLFactoryBPEL20Draft
 
newPopulatedExtensionRegistry() - Method in class org.apache.ode.bpel.compiler.wsdl.WSDLFactoryBPEL11
 
newPopulatedExtensionRegistry() - Method in class org.apache.ode.bpel.compiler.wsdl.WSDLFactoryBPEL20
 
newPopulatedExtensionRegistry() - Method in class org.apache.ode.bpel.compiler.wsdl.WSDLFactoryBPEL20Draft
 
newWSDLReader() - Method in interface org.apache.ode.bpel.compiler.wsdl.WSDLFactory4BPEL
 
newWSDLWriter() - Method in interface org.apache.ode.bpel.compiler.wsdl.WSDLFactory4BPEL
 
NON_STDRD_FUNCTION_COMBINE_URL - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_COMPOSE_URL - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_DAY_TIME_DURATION - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
Non standard extension functions in the deprecated "xdt" namespace
NON_STDRD_FUNCTION_DELETE - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_DEPRECATED_COMBINE_URL - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_DEPRECATED_COMPOSE_URL - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_DEPRECATED_DOM_TO_STRING - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_DEPRECATED_EXPAND_TEMPLATE - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_DEPRECATED_SPLIT_TO_ELEMENTS - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
Non standard extension function ode:splitToElements(sourceText, 'separator' 'targetLocalName', 'targetNS'?)
NON_STDRD_FUNCTION_DOM_TO_STRING - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_EXPAND_TEMPLATE - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_INSERT_AFTER - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_INSERT_AS_FIRST_INTO - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_INSERT_AS_LAST_INTO - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_INSERT_BEFORE - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_PROCESS_PROPERTY - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_RENAME - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_SPLIT_TO_ELEMENTS - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NON_STDRD_FUNCTION_YEAR_MONTH_DURATION - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
NS_ACTIVITY_RECOVERY - Static variable in class org.apache.ode.bpel.compiler.bom.ExtensibilityQNames
 
NS_BPEL4WS_2003_03 - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
BPEL Namespace, 03/2003
NS_BPEL4WS_PARTNERLINK_2003_05 - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
BPEL Partnerlink Namespace, 05/2003
NS_RDF - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
Not part of BPEL, but handy to have.
NS_WSBPEL2_0 - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
The XML namespace for schema of WS-BPEL 2.0, i.e., the first OASIS-sanctioned version of the specification.
NS_WSBPEL2_0_FINAL_ABSTRACT - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
BPEL 2.0 Final namespaces
NS_WSBPEL2_0_FINAL_EXEC - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
NS_WSBPEL2_0_FINAL_PLINK - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
NS_WSBPEL2_0_FINAL_SERVREF - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
NS_WSBPEL2_0_FINAL_VARPROP - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
NS_WSBPEL_PARTNERLINK_2004_03 - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 

O

OASIS_EXPLANG_XPATH_1_0 - Static variable in class org.apache.ode.bpel.compiler.BpelCompiler20
 
OASIS_EXPLANG_XPATH_1_0 - Static variable in class org.apache.ode.bpel.compiler.BpelCompiler20Draft
 
OASIS_EXPLANG_XPATH_2_0 - Static variable in class org.apache.ode.bpel.compiler.BpelCompiler20
 
OASIS_EXPLANG_XPATH_2_0 - Static variable in class org.apache.ode.bpel.compiler.BpelCompiler20Draft
 
OASIS_EXPLANG_XQUERY_1_0 - Static variable in class org.apache.ode.bpel.compiler.BpelCompiler20
 
OASIS_EXPLANG_XQUERY_1_0 - Static variable in class org.apache.ode.bpel.compiler.BpelCompiler20Draft
 
OdeXPathFunctionLibrary - Class in org.apache.ode.bpel.elang.xpath20.compiler
Overloading the XPathFunctionLibrary to force it to initialize our functions giving the provided parameters.
OdeXPathFunctionLibrary(JaxpFunctionResolver) - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.OdeXPathFunctionLibrary
 
ONALARM - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
ONALARM - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
OnAlarm - Class in org.apache.ode.bpel.compiler.bom
Representation of alarm-based event handlers.
OnAlarm(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.OnAlarm
 
onCompilationMessage(CompilationMessage) - Method in interface org.apache.ode.bpel.compiler.api.CompileListener
Callback invoked for each compilation message.
ONEVENT - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
OnEvent - Class in org.apache.ode.bpel.compiler.bom
Representation of a message-driven event handler.
OnEvent(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.OnEvent
 
ONMESSAGE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
ONMESSAGE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
OnMessage - Class in org.apache.ode.bpel.compiler.bom
Representation of a message-driven event handler.
OnMessage(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.OnMessage
 
openResource(URI) - Method in class org.apache.ode.bpel.compiler.DefaultResourceFinder
 
openResource(URI) - Method in interface org.apache.ode.bpel.compiler.ResourceFinder
Obtain an input stream to the resource at the given URI.
org.apache.ode.bpel.compiler - package org.apache.ode.bpel.compiler
BPEL compiler (bpelc) classes and interfaces.
org.apache.ode.bpel.compiler.api - package org.apache.ode.bpel.compiler.api
 
org.apache.ode.bpel.compiler.bom - package 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.compiler.wsdl - package org.apache.ode.bpel.compiler.wsdl
 
org.apache.ode.bpel.elang.xpath10.compiler - package org.apache.ode.bpel.elang.xpath10.compiler
 
org.apache.ode.bpel.elang.xpath20.compiler - package org.apache.ode.bpel.elang.xpath20.compiler
 
org.apache.ode.bpel.elang.xquery10.compiler - package org.apache.ode.bpel.elang.xquery10.compiler
 
OTHERWISE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
OTHERWISE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 

P

parse(InputSource, URI) - Method in class org.apache.ode.bpel.compiler.bom.BpelObjectFactory
Parse a BPEL process found at the input source.
PARTNERLINK - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
PARTNERLINK - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
PartnerLink - Class in org.apache.ode.bpel.compiler.bom
Representation of a BPEL <partnerLink> decleration.
PartnerLink(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.PartnerLink
 
PARTNERLINKS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
PARTNERLINKS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
PartnerLinks - Class in org.apache.ode.bpel.compiler.bom
 
PartnerLinks(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.PartnerLinks
 
PartnerLinkType - Class in org.apache.ode.bpel.compiler.bom
WSDL4J representation of a BPEL <partnerLink> declaration.
PartnerLinkType(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.PartnerLinkType
 
PartnerLinkType.Role - Class in org.apache.ode.bpel.compiler.bom
Representation of the WSDL partnerLink link type role elements.
PartnerLinkType.Role(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.PartnerLinkType.Role
 
PartnerLinkType.Role11 - Class in org.apache.ode.bpel.compiler.bom
BPEL 1.1 nonsense.
PartnerLinkType.Role11(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.PartnerLinkType.Role11
 
PartnerLinkType.Role11.PortType11 - Class in org.apache.ode.bpel.compiler.bom
 
PartnerLinkType.Role11.PortType11(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.PartnerLinkType.Role11.PortType11
 
PartnerLinkVal - Class in org.apache.ode.bpel.compiler.bom
Assignment L/R-value defined in terms of a BPEL partner link.
PartnerLinkVal(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.PartnerLinkVal
 
PartnerLinkVal.EndpointReference - Enum in org.apache.ode.bpel.compiler.bom
 
phase - Variable in class org.apache.ode.bpel.compiler.api.CompilationMessage
Compilation phase.
PICK - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
PICK - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
PickActivity - Class in org.apache.ode.bpel.compiler.bom
Reperesentation of a BPEL <pick> activity.
PickActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.PickActivity
 
PickGeneratorMessages - Class in org.apache.ode.bpel.compiler
 
PickGeneratorMessages() - Constructor for class org.apache.ode.bpel.compiler.PickGeneratorMessages
 
PLINKROLE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
PLINKROLE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
PLINKTYPE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
PLINKTYPE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
PORTTYPE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
PROCESS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
PROCESS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
Some BPEL 2.0 Draft Elements
Process - Class in org.apache.ode.bpel.compiler.bom
BPEL Object Model (BOM) representation of a BPEL process.
Process(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Process
 
Process.Version - Enum in org.apache.ode.bpel.compiler.bom
 
PROCESS_CUSTOM_PROPERTIES - Static variable in class org.apache.ode.bpel.compiler.BpelC
 
PROPALIAS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
PROPALIAS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
PROPERTY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
PROPERTY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Property - Class in org.apache.ode.bpel.compiler.bom
Interim object representation of a BPEL <property element.
Property(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Property
 
PropertyAlias - Class in org.apache.ode.bpel.compiler.bom
WSDL extension element for a BPEL <propertyAlias> element.
PropertyAlias(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.PropertyAlias
 
PropertyAlias11 - Class in org.apache.ode.bpel.compiler.bom
A BPEL 1.1 - implementation.
PropertyAlias11(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.PropertyAlias11
 
PropertyVal - Class in org.apache.ode.bpel.compiler.bom
Assignment L/R-value defined in terms of a BPEL property.
PropertyVal(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.PropertyVal
 

Q

QNAME - Static variable in class org.apache.ode.bpel.compiler.wsdl.XMLSchemaType
WSDL QNAME identifier
qname - Static variable in class org.apache.ode.bpel.compiler.wsdl.XMLSchemaType
For compatibility with some older classes.
QUERY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
QUERY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Query - Class in org.apache.ode.bpel.compiler.bom
A Query is nothing more than an expression with the expression-language in the "queryLanguage" attribute rather than the "expressionLanguage" attribute.
Query(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Query
 
Query11 - Class in org.apache.ode.bpel.compiler.bom
A BPEL 1.1 Query, extends the 1.1 version of expression: Expression11.
Query11(Element, Node) - Constructor for class org.apache.ode.bpel.compiler.bom.Query11
 

R

RDF_LABEL - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
RdfLabel - Class in org.apache.ode.bpel.compiler.bom
BOM representation of an RDF label.
RdfLabel(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.RdfLabel
 
RECEIVE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
RECEIVE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
ReceiveActivity - Class in org.apache.ode.bpel.compiler.bom
Representation of a BPEL <receive> activity.
ReceiveActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.ReceiveActivity
 
recoveredFromError(SourceLocation, CompilationException) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
recoveredFromError(SourceLocation, CompilationException) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
registerActivityCompiler(Class, ActivityGenerator) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
registerExpressionLanguage(String, ExpressionCompiler) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
registerExpressionLanguage(String, String) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
REPEAT_EVERY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
REPEATUNTIL - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
RepeatUntilActivity - Class in org.apache.ode.bpel.compiler.bom
Representation of the repeatUntil BPEL 2.0 activity.
RepeatUntilActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.RepeatUntilActivity
 
REPLY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
REPLY - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
ReplyActivity - Class in org.apache.ode.bpel.compiler.bom
Representation of the BPEL <reply> activity.
ReplyActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.ReplyActivity
 
ReplyGeneratorMessages - Class in org.apache.ode.bpel.compiler
 
ReplyGeneratorMessages() - Constructor for class org.apache.ode.bpel.compiler.ReplyGeneratorMessages
 
resolve(URI, URI) - Method in class org.apache.ode.bpel.compiler.DefaultResourceFinder
 
resolve(URI, URI) - Method in interface org.apache.ode.bpel.compiler.ResourceFinder
 
resolve(String, String) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XslCompileUriResolver
 
resolveCompensatableScope(String) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
resolveCompensatableScope(String) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolveCorrelationSet(String) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
resolveCorrelationSet(String) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolveEntity(XMLResourceIdentifier) - Method in class org.apache.ode.bpel.compiler.WsdlFinderXMLEntityResolver
 
resolveFunction(QName, int) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver
 
resolveHeaderPart(OScope.Variable, String) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
resolveHeaderPart(OScope.Variable, String) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolveLink(String) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
resolveLink(String) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolveMessageType(QName) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolveMessageVariable(String) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
resolveMessageVariable(String, QName) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
resolveMessageVariable(String) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolveMessageVariable(String, QName) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolveMyRoleOperation(OPartnerLink, String) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
resolveMyRoleOperation(OPartnerLink, String) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolvePart(OScope.Variable, String) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
resolvePart(OScope.Variable, String) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolvePartnerLink(String) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
resolvePartnerLink(String) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolvePartnerLinkType(QName) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolvePartnerRoleOperation(OPartnerLink, String) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
resolvePartnerRoleOperation(OPartnerLink, String) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolvePortType(QName) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolveProperty(QName) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
resolveProperty(QName) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolvePropertyAlias(OScope.Variable, QName) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
resolvePropertyAlias(OScope.Variable, QName) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolveVariable(String) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
resolveVariable(String) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
resolveVariable(QName) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.JaxpVariableResolver
 
resolveXsdType(QName) - Method in interface org.apache.ode.bpel.compiler.api.CompilerContext
 
resolveXsdType(QName) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
ResourceFinder - Interface in org.apache.ode.bpel.compiler
General interace for retrieving resources identified by a URI.
RETHROW - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
RethrowActivity - Class in org.apache.ode.bpel.compiler.bom
BOM representation of the BPEL <rethrow> activity.
RethrowActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.RethrowActivity
 
rewriteTargetNS(QName) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 

S

SaxonContext - Class in org.apache.ode.bpel.elang.xpath20.compiler
Hooks on Saxon StandaloneContext to be notified when the compilation finds some variables and functions.
SaxonContext(Configuration, JaxpVariableResolver, JaxpFunctionResolver) - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.SaxonContext
 
SCOPE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
SCOPE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Scope - Class in org.apache.ode.bpel.compiler.bom
Base-class for BPEL scope-like constructs.
Scope(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Scope
 
ScopeActivity - Class in org.apache.ode.bpel.compiler.bom
BPEL <scope> activity.
ScopeActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.ScopeActivity
 
ScopeLikeActivity - Class in org.apache.ode.bpel.compiler.bom
 
ScopeLikeActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.ScopeLikeActivity
 
SEQUENCE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
SEQUENCE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
SequenceActivity - Class in org.apache.ode.bpel.compiler.bom
BPEL <sequence> activity.
SequenceActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.SequenceActivity
 
SERVICE_REF - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
setBaseDirectory(File) - Method in class org.apache.ode.bpel.compiler.BpelC
 
setCompileListener(CompileListener) - Method in class org.apache.ode.bpel.compiler.BpelC
Set a non-default target CompileListener implementation.
setCompileListener(CompileListener) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
setCompileProperties(Map<String, Object>) - Method in class org.apache.ode.bpel.compiler.BpelC
Compilation properties eventually retrieved by the compiler
setCompilerContext(CompilerContext) - Method in interface org.apache.ode.bpel.compiler.api.ExpressionCompiler
Set the compiler context (for resolving variables and such).
setCompilerContext(CompilerContext) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerBPEL20
 
setCompilerContext(CompilerContext) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerImpl
 
setCompilerContext(CompilerContext) - Method in class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl
 
setCompilerContext(CompilerContext) - Method in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
setContext(CompilerContext) - Method in interface org.apache.ode.bpel.compiler.ActivityGenerator
 
setCustomProperties(Map<QName, Node>) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
setDocumentLocator(Locator) - Method in class org.apache.ode.bpel.compiler.bom.DOMBuilderContentHandler
 
setDryRun(boolean) - Method in class org.apache.ode.bpel.compiler.BpelC
Configures the compiler to run a dry compilation, doesn't generate the produced compiled process.
setElementType(QName) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject4WSDL
 
setElementType(QName) - Method in class org.apache.ode.bpel.compiler.wsdl.XMLSchemaType
 
setOutputStream(OutputStream) - Method in class org.apache.ode.bpel.compiler.BpelC
Set the output stream to which the compiled representation will be generated.
setProcessWSDL(URI) - Method in class org.apache.ode.bpel.compiler.BpelC
Register a "global" WSDL import for compilation.
setRequired(Boolean) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject4WSDL
 
setRequired(Boolean) - Method in class org.apache.ode.bpel.compiler.wsdl.XMLSchemaType
 
setResourceFinder(ResourceFinder) - Method in class org.apache.ode.bpel.compiler.BpelC
Tell the compiler how to locate WSDL imports for a BPEL process.
setResourceFinder(ResourceFinder) - Method in class org.apache.ode.bpel.compiler.BpelCompiler
 
setSource(SourceLocation) - Method in class org.apache.ode.bpel.compiler.api.CompilationMessage
 
setTargetNamespace(String) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject4WSDL
 
setURI(URI) - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
severity - Variable in class org.apache.ode.bpel.compiler.api.CompilationMessage
The severity severity.
source - Variable in class org.apache.ode.bpel.compiler.api.CompilationMessage
The location in the source that caused this error/message/warning
SOURCE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
SOURCE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
SourceLocation - Interface in org.apache.ode.bpel.compiler.api
Interface for objects that have some relation to a particular location in a source file.
SourceLocatorWrapper - Class in org.apache.ode.bpel.elang.xpath10.compiler
 
SourceLocatorWrapper(SourceLocator) - Constructor for class org.apache.ode.bpel.elang.xpath10.compiler.SourceLocatorWrapper
 
SOURCES - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Sources - Class in org.apache.ode.bpel.compiler.bom
 
Sources(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Sources
 
START_COUNTER_VALUE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
startElement(String, String, String, Attributes) - Method in class org.apache.ode.bpel.compiler.bom.DOMBuilderContentHandler
 
SWITCH - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
SWITCH - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
SwitchActivity - Class in org.apache.ode.bpel.compiler.bom
Legacy (BPEL 1.1) representation of a <switch> activity.
SwitchActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.SwitchActivity
 
SwitchActivity.Case - Class in org.apache.ode.bpel.compiler.bom
BPEL object model representation of <case> and <otherwise> elements.
SwitchActivity.Case(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.SwitchActivity.Case
 
SwitchGenerator - Class in org.apache.ode.bpel.compiler
Generator for legacy BPEL 1.1 <switch> actiivty.
SwitchGenerator() - Constructor for class org.apache.ode.bpel.compiler.SwitchGenerator
 

T

TARGET - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
TARGET - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
TARGETS - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Targets - Class in org.apache.ode.bpel.compiler.bom
 
Targets(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Targets
 
TERMINATE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
TerminateActivity - Class in org.apache.ode.bpel.compiler.bom
Representation of the BPEL <terminate;> activity.
TerminateActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.TerminateActivity
 
TERMINATIONHANDLER - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
TerminationHandler - Class in org.apache.ode.bpel.compiler.bom
Representation of a BPEL termination handler.
TerminationHandler(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.TerminationHandler
 
THEN - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
THROW - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
THROW - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
ThrowActivity - Class in org.apache.ode.bpel.compiler.bom
Representation of the BPEL <throw> activity.
ThrowActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.ThrowActivity
 
TO - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
TO - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
To - Class in org.apache.ode.bpel.compiler.bom
Marker interface for assignment L-values.
To(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.To
 
toErrorMessage() - Method in exception org.apache.ode.bpel.compiler.api.CompilationException
 
toErrorString() - Method in class org.apache.ode.bpel.compiler.api.CompilationMessage
Convert to a human-readable error string.
ToFrom - Class in org.apache.ode.bpel.compiler.bom
 
ToFrom(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.ToFrom
 
toString() - Method in class org.apache.ode.bpel.compiler.api.CompilationMessage
 
toString() - Method in class org.apache.ode.bpel.compiler.bom.BpelObject
 
TRANSITION_CONDITION - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 

U

unmarshall(Class, QName, Element, Definition, ExtensionRegistry) - Method in class org.apache.ode.bpel.compiler.wsdl.BpelExtensionSerializer
 
unmarshall(Class, QName, Element, Definition, ExtensionRegistry) - Method in class org.apache.ode.bpel.compiler.wsdl.XMLSchemaTypeSerializer
Returns a XMLSchemaType
UNTIL - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
USER_DATA_KEY_FUNCTION_RESOLVER - Static variable in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10BpelFunctions
 

V

validate(Expression, OVarType, Object) - Method in interface org.apache.ode.bpel.compiler.api.ExpressionValidator
Validate given expression.
valueOf(String) - Static method in enum org.apache.ode.bpel.compiler.bom.Correlation.CorrelationPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ode.bpel.compiler.bom.Correlation.Initiate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ode.bpel.compiler.bom.JoinFailureSuppressor.SuppressJoinFailure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ode.bpel.compiler.bom.PartnerLinkVal.EndpointReference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ode.bpel.compiler.bom.Process.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ode.bpel.compiler.bom.Variable.Kind
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.ode.bpel.compiler.bom.Correlation.CorrelationPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ode.bpel.compiler.bom.Correlation.Initiate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ode.bpel.compiler.bom.JoinFailureSuppressor.SuppressJoinFailure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ode.bpel.compiler.bom.PartnerLinkVal.EndpointReference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ode.bpel.compiler.bom.Process.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ode.bpel.compiler.bom.Variable.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
VARIABLE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Variable - Class in org.apache.ode.bpel.compiler.bom
BPEL Variable declaration.
Variable(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Variable
 
Variable.Kind - Enum in org.apache.ode.bpel.compiler.bom
 
VARIABLES - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
VARIABLES - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
Variables - Class in org.apache.ode.bpel.compiler.bom
 
Variables(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.Variables
 
VariableVal - Class in org.apache.ode.bpel.compiler.bom
Assignment L/R-value defined by a location within a BPEL variable.
VariableVal(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.VariableVal
 
VariableVal11 - Class in org.apache.ode.bpel.compiler.bom
 
VariableVal11(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.VariableVal11
 

W

WAIT - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
WAIT - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
WaitActivity - Class in org.apache.ode.bpel.compiler.bom
Representation of the BPEL <wait> activity.
WaitActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.WaitActivity
 
WaitGeneratorMessages - Class in org.apache.ode.bpel.compiler
 
WaitGeneratorMessages() - Constructor for class org.apache.ode.bpel.compiler.WaitGeneratorMessages
 
WARN - Static variable in class org.apache.ode.bpel.compiler.api.CompilationMessage
Warning message.
warning(TransformerException) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XslCompilationErrorListener
 
warnWsdlUriIgnoredFor20Process() - Method in class org.apache.ode.bpel.compiler.CommonCompilationMessages
Process WSDL URI is ignored for WS-BPEL 2.0 processes.
warnXPath20Syntax(String, String) - Method in class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
The string "{0}" is not a valid XPath 1.0 expression.
WHILE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel11QNames
 
WHILE - Static variable in class org.apache.ode.bpel.compiler.bom.Bpel20QNames
 
WhileActivity - Class in org.apache.ode.bpel.compiler.bom
Representation of the BPEL <while> activity.
WhileActivity(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.WhileActivity
 
WhileActivity11 - Class in org.apache.ode.bpel.compiler.bom
BPEL 1.1 version of the /while/ activity.
WhileActivity11(Element) - Constructor for class org.apache.ode.bpel.compiler.bom.WhileActivity11
 
WrappedResolverException - Exception in org.apache.ode.bpel.elang.xpath20.compiler
 
WrappedResolverException(String) - Constructor for exception org.apache.ode.bpel.elang.xpath20.compiler.WrappedResolverException
 
WrappedResolverException(CompilationMessage) - Constructor for exception org.apache.ode.bpel.elang.xpath20.compiler.WrappedResolverException
 
WrappedResolverException(String, Throwable) - Constructor for exception org.apache.ode.bpel.elang.xpath20.compiler.WrappedResolverException
 
WrappedResolverException(Throwable) - Constructor for exception org.apache.ode.bpel.elang.xpath20.compiler.WrappedResolverException
 
WSDL - Static variable in class org.apache.ode.bpel.compiler.bom.BpelObjectFactory
 
WSDLFactory4BPEL - Interface in org.apache.ode.bpel.compiler.wsdl
Marker interface for WSDL factories that understand BPEL WSDL extensions.
WSDLFactoryBPEL11 - Class in org.apache.ode.bpel.compiler.wsdl
Factory for WSDLFactory objects that are pre-configured to handle BPEL 2.0 extension elements.
WSDLFactoryBPEL11() - Constructor for class org.apache.ode.bpel.compiler.wsdl.WSDLFactoryBPEL11
 
WSDLFactoryBPEL20 - Class in org.apache.ode.bpel.compiler.wsdl
Factory for WSDLFactory objects that are pre-configured to handle BPEL 2.0 extension elements.
WSDLFactoryBPEL20() - Constructor for class org.apache.ode.bpel.compiler.wsdl.WSDLFactoryBPEL20
 
WSDLFactoryBPEL20Draft - Class in org.apache.ode.bpel.compiler.wsdl
 
WSDLFactoryBPEL20Draft() - Constructor for class org.apache.ode.bpel.compiler.wsdl.WSDLFactoryBPEL20Draft
 
WsdlFinderXMLEntityResolver - Class in org.apache.ode.bpel.compiler
Xerces XMLEntityResolver implementation that defers to our own ResourceFinder interface for loading resources.
WsdlFinderXMLEntityResolver(ResourceFinder, URI, Map<URI, byte[]>, boolean) - Constructor for class org.apache.ode.bpel.compiler.WsdlFinderXMLEntityResolver
Constructor.
WSDLLocatorImpl - Class in org.apache.ode.bpel.compiler
 
WSDLLocatorImpl(ResourceFinder, URI) - Constructor for class org.apache.ode.bpel.compiler.WSDLLocatorImpl
 

X

XML - Static variable in class org.apache.ode.bpel.compiler.bom.BpelObjectFactory
 
XMLSchemaType - Class in org.apache.ode.bpel.compiler.wsdl
Extensibility element that contains the xml-schema text as a string.
XMLSchemaType(byte[]) - Constructor for class org.apache.ode.bpel.compiler.wsdl.XMLSchemaType
 
XMLSchemaTypeSerializer - Class in org.apache.ode.bpel.compiler.wsdl
WSDL extension to capture (read-only) the schema type info.
XMLSchemaTypeSerializer() - Constructor for class org.apache.ode.bpel.compiler.wsdl.XMLSchemaTypeSerializer
 
XPath10ExpressionCompilerBPEL11 - Class in org.apache.ode.bpel.elang.xpath10.compiler
XPath 1.0 expression compiler for BPEL v1.1.
XPath10ExpressionCompilerBPEL11() - Constructor for class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerBPEL11
 
XPath10ExpressionCompilerBPEL20 - Class in org.apache.ode.bpel.elang.xpath10.compiler
XPath 1.0 expression compiler for BPEL 2.0
XPath10ExpressionCompilerBPEL20() - Constructor for class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerBPEL20
 
XPath10ExpressionCompilerBPEL20(String) - Constructor for class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerBPEL20
 
XPath10ExpressionCompilerBPEL20Draft - Class in org.apache.ode.bpel.elang.xpath10.compiler
 
XPath10ExpressionCompilerBPEL20Draft() - Constructor for class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerBPEL20Draft
 
XPath10ExpressionCompilerImpl - Class in org.apache.ode.bpel.elang.xpath10.compiler
XPath compiler based on the JAXEN implementation.
XPath10ExpressionCompilerImpl(String) - Constructor for class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerImpl
Construtor.
XPath20ExpressionCompilerBPEL20 - Class in org.apache.ode.bpel.elang.xpath20.compiler
XPath 2.0 compiler for the BPEL 2.0 final spec.
XPath20ExpressionCompilerBPEL20() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerBPEL20
 
XPath20ExpressionCompilerBPEL20Draft - Class in org.apache.ode.bpel.elang.xpath20.compiler
 
XPath20ExpressionCompilerBPEL20Draft() - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerBPEL20Draft
 
XPath20ExpressionCompilerImpl - Class in org.apache.ode.bpel.elang.xpath20.compiler
XPath compiler based on the SAXON implementation.
XPath20ExpressionCompilerImpl(String) - Constructor for class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl
 
XPathMessages - Class in org.apache.ode.bpel.elang.xpath10.compiler
Compilation messages related to XPath 1.0 expressions.
XPathMessages() - Constructor for class org.apache.ode.bpel.elang.xpath10.compiler.XPathMessages
 
XQuery10BpelFunctions - Class in org.apache.ode.bpel.elang.xquery10.compiler
XQuery-Friendly definition of BPEL functions, which delegates calls to the JAXP-based function resolver
XQuery10BpelFunctions() - Constructor for class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10BpelFunctions
 
XQuery10ExpressionCompilerBPEL20 - Class in org.apache.ode.bpel.elang.xquery10.compiler
 
XQuery10ExpressionCompilerBPEL20() - Constructor for class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerBPEL20
 
XQuery10ExpressionCompilerBPEL20Draft - Class in org.apache.ode.bpel.elang.xquery10.compiler
 
XQuery10ExpressionCompilerBPEL20Draft() - Constructor for class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerBPEL20Draft
 
XQuery10ExpressionCompilerImpl - Class in org.apache.ode.bpel.elang.xquery10.compiler
XQuery compiler based on the SAXON implementation.
XQuery10ExpressionCompilerImpl(String) - Constructor for class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
XQUERY_FUNCTION_HANDLER_COMPILER - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
XQUERY_FUNCTION_HANDLER_RUNTIME - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.Constants
 
XslCompilationErrorListener - Class in org.apache.ode.bpel.elang.xpath10.compiler
Reports errors that occured during Xsl sheets processing.
XslCompilationErrorListener(CompilerContext) - Constructor for class org.apache.ode.bpel.elang.xpath10.compiler.XslCompilationErrorListener
 
XslCompileUriResolver - Class in org.apache.ode.bpel.elang.xpath10.compiler
Used to give the Xsl processor a way to access included XSL sheets by using the CompilerContext (which uses RR behind the scene).
XslCompileUriResolver(CompilerContext, OXPath10Expression) - Constructor for class org.apache.ode.bpel.elang.xpath10.compiler.XslCompileUriResolver
 

_

__log - Static variable in class org.apache.ode.bpel.compiler.BpelCompiler
Class-severity logger.
__log - Static variable in class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl
 
__log - Static variable in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
__msgs - Static variable in class org.apache.ode.bpel.compiler.wsdl.BpelExtensionSerializer
 
__msgs - Variable in class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl
 
__msgs - Variable in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
__suppressJoinFailure - Static variable in class org.apache.ode.bpel.compiler.bom.JoinFailureSuppressor
 
_bpelNS - Variable in class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl
 
_bpelNS - Variable in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
_compilationMsg - Variable in exception org.apache.ode.bpel.elang.xpath20.compiler.WrappedResolverException
 
_compilerContext - Variable in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerImpl
 
_compilerContext - Variable in class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl
 
_compilerContext - Variable in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
_outputStream - Variable in class org.apache.ode.bpel.compiler.BpelC
 
_properties - Variable in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerImpl
 
_properties - Variable in class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl
 
_properties - Variable in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
_qnDoXslTransform - Variable in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerBPEL20
 
_qnFnGetLinkStatus - Variable in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerImpl
 
_qnFnGetVariableData - Variable in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerImpl
 
_qnFnGetVariableProperty - Variable in class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerImpl
 
_qnLinkStatus - Variable in class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl
 
_qnLinkStatus - Variable in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
_qnVarData - Variable in class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl
 
_qnVarData - Variable in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
_qnVarProp - Variable in class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl
 
_qnVarProp - Variable in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
_qnXslTransform - Variable in class org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerImpl
 
_qnXslTransform - Variable in class org.apache.ode.bpel.elang.xquery10.compiler.XQuery10ExpressionCompilerImpl
 
A B C D E F G H I J L M N O P Q R S T U V W X _