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 da...@apache.org on 2006/07/20 06:55:09 UTC

svn commit: r423764 - /webservices/sandesha/trunk/c/include/sandesha2_msg_init.h

Author: damitha
Date: Wed Jul 19 21:55:08 2006
New Revision: 423764

URL: http://svn.apache.org/viewvc?rev=423764&view=rev
Log:
added method segnature

Modified:
    webservices/sandesha/trunk/c/include/sandesha2_msg_init.h

Modified: webservices/sandesha/trunk/c/include/sandesha2_msg_init.h
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_msg_init.h?rev=423764&r1=423763&r2=423764&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_msg_init.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_msg_init.h Wed Jul 19 21:55:08 2006
@@ -46,6 +46,22 @@
   * @{
   */
 
+/**
+ * Called to create a rm_msg_ctx out of an message context. Finds out things 
+ * like rm version and message type as well.
+ * 
+ * @param ctx
+ * @param assumed_rm_ns
+ * this is used for validation (to find out weather the rm_ns of the current 
+ * message is equal to the regietered rm_ns of the sequence). 
+ * If NULL validation will not happen.
+ * 
+ * @return
+ */
+sandesha2_msg_ctx_t *
+sandesha2_msg_init_init_msg(
+        const axis2_env_t *env,
+        axis2_msg_ctx_t *ctx);
 
 /** @} */
 #ifdef __cplusplus



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