org.apache.muse.ws.resource.properties.query.impl
Class XPathQueryExpressionFactory

java.lang.Object
  extended by 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)

Constructor Summary
XPathQueryExpressionFactory()
           
 
Method Summary
 Collection getDialects()
           
 QueryExpression newInstance(String dialect)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathQueryExpressionFactory

public XPathQueryExpressionFactory()
Method Detail

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.