sandesha2_create_seq_res.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef SANDESHA2_CREARE_SEQ_RES_H
00018 #define SANDESHA2_CREARE_SEQ_RES_H
00019
00025 #include <sandesha2_error.h>
00026 #include <sandesha2_expires.h>
00027 #include <sandesha2_accept.h>
00028 #include <sandesha2_identifier.h>
00029
00030
00031 #ifdef __cplusplus
00032 extern "C"
00033 {
00034 #endif
00035
00041 typedef struct sandesha2_create_seq_res_t sandesha2_create_seq_res_t;
00042
00048 axis2_status_t AXIS2_CALL
00049 sandesha2_create_seq_res_free_void_arg(
00050 void *create_seq_res,
00051 const axutil_env_t *env);
00052
00053 axis2_status_t AXIS2_CALL
00054 sandesha2_create_seq_res_free (
00055 sandesha2_create_seq_res_t *create_seq_res,
00056 const axutil_env_t *env);
00057
00058 AXIS2_EXTERN sandesha2_create_seq_res_t* AXIS2_CALL
00059 sandesha2_create_seq_res_create(
00060 const axutil_env_t *env,
00061 axis2_char_t *rm_ns_value,
00062 axis2_char_t *addr_ns_value);
00063
00064 axis2_status_t AXIS2_CALL
00065 sandesha2_create_seq_res_set_identifier(
00066 sandesha2_create_seq_res_t *create_seq_res,
00067 const axutil_env_t *env,
00068 sandesha2_identifier_t *identifier);
00069
00070 sandesha2_identifier_t * AXIS2_CALL
00071 sandesha2_create_seq_res_get_identifier(
00072 sandesha2_create_seq_res_t *create_seq_res,
00073 const axutil_env_t *env);
00074
00075 axis2_status_t AXIS2_CALL
00076 sandesha2_create_seq_res_set_accept(
00077 sandesha2_create_seq_res_t *create_seq_res,
00078 const axutil_env_t *env, sandesha2_accept_t *accept);
00079
00080 sandesha2_accept_t * AXIS2_CALL
00081 sandesha2_create_seq_res_get_accept(
00082 sandesha2_create_seq_res_t *create_seq_res,
00083 const axutil_env_t *env);
00084
00085 axis2_status_t AXIS2_CALL
00086 sandesha2_create_seq_res_set_expires(
00087 sandesha2_create_seq_res_t *create_seq_res,
00088 const axutil_env_t *env, sandesha2_expires_t *expires);
00089
00090 sandesha2_expires_t * AXIS2_CALL
00091 sandesha2_create_seq_res_get_expires(
00092 sandesha2_create_seq_res_t *create_seq_res,
00093 const axutil_env_t *env);
00094
00095 axis2_status_t AXIS2_CALL
00096 sandesha2_create_seq_res_to_soap_envelope(
00097 sandesha2_create_seq_res_t *create_seq_res,
00098 const axutil_env_t *env,
00099 axiom_soap_envelope_t *envelope);
00100
00101 axis2_char_t* AXIS2_CALL
00102 sandesha2_create_seq_res_get_namespace_value (
00103 sandesha2_create_seq_res_t *create_seq_res,
00104 const axutil_env_t *env);
00105
00106 void* AXIS2_CALL
00107 sandesha2_create_seq_res_from_om_node(
00108 sandesha2_create_seq_res_t *create_seq_res,
00109 const axutil_env_t *env,
00110 axiom_node_t *om_node);
00111
00112 axiom_node_t* AXIS2_CALL
00113 sandesha2_create_seq_res_to_om_node(
00114 sandesha2_create_seq_res_t *create_seq_res,
00115 const axutil_env_t *env,
00116 void *om_node);
00117
00119 #ifdef __cplusplus
00120 }
00121 #endif
00122
00123 #endif
00124