#include <axutil_utils_defines.h>
#include <axutil_env.h>
#include <sandesha2_error.h>
Go to the source code of this file.
Typedefs | |
typedef struct sandesha2_expires_t | sandesha2_expires_t |
Functions | |
AXIS2_EXTERN sandesha2_expires_t * | sandesha2_expires_create (const axutil_env_t *env, axis2_char_t *ns_value) |
sandesha2_expires sandesha2_expires | |
axis2_status_t | sandesha2_expires_free (sandesha2_expires_t *expires, const axutil_env_t *env) |
axis2_char_t * | sandesha2_expires_get_duration (sandesha2_expires_t *expires, const axutil_env_t *env) |
axis2_status_t | sandesha2_expires_set_duration (sandesha2_expires_t *expires, const axutil_env_t *env, axis2_char_t *duration) |
axis2_char_t * | sandesha2_expires_get_namespace_value (sandesha2_expires_t *expires, const axutil_env_t *env) |
void * | sandesha2_expires_from_om_node (sandesha2_expires_t *expires, const axutil_env_t *env, struct axiom_node *om_node) |
struct axiom_node * | sandesha2_expires_to_om_node (sandesha2_expires_t *expires, const axutil_env_t *env, void *om_node) |