Examples of GNXMLQuery


Examples of org.fao.geonet.services.util.z3950.GNXMLQuery

        ContextContainer cnt = (ContextContainer) ctx.getBean("ContextGateway");

        GNResultSet result = null;

        try {
            result = new GNResultSet(new GNXMLQuery(q, ctx), userInfo, observers, cnt.getSrvctx()); // SRUResultSet(observers, base_url,
                                                                                                    // getCQLString(q), code);
            result.evaluate(timeout);
            result.setStatus(IRResultSetStatus.COMPLETE);
        } catch (Exception e) {
            if(result!=null)
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.