stevel 2002/06/24 15:38:11
Modified: java/src/org/apache/axis EngineConfiguration.java
Log:
why is my entire life spent editing javadocs?
Revision Changes Path
1.8 +4 -1 xml-axis/java/src/org/apache/axis/EngineConfiguration.java
Index: EngineConfiguration.java
===================================================================
RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/EngineConfiguration.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- EngineConfiguration.java 11 Jun 2002 14:53:51 -0000 1.7
+++ EngineConfiguration.java 24 Jun 2002 22:38:11 -0000 1.8
@@ -157,7 +157,10 @@
public Hashtable getGlobalOptions() throws ConfigurationException;
/**
- * Get an enumeration of the services deployed to this engine
+ * Get an enumeration of the services deployed to this engine,
+ * these are represented as ServiceDesc objects
+ * @see org.apache.axis.description.ServiceDesc
+ * @return something to iterate with
*/
public Iterator getDeployedServices() throws ConfigurationException;
}