#include <sandesha2_error.h>
#include <sandesha2_identifier.h>
#include <sandesha2_endpoint.h>
#include <sandesha2_expires.h>
Go to the source code of this file.
Typedefs | |
typedef struct sandesha2_seq_offer_t | sandesha2_seq_offer_t |
Functions | |
AXIS2_EXTERN sandesha2_seq_offer_t * | sandesha2_seq_offer_create (const axutil_env_t *env, axis2_char_t *ns_value, axis2_char_t *addr_ns_val) |
sandesha2_seq_offer sandesha2_seq_offer | |
axis2_status_t | sandesha2_seq_offer_free (sandesha2_seq_offer_t *seq_offer, const axutil_env_t *env) |
sandesha2_identifier_t * | sandesha2_seq_offer_get_identifier (sandesha2_seq_offer_t *seq_offer, const axutil_env_t *env) |
axis2_status_t | sandesha2_seq_offer_set_identifier (sandesha2_seq_offer_t *seq_offer, const axutil_env_t *env, sandesha2_identifier_t *identifier) |
sandesha2_endpoint_t * | sandesha2_seq_offer_get_endpoint (sandesha2_seq_offer_t *seq_offer, const axutil_env_t *env) |
axis2_status_t | sandesha2_seq_offer_set_endpoint (sandesha2_seq_offer_t *seq_offer, const axutil_env_t *env, sandesha2_endpoint_t *endpoint) |
sandesha2_expires_t * | sandesha2_seq_offer_get_expires (sandesha2_seq_offer_t *seq_offer, const axutil_env_t *env) |
axis2_status_t | sandesha2_seq_offer_set_expires (sandesha2_seq_offer_t *seq_offer, const axutil_env_t *env, sandesha2_expires_t *expires) |
axis2_char_t * | sandesha2_seq_offer_get_namespace_value (sandesha2_seq_offer_t *seq_offer, const axutil_env_t *env) |
void * | sandesha2_seq_offer_from_om_node (sandesha2_seq_offer_t *seq_offer, const axutil_env_t *env, axiom_node_t *om_node) |
axiom_node_t * | sandesha2_seq_offer_to_om_node (sandesha2_seq_offer_t *seq_offer, const axutil_env_t *env, void *om_node) |