KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > webservice > server > ServiceEndpointServletEJB


1 /*
2  * JBoss, the OpenSource J2EE webOS
3  *
4  * Distributable under LGPL license.
5  * See terms of license at gnu.org.
6  */

7 package org.jboss.webservice.server;
8
9
10 // $Id: ServiceEndpointServletEJB.java,v 1.2.2.2 2004/11/16 11:42:23 tdiesler Exp $
11

12
13 /**
14  * The servlet that deals with the specific requirements for EJB service endpoints
15  * <p/>
16  *
17  * @author Thomas.Diesler@jboss.org
18  * @version $Revision: 1.2.2.2 $
19  * @since 03-June-2004
20  */

21 public class ServiceEndpointServletEJB extends ServiceEndpointServlet
22 {
23
24 }
25
Popular Tags