package ca.etsmtl.applets.etsmobile.http.soap; //---------------------------------------------------- // // Generated by www.easywsdl.com // Version: 2.0.0.4 // // Created by Quasar Development at 15-01-2014 // //--------------------------------------------------- public class Functions { public interface IFunc<Res> { Res Func() throws Exception; } public interface IFunc1<T, Res> { Res Func(T p); } public interface IFunc2<T1, T2, Res> { Res Func(T1 p1, T2 p2); } public interface IAction { void Action(); } public interface IAction1<T> { void Action(T p1); } }