|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompilerContext
Interface providing access to the compiler.
Method Summary | |
---|---|
org.apache.ode.bpel.o.OActivity |
compile(Activity child)
|
org.apache.ode.bpel.o.OExpression |
compileExpr(Expression expr)
|
org.apache.ode.bpel.o.OExpression |
compileExpr(Expression expr,
org.apache.ode.bpel.o.OVarType rootNodeType,
java.lang.Object requestedResultType,
java.lang.Object[] resultType)
|
org.apache.ode.bpel.o.OExpression |
compileExpr(java.lang.String locationstr,
org.apache.ode.utils.NSContext nsContext)
BPEL 1.1 legacy. |
org.apache.ode.bpel.o.OExpression |
compileJoinCondition(Expression expr)
|
org.apache.ode.bpel.o.OLValueExpression |
compileLValueExpr(Expression expr)
|
org.apache.ode.bpel.o.OLValueExpression |
compileLValueExpr(Expression expr,
org.apache.ode.bpel.o.OVarType rootNodeType,
java.lang.Object requestedResultType,
java.lang.Object[] resultType)
|
org.apache.ode.bpel.o.OScope |
compileSLC(ScopeLikeActivity child,
org.apache.ode.bpel.o.OScope.Variable[] variables)
|
org.apache.ode.bpel.o.OXslSheet |
compileXslt(java.lang.String docStrUri)
|
org.apache.ode.bpel.o.OExpression |
constantExpr(boolean value)
|
java.util.List<org.apache.ode.bpel.o.OScope.Variable> |
getAccessibleVariables()
|
java.util.List<org.apache.ode.bpel.o.OActivity> |
getActivityStack()
|
java.net.URI |
getBaseResourceURI()
Retrieves the base URI that the BPEL Process execution contextis running relative to. |
org.apache.ode.bpel.o.OActivity |
getCurrent()
|
org.apache.ode.bpel.o.OProcess |
getOProcess()
|
java.util.Map<java.net.URI,javax.xml.transform.Source> |
getSchemaSources()
|
java.lang.String |
getSourceLocation()
|
boolean |
isPartnerLinkAssigned(java.lang.String plink)
|
void |
recoveredFromError(SourceLocation where,
CompilationException bce)
|
org.apache.ode.bpel.o.OScope |
resolveCompensatableScope(java.lang.String scopeToCompensate)
|
org.apache.ode.bpel.o.OScope.CorrelationSet |
resolveCorrelationSet(java.lang.String csetName)
|
org.apache.ode.bpel.o.OMessageVarType.Part |
resolveHeaderPart(org.apache.ode.bpel.o.OScope.Variable variable,
java.lang.String partname)
|
org.apache.ode.bpel.o.OLink |
resolveLink(java.lang.String linkName)
|
org.apache.ode.bpel.o.OScope.Variable |
resolveMessageVariable(java.lang.String inputVar)
|
org.apache.ode.bpel.o.OScope.Variable |
resolveMessageVariable(java.lang.String inputVar,
javax.xml.namespace.QName messageType)
|
javax.wsdl.Operation |
resolveMyRoleOperation(org.apache.ode.bpel.o.OPartnerLink partnerLink,
java.lang.String operationName)
|
org.apache.ode.bpel.o.OMessageVarType.Part |
resolvePart(org.apache.ode.bpel.o.OScope.Variable variable,
java.lang.String partname)
|
org.apache.ode.bpel.o.OPartnerLink |
resolvePartnerLink(java.lang.String name)
|
javax.wsdl.Operation |
resolvePartnerRoleOperation(org.apache.ode.bpel.o.OPartnerLink partnerLink,
java.lang.String operationName)
|
org.apache.ode.bpel.o.OProcess.OProperty |
resolveProperty(javax.xml.namespace.QName name)
|
org.apache.ode.bpel.o.OProcess.OPropertyAlias |
resolvePropertyAlias(org.apache.ode.bpel.o.OScope.Variable variable,
javax.xml.namespace.QName property)
|
org.apache.ode.bpel.o.OScope.Variable |
resolveVariable(java.lang.String name)
|
org.apache.ode.bpel.o.OXsdTypeVarType |
resolveXsdType(javax.xml.namespace.QName typeName)
|
Method Detail |
---|
org.apache.ode.bpel.o.OExpression constantExpr(boolean value)
org.apache.ode.bpel.o.OExpression compileJoinCondition(Expression expr) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OExpression compileExpr(Expression expr) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OExpression compileExpr(Expression expr, org.apache.ode.bpel.o.OVarType rootNodeType, java.lang.Object requestedResultType, java.lang.Object[] resultType) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OLValueExpression compileLValueExpr(Expression expr) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OLValueExpression compileLValueExpr(Expression expr, org.apache.ode.bpel.o.OVarType rootNodeType, java.lang.Object requestedResultType, java.lang.Object[] resultType) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OExpression compileExpr(java.lang.String locationstr, org.apache.ode.utils.NSContext nsContext) throws CompilationException
locationstr
- nsContext
-
CompilationException
org.apache.ode.bpel.o.OXslSheet compileXslt(java.lang.String docStrUri) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OXsdTypeVarType resolveXsdType(javax.xml.namespace.QName typeName) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OProcess.OProperty resolveProperty(javax.xml.namespace.QName name) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OScope.Variable resolveVariable(java.lang.String name) throws CompilationException
CompilationException
java.util.List<org.apache.ode.bpel.o.OScope.Variable> getAccessibleVariables()
org.apache.ode.bpel.o.OScope.Variable resolveMessageVariable(java.lang.String inputVar) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OScope.Variable resolveMessageVariable(java.lang.String inputVar, javax.xml.namespace.QName messageType) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OMessageVarType.Part resolvePart(org.apache.ode.bpel.o.OScope.Variable variable, java.lang.String partname) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OMessageVarType.Part resolveHeaderPart(org.apache.ode.bpel.o.OScope.Variable variable, java.lang.String partname) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OActivity compile(Activity child) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OScope compileSLC(ScopeLikeActivity child, org.apache.ode.bpel.o.OScope.Variable[] variables)
org.apache.ode.bpel.o.OPartnerLink resolvePartnerLink(java.lang.String name) throws CompilationException
CompilationException
javax.wsdl.Operation resolvePartnerRoleOperation(org.apache.ode.bpel.o.OPartnerLink partnerLink, java.lang.String operationName) throws CompilationException
CompilationException
javax.wsdl.Operation resolveMyRoleOperation(org.apache.ode.bpel.o.OPartnerLink partnerLink, java.lang.String operationName) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OProcess.OPropertyAlias resolvePropertyAlias(org.apache.ode.bpel.o.OScope.Variable variable, javax.xml.namespace.QName property) throws CompilationException
CompilationException
void recoveredFromError(SourceLocation where, CompilationException bce) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OLink resolveLink(java.lang.String linkName) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OScope resolveCompensatableScope(java.lang.String scopeToCompensate) throws CompilationException
CompilationException
org.apache.ode.bpel.o.OProcess getOProcess() throws CompilationException
CompilationException
org.apache.ode.bpel.o.OScope.CorrelationSet resolveCorrelationSet(java.lang.String csetName) throws CompilationException
CompilationException
java.lang.String getSourceLocation()
boolean isPartnerLinkAssigned(java.lang.String plink)
java.util.List<org.apache.ode.bpel.o.OActivity> getActivityStack()
org.apache.ode.bpel.o.OActivity getCurrent()
java.util.Map<java.net.URI,javax.xml.transform.Source> getSchemaSources()
java.net.URI getBaseResourceURI()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |