sandesha2_ack_requested.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_ACK_REQUESTED_H
00018 #define SANDESHA2_ACK_REQUESTED_H
00019
00025 #include <sandesha2_identifier.h>
00026 #include <sandesha2_msg_number.h>
00027 #include <sandesha2_error.h>
00028 #include <axiom_node.h>
00029
00030 #ifdef __cplusplus
00031 extern "C"
00032 {
00033 #endif
00034
00040 typedef struct sandesha2_ack_requested_t sandesha2_ack_requested_t;
00041
00047 AXIS2_EXTERN sandesha2_ack_requested_t* AXIS2_CALL
00048 sandesha2_ack_requested_create(
00049 const axutil_env_t *env,
00050 axis2_char_t *ns_value);
00051
00052 axis2_status_t AXIS2_CALL
00053 sandesha2_ack_requested_free(
00054 sandesha2_ack_requested_t *ack_requested,
00055 const axutil_env_t *env);
00056
00057 sandesha2_identifier_t * AXIS2_CALL
00058 sandesha2_ack_requested_get_identifier(
00059 sandesha2_ack_requested_t *ack_requested,
00060 const axutil_env_t *env);
00061
00062 axis2_status_t AXIS2_CALL
00063 sandesha2_ack_requested_set_identifier(
00064 sandesha2_ack_requested_t *ack_requested,
00065 const axutil_env_t *env,
00066 sandesha2_identifier_t *identifier);
00067
00068 sandesha2_msg_number_t * AXIS2_CALL
00069 sandesha2_ack_requested_get_msg_number(
00070 sandesha2_ack_requested_t *ack_requested,
00071 const axutil_env_t *env);
00072
00073 axis2_status_t AXIS2_CALL
00074 sandesha2_ack_requested_set_msg_number(
00075 sandesha2_ack_requested_t *ack_requested,
00076 const axutil_env_t *env,
00077 sandesha2_msg_number_t *msg_number);
00078
00079 axis2_bool_t AXIS2_CALL
00080 sandesha2_ack_requested_is_must_understand(
00081 sandesha2_ack_requested_t *ack_requested,
00082 const axutil_env_t *env);
00083
00084 axis2_status_t AXIS2_CALL
00085 sandesha2_ack_requested_set_must_understand(
00086 sandesha2_ack_requested_t *ack_requested,
00087 const axutil_env_t *env,
00088 axis2_bool_t mu);
00089
00090 axis2_char_t* AXIS2_CALL
00091 sandesha2_ack_requested_get_namespace_value(
00092 sandesha2_ack_requested_t *ack_requested,
00093 const axutil_env_t *env);
00094
00095 void* AXIS2_CALL
00096 sandesha2_ack_requested_from_om_node(
00097 sandesha2_ack_requested_t *ack_requested,
00098 const axutil_env_t *env,
00099 axiom_node_t *om_node);
00100
00101 axis2_status_t AXIS2_CALL
00102 sandesha2_ack_requested_to_soap_envelope(
00103 sandesha2_ack_requested_t *ack_requested,
00104 const axutil_env_t *env,
00105 axiom_soap_envelope_t *envelope);
00106
00107 axiom_node_t* AXIS2_CALL
00108 sandesha2_ack_requested_to_om_node(
00109 sandesha2_ack_requested_t *element,
00110 const axutil_env_t *env,
00111 void *om_node);
00112
00114 #ifdef __cplusplus
00115 }
00116 #endif
00117
00118 #endif
00119