/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package beans.adressen; import javax.ejb.Remote; /** * * @author jmueller */ @Remote public interface AdressenRemote { String getLieferantenAdresseFuerArtikel(long artikel_id); }