Uses of Class
org.apache.ws.resource.properties.query.UnknownQueryExpressionDialectException

Packages that use UnknownQueryExpressionDialectException
org.apache.ws.resource.properties.query   
org.apache.ws.resource.properties.query.xpath   
 

Uses of UnknownQueryExpressionDialectException in org.apache.ws.resource.properties.query
 

Methods in org.apache.ws.resource.properties.query that throw UnknownQueryExpressionDialectException
 java.lang.Object QueryEngine.executeQuery(QueryExpression queryExpr, ResourcePropertySet resourcePropSet)
          Executes a query against a resource property set.
 java.lang.Object QueryEngine.executeQuery(QueryExpression queryExpr, java.lang.Object evalContext)
          Evaluates the expression over the specified context object and returns the result.
 void QueryEngine.registerEvaluator(java.net.URI dialect, ExpressionEvaluator evaluator)
          Registers a query expression evaluator for handling query expressions in specified dialect.
 java.lang.Object ExpressionEvaluator.evaluate(QueryExpression queryExpr, ResourcePropertySet resourcePropertySet)
          Evaluates the expression over a ResourcePropertySet and returns the result.
 java.lang.Object ExpressionEvaluator.evaluate(QueryExpression queryExpr, java.lang.Object evalContext)
          Evaluates the expression over the specified context object and returns the result.
 

Uses of UnknownQueryExpressionDialectException in org.apache.ws.resource.properties.query.xpath
 

Methods in org.apache.ws.resource.properties.query.xpath that throw UnknownQueryExpressionDialectException
 java.lang.Object AbstractXPathExpressionEvaluator.evaluate(QueryExpression queryExpr, ResourcePropertySet resourcePropertySet)
          DOCUMENT_ME
 java.lang.Object AbstractXPathExpressionEvaluator.evaluate(QueryExpression queryExpr, java.lang.Object evalContext)
          DOCUMENT_ME
protected abstract  java.lang.Object AbstractXPathExpressionEvaluator.evaluate(XPathExpression expr, ResourcePropertySet resourcePropSet)
          DOCUMENT_ME
protected abstract  java.lang.Object AbstractXPathExpressionEvaluator.evaluate(XPathExpression expr, java.lang.Object evalContext)
          DOCUMENT_ME
 

Constructors in org.apache.ws.resource.properties.query.xpath that throw UnknownQueryExpressionDialectException
XPathExpression(QueryExpression queryExpr)
          Creates a new XPathExpression object.
 



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.