/* * Created on Feb 17, 2006 */ package cyrille.statics; public interface MyService { String doJob(String in); }