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 // $Id: ServiceEndpointServletJSE.java,v 1.2.2.2 2004/11/16 11:42:23 tdiesler Exp $10 11 12 /**13 * The servlet that deals with the specific requirements for Java service endpoints14 * <p/>15 *16 * @author Thomas.Diesler@jboss.org17 * @since 03-June-200418 */19 public class ServiceEndpointServletJSE extends ServiceEndpointServlet20 {21 }22