Package com.aichamorro.dal.dataquery.adapters

Examples of com.aichamorro.dal.dataquery.adapters.RestDataQueryAdapter


public class RestDataSource extends DataSource {
  private RestDataQueryAdapter _queryAdapter;

  public RestDataSource(String url) {
    _queryAdapter = new RestDataQueryAdapter(url);
  }
View Full Code Here

TOP

Related Classes of com.aichamorro.dal.dataquery.adapters.RestDataQueryAdapter

Copyright © 2018 www.massapicom. 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.