1 package no.knowit.helloejb; 2 import javax.ejb.Local; 3 4 @Local 5 public interface HelloEjb { 6 public String sayHello(); 7 }