Files | |
| file | savan_client.h |
Typedefs | |
| typedef struct savan_client_t | savan_client_t |
Functions | |
| AXIS2_EXTERN axis2_status_t | savan_client_subscribe (savan_client_t *client, const axutil_env_t *env, axis2_svc_client_t *svc_client, axutil_hash_t *options) |
| AXIS2_EXTERN axis2_char_t * | savan_client_renew (savan_client_t *client, const axutil_env_t *env, axis2_svc_client_t *svc_client, axutil_hash_t *options) |
| AXIS2_EXTERN axis2_status_t | savan_client_unsubscribe (savan_client_t *client, const axutil_env_t *env, axis2_svc_client_t *svc_client) |
| AXIS2_EXTERN axis2_char_t * | savan_client_get_status (savan_client_t *client, const axutil_env_t *env, axis2_svc_client_t *svc_client) |
| AXIS2_EXTERN axis2_char_t * | savan_client_get_sub_id (savan_client_t *client) |
| AXIS2_EXTERN axis2_char_t * | savan_client_get_sub_url (savan_client_t *client) |
| AXIS2_EXTERN savan_client_t * | savan_client_create (const axutil_env_t *env) |
| AXIS2_EXTERN savan_client_t* savan_client_create | ( | const axutil_env_t * | env | ) |
Create a savan client
| env | pointer to environment struct |
| AXIS2_EXTERN axis2_char_t* savan_client_get_status | ( | savan_client_t * | client, | |
| const axutil_env_t * | env, | |||
| axis2_svc_client_t * | svc_client | |||
| ) |
Send GetStatus request using the given service client
| client | the client object | |
| env | pointer to environment struct | |
| svc_client | client for the publisher service |
| AXIS2_EXTERN axis2_char_t* savan_client_get_sub_id | ( | savan_client_t * | client | ) |
Get the subscription id assigned by the event source
| client | the client object | |
| env | pointer to environment struct |
| AXIS2_EXTERN axis2_char_t* savan_client_get_sub_url | ( | savan_client_t * | client | ) |
Get the subscription url assigned by the event source
| client | the client object | |
| env | pointer to environment struct |
| AXIS2_EXTERN axis2_char_t* savan_client_renew | ( | savan_client_t * | client, | |
| const axutil_env_t * | env, | |||
| axis2_svc_client_t * | svc_client, | |||
| axutil_hash_t * | options | |||
| ) |
Send Renew request using the given service client
| client | the client object | |
| env | pointer to environment struct | |
| svc_client | client for the publisher service | |
| options | map containing options for the Renew request |
| AXIS2_EXTERN axis2_status_t savan_client_subscribe | ( | savan_client_t * | client, | |
| const axutil_env_t * | env, | |||
| axis2_svc_client_t * | svc_client, | |||
| axutil_hash_t * | options | |||
| ) |
Send Subscribe request using the given service client
| client | the client object | |
| env | pointer to environment struct | |
| svc_client | client for the publisher service | |
| options | map containing options for the Subscribe request |
| AXIS2_EXTERN axis2_status_t savan_client_unsubscribe | ( | savan_client_t * | client, | |
| const axutil_env_t * | env, | |||
| axis2_svc_client_t * | svc_client | |||
| ) |
Send Unsubscribe request using the given service client
| client | the client object | |
| env | pointer to environment struct | |
| svc_client | client for the publisher service |
1.5.7.1