Package org.fao.fi.services.factsheet.client

To use this component, add this to your pom.xml:
<dependency>
<groupId>org.fao.figis</groupId>
<artifactId>factsheet-domain</artifactId>
<version>0.0.5</version>
</dependency>


Also include this repository in your pom.xml:
<repository>
<id>openfigis</id>
<name>openfigis-releases</name>
<url>http://78.46.99.131:8080/artifactory/libs-releases-local</url>
</repository>

See:
          Description

Class Summary
FactsheetWebServiceClient FactsheetWebServiceClient in order to use the REST webservices offered at http://www.fao.org/figis/ws/factsheets/

Usage Example:
FactsheetWebServiceClient c = new FactsheetWebServiceClient();
DomainList dl = c.retrieveDomainList();
 

Package org.fao.fi.services.factsheet.client Description

To use this component, add this to your pom.xml:
<dependency>
<groupId>org.fao.figis</groupId>
<artifactId>factsheet-domain</artifactId>
<version>0.0.5</version>
</dependency>


Also include this repository in your pom.xml:
<repository>
<id>openfigis</id>
<name>openfigis-releases</name>
<url>http://78.46.99.131:8080/artifactory/libs-releases-local</url>
</repository>



Copyright © 2010. All Rights Reserved.