Uses of Class
org.apache.ode.bpel.common.FaultException

Packages that use FaultException
org.apache.ode.bpel.explang   
org.apache.ode.bpel.extension   
 

Uses of FaultException in org.apache.ode.bpel.explang
 

Methods in org.apache.ode.bpel.explang that throw FaultException
 java.util.List ExpressionLanguageRuntime.evaluate(OExpression cexp, EvaluationContext ctx)
           
 boolean ExpressionLanguageRuntime.evaluateAsBoolean(OExpression cexp, EvaluationContext ctx)
           
 java.util.Calendar ExpressionLanguageRuntime.evaluateAsDate(OExpression cexp, EvaluationContext context)
           
 Duration ExpressionLanguageRuntime.evaluateAsDuration(OExpression cexp, EvaluationContext context)
           
 java.lang.Number ExpressionLanguageRuntime.evaluateAsNumber(OExpression cexp, EvaluationContext ctx)
           
 java.lang.String ExpressionLanguageRuntime.evaluateAsString(OExpression cexp, EvaluationContext ctx)
           
 org.w3c.dom.Node ExpressionLanguageRuntime.evaluateNode(OExpression cexp, EvaluationContext context)
           
 org.w3c.dom.Node EvaluationContext.evaluateQuery(org.w3c.dom.Node root, OExpression expr)
          Evaluate a query expression.
 org.w3c.dom.Node EvaluationContext.getPartData(org.w3c.dom.Element message, OMessageVarType.Part part)
           
 boolean EvaluationContext.isLinkActive(OLink olink)
          Obtain the status of a control link.
 java.lang.String EvaluationContext.readMessageProperty(OScope.Variable variable, OProcess.OProperty property)
          Read the value of a BPEL property.
 org.w3c.dom.Node EvaluationContext.readVariable(OScope.Variable variable, OMessageVarType.Part part)
          Read the value of a BPEL variable.
 

Uses of FaultException in org.apache.ode.bpel.extension
 

Methods in org.apache.ode.bpel.extension that throw FaultException
 void ExtensionOperation.run(java.lang.Object context, java.lang.String cid, org.w3c.dom.Element element)
          Provides the runtime implementation.
 



Copyright © 2015 WSO2. All Rights Reserved.