org.processmining.framework.remote
Interface ServiceHandler

All Known Implementing Classes:
RecommendationServiceHandler

public interface ServiceHandler

Author:
christian

Method Summary
 void handleRequest(java.io.BufferedReader in, java.io.PrintWriter out)
           
 

Method Detail

handleRequest

void handleRequest(java.io.BufferedReader in,
                   java.io.PrintWriter out)
                   throws java.io.IOException
Throws:
java.io.IOException