2829303132333435363738
public class StatelessBean implements SessionBean { public void testWebService() { Test test = new Test(); try { test.testWebServiceLookup(); } catch (Exception e) { throw new EJBException(e); } }
3233343536373839404142
} } public void testWebService() throws Exception { Test test = new Test(); test.testWebServiceLookup(); } public void testResourceRefLookup() throws Exception { Test test = new Test();