You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by ma...@apache.org on 2007/10/05 07:21:13 UTC

svn commit: r582078 [18/35] - in /webservices/sandesha/site/sandesha2/c: ./ api/html/ docs/

Added: webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection_8h-source.html
URL: http://svn.apache.org/viewvc/webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection_8h-source.html?rev=582078&view=auto
==============================================================================
--- webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection_8h-source.html (added)
+++ webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection_8h-source.html Thu Oct  4 22:20:55 2007
@@ -0,0 +1,94 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Sandesha2/C - Sandesha2/C: sandesha2_make_connection.h Source File</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/sandesha2/c" id="projectLogo"><img alt="Apache Sandesha2/C" src="http://ws.apache.org/sandesha2/c/images/sandesha2c_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 05 October 2007
+                  | Doc for 0.91</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2_C"><h5>Apache Sandesha2/C</h5><ul><li class="none"><a href="../../index.html">Apache Sandesha2/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Sandesha2/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/sandesha2c_manual.html">Sandesha2/C manual</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checkout Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_
 conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
+    <li><a href="dirs.html"><span>Directories</span></a></li>
+  </ul>
+</div><div class="nav">
+<a class="el" href="dir_16487952adfeac4b2b9df719b49efdb6.html">include</a></div></p></div><div class="section"><a name="sandesha2_make_connection_h"></a><h2>sandesha2_make_connection.h</h2><p><a href="sandesha2__make__connection_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
+<a name="l00002"></a>00002 <span class="comment"> * Copyright 2004,2005 The Apache Software Foundation.</span>
+<a name="l00003"></a>00003 <span class="comment"> *</span>
+<a name="l00004"></a>00004 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
+<a name="l00005"></a>00005 <span class="comment"> * you may not use this file except in compliance with the License.</span>
+<a name="l00006"></a>00006 <span class="comment"> * You may obtain a copy of the License at</span>
+<a name="l00007"></a>00007 <span class="comment"> *</span>
+<a name="l00008"></a>00008 <span class="comment"> *      http://www.apache.org/licenses/LICENSE-2.0</span>
+<a name="l00009"></a>00009 <span class="comment"> *</span>
+<a name="l00010"></a>00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
+<a name="l00011"></a>00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
+<a name="l00012"></a>00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+<a name="l00013"></a>00013 <span class="comment"> * See the License for the specific language governing permissions and</span>
+<a name="l00014"></a>00014 <span class="comment"> * limitations under the License.</span>
+<a name="l00015"></a>00015 <span class="comment"> */</span>
+<a name="l00016"></a>00016  
+<a name="l00017"></a>00017 <span class="preprocessor">#ifndef SANDESHA2_MAKE_CONNECTION_H</span>
+<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define SANDESHA2_MAKE_CONNECTION_H</span>
+<a name="l00019"></a>00019 <span class="preprocessor"></span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;axiom_soap_envelope.h&gt;</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="sandesha2__iom__rm__part_8h.html">sandesha2_iom_rm_part.h</a>&gt;</span>
+<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;<a class="code" href="sandesha2__identifier_8h.html">sandesha2_identifier.h</a>&gt;</span>
+<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;<a class="code" href="sandesha2__address_8h.html">sandesha2_address.h</a>&gt;</span>
+<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;sandesha2_error.h&gt;</span>
+<a name="l00030"></a>00030 
+<a name="l00031"></a>00031 
+<a name="l00032"></a>00032 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00033"></a>00033 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span>
+<a name="l00034"></a>00034 {
+<a name="l00035"></a>00035 <span class="preprocessor">#endif</span>
+<a name="l00036"></a>00036 <span class="preprocessor"></span>
+<a name="l00042"></a>00042 <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structsandesha2__make__connection.html" title="sandesha2_make_connection sandesha2_make_connection">sandesha2_make_connection</a> <a class="code" href="structsandesha2__make__connection.html" title="sandesha2_make_connection sandesha2_make_connection">sandesha2_make_connection_t</a>;
+<a name="l00043"></a>00043  
+<a name="l00048"></a><a class="code" href="structsandesha2__make__connection.html">00048</a> AXIS2_DECLARE_DATA <span class="keyword">struct </span><a class="code" href="structsandesha2__make__connection.html" title="sandesha2_make_connection sandesha2_make_connection">sandesha2_make_connection</a>
+<a name="l00049"></a>00049 {
+<a name="l00050"></a>00050     <a class="code" href="structsandesha2__iom__rm__part.html" title="sandesha2_iom_rm_part sandesha2_iom_rm_part">sandesha2_iom_rm_part_t</a> part;
+<a name="l00051"></a>00051 };
+<a name="l00052"></a>00052 
+<a name="l00053"></a>00053 AXIS2_EXTERN <a class="code" href="structsandesha2__make__connection.html" title="sandesha2_make_connection sandesha2_make_connection">sandesha2_make_connection_t</a>* AXIS2_CALL
+<a name="l00054"></a>00054 sandesha2_make_connection_create(
+<a name="l00055"></a>00055     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00056"></a>00056         axis2_char_t *ns_value);
+<a name="l00057"></a>00057 
+<a name="l00058"></a>00058 axis2_status_t AXIS2_CALL
+<a name="l00059"></a>00059 sandesha2_make_connection_free_void_arg(
+<a name="l00060"></a>00060     <span class="keywordtype">void</span> *make_conn,
+<a name="l00061"></a>00061     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00062"></a>00062                         
+<a name="l00063"></a>00063 <a class="code" href="structsandesha2__identifier.html" title="sandesha2_identifier sandesha2_identifier">sandesha2_identifier_t</a> * AXIS2_CALL
+<a name="l00064"></a>00064 sandesha2_make_connection_get_identifier(
+<a name="l00065"></a>00065     <a class="code" href="structsandesha2__make__connection.html" title="sandesha2_make_connection sandesha2_make_connection">sandesha2_make_connection_t</a> *make_conn,
+<a name="l00066"></a>00066     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00067"></a>00067 
+<a name="l00068"></a>00068 axis2_status_t AXIS2_CALL                 
+<a name="l00069"></a>00069 sandesha2_make_connection_set_identifier(
+<a name="l00070"></a>00070     <a class="code" href="structsandesha2__make__connection.html" title="sandesha2_make_connection sandesha2_make_connection">sandesha2_make_connection_t</a> *make_conn,
+<a name="l00071"></a>00071     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00072"></a>00072     <a class="code" href="structsandesha2__identifier.html" title="sandesha2_identifier sandesha2_identifier">sandesha2_identifier_t</a> *identifier);
+<a name="l00073"></a>00073                         
+<a name="l00074"></a>00074 <a class="code" href="structsandesha2__address.html" title="sandesha2_address sandesha2_address">sandesha2_address_t</a> * AXIS2_CALL
+<a name="l00075"></a>00075 sandesha2_make_connection_get_address(
+<a name="l00076"></a>00076     <a class="code" href="structsandesha2__make__connection.html" title="sandesha2_make_connection sandesha2_make_connection">sandesha2_make_connection_t</a> *make_conn,
+<a name="l00077"></a>00077     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00078"></a>00078 
+<a name="l00079"></a>00079 axis2_status_t AXIS2_CALL                 
+<a name="l00080"></a>00080 sandesha2_make_connection_set_address(
+<a name="l00081"></a>00081     <a class="code" href="structsandesha2__make__connection.html" title="sandesha2_make_connection sandesha2_make_connection">sandesha2_make_connection_t</a> *make_conn,
+<a name="l00082"></a>00082     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00083"></a>00083     <a class="code" href="structsandesha2__address.html" title="sandesha2_address sandesha2_address">sandesha2_address_t</a> *address);
+<a name="l00084"></a>00084                         
+<a name="l00086"></a>00086 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00087"></a>00087 <span class="preprocessor"></span>}
+<a name="l00088"></a>00088 <span class="preprocessor">#endif</span>
+<a name="l00089"></a>00089 <span class="preprocessor"></span>
+<a name="l00090"></a>00090 <span class="preprocessor">#endif                          </span><span class="comment">/* SANDESHA2_MAKE_CONNECTION_H */</span>
+<a name="l00091"></a>00091 
+</pre></div></p></div><div class="section"><address style="text-align: right;"><small>Generated on Mon Oct 1 17:19:03 2007 for Sandesha2/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.5.3 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection_8h.html
URL: http://svn.apache.org/viewvc/webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection_8h.html?rev=582078&view=auto
==============================================================================
--- webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection_8h.html (added)
+++ webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection_8h.html Thu Oct  4 22:20:55 2007
@@ -0,0 +1,29 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Sandesha2/C - Sandesha2/C: sandesha2_make_connection.h File Reference</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/sandesha2/c" id="projectLogo"><img alt="Apache Sandesha2/C" src="http://ws.apache.org/sandesha2/c/images/sandesha2c_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 05 October 2007
+                  | Doc for 0.91</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2_C"><h5>Apache Sandesha2/C</h5><ul><li class="none"><a href="../../index.html">Apache Sandesha2/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Sandesha2/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/sandesha2c_manual.html">Sandesha2/C manual</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checkout Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_
 conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
+    <li><a href="dirs.html"><span>Directories</span></a></li>
+  </ul>
+</div><div class="nav">
+<a class="el" href="dir_16487952adfeac4b2b9df719b49efdb6.html">include</a></div></p></div><div class="section"><a name="sandesha2_make_connection_h_File_Reference"></a><h2>sandesha2_make_connection.h File Reference</h2><code>#include &lt;axiom_soap_envelope.h&gt;</code><br></br><code>#include &lt;<a class="el" href="sandesha2__iom__rm__part_8h-source.html">sandesha2_iom_rm_part.h</a>&gt;</code><br></br><code>#include &lt;<a class="el" href="sandesha2__identifier_8h-source.html">sandesha2_identifier.h</a>&gt;</code><br></br><code>#include &lt;<a class="el" href="sandesha2__address_8h-source.html">sandesha2_address.h</a>&gt;</code><br></br><code>#include &lt;sandesha2_error.h&gt;</code><br></br><p>
+<a href="sandesha2__make__connection_8h-source.html">Go to the source code of this file.</a><table class="bodyTable"><tr class="b"><td></td></tr><tr class="a"><td colspan="2"><br></br><h2>Classes</h2></td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structsandesha2__make__connection.html">sandesha2_make_connection</a></td></tr><tr class="a"><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="structsandesha2__make__connection.html" title="sandesha2_make_connection sandesha2_make_connection">sandesha2_make_connection</a> <a class="el" href="structsandesha2__make__connection.html" title="sandesha2_make_connection sandesha2_make_connection">sandesha2_make_connection</a>  <a href="structsandesha2__make__connection.html#_details">More...</a><br></br></td></tr><tr class="b"><td colspan="2"><br></br><h2>Typedefs</h2></td></tr><tr class="a"><td class="memI
 temLeft" nowrap="" align="right" valign="top"><a class="anchor" name="g6a0238b51f40969a027e7273d3ce92e2"></a>
+typedef struct <br></br>
+<a class="el" href="structsandesha2__make__connection.html">sandesha2_make_connection</a> </td><td class="memItemRight" valign="bottom"><b>sandesha2_make_connection_t</b></td></tr><tr class="b"><td colspan="2"><br></br><h2>Functions</h2></td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="g28e554e17660fa72c76ed554d15ee8ea"></a>
+AXIS2_EXTERN <br></br>
+<a class="el" href="structsandesha2__make__connection.html">sandesha2_make_connection_t</a> * </td><td class="memItemRight" valign="bottom"><b>sandesha2_make_connection_create</b> (const axutil_env_t *env, axis2_char_t *ns_value)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="g4f6439272d68d1b2d68347b4ba10d0f8"></a>
+axis2_status_t </td><td class="memItemRight" valign="bottom"><b>sandesha2_make_connection_free_void_arg</b> (void *make_conn, const axutil_env_t *env)</td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="gff9bf290a0d4a85e5a53e86104c2b041"></a>
+<a class="el" href="structsandesha2__identifier.html">sandesha2_identifier_t</a> * </td><td class="memItemRight" valign="bottom"><b>sandesha2_make_connection_get_identifier</b> (<a class="el" href="structsandesha2__make__connection.html">sandesha2_make_connection_t</a> *make_conn, const axutil_env_t *env)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="ge50e3f82442331deec8e37ff66819ed1"></a>
+axis2_status_t </td><td class="memItemRight" valign="bottom"><b>sandesha2_make_connection_set_identifier</b> (<a class="el" href="structsandesha2__make__connection.html">sandesha2_make_connection_t</a> *make_conn, const axutil_env_t *env, <a class="el" href="structsandesha2__identifier.html">sandesha2_identifier_t</a> *identifier)</td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="ged8a47f9adf188a994d80a3e1b1912e2"></a>
+<a class="el" href="structsandesha2__address.html">sandesha2_address_t</a> * </td><td class="memItemRight" valign="bottom"><b>sandesha2_make_connection_get_address</b> (<a class="el" href="structsandesha2__make__connection.html">sandesha2_make_connection_t</a> *make_conn, const axutil_env_t *env)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="g3c207e45f72a8847571dd3a223ae793b"></a>
+axis2_status_t </td><td class="memItemRight" valign="bottom"><b>sandesha2_make_connection_set_address</b> (<a class="el" href="structsandesha2__make__connection.html">sandesha2_make_connection_t</a> *make_conn, const axutil_env_t *env, <a class="el" href="structsandesha2__address.html">sandesha2_address_t</a> *address)</td></tr></table>
+</p></div><div class="section"><p><a name="_details"></a></p><div class="subsection"><a name="Detailed_Description"></a><h3>Detailed Description</h3></div></div><div class="section"><address style="text-align: right;"><small>Generated on Mon Oct 1 17:19:05 2007 for Sandesha2/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.5.3 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection__msg__processor_8h-source.html
URL: http://svn.apache.org/viewvc/webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection__msg__processor_8h-source.html?rev=582078&view=auto
==============================================================================
--- webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection__msg__processor_8h-source.html (added)
+++ webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection__msg__processor_8h-source.html Thu Oct  4 22:20:55 2007
@@ -0,0 +1,56 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Sandesha2/C - Sandesha2/C: sandesha2_make_connection_msg_processor.h Source File</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/sandesha2/c" id="projectLogo"><img alt="Apache Sandesha2/C" src="http://ws.apache.org/sandesha2/c/images/sandesha2c_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 05 October 2007
+                  | Doc for 0.91</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2_C"><h5>Apache Sandesha2/C</h5><ul><li class="none"><a href="../../index.html">Apache Sandesha2/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Sandesha2/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/sandesha2c_manual.html">Sandesha2/C manual</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checkout Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_
 conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
+    <li><a href="dirs.html"><span>Directories</span></a></li>
+  </ul>
+</div><div class="nav">
+<a class="el" href="dir_16487952adfeac4b2b9df719b49efdb6.html">include</a></div></p></div><div class="section"><a name="sandesha2_make_connection_msg_processor_h"></a><h2>sandesha2_make_connection_msg_processor.h</h2><p><a href="sandesha2__make__connection__msg__processor_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
+<a name="l00002"></a>00002 <span class="comment"> * Copyright 2004,2005 The Apache Software Foundation.</span>
+<a name="l00003"></a>00003 <span class="comment"> *</span>
+<a name="l00004"></a>00004 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
+<a name="l00005"></a>00005 <span class="comment"> * you may not use this file except in compliance with the License.</span>
+<a name="l00006"></a>00006 <span class="comment"> * You may obtain a copy of the License at</span>
+<a name="l00007"></a>00007 <span class="comment"> *</span>
+<a name="l00008"></a>00008 <span class="comment"> *      http://www.apache.org/licenses/LICENSE-2.0</span>
+<a name="l00009"></a>00009 <span class="comment"> *</span>
+<a name="l00010"></a>00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
+<a name="l00011"></a>00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
+<a name="l00012"></a>00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+<a name="l00013"></a>00013 <span class="comment"> * See the License for the specific language governing permissions and</span>
+<a name="l00014"></a>00014 <span class="comment"> * limitations under the License.</span>
+<a name="l00015"></a>00015 <span class="comment"> */</span>
+<a name="l00016"></a>00016  
+<a name="l00017"></a>00017 <span class="preprocessor">#ifndef SANDESHA2_MAKE_CONNECTION_MSG_PROCESSOR_H</span>
+<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define SANDESHA2_MAKE_CONNECTION_MSG_PROCESSOR_H</span>
+<a name="l00019"></a>00019 <span class="preprocessor"></span>
+<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;axutil_utils_defines.h&gt;</span>
+<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;axutil_env.h&gt;</span>
+<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;<a class="code" href="sandesha2__msg__processor_8h.html">sandesha2_msg_processor.h</a>&gt;</span>
+<a name="l00032"></a>00032 
+<a name="l00033"></a>00033 
+<a name="l00034"></a>00034 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00035"></a>00035 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span>
+<a name="l00036"></a>00036 {
+<a name="l00037"></a>00037 <span class="preprocessor">#endif</span>
+<a name="l00038"></a>00038 <span class="preprocessor"></span>
+<a name="l00044"></a>00044 AXIS2_EXTERN <a class="code" href="structsandesha2__msg__processor.html" title="sandesha2_msg_processor_ops sandesha2_msg_processor_ops">sandesha2_msg_processor_t</a>* AXIS2_CALL
+<a name="l00045"></a>00045 sandesha2_make_connection_msg_processor_create(
+<a name="l00046"></a>00046     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00048"></a>00048 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00049"></a>00049 <span class="preprocessor"></span>}
+<a name="l00050"></a>00050 <span class="preprocessor">#endif</span>
+<a name="l00051"></a>00051 <span class="preprocessor"></span>
+<a name="l00052"></a>00052 <span class="preprocessor">#endif                          </span><span class="comment">/* SANDESHA2_MAKE_CONNECTION_MSG_PROCESSOR_H */</span>
+<a name="l00053"></a>00053 
+</pre></div></p></div><div class="section"><address style="text-align: right;"><small>Generated on Mon Oct 1 17:19:03 2007 for Sandesha2/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.5.3 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection__msg__processor_8h.html
URL: http://svn.apache.org/viewvc/webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection__msg__processor_8h.html?rev=582078&view=auto
==============================================================================
--- webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection__msg__processor_8h.html (added)
+++ webservices/sandesha/site/sandesha2/c/api/html/sandesha2__make__connection__msg__processor_8h.html Thu Oct  4 22:20:55 2007
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Sandesha2/C - Sandesha2/C: sandesha2_make_connection_msg_processor.h File Reference</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/sandesha2/c" id="projectLogo"><img alt="Apache Sandesha2/C" src="http://ws.apache.org/sandesha2/c/images/sandesha2c_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 05 October 2007
+                  | Doc for 0.91</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2_C"><h5>Apache Sandesha2/C</h5><ul><li class="none"><a href="../../index.html">Apache Sandesha2/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Sandesha2/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/sandesha2c_manual.html">Sandesha2/C manual</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checkout Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_
 conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
+    <li><a href="dirs.html"><span>Directories</span></a></li>
+  </ul>
+</div><div class="nav">
+<a class="el" href="dir_16487952adfeac4b2b9df719b49efdb6.html">include</a></div></p></div><div class="section"><a name="sandesha2_make_connection_msg_processor_h_File_Reference"></a><h2>sandesha2_make_connection_msg_processor.h File Reference</h2><p>This struct is responsible for processing MakeConnection request messages that come to the system. MakeConnection is only supported by WSRM 1.1 Here a client can ask for reply messages using a polling mechanism, so even clients without real endpoints can ask for reliable response messages. <a href="#_details">More...</a></p><p>
+<code>#include &lt;axutil_utils_defines.h&gt;</code><br></br>
+<code>#include &lt;axutil_env.h&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="sandesha2__msg__processor_8h-source.html">sandesha2_msg_processor.h</a>&gt;</code><br></br>
+
+</p><p>
+<a href="sandesha2__make__connection__msg__processor_8h-source.html">Go to the source code of this file.</a><table class="bodyTable"><tr class="b"><td></td></tr><tr class="a"><td colspan="2"><br></br><h2>Functions</h2></td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="g509020df8c3d8e056feedb882e314bd1"></a>
+AXIS2_EXTERN <br></br>
+<a class="el" href="structsandesha2__msg__processor.html">sandesha2_msg_processor_t</a> * </td><td class="memItemRight" valign="bottom"><b>sandesha2_make_connection_msg_processor_create</b> (const axutil_env_t *env)</td></tr></table>
+</p></div><div class="section"><p><a name="_details"></a></p><div class="subsection"><a name="Detailed_Description"></a><h3>Detailed Description</h3><p>
+This struct is responsible for processing MakeConnection request messages that come to the system. MakeConnection is only supported by WSRM 1.1 Here a client can ask for reply messages using a polling mechanism, so even clients without real endpoints can ask for reliable response messages. 
+</p><p>
+</p></div></div><div class="section"><address style="text-align: right;"><small>Generated on Mon Oct 1 17:19:05 2007 for Sandesha2/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.5.3 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/sandesha/site/sandesha2/c/api/html/sandesha2__module_8h-source.html
URL: http://svn.apache.org/viewvc/webservices/sandesha/site/sandesha2/c/api/html/sandesha2__module_8h-source.html?rev=582078&view=auto
==============================================================================
--- webservices/sandesha/site/sandesha2/c/api/html/sandesha2__module_8h-source.html (added)
+++ webservices/sandesha/site/sandesha2/c/api/html/sandesha2__module_8h-source.html Thu Oct  4 22:20:55 2007
@@ -0,0 +1,67 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Sandesha2/C - Sandesha2/C: sandesha2_module.h Source File</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/sandesha2/c" id="projectLogo"><img alt="Apache Sandesha2/C" src="http://ws.apache.org/sandesha2/c/images/sandesha2c_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 05 October 2007
+                  | Doc for 0.91</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2_C"><h5>Apache Sandesha2/C</h5><ul><li class="none"><a href="../../index.html">Apache Sandesha2/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Sandesha2/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/sandesha2c_manual.html">Sandesha2/C manual</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checkout Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_
 conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
+    <li><a href="dirs.html"><span>Directories</span></a></li>
+  </ul>
+</div><div class="nav">
+<a class="el" href="dir_16487952adfeac4b2b9df719b49efdb6.html">include</a></div></p></div><div class="section"><a name="sandesha2_module_h"></a><h2>sandesha2_module.h</h2><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
+<a name="l00002"></a>00002 <span class="comment"> * Copyright 2004,2005 The Apache Software Foundation.</span>
+<a name="l00003"></a>00003 <span class="comment"> *</span>
+<a name="l00004"></a>00004 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
+<a name="l00005"></a>00005 <span class="comment"> * you may not use this file except in compliance with the License.</span>
+<a name="l00006"></a>00006 <span class="comment"> * You may obtain a copy of the License at</span>
+<a name="l00007"></a>00007 <span class="comment"> *</span>
+<a name="l00008"></a>00008 <span class="comment"> *      http://www.apache.org/licenses/LICENSE-2.0</span>
+<a name="l00009"></a>00009 <span class="comment"> *</span>
+<a name="l00010"></a>00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
+<a name="l00011"></a>00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
+<a name="l00012"></a>00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+<a name="l00013"></a>00013 <span class="comment"> * See the License for the specific language governing permissions and</span>
+<a name="l00014"></a>00014 <span class="comment"> * limitations under the License.</span>
+<a name="l00015"></a>00015 <span class="comment"> */</span>
+<a name="l00016"></a>00016 
+<a name="l00017"></a>00017 <span class="preprocessor">#ifndef SANDESHA2_MODULE_H</span>
+<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define SANDESHA2_MODULE_H</span>
+<a name="l00019"></a>00019 <span class="preprocessor"></span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;axis2_handler.h&gt;</span>
+<a name="l00026"></a>00026 
+<a name="l00027"></a>00027 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00028"></a>00028 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span>
+<a name="l00029"></a>00029 {
+<a name="l00030"></a>00030 <span class="preprocessor">#endif</span>
+<a name="l00031"></a>00031 <span class="preprocessor"></span>AXIS2_EXTERN axis2_module_t * AXIS2_CALL
+<a name="l00032"></a>00032 mod_sandesha2_create(
+<a name="l00033"></a>00033     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00034"></a>00034 
+<a name="l00035"></a>00035 AXIS2_EXTERN axis2_handler_t* AXIS2_CALL 
+<a name="l00036"></a>00036 sandesha2_global_in_handler_create(
+<a name="l00037"></a>00037     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00038"></a>00038     axutil_qname_t *qname);
+<a name="l00039"></a>00039 
+<a name="l00040"></a>00040 AXIS2_EXTERN axis2_handler_t* AXIS2_CALL 
+<a name="l00041"></a>00041 sandesha2_in_handler_create(
+<a name="l00042"></a>00042     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00043"></a>00043     axutil_qname_t *qname);
+<a name="l00044"></a>00044 
+<a name="l00045"></a>00045 AXIS2_EXTERN axis2_handler_t* AXIS2_CALL 
+<a name="l00046"></a>00046 sandesha2_out_handler_create(
+<a name="l00047"></a>00047     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00048"></a>00048     axutil_qname_t *qname);
+<a name="l00049"></a>00049     
+<a name="l00052"></a>00052 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00053"></a>00053 <span class="preprocessor"></span>}
+<a name="l00054"></a>00054 <span class="preprocessor">#endif</span>
+<a name="l00055"></a>00055 <span class="preprocessor"></span>
+<a name="l00056"></a>00056 <span class="preprocessor">#endif    </span><span class="comment">/* SANDESHA2_MODULE_H */</span>
+</pre></div></div><div class="section"><address style="text-align: right;"><small>Generated on Mon Oct 1 17:19:03 2007 for Sandesha2/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.5.3 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/sandesha/site/sandesha2/c/api/html/sandesha2__msg__creator_8h-source.html
URL: http://svn.apache.org/viewvc/webservices/sandesha/site/sandesha2/c/api/html/sandesha2__msg__creator_8h-source.html?rev=582078&view=auto
==============================================================================
--- webservices/sandesha/site/sandesha2/c/api/html/sandesha2__msg__creator_8h-source.html (added)
+++ webservices/sandesha/site/sandesha2/c/api/html/sandesha2__msg__creator_8h-source.html Thu Oct  4 22:20:55 2007
@@ -0,0 +1,113 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Sandesha2/C - Sandesha2/C: sandesha2_msg_creator.h Source File</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/sandesha2/c" id="projectLogo"><img alt="Apache Sandesha2/C" src="http://ws.apache.org/sandesha2/c/images/sandesha2c_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 05 October 2007
+                  | Doc for 0.91</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2_C"><h5>Apache Sandesha2/C</h5><ul><li class="none"><a href="../../index.html">Apache Sandesha2/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Sandesha2/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/sandesha2c_manual.html">Sandesha2/C manual</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checkout Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_
 conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
+    <li><a href="dirs.html"><span>Directories</span></a></li>
+  </ul>
+</div><div class="nav">
+<a class="el" href="dir_16487952adfeac4b2b9df719b49efdb6.html">include</a></div></p></div><div class="section"><a name="sandesha2_msg_creator_h"></a><h2>sandesha2_msg_creator.h</h2><p><a href="sandesha2__msg__creator_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
+<a name="l00002"></a>00002 <span class="comment"> * Copyright 2004,2005 The Apache Software Foundation.</span>
+<a name="l00003"></a>00003 <span class="comment"> *</span>
+<a name="l00004"></a>00004 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
+<a name="l00005"></a>00005 <span class="comment"> * you may not use this file except in compliance with the License.</span>
+<a name="l00006"></a>00006 <span class="comment"> * You may obtain a copy of the License at</span>
+<a name="l00007"></a>00007 <span class="comment"> *</span>
+<a name="l00008"></a>00008 <span class="comment"> *      http://www.apache.org/licenses/LICENSE-2.0</span>
+<a name="l00009"></a>00009 <span class="comment"> *</span>
+<a name="l00010"></a>00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
+<a name="l00011"></a>00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
+<a name="l00012"></a>00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+<a name="l00013"></a>00013 <span class="comment"> * See the License for the specific language governing permissions and</span>
+<a name="l00014"></a>00014 <span class="comment"> * limitations under the License.</span>
+<a name="l00015"></a>00015 <span class="comment"> */</span>
+<a name="l00016"></a>00016 
+<a name="l00017"></a>00017 <span class="preprocessor">#ifndef SANDESHA2_MSG_CREATOR_H</span>
+<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define SANDESHA2_MSG_CREATOR_H</span>
+<a name="l00019"></a>00019 <span class="preprocessor"></span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;axutil_allocator.h&gt;</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;axutil_env.h&gt;</span>
+<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;axutil_error.h&gt;</span>
+<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;axutil_string.h&gt;</span>
+<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;axutil_utils.h&gt;</span>
+<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;<a class="code" href="sandesha2__storage__mgr_8h.html">sandesha2_storage_mgr.h</a>&gt;</span>
+<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;<a class="code" href="sandesha2__msg__ctx_8h.html">sandesha2_msg_ctx.h</a>&gt;</span>
+<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;axis2_msg_ctx.h&gt;</span>
+<a name="l00033"></a>00033 
+<a name="l00034"></a>00034 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00035"></a>00035 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span>
+<a name="l00036"></a>00036 {
+<a name="l00037"></a>00037 <span class="preprocessor">#endif</span>
+<a name="l00038"></a>00038 <span class="preprocessor"></span>
+<a name="l00039"></a>00039 <span class="keyword">typedef</span> <span class="keyword">struct </span>sandesha2_msg_creator sandesha2_msg_creator_t;
+<a name="l00040"></a>00040 <span class="keyword">typedef</span> <span class="keyword">struct </span>sandesha2_msg_creator_ops sandesha2_msg_creator_ops_t;
+<a name="l00041"></a>00041 
+<a name="l00054"></a>00054 sandesha2_msg_ctx_t *AXIS2_CALL
+<a name="l00055"></a>00055 <a class="code" href="group__sandesha2__msg__creator.html#g2d957f40a60421b48c17dd3691482cd5">sandesha2_msg_creator_create_create_seq_msg</a>(
+<a name="l00056"></a>00056     <span class="keyword">const</span> axutil_env_t *env,
+<a name="l00057"></a>00057     sandesha2_msg_ctx_t *application_rm_msg, 
+<a name="l00058"></a>00058     axis2_char_t *internal_seq_id,
+<a name="l00059"></a>00059     axis2_char_t *acks_to,
+<a name="l00060"></a>00060     sandesha2_storage_mgr_t *storage_mgr);
+<a name="l00061"></a>00061 
+<a name="l00069"></a>00069 sandesha2_msg_ctx_t *
+<a name="l00070"></a>00070 <a class="code" href="group__sandesha2__msg__creator.html#g94d66f438119672b077c60c7cf7b448c">sandesha2_msg_creator_create_create_seq_res_msg</a>(
+<a name="l00071"></a>00071     <span class="keyword">const</span> axutil_env_t *env,
+<a name="l00072"></a>00072     sandesha2_msg_ctx_t *create_seq_msg,
+<a name="l00073"></a>00073     axis2_msg_ctx_t *out_msg,
+<a name="l00074"></a>00074     axis2_char_t *new_seq_id,
+<a name="l00075"></a>00075     sandesha2_storage_mgr_t *storage_mgr);
+<a name="l00076"></a>00076  
+<a name="l00084"></a>00084 sandesha2_msg_ctx_t *
+<a name="l00085"></a>00085 <a class="code" href="group__sandesha2__msg__creator.html#g4b52ca89389f6b5462948b6bdcc49746">sandesha2_msg_creator_create_close_seq_res_msg</a>(
+<a name="l00086"></a>00086     <span class="keyword">const</span> axutil_env_t *env,
+<a name="l00087"></a>00087     sandesha2_msg_ctx_t *close_seq_msg,
+<a name="l00088"></a>00088     axis2_msg_ctx_t *out_msg,
+<a name="l00089"></a>00089     sandesha2_storage_mgr_t *storage_mgr);
+<a name="l00090"></a>00090 
+<a name="l00091"></a>00091 
+<a name="l00092"></a>00092 sandesha2_msg_ctx_t *AXIS2_CALL
+<a name="l00093"></a>00093 sandesha2_msg_creator_create_terminate_seq_msg(
+<a name="l00094"></a>00094     <span class="keyword">const</span> axutil_env_t *env,
+<a name="l00095"></a>00095     sandesha2_msg_ctx_t *ref_rm_msg,
+<a name="l00096"></a>00096     axis2_char_t *seq_id,
+<a name="l00097"></a>00097     axis2_char_t *internal_seq_id,
+<a name="l00098"></a>00098     sandesha2_storage_mgr_t *storage_mgr);
+<a name="l00099"></a>00099 
+<a name="l00100"></a>00100 
+<a name="l00101"></a>00101 sandesha2_msg_ctx_t *AXIS2_CALL
+<a name="l00102"></a>00102 sandesha2_msg_creator_create_terminate_seq_res_msg(
+<a name="l00103"></a>00103     <span class="keyword">const</span> axutil_env_t *env,
+<a name="l00104"></a>00104     sandesha2_msg_ctx_t *ref_rm_msg,
+<a name="l00105"></a>00105     axis2_msg_ctx_t *out_msg,
+<a name="l00106"></a>00106     sandesha2_storage_mgr_t *storage_mgr);
+<a name="l00107"></a>00107 
+<a name="l00114"></a>00114 axis2_status_t AXIS2_CALL
+<a name="l00115"></a>00115 <a class="code" href="group__sandesha2__msg__creator.html#g985c15daa2165c9cf5c7ff267e0e00e0">sandesha2_msg_creator_add_ack_msg</a>(
+<a name="l00116"></a>00116     <span class="keyword">const</span> axutil_env_t *env,
+<a name="l00117"></a>00117     sandesha2_msg_ctx_t *app_msg,
+<a name="l00118"></a>00118     axis2_char_t *seq_id,
+<a name="l00119"></a>00119     sandesha2_storage_mgr_t *storage_mgr);
+<a name="l00120"></a>00120 
+<a name="l00121"></a>00121 sandesha2_msg_ctx_t *AXIS2_CALL
+<a name="l00122"></a>00122 sandesha2_msg_creator_create_make_connection_msg(
+<a name="l00123"></a>00123     <span class="keyword">const</span> axutil_env_t *env,
+<a name="l00124"></a>00124     sandesha2_msg_ctx_t *ref_rm_msg_ctx, 
+<a name="l00125"></a>00125     axis2_char_t *make_conn_seq_id,
+<a name="l00126"></a>00126     axis2_char_t *make_conn_anon_uri,
+<a name="l00127"></a>00127     sandesha2_storage_mgr_t *storage_mgr);
+<a name="l00128"></a>00128 
+<a name="l00130"></a>00130 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00131"></a>00131 <span class="preprocessor"></span>}
+<a name="l00132"></a>00132 <span class="preprocessor">#endif</span>
+<a name="l00133"></a>00133 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* SANDESHA2_MSG_CREATOR_H */</span>
+</pre></div></p></div><div class="section"><address style="text-align: right;"><small>Generated on Mon Oct 1 17:19:03 2007 for Sandesha2/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.5.3 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/sandesha/site/sandesha2/c/api/html/sandesha2__msg__creator_8h.html
URL: http://svn.apache.org/viewvc/webservices/sandesha/site/sandesha2/c/api/html/sandesha2__msg__creator_8h.html?rev=582078&view=auto
==============================================================================
--- webservices/sandesha/site/sandesha2/c/api/html/sandesha2__msg__creator_8h.html (added)
+++ webservices/sandesha/site/sandesha2/c/api/html/sandesha2__msg__creator_8h.html Thu Oct  4 22:20:55 2007
@@ -0,0 +1,40 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Sandesha2/C - Sandesha2/C: sandesha2_msg_creator.h File Reference</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/sandesha2/c" id="projectLogo"><img alt="Apache Sandesha2/C" src="http://ws.apache.org/sandesha2/c/images/sandesha2c_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 05 October 2007
+                  | Doc for 0.91</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2_C"><h5>Apache Sandesha2/C</h5><ul><li class="none"><a href="../../index.html">Apache Sandesha2/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Sandesha2/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/sandesha2c_manual.html">Sandesha2/C manual</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checkout Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_
 conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
+    <li><a href="dirs.html"><span>Directories</span></a></li>
+  </ul>
+</div><div class="nav">
+<a class="el" href="dir_16487952adfeac4b2b9df719b49efdb6.html">include</a></div></p></div><div class="section"><a name="sandesha2_msg_creator_h_File_Reference"></a><h2>sandesha2_msg_creator.h File Reference</h2><p>Sandesha In Memory Message creator Interface. <a href="#_details">More...</a></p><p>
+<code>#include &lt;axutil_allocator.h&gt;</code><br></br>
+<code>#include &lt;axutil_env.h&gt;</code><br></br>
+<code>#include &lt;axutil_error.h&gt;</code><br></br>
+<code>#include &lt;axutil_string.h&gt;</code><br></br>
+<code>#include &lt;axutil_utils.h&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="sandesha2__storage__mgr_8h-source.html">sandesha2_storage_mgr.h</a>&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="sandesha2__msg__ctx_8h-source.html">sandesha2_msg_ctx.h</a>&gt;</code><br></br>
+<code>#include &lt;axis2_msg_ctx.h&gt;</code><br></br>
+
+</p><p>
+<a href="sandesha2__msg__creator_8h-source.html">Go to the source code of this file.</a><table class="bodyTable"><tr class="a"><td></td></tr><tr class="b"><td colspan="2"><br></br><h2>Typedefs</h2></td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="8710c0a8dc13242f12941c1d2dd104d5"></a>
+typedef struct <br></br>
+sandesha2_msg_creator </td><td class="memItemRight" valign="bottom"><b>sandesha2_msg_creator_t</b></td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="6a028f282764e1532314423c0d0f5de1"></a>
+typedef struct <br></br>
+sandesha2_msg_creator_ops </td><td class="memItemRight" valign="bottom"><b>sandesha2_msg_creator_ops_t</b></td></tr><tr class="a"><td colspan="2"><br></br><h2>Functions</h2></td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top">sandesha2_msg_ctx_t * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__sandesha2__msg__creator.html#g2d957f40a60421b48c17dd3691482cd5">sandesha2_msg_creator_create_create_seq_msg</a> (const axutil_env_t *env, sandesha2_msg_ctx_t *application_rm_msg, axis2_char_t *internal_seq_id, axis2_char_t *acks_to, sandesha2_storage_mgr_t *storage_mgr)</td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top">sandesha2_msg_ctx_t * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__sandesha2__msg__creator.html#g94d66f438119672b077c60c7cf7b448c">sandesha2_msg_creator_create_create_seq_res_msg</a> (const axutil_env_t *env, sandesha2_msg_ctx_t *create_seq_msg, axis
 2_msg_ctx_t *out_msg, axis2_char_t *new_seq_id, sandesha2_storage_mgr_t *storage_mgr)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top">sandesha2_msg_ctx_t * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__sandesha2__msg__creator.html#g4b52ca89389f6b5462948b6bdcc49746">sandesha2_msg_creator_create_close_seq_res_msg</a> (const axutil_env_t *env, sandesha2_msg_ctx_t *close_seq_msg, axis2_msg_ctx_t *out_msg, sandesha2_storage_mgr_t *storage_mgr)</td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="g763d87f9eca470a07e4041ccc6bae904"></a>
+sandesha2_msg_ctx_t * </td><td class="memItemRight" valign="bottom"><b>sandesha2_msg_creator_create_terminate_seq_msg</b> (const axutil_env_t *env, sandesha2_msg_ctx_t *ref_rm_msg, axis2_char_t *seq_id, axis2_char_t *internal_seq_id, sandesha2_storage_mgr_t *storage_mgr)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="g71b56dcc0d5de6e7dbb1ba52318a1ada"></a>
+sandesha2_msg_ctx_t * </td><td class="memItemRight" valign="bottom"><b>sandesha2_msg_creator_create_terminate_seq_res_msg</b> (const axutil_env_t *env, sandesha2_msg_ctx_t *ref_rm_msg, axis2_msg_ctx_t *out_msg, sandesha2_storage_mgr_t *storage_mgr)</td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top">axis2_status_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group__sandesha2__msg__creator.html#g985c15daa2165c9cf5c7ff267e0e00e0">sandesha2_msg_creator_add_ack_msg</a> (const axutil_env_t *env, sandesha2_msg_ctx_t *app_msg, axis2_char_t *seq_id, sandesha2_storage_mgr_t *storage_mgr)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="g4f06a80f6e7002ceb0a875c98ae5b044"></a>
+sandesha2_msg_ctx_t * </td><td class="memItemRight" valign="bottom"><b>sandesha2_msg_creator_create_make_connection_msg</b> (const axutil_env_t *env, sandesha2_msg_ctx_t *ref_rm_msg_ctx, axis2_char_t *make_conn_seq_id, axis2_char_t *make_conn_anon_uri, sandesha2_storage_mgr_t *storage_mgr)</td></tr></table>
+</p></div><div class="section"><p><a name="_details"></a></p><div class="subsection"><a name="Detailed_Description"></a><h3>Detailed Description</h3><p>
+Sandesha In Memory Message creator Interface. 
+</p><p>
+</p></div></div><div class="section"><address style="text-align: right;"><small>Generated on Mon Oct 1 17:19:05 2007 for Sandesha2/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.5.3 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/sandesha/site/sandesha2/c/api/html/sandesha2__msg__ctx_8h-source.html
URL: http://svn.apache.org/viewvc/webservices/sandesha/site/sandesha2/c/api/html/sandesha2__msg__ctx_8h-source.html?rev=582078&view=auto
==============================================================================
--- webservices/sandesha/site/sandesha2/c/api/html/sandesha2__msg__ctx_8h-source.html (added)
+++ webservices/sandesha/site/sandesha2/c/api/html/sandesha2__msg__ctx_8h-source.html Thu Oct  4 22:20:55 2007
@@ -0,0 +1,286 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Sandesha2/C - Sandesha2/C: sandesha2_msg_ctx.h Source File</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/sandesha2/c" id="projectLogo"><img alt="Apache Sandesha2/C" src="http://ws.apache.org/sandesha2/c/images/sandesha2c_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 05 October 2007
+                  | Doc for 0.91</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2_C"><h5>Apache Sandesha2/C</h5><ul><li class="none"><a href="../../index.html">Apache Sandesha2/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Sandesha2/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/sandesha2c_manual.html">Sandesha2/C manual</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checkout Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_
 conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
+    <li><a href="dirs.html"><span>Directories</span></a></li>
+  </ul>
+</div><div class="nav">
+<a class="el" href="dir_16487952adfeac4b2b9df719b49efdb6.html">include</a></div></p></div><div class="section"><a name="sandesha2_msg_ctx_h"></a><h2>sandesha2_msg_ctx.h</h2><p><a href="sandesha2__msg__ctx_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
+<a name="l00002"></a>00002 <span class="comment"> * Copyright 2004,2005 The Apache Software Foundation.</span>
+<a name="l00003"></a>00003 <span class="comment"> *</span>
+<a name="l00004"></a>00004 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
+<a name="l00005"></a>00005 <span class="comment"> * you may not use this file except in compliance with the License.</span>
+<a name="l00006"></a>00006 <span class="comment"> * You may obtain a copy of the License at</span>
+<a name="l00007"></a>00007 <span class="comment"> *</span>
+<a name="l00008"></a>00008 <span class="comment"> *      http://www.apache.org/licenses/LICENSE-2.0</span>
+<a name="l00009"></a>00009 <span class="comment"> *</span>
+<a name="l00010"></a>00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
+<a name="l00011"></a>00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
+<a name="l00012"></a>00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+<a name="l00013"></a>00013 <span class="comment"> * See the License for the specific language governing permissions and</span>
+<a name="l00014"></a>00014 <span class="comment"> * limitations under the License.</span>
+<a name="l00015"></a>00015 <span class="comment"> */</span>
+<a name="l00016"></a>00016  
+<a name="l00017"></a>00017 <span class="preprocessor">#ifndef SANDESHA2_MSG_CTX_H</span>
+<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define SANDESHA2_MSG_CTX_H</span>
+<a name="l00019"></a>00019 <span class="preprocessor"></span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;axutil_utils_defines.h&gt;</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;axutil_env.h&gt;</span>
+<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;axiom_soap_envelope.h&gt;</span>
+<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;axis2_msg_ctx.h&gt;</span>
+<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;axis2_endpoint_ref.h&gt;</span>
+<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;axis2_relates_to.h&gt;</span>
+<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;<a class="code" href="sandesha2__iom__rm__part_8h.html">sandesha2_iom_rm_part.h</a>&gt;</span>
+<a name="l00032"></a>00032 
+<a name="l00033"></a>00033 
+<a name="l00034"></a>00034 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00035"></a>00035 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span>
+<a name="l00036"></a>00036 {
+<a name="l00037"></a>00037 <span class="preprocessor">#endif</span>
+<a name="l00038"></a>00038 <span class="preprocessor"></span>
+<a name="l00044"></a>00044 <span class="keyword">typedef</span> <span class="keyword">struct </span>sandesha2_msg_ctx_t sandesha2_msg_ctx_t;
+<a name="l00045"></a>00045 
+<a name="l00046"></a>00046 AXIS2_EXTERN sandesha2_msg_ctx_t* AXIS2_CALL
+<a name="l00047"></a>00047 sandesha2_msg_ctx_create(
+<a name="l00048"></a>00048     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00049"></a>00049     axis2_msg_ctx_t *msg_ctx);
+<a name="l00050"></a>00050  
+<a name="l00051"></a>00051 axis2_status_t AXIS2_CALL
+<a name="l00052"></a>00052 sandesha2_msg_ctx_set_msg_ctx(
+<a name="l00053"></a>00053     sandesha2_msg_ctx_t *rm_msg_ctx, 
+<a name="l00054"></a>00054     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00055"></a>00055     axis2_msg_ctx_t *msg_ctx);
+<a name="l00056"></a>00056             
+<a name="l00057"></a>00057 axis2_msg_ctx_t *AXIS2_CALL
+<a name="l00058"></a>00058 sandesha2_msg_ctx_get_msg_ctx(
+<a name="l00059"></a>00059     sandesha2_msg_ctx_t *rm_msg_ctx, 
+<a name="l00060"></a>00060     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00061"></a>00061     
+<a name="l00062"></a>00062 axis2_status_t AXIS2_CALL
+<a name="l00063"></a>00063 sandesha2_msg_ctx_add_soap_envelope(
+<a name="l00064"></a>00064     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00065"></a>00065     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00066"></a>00066         
+<a name="l00067"></a>00067 <span class="keywordtype">int</span> AXIS2_CALL
+<a name="l00068"></a>00068 sandesha2_msg_ctx_get_msg_type (
+<a name="l00069"></a>00069     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00070"></a>00070     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00071"></a>00071         
+<a name="l00072"></a>00072 axis2_status_t AXIS2_CALL
+<a name="l00073"></a>00073 sandesha2_msg_ctx_set_msg_type (
+<a name="l00074"></a>00074     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00075"></a>00075     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00076"></a>00076     <span class="keywordtype">int</span> msg_type);
+<a name="l00077"></a>00077             
+<a name="l00078"></a>00078 axis2_status_t AXIS2_CALL
+<a name="l00079"></a>00079 sandesha2_msg_ctx_set_msg_part (
+<a name="l00080"></a>00080     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00081"></a>00081     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00082"></a>00082     <span class="keywordtype">int</span> part_id,
+<a name="l00083"></a>00083     <a class="code" href="structsandesha2__iom__rm__part.html" title="sandesha2_iom_rm_part sandesha2_iom_rm_part">sandesha2_iom_rm_part_t</a> *part);
+<a name="l00084"></a>00084         
+<a name="l00085"></a>00085 <a class="code" href="structsandesha2__iom__rm__part.html" title="sandesha2_iom_rm_part sandesha2_iom_rm_part">sandesha2_iom_rm_part_t</a> *AXIS2_CALL
+<a name="l00086"></a>00086 sandesha2_msg_ctx_get_msg_part(
+<a name="l00087"></a>00087     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00088"></a>00088     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00089"></a>00089     <span class="keywordtype">int</span> part_id);
+<a name="l00090"></a>00090     
+<a name="l00091"></a>00091 axis2_endpoint_ref_t *AXIS2_CALL
+<a name="l00092"></a>00092 sandesha2_msg_ctx_get_from(
+<a name="l00093"></a>00093     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00094"></a>00094     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00095"></a>00095 
+<a name="l00096"></a>00096 axis2_status_t AXIS2_CALL
+<a name="l00097"></a>00097 sandesha2_msg_ctx_set_from(
+<a name="l00098"></a>00098     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00099"></a>00099     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00100"></a>00100     axis2_endpoint_ref_t *from);
+<a name="l00101"></a>00101     
+<a name="l00102"></a>00102 axis2_endpoint_ref_t *AXIS2_CALL
+<a name="l00103"></a>00103 sandesha2_msg_ctx_get_to (
+<a name="l00104"></a>00104     sandesha2_msg_ctx_t *rm_msg_ctx, 
+<a name="l00105"></a>00105     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00106"></a>00106 
+<a name="l00107"></a>00107 axis2_status_t AXIS2_CALL
+<a name="l00108"></a>00108 sandesha2_msg_ctx_set_to(
+<a name="l00109"></a>00109     sandesha2_msg_ctx_t *rm_msg_ctx, 
+<a name="l00110"></a>00110     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00111"></a>00111     axis2_endpoint_ref_t *to);
+<a name="l00112"></a>00112     
+<a name="l00113"></a>00113 axis2_endpoint_ref_t *AXIS2_CALL
+<a name="l00114"></a>00114 sandesha2_msg_ctx_get_reply_to(
+<a name="l00115"></a>00115     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00116"></a>00116     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00117"></a>00117 
+<a name="l00118"></a>00118 axis2_status_t AXIS2_CALL
+<a name="l00119"></a>00119 sandesha2_msg_ctx_set_reply_to(
+<a name="l00120"></a>00120     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00121"></a>00121     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00122"></a>00122     axis2_endpoint_ref_t *reply_to);
+<a name="l00123"></a>00123     
+<a name="l00124"></a>00124 axis2_endpoint_ref_t *AXIS2_CALL
+<a name="l00125"></a>00125 sandesha2_msg_ctx_get_fault_to(
+<a name="l00126"></a>00126     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00127"></a>00127     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00128"></a>00128 
+<a name="l00129"></a>00129 axis2_status_t AXIS2_CALL
+<a name="l00130"></a>00130 sandesha2_msg_ctx_set_fault_to(
+<a name="l00131"></a>00131     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00132"></a>00132     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00133"></a>00133     axis2_endpoint_ref_t *fault_to);
+<a name="l00134"></a>00134     
+<a name="l00135"></a>00135 axis2_relates_to_t *AXIS2_CALL
+<a name="l00136"></a>00136 sandesha2_msg_ctx_get_relates_to(
+<a name="l00137"></a>00137     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00138"></a>00138     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00139"></a>00139 
+<a name="l00140"></a>00140 axis2_status_t AXIS2_CALL
+<a name="l00141"></a>00141 sandesha2_msg_ctx_set_relates_to(
+<a name="l00142"></a>00142     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00143"></a>00143     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00144"></a>00144     axis2_relates_to_t *relates_to);
+<a name="l00145"></a>00145     
+<a name="l00146"></a>00146 axis2_char_t *AXIS2_CALL
+<a name="l00147"></a>00147 sandesha2_msg_ctx_get_msg_id(
+<a name="l00148"></a>00148     sandesha2_msg_ctx_t *rm_msg_ctx, 
+<a name="l00149"></a>00149     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00150"></a>00150 
+<a name="l00151"></a>00151 axis2_status_t AXIS2_CALL
+<a name="l00152"></a>00152 sandesha2_msg_ctx_set_msg_id(
+<a name="l00153"></a>00153     sandesha2_msg_ctx_t *rm_msg_ctx, 
+<a name="l00154"></a>00154     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00155"></a>00155     axis2_char_t *msg_id);
+<a name="l00156"></a>00156     
+<a name="l00157"></a>00157 axiom_soap_envelope_t *AXIS2_CALL
+<a name="l00158"></a>00158 sandesha2_msg_ctx_get_soap_envelope(
+<a name="l00159"></a>00159     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00160"></a>00160     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00161"></a>00161 
+<a name="l00162"></a>00162 axis2_status_t AXIS2_CALL
+<a name="l00163"></a>00163 sandesha2_msg_ctx_set_soap_envelope(
+<a name="l00164"></a>00164     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00165"></a>00165     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00166"></a>00166     axiom_soap_envelope_t *soap_envelope);
+<a name="l00167"></a>00167             
+<a name="l00168"></a>00168 axis2_char_t *AXIS2_CALL
+<a name="l00169"></a>00169 sandesha2_msg_ctx_get_wsa_action(
+<a name="l00170"></a>00170     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00171"></a>00171     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00172"></a>00172 
+<a name="l00173"></a>00173 axis2_status_t AXIS2_CALL
+<a name="l00174"></a>00174 sandesha2_msg_ctx_set_wsa_action(
+<a name="l00175"></a>00175     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00176"></a>00176     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00177"></a>00177     axis2_char_t *action);
+<a name="l00178"></a>00178             
+<a name="l00179"></a>00179 <span class="keywordtype">void</span> *AXIS2_CALL
+<a name="l00180"></a>00180 sandesha2_msg_ctx_get_property(
+<a name="l00181"></a>00181     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00182"></a>00182     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00183"></a>00183     axis2_char_t *key);
+<a name="l00184"></a>00184 
+<a name="l00185"></a>00185 axis2_status_t AXIS2_CALL
+<a name="l00186"></a>00186 sandesha2_msg_ctx_set_property(
+<a name="l00187"></a>00187     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00188"></a>00188     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00189"></a>00189     axis2_char_t *key, 
+<a name="l00190"></a>00190     <span class="keywordtype">void</span> *val);
+<a name="l00191"></a>00191     
+<a name="l00192"></a>00192 axis2_status_t AXIS2_CALL
+<a name="l00193"></a>00193 sandesha2_msg_ctx_set_soap_action(
+<a name="l00194"></a>00194     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00195"></a>00195     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00196"></a>00196     axutil_string_t *soap_action);
+<a name="l00197"></a>00197     
+<a name="l00198"></a>00198 axis2_status_t AXIS2_CALL
+<a name="l00199"></a>00199 sandesha2_msg_ctx_set_paused(
+<a name="l00200"></a>00200     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00201"></a>00201     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00202"></a>00202     axis2_bool_t paused);
+<a name="l00203"></a>00203     
+<a name="l00204"></a>00204 axis2_char_t *AXIS2_CALL
+<a name="l00205"></a>00205 sandesha2_msg_ctx_get_rm_ns_val(
+<a name="l00206"></a>00206     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00207"></a>00207     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00208"></a>00208 
+<a name="l00209"></a>00209 axis2_status_t AXIS2_CALL
+<a name="l00210"></a>00210 sandesha2_msg_ctx_set_rm_ns_val(
+<a name="l00211"></a>00211     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00212"></a>00212     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00213"></a>00213     axis2_char_t *ns_val);
+<a name="l00214"></a>00214     
+<a name="l00215"></a>00215 axis2_char_t *AXIS2_CALL
+<a name="l00216"></a>00216 sandesha2_msg_ctx_get_addr_ns_val(
+<a name="l00217"></a>00217     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00218"></a>00218     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00219"></a>00219 
+<a name="l00220"></a>00220 axis2_status_t AXIS2_CALL
+<a name="l00221"></a>00221 sandesha2_msg_ctx_set_addr_ns_val(
+<a name="l00222"></a>00222     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00223"></a>00223     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00224"></a>00224     axis2_char_t *ns_val);
+<a name="l00225"></a>00225             
+<a name="l00226"></a>00226 <span class="keywordtype">int</span> AXIS2_CALL
+<a name="l00227"></a>00227 sandesha2_msg_ctx_get_flow(
+<a name="l00228"></a>00228     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00229"></a>00229     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00230"></a>00230 
+<a name="l00231"></a>00231 axis2_status_t AXIS2_CALL
+<a name="l00232"></a>00232 sandesha2_msg_ctx_set_flow(
+<a name="l00233"></a>00233     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00234"></a>00234     <span class="keyword">const</span> axutil_env_t *env, 
+<a name="l00235"></a>00235     <span class="keywordtype">int</span> flow);
+<a name="l00236"></a>00236                         
+<a name="l00237"></a>00237 axis2_char_t *AXIS2_CALL
+<a name="l00238"></a>00238 sandesha2_msg_ctx_get_rm_spec_ver(
+<a name="l00239"></a>00239     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00240"></a>00240     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00241"></a>00241             
+<a name="l00242"></a>00242 axis2_status_t AXIS2_CALL 
+<a name="l00243"></a>00243 sandesha2_msg_ctx_free(
+<a name="l00244"></a>00244     sandesha2_msg_ctx_t *rm_msg_ctx, 
+<a name="l00245"></a>00245     <span class="keyword">const</span> axutil_env_t *env);                                                           
+<a name="l00246"></a>00246     
+<a name="l00247"></a>00247 AXIS2_EXTERN axutil_stream_t *AXIS2_CALL
+<a name="l00248"></a>00248 sandesha2_msg_ctx_get_transport_out_stream(
+<a name="l00249"></a>00249     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00250"></a>00250     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00251"></a>00251 
+<a name="l00252"></a>00252 AXIS2_EXTERN axis2_status_t AXIS2_CALL
+<a name="l00253"></a>00253 sandesha2_msg_ctx_set_transport_out_stream(
+<a name="l00254"></a>00254     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00255"></a>00255     <span class="keyword">const</span> axutil_env_t *env,
+<a name="l00256"></a>00256     axutil_stream_t *stream);
+<a name="l00257"></a>00257 
+<a name="l00258"></a>00258 AXIS2_EXTERN <span class="keyword">struct </span>axis2_http_out_transport_info *AXIS2_CALL
+<a name="l00259"></a>00259 sandesha2_msg_ctx_get_http_out_transport_info(
+<a name="l00260"></a>00260     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00261"></a>00261     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00262"></a>00262 
+<a name="l00263"></a>00263 AXIS2_EXTERN axis2_status_t AXIS2_CALL
+<a name="l00264"></a>00264 sandesha2_msg_ctx_set_http_out_transport_info(
+<a name="l00265"></a>00265     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00266"></a>00266     <span class="keyword">const</span> axutil_env_t *env,
+<a name="l00267"></a>00267     <span class="keyword">struct</span> axis2_http_out_transport_info *http_out_transport_info);
+<a name="l00268"></a>00268 
+<a name="l00269"></a>00269 AXIS2_EXTERN axis2_status_t AXIS2_CALL
+<a name="l00270"></a>00270 sandesha2_msg_ctx_reset_http_out_transport_info(
+<a name="l00271"></a>00271     sandesha2_msg_ctx_t *rm_msg_ctx,
+<a name="l00272"></a>00272     <span class="keyword">const</span> axutil_env_t *env);
+<a name="l00273"></a>00273 
+<a name="l00275"></a>00275 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00276"></a>00276 <span class="preprocessor"></span>}
+<a name="l00277"></a>00277 <span class="preprocessor">#endif</span>
+<a name="l00278"></a>00278 <span class="preprocessor"></span>
+<a name="l00279"></a>00279 <span class="preprocessor">#endif </span><span class="comment">/*SANDESHA2_MSG_CTX_H*/</span>
+</pre></div></p></div><div class="section"><address style="text-align: right;"><small>Generated on Mon Oct 1 17:19:03 2007 for Sandesha2/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.5.3 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org