01: /**
02: * $Id: ApacheWebServiceProvider.java,v 1.12 2003/06/03 10:37:11 sy131129 Exp $
03: * Copyright 2002-2003 Sun Microsystems, Inc. All
04: * rights reserved. Use of this product is subject
05: * to license terms. Federal Acquisitions:
06: * Commercial Software -- Government Users
07: * Subject to Standard License Terms and
08: * Conditions.
09: *
10: * Sun, Sun Microsystems, the Sun logo, and Sun ONE
11: * are trademarks or registered trademarks of Sun Microsystems,
12: * Inc. in the United States and other countries.
13: */package com.sun.portal.providers.simplewebservice.apache;
14:
15: import com.sun.portal.providers.simplewebservice.rpc.SimpleWebServiceProvider;
16:
17: public class ApacheWebServiceProvider extends SimpleWebServiceProvider {
18: }
|