org.opentox.interfaces
Interface IProvidesHttpAccess

All Known Implementing Classes:
Algorithm, IndexResource, ListAlgorithms, ListModels, ListTasks, ModelInfoResource, ModelResource, ShutDownResource

public interface IProvidesHttpAccess

Author:
chung

Method Summary
 void doInit()
           
 org.restlet.representation.Representation get(org.restlet.representation.Variant variant)
           
 

Method Detail

doInit

void doInit()
            throws org.restlet.resource.ResourceException
Throws:
org.restlet.resource.ResourceException

get

org.restlet.representation.Representation get(org.restlet.representation.Variant variant)
                                              throws org.restlet.resource.ResourceException
Throws:
org.restlet.resource.ResourceException