| ServiceEndpointServletEJB.java |
/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.webservice.server;
// $Id: ServiceEndpointServletEJB.java,v 1.2.2.2 2004/11/16 11:42:23 tdiesler Exp $
/**
* The servlet that deals with the specific requirements for EJB service endpoints
* <p/>
*
* @author Thomas.Diesler@jboss.org
* @version $Revision: 1.2.2.2 $
* @since 03-June-2004
*/
public class ServiceEndpointServletEJB extends ServiceEndpointServlet
{
}
| ServiceEndpointServletEJB.java |