owenb 2003/03/07 03:41:30
Modified: java/src/org/apache/wsif WSIFConstants.java
Log:
Javadoc updates
Revision Changes Path
1.22 +3 -2 xml-axis-wsif/java/src/org/apache/wsif/WSIFConstants.java
Index: WSIFConstants.java
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/WSIFConstants.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- WSIFConstants.java 6 Mar 2003 15:54:40 -0000 1.21
+++ WSIFConstants.java 7 Mar 2003 11:41:30 -0000 1.22
@@ -297,7 +297,8 @@
* Setting this feature as <code>true</code> will cause the WSIFServiceFactory
to store shallow
* copies of any WSIFService instances it creates and to reuse these whenever
possible rather than
* creating new WSIFService instances. This can provide a performance
improvement if you are creating
- * and using the same WSIFServices multiple times.
+ * and using the same WSIFServices multiple times. If this feature is not set,
service caching will be
+ * off.
*/
public static final String WSIF_FEATURE_SERVICE_CACHING =
"org.apache.wsif.servicecaching";
@@ -306,7 +307,7 @@
* <code>java.lang.Boolean</code> object<br><br>
* Setting this feature as <code>true</code> will cause instances of
WSIFService created by this factory,
* to attempt to automatically calculate mappings between xml names and Java
class names for the
- * types in the wsdl.
+ * types in the wsdl. If this feature is not set, automatic mapping of type
will be off.
*/
public static final String WSIF_FEATURE_AUTO_MAP_TYPES =
"org.apache.wsif.automaptypes";