[jboss-svn-commits] JBL Code SVN: r10935 - labs/jbossesb/trunk/product/core/rosetta/src/org/jboss/soa/esb/notification.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Apr 12 13:53:02 EDT 2007


Author: derek.adams
Date: 2007-04-12 13:53:02 -0400 (Thu, 12 Apr 2007)
New Revision: 10935

Modified:
   labs/jbossesb/trunk/product/core/rosetta/src/org/jboss/soa/esb/notification/NotifyFTP.java
Log:
Added better documentation.

Modified: labs/jbossesb/trunk/product/core/rosetta/src/org/jboss/soa/esb/notification/NotifyFTP.java
===================================================================
--- labs/jbossesb/trunk/product/core/rosetta/src/org/jboss/soa/esb/notification/NotifyFTP.java	2007-04-12 17:51:04 UTC (rev 10934)
+++ labs/jbossesb/trunk/product/core/rosetta/src/org/jboss/soa/esb/notification/NotifyFTP.java	2007-04-12 17:53:02 UTC (rev 10935)
@@ -15,13 +15,14 @@
 import org.jboss.soa.esb.util.RemoteFileSystemFactory;
 
 /**
- * Sends a message to an outgoing FTP server. The notification-details property
- * looks something like:
+ * Sends a message to an outgoing FTP server. The outgoing filename can have
+ * values of message properties injected into it to make it unique. The
+ * notification-details property looks something like:
  * 
  * <code>
  *		<NotificationList type="OK" xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd">
  *			<target class="NotifyFTP">
- *				<ftp URL="ftp://username:pwd@server.com/remote/dir" filename="output.txt"/>
+ *				<ftp URL="ftp://username:pwd@server.com/remote/dir" filename="{jbossesb.message.id}.txt"/>
  *			</target>
  *		</NotificationList>
  * </code>




More information about the jboss-svn-commits mailing list