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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]