/*
 * JBoss, the OpenSource J2EE webOS
 *
 * Distributable under LGPL license.
 * See terms of license at gnu.org.
 */
package org.jboss.webservice.server;

// $Id: ServiceEndpointServletJSE.java,v 1.2.2.2 2004/11/16 11:42:23 tdiesler Exp $


/**
 * The servlet that deals with the specific requirements for Java service endpoints
 * <p/>
 *
 * @author Thomas.Diesler@jboss.org
 * @since 03-June-2004
 */
public class ServiceEndpointServletJSE extends ServiceEndpointServlet
{
}