org.apache.muse.ws.resource.properties.query.impl
Class XPathQueryExpressionFactory
java.lang.Object
org.apache.muse.ws.resource.properties.query.impl.XPathQueryExpressionFactory
- All Implemented Interfaces:
- QueryExpressionFactory
public class XPathQueryExpressionFactory
- extends Object
- implements QueryExpressionFactory
XPathQueryExpressionFactory can create query expressions that support XPath 1.0.
- Author:
- Dan Jemiolo (danj)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathQueryExpressionFactory
public XPathQueryExpressionFactory()
getDialects
public Collection getDialects()
- Specified by:
getDialects
in interface QueryExpressionFactory
- Returns:
- The URIs that represent the query dialects supported by this factory.
newInstance
public QueryExpression newInstance(String dialect)
throws UnknownQueryExpressionDialectFault
- Specified by:
newInstance
in interface QueryExpressionFactory
- Returns:
- A QueryExpression object that can be used to evaluate queries
for the given dialect.
- Throws:
UnknownQueryExpressionDialectFault
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.