Return-Path: Delivered-To: apmail-ws-sandesha-dev-archive@www.apache.org Received: (qmail 14549 invoked from network); 8 Oct 2008 10:13:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2008 10:13:59 -0000 Received: (qmail 31601 invoked by uid 500); 8 Oct 2008 10:13:57 -0000 Delivered-To: apmail-ws-sandesha-dev-archive@ws.apache.org Received: (qmail 31544 invoked by uid 500); 8 Oct 2008 10:13:57 -0000 Mailing-List: contact sandesha-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list sandesha-dev@ws.apache.org Received: (qmail 31533 invoked by uid 500); 8 Oct 2008 10:13:57 -0000 Delivered-To: apmail-ws-sandesha-cvs@ws.apache.org Received: (qmail 31530 invoked by uid 99); 8 Oct 2008 10:13:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 03:13:57 -0700 X-ASF-Spam-Status: No, hits=-1999.9 required=10.0 tests=ALL_TRUSTED,DNS_FROM_SECURITYSAGE X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 10:12:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BAF40238896B; Wed, 8 Oct 2008 03:13:26 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r702792 - in /webservices/sandesha/trunk/c/include: sandesha2_constants.h sandesha2_utils.h Date: Wed, 08 Oct 2008 10:13:26 -0000 To: sandesha-cvs@ws.apache.org From: manjula@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081008101326.BAF40238896B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: manjula Date: Wed Oct 8 03:13:26 2008 New Revision: 702792 URL: http://svn.apache.org/viewvc?rev=702792&view=rev Log: Adding constatnts. Modified: webservices/sandesha/trunk/c/include/sandesha2_constants.h webservices/sandesha/trunk/c/include/sandesha2_utils.h Modified: webservices/sandesha/trunk/c/include/sandesha2_constants.h URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_constants.h?rev=702792&r1=702791&r2=702792&view=diff ============================================================================== --- webservices/sandesha/trunk/c/include/sandesha2_constants.h (original) +++ webservices/sandesha/trunk/c/include/sandesha2_constants.h Wed Oct 8 03:13:26 2008 @@ -178,6 +178,28 @@ #define SANDESHA2_WSA_SOAP_FAULT_ACTION "http://schemas.xmlsoap.org/ws/2004/08/addressing/fault" + + /* RSTR actions */ + + #define SECCONV_200502_REQUEST_ISSUE_ACTION "http://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT" + #define SECCONV_200502_REPLY_ISSUE_ACTION "http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCT" + #define SECCONV_200502_REQUEST_AMEND_ACTION "http://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT/Amend" + #define SECCONV_200502_REPLY_AMEND_ACTION "http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCT/Amend" + #define SECCONV_200502_REQUEST_RENEW_ACTION "http://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT/Renew" + #define SECCONV_200502_REPLY_RENEW_ACTION "http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCT/Renew" + #define SECCONV_200502_REQUEST_CANCEL_ACTION "http://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT/Cancel" + #define SECCONV_200502_REPLY_CANCEL_ACTION "http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCT/Cancel" + #define SECCONV_200512_REQUEST_ISSUE_ACTION "http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/SCT" + #define SECCONV_200512_REPLY_ISSUE_ACTION "http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/SCT" + #define SECCONV_200512_REQUEST_AMEND_ACTION "http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/SCT/Amend" + #define SECCONV_200512_REPLY_AMEND_ACTION "http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/SCT/Amend" + #define SECCONV_200512_REQUEST_RENEW_ACTION "http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/SCT/Renew" + #define SECCONV_200512_REPLY_RENEW_ACTION "http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/SCT/Renew" + #define SECCONV_200512_REQUEST_CANCEL_ACTION "http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/SCT/Cancel" + #define SECCONV_200512_REPLY_CANCEL_ACTION "http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/SCT/Cancel" + + + enum sandesha2_message_types { SANDESHA2_MSG_TYPE_UNKNOWN = 0, Modified: webservices/sandesha/trunk/c/include/sandesha2_utils.h URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_utils.h?rev=702792&r1=702791&r2=702792&view=diff ============================================================================== --- webservices/sandesha/trunk/c/include/sandesha2_utils.h (original) +++ webservices/sandesha/trunk/c/include/sandesha2_utils.h Wed Oct 8 03:13:26 2008 @@ -311,6 +311,12 @@ const axutil_env_t *env, axis2_char_t *node_list_str); +axis2_bool_t AXIS2_CALL +sandesha2_util_is_rstr_msg( + const axutil_env_t *env, + axis2_msg_ctx_t *msg_ctx); + + /** @} */ #ifdef __cplusplus } --------------------------------------------------------------------- To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org For additional commands, e-mail: sandesha-dev-help@ws.apache.org