com.raritantechnologies.genericInterface.remote
Interface IRemoteAction

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
ContentHandlerAction, SearchAction

public interface IRemoteAction
extends IConfigurable


Method Summary
 void executeAction(java.io.InputStream input, java.io.OutputStream output)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

executeAction

public void executeAction(java.io.InputStream input,
                          java.io.OutputStream output)