rampart_rd_record.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 2004,2005 The Apache Software Foundation.
00003  *
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  *      http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016 
00017 #ifndef RAMPART_RD_RECORD_H
00018 #define RAMPART_RD_RECORD_H
00019 
00020 
00031 #include <rampart_util.h>
00032 
00033 #ifdef __cplusplus
00034 extern "C"
00035 {
00036 #endif
00037 
00038     typedef struct rampart_rd_record_t rampart_rd_record_t;
00044     AXIS2_EXTERN rampart_rd_record_t *AXIS2_CALL
00045     rampart_rd_record_create(const axutil_env_t *env);
00046 
00053     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00054     rampart_rd_record_free(rampart_rd_record_t *rd_record,
00055                            const axutil_env_t *env);
00056 
00057 
00064     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
00065     rampart_rd_record_get_id(
00066         const rampart_rd_record_t *rd_record,
00067         const axutil_env_t *env);
00068 
00076     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
00077     rampart_rd_record_get_timestamp(
00078         const rampart_rd_record_t *rd_record,
00079         const axutil_env_t *env);
00080 
00088     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00089     rampart_rd_record_set_id(
00090         rampart_rd_record_t *rd_record,
00091         const axutil_env_t *env,
00092         axis2_char_t *id);
00093 
00101     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00102     rampart_rd_record_set_timestamp(
00103         rampart_rd_record_t *rd_record,
00104         const axutil_env_t *env,
00105         axis2_char_t *timestamp);
00106 
00107 
00108 
00109 
00110 #ifdef __cplusplus
00111 }
00112 #endif
00113 #endif

Generated on Thu Oct 4 17:37:07 2007 for Rampart/C by  doxygen 1.4.7