[jboss-cvs] JBossAS SVN: r65589 - trunk/server/src/main/org/jboss/metadata.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 24 13:22:14 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-09-24 13:22:14 -0400 (Mon, 24 Sep 2007)
New Revision: 65589

Modified:
   trunk/server/src/main/org/jboss/metadata/WebserviceDescription.java
   trunk/server/src/main/org/jboss/metadata/Webservices.java
Log:
javadoc

Modified: trunk/server/src/main/org/jboss/metadata/WebserviceDescription.java
===================================================================
--- trunk/server/src/main/org/jboss/metadata/WebserviceDescription.java	2007-09-24 15:25:48 UTC (rev 65588)
+++ trunk/server/src/main/org/jboss/metadata/WebserviceDescription.java	2007-09-24 17:22:14 UTC (rev 65589)
@@ -1,8 +1,33 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.metadata;
+
+// $Id: $
+
 /**
+ * Represents the <webservice-description> element in jboss.xml and jboss-web.xml
  * 
+ * @author Thomas.Diesler at jboss.com
  */
-package org.jboss.metadata;
-
 public class WebserviceDescription
 {
    private String descriptionName;

Modified: trunk/server/src/main/org/jboss/metadata/Webservices.java
===================================================================
--- trunk/server/src/main/org/jboss/metadata/Webservices.java	2007-09-24 15:25:48 UTC (rev 65588)
+++ trunk/server/src/main/org/jboss/metadata/Webservices.java	2007-09-24 17:22:14 UTC (rev 65589)
@@ -1,12 +1,36 @@
-/**
- * 
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.metadata;
 
+// $Id: $
+
 import java.util.ArrayList;
 import java.util.List;
 
-
+/**
+ * Represents the <webservices> element in jboss.xml and jboss-web.xml
+ * 
+ * @author Thomas.Diesler at jboss.com
+ */
 public class Webservices
 {
    private String contextRoot;




More information about the jboss-cvs-commits mailing list