org.tonjac.mini
Interface Service

All Known Implementing Classes:
ConfigFileServiceMapper

public interface Service

Interface that a Mini web application (CGI) service must implement.

Author:
Toni Thomsson

Method Summary
 ServiceReply execute(Session session, java.util.Properties params)
           
 

Method Detail

execute

public ServiceReply execute(Session session,
                            java.util.Properties params)
                     throws java.lang.Exception
Parameters:
session - Session
params - CGI parameters
Returns:
Rendered service reply
Throws:
java.lang.Exception