package net.sourceforge.fenixedu.webServices; public class InstitutionalEmailManagement implements IInstitutionalEmailManagement { public String setMail(String userUID, String email) { throw new UnsupportedOperationException(); } }