| Home >> All >> org >> apache >> ws >> resource >> properties >> [ query Javadoc ] |
| | org.apache.ws.resource.properties.query.impl.* (2) | | org.apache.ws.resource.properties.query.xpath.* (4) |
| | org.apache.ws.resource.properties.query.xpath.impl.* (2) |
org.apache.ws.resource.properties.query: Javadoc index of package org.apache.ws.resource.properties.query.
Package Samples:
org.apache.ws.resource.properties.query.xpath
org.apache.ws.resource.properties.query.xpath.impl
org.apache.ws.resource.properties.query.impl
Classes:
QueryEngine: The QueryEngine interface is used to map queries on the service data of a service to the appropriate ExpressionEvaluators and then return the result. ExpressionEvaluators can be preconfigured or dynamically added at runtime.
ExpressionEvaluator: An ExpressionEvaluator is used to implement a query expression evaluation of a ResourcePropertySet . An evaluator can be registered with a QueryEngine , which in turn calls the evaluator when a matching expression is found.
XalanXPathExpressionEvaluator: An XPath expression evaluator that utilizes the Xalan-J org.apache.xpath.XPathAPI utility class (note, Xalan-J is included with JDK 1.4 but not with JDK 1.5). LOG-DONE
QueryEngineImpl: LOG-DONE Executes queries on resource property sets. The engine looks for evaluators under the "wsrf/query/eval" JNDI context.
InvalidQueryExpressionException: Indicates the given Query Expression is not valid within the QueryExpression language identified by the dialect attribute.
UnknownQueryExpressionDialectException: Indicates that the given QueryExpression has a dialect that is unknown to the Web service.
JaxenXPathExpressionEvaluator: An XPath expression evaluator that utilizes the Jaxen XPath evaluation engine. LOG-DONE
QueryExpression: Java representation of the wsrf-rp:QueryExpressionType XML schema type.
QueryEvaluationErrorException: Indicates the Query Expression failed during evaluation.
XPathExpression: LOG-DONE An XPath expression
XmlBeansQueryExpression: LOG-DONE
AbstractXPathExpressionEvaluator: LOG-DONE
QueryConstants
| Home | Contact Us | Privacy Policy | Terms of Service |