Author: indika Date: Tue Jun 16 00:48:36 2009 New Revision: 39074 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=39074
Log: doc update for sample 606 Modified: trunk/esb/java/docs/xdoc/samples/rule_samples.xml Modified: trunk/esb/java/docs/xdoc/samples/rule_samples.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/samples/rule_samples.xml?rev=39074&r1=39073&r2=39074&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/samples/rule_samples.xml (original) +++ trunk/esb/java/docs/xdoc/samples/rule_samples.xml Tue Jun 16 00:48:36 2009 @@ -947,7 +947,10 @@ -Desb.sample=606)<br /> Start the Axis2 server and deploy the SimpleStockQuoteService if not already deployed.</p> - + <p>The classes <strong>GetQuoteRequest.java</strong> and <strong>CheckPriceResponse.java</strong> which are shown in bellow, + have to be compiled and put in classpath. Easy way may be putting as a jar inside + <strong>lid/extensions</strong>. Pleas note that these classes need to be group to package <strong>samples</strong>. + </p> <p>This sample also illustrates a advanced transformation using rule mediator. </p> @@ -965,7 +968,9 @@ <p></p> <p><strong>For input transformation</strong></p> -<pre>/** +<pre> + package samples; + /** * Represents the GetQuote Request - only for sample demonstration */ @@ -991,7 +996,9 @@ }</pre> <p><strong>For output transformation</strong></p> -<pre>/** +<pre> + package samples; + /** * Represents the Check Price Response - only for sample demonstration */ public class CheckPriceResponse { _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
