rsitze 2002/06/06 06:36:19
Modified: java/src/org/apache/axis/wsdl/toJava Emitter.java
Log:
Updated comments for scope change
Revision Changes Path
1.40 +5 -1 xml-axis/java/src/org/apache/axis/wsdl/toJava/Emitter.java
Index: Emitter.java
===================================================================
RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/wsdl/toJava/Emitter.java,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- Emitter.java 5 Jun 2002 23:24:35 -0000 1.39
+++ Emitter.java 6 Jun 2002 13:36:19 -0000 1.40
@@ -229,7 +229,11 @@
/**
* Set the scope for the deploy.xml file.
- * @param scope One of Emitter.NO_EXPLICIT_SCOPE, Emitter.APPLICATION_SCOPE,
Emitter.REQUEST_SCOPE, Emitter.SESSION_SCOPE. Anything else is equivalent to
NO_EXPLICIT_SCOPE and no explicit scope tag will appear in deploy.xml.
+ * @param scope One of JavaProvider.BYTE_SCOPE_NOT_EXPLICIT,
+ * JavaProvider.BYTE_SCOPE_APPLICATION, JavaProvider.BYTE_SCOPE_REQUEST,
+ * JavaProvider.BYTE_SCOPE_SESSION. Anything else is equivalent to
+ * BYTE_SCOPE_NOT_EXPLICIT and no explicit scope tag will appear in
+ * deploy.xml.
*/
public void setScope(byte scope) {
this.scope = scope;