User: jung
Date: 00/09/04 09:44:23
Modified: src/org/jboss/ejb/plugins/zoap ComponentURNResolver.java
Log:
Class should be public to be extensible.
Revision Changes Path
1.2 +26 -7 zoap/src/org/jboss/ejb/plugins/zoap/ComponentURNResolver.java
Index: ComponentURNResolver.java
===================================================================
RCS file:
/products/cvs/ejboss/zoap/src/org/jboss/ejb/plugins/zoap/ComponentURNResolver.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ComponentURNResolver.java 2000/08/11 14:43:49 1.1
+++ ComponentURNResolver.java 2000/09/04 16:44:23 1.2
@@ -1,9 +1,22 @@
/*
- * $Id: ComponentURNResolver.java,v 1.1 2000/08/11 14:43:49 jung Exp $
- * Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
- * D-66299 Friedrichsthal, Germany. All Rights Reserved.
- *
- */
+ * $Id: ComponentURNResolver.java,v 1.2 2000/09/04 16:44:23 jung Exp $
+ * Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12,
+ * D-66299 Friedrichsthal, Germany. All Rights Reserved.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
package org.jboss.ejb.plugins.zoap;
@@ -23,7 +36,7 @@
* this urnresolver uses the context classpath to find meta-data resources
*/
-class ComponentURNResolver implements URNResolver {
+public class ComponentURNResolver implements URNResolver {
public XmlObjectReader resolveURN(URN theUrn, Collection visitedURNs)
@@ -48,6 +61,9 @@
/*
* $Log: ComponentURNResolver.java,v $
+ * Revision 1.2 2000/09/04 16:44:23 jung
+ * Class should be public to be extensible.
+ *
* Revision 1.1 2000/08/11 14:43:49 jung
* added comments how to run the testsuite with jboss.
* an scl file was wrongly named and had to be moved.