Package com.sun.xml.registry.uddi
Class QueryImpl
- java.lang.Object
-
- com.sun.xml.registry.uddi.QueryImpl
-
public class QueryImpl extends Object
The Query interface encapsulates a query in a declarative query language. Currently a Query can be an SQL query only. In future support for other query languages such as XQL query may be added. The query must conform to a fixed schema as defined by the JAXR specification.- Author:
- Farrukh S. Najmi
-
-
Constructor Summary
Constructors Constructor Description QueryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetType()Gets the type of Query (e.g.StringtoString()Must print the String representing the query.
-