KickJava   Java API By Example, From Geeks To Geeks.

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


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 // $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 endpoints
14  * <p/>
15  *
16  * @author Thomas.Diesler@jboss.org
17  * @since 03-June-2004
18  */

19 public class ServiceEndpointServletJSE extends ServiceEndpointServlet
20 {
21 }
22
Popular Tags