com.indexdata.torus2
Class RealmClient

java.lang.Object
  extended by com.indexdata.torus2.RealmClient

public class RealmClient
extends Object

Author:
jakub

Nested Class Summary
 class RealmClient.RealmClientException
           
 
Constructor Summary
RealmClient()
           
 
Method Summary
 List<Record.Layer> convertRawDoc(Document doc, String url, Date lastModified)
           
 List<Record.Layer> getRecords(String baseUrl, int depth)
          Fetch the world list from another TORUS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealmClient

public RealmClient()
Method Detail

convertRawDoc

public List<Record.Layer> convertRawDoc(Document doc,
                                        String url,
                                        Date lastModified)
                                 throws MalformedInputException
Throws:
MalformedInputException

getRecords

public List<Record.Layer> getRecords(String baseUrl,
                                     int depth)
                              throws RealmClient.RealmClientException
Fetch the world list from another TORUS

Throws:
RealmClient.RealmClientException


Copyright © 2008-2013 Index Data. All Rights Reserved.