Examples of GeonetContext


Examples of org.fao.geonet.GeonetContext

  public Aligner(Logger log, ServiceContext sc, GeoPRESTParams params) throws Exception {
    this.log        = log;
    this.context    = sc;
    this.params     = params;

    GeonetContext gc = (GeonetContext) context.getHandlerContext(Geonet.CONTEXT_NAME);
    dataMan = gc.getBean(DataManager.class);
    result  = new HarvestResult();

    //--- setup REST operation rest/document?id={uuid}

    request = context.getBean(GeonetHttpRequestFactory.class).createXmlRequest(new URL(params.baseUrl+"/rest/document"));
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.