blob: 0fd3eada1f6e43605d76f4c2b24278cf2ae49bed [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Rampart/C - Rampart/C: rampart_rd_record.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/rampart/c" id="projectLogo"><img alt="Apache Rampart/C" src="http://ws.apache.org/rampart/c/images/rampartc_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
Last published: 12 May 2008
| Doc for 1.2.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Rampart_C"><h5>Apache Rampart/C</h5><ul><li class="none"><a href="../../index.html">Apache Rampart/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Rampart/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/rampartc_manual.html">Rampart/C manual</a></li><li class="none"><a href="../../docs/configurations.html">Configurations guide</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/viewcvs.cgi/webservices/rampart/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 id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul></div><div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul></div><div class="nav">
<a class="el" href="dir_dc2aa67a450249f9141b08d44550d4d5.html">include</a></div></p></div><div class="section"><a name="rampart_rd_record_h"></a><h2>rampart_rd_record.h</h2><p><a href="rampart__rd__record_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 RAMPART_RD_RECORD_H</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define RAMPART_RD_RECORD_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00020"></a>00020
<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;<a class="code" href="rampart__util_8h.html">rampart_util.h</a>&gt;</span>
<a name="l00032"></a>00032
<a name="l00033"></a>00033 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00034"></a>00034 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span>
<a name="l00035"></a>00035 {
<a name="l00036"></a>00036 <span class="preprocessor">#endif</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span>
<a name="l00038"></a>00038 <span class="keyword">typedef</span> <span class="keyword">struct </span>rampart_rd_record_t rampart_rd_record_t;
<a name="l00044"></a>00044 AXIS2_EXTERN rampart_rd_record_t *AXIS2_CALL
<a name="l00045"></a>00045 <a class="code" href="group__rampart__rd__record.html#g288e4ab4527deff3b3927faf00f07b75">rampart_rd_record_create</a>(<span class="keyword">const</span> axutil_env_t *env);
<a name="l00046"></a>00046
<a name="l00053"></a>00053 AXIS2_EXTERN axis2_status_t AXIS2_CALL
<a name="l00054"></a>00054 <a class="code" href="group__rampart__rd__record.html#g86db67b7ab7e23af6b13e0948a9c3e7d">rampart_rd_record_free</a>(rampart_rd_record_t *rd_record,
<a name="l00055"></a>00055 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00056"></a>00056
<a name="l00057"></a>00057
<a name="l00064"></a>00064 AXIS2_EXTERN axis2_char_t *AXIS2_CALL
<a name="l00065"></a>00065 <a class="code" href="group__rampart__rd__record.html#gd8ee57fd177795a1cb3af74ffeb6aa61">rampart_rd_record_get_id</a>(
<a name="l00066"></a>00066 <span class="keyword">const</span> rampart_rd_record_t *rd_record,
<a name="l00067"></a>00067 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00068"></a>00068
<a name="l00076"></a>00076 AXIS2_EXTERN axis2_char_t *AXIS2_CALL
<a name="l00077"></a>00077 <a class="code" href="group__rampart__rd__record.html#gc3d7bf737fee1d51aa2e0db7026a4430">rampart_rd_record_get_timestamp</a>(
<a name="l00078"></a>00078 <span class="keyword">const</span> rampart_rd_record_t *rd_record,
<a name="l00079"></a>00079 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00080"></a>00080
<a name="l00088"></a>00088 AXIS2_EXTERN axis2_status_t AXIS2_CALL
<a name="l00089"></a>00089 <a class="code" href="group__rampart__rd__record.html#g972654046460d488bf46d83d50e7aa9b">rampart_rd_record_set_id</a>(
<a name="l00090"></a>00090 rampart_rd_record_t *rd_record,
<a name="l00091"></a>00091 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00092"></a>00092 axis2_char_t *<span class="keywordtype">id</span>);
<a name="l00093"></a>00093
<a name="l00101"></a>00101 AXIS2_EXTERN axis2_status_t AXIS2_CALL
<a name="l00102"></a>00102 <a class="code" href="group__rampart__rd__record.html#gff459e0f5509137f56cbd176e4f80a7b">rampart_rd_record_set_timestamp</a>(
<a name="l00103"></a>00103 rampart_rd_record_t *rd_record,
<a name="l00104"></a>00104 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00105"></a>00105 axis2_char_t *timestamp);
<a name="l00106"></a>00106
<a name="l00107"></a>00107
<a name="l00108"></a>00108
<a name="l00109"></a>00109
<a name="l00110"></a>00110 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00111"></a>00111 <span class="preprocessor"></span>}
<a name="l00112"></a>00112 <span class="preprocessor">#endif</span>
<a name="l00113"></a>00113 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
</pre></div></p></div><div class="section"><address style="align: right;"><small>Generated on Thu Oct 4 17:37:07 2007 for Rampart/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.4.7 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2008, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>