1 /*2 * JBoss, the OpenSource J2EE webOS3 *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 endpoints15 * <p/>16 *17 * @author Thomas.Diesler@jboss.org18 * @version $Revision: 1.2.2.2 $19 * @since 03-June-200420 */21 public class ServiceEndpointServletEJB extends ServiceEndpointServlet22 {23 24 }25