Uses of Interface
org.apache.ws.resource.properties.query.QueryExpression

Packages that use QueryExpression
org.apache.ws.resource.properties.faults   
org.apache.ws.resource.properties.query   
org.apache.ws.resource.properties.query.impl   
org.apache.ws.resource.properties.query.xpath   
 

Uses of QueryExpression in org.apache.ws.resource.properties.faults
 

Constructors in org.apache.ws.resource.properties.faults with parameters of type QueryExpression
InvalidQueryExpressionFaultException(QueryExpression queryExpr)
          Constructs a new BaseFaultException with the specified SOAP message and actor.
 

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

Methods in org.apache.ws.resource.properties.query that return QueryExpression
 QueryExpression InvalidQueryExpressionException.getQueryExpression()
          DOCUMENT_ME
 

Methods in org.apache.ws.resource.properties.query with parameters of type QueryExpression
 java.lang.Object QueryEngine.executeQuery(QueryExpression queryExpr, ResourcePropertySet resourcePropSet, org.w3c.dom.Element nsContext)
          Executes a query against a resource property set.
 java.lang.Object ExpressionEvaluator.evaluate(QueryExpression queryExpr, ResourcePropertySet resourcePropertySet, org.w3c.dom.Element nsContext)
          Evaluates the expression over a ResourcePropertySet and returns the result.
 

Constructors in org.apache.ws.resource.properties.query with parameters of type QueryExpression
InvalidQueryExpressionException(QueryExpression queryExpr)
          Creates a new InvalidQueryExpressionException object.
 

Uses of QueryExpression in org.apache.ws.resource.properties.query.impl
 

Classes in org.apache.ws.resource.properties.query.impl that implement QueryExpression
 class XmlBeansQueryExpression
          LOG-DONE
 

Methods in org.apache.ws.resource.properties.query.impl with parameters of type QueryExpression
 java.lang.Object QueryEngineImpl.executeQuery(QueryExpression queryExpr, ResourcePropertySet resourcePropertySet, org.w3c.dom.Element nsContext)
          DOCUMENT_ME
 

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

Methods in org.apache.ws.resource.properties.query.xpath with parameters of type QueryExpression
 java.lang.Object AbstractXPathExpressionEvaluator.evaluate(QueryExpression queryExpr, ResourcePropertySet resourcePropertySet, org.w3c.dom.Element nsContext)
          DOCUMENT_ME
 

Constructors in org.apache.ws.resource.properties.query.xpath with parameters of type QueryExpression
XPathExpression(QueryExpression queryExpr, org.w3c.dom.Element nsContext)
          Creates a new XPathExpression object.
 



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