net.jxta.search.peer
Interface ResolverClient

All Known Implementing Classes:
JxtaResolverClient, HttpResolverClient

public interface ResolverClient


Method Summary
 void deleteRoutes(java.net.URL[] urls, java.lang.String[] ids, java.lang.String[] reasons)
           
 ProviderInfo[] resolve(Request request)
           
 

Method Detail

resolve

public ProviderInfo[] resolve(Request request)
                       throws java.io.IOException,
                              net.jxta.search.util.XmlParser.Exception
Throws:
java.io.IOException - if an error occurred while communicating with the resolver.
SAXException - if an error occurred while parsing the resolver's response.

deleteRoutes

public void deleteRoutes(java.net.URL[] urls,
                         java.lang.String[] ids,
                         java.lang.String[] reasons)