Author: supun Date: Mon Jun 29 01:34:03 2009 New Revision: 40262 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40262
Log: adding sequence mediator guide Added: trunk/esb/java/docs/xdoc/mediators/sequence.xml Added: trunk/esb/java/docs/xdoc/mediators/sequence.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/mediators/sequence.xml?pathrev=40262 ============================================================================== --- (empty file) +++ trunk/esb/java/docs/xdoc/mediators/sequence.xml Mon Jun 29 01:34:03 2009 @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> + <title>WSO2 ESB - Validate Mediator </title> + <link href="css/esb-docs.css" rel="stylesheet" /> + <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" + media="all" /> + </head> + <body> + <h2>Sequence Mediator</h2> + <p> + A sequence mediator refers to a already defined sequence element which is used to + invoke a named sequence of mediators. + </p> + <h3>Syntax</h3> + <pre xml:space="preserve"> <sequence key="name"/></pre> + <h3>UI Configuration</h3> + <p> + <img src="../sequence-mediator/docs/images/sequence-mediator-screenshot.jpg" alt=""/> + </p> + <p> + <strong>Figure 1: Sequence Mediator</strong> + </p> + + <p> + In the Sequence Mediator panel you can give the name of the sequence, you want to refer or select + it from the registry by clicking the "Registry Browser" link. + </p> + </body> +</html> \ No newline at end of file _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
