|
Classes |
struct | savan_subs_mgr_info |
Defines |
#define | SAVAN_ACTIONS_SUB "http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe" |
#define | SAVAN_ACTIONS_SUB_RESPONSE "http://schemas.xmlsoap.org/ws/2004/08/eventing/SubscribeResponse" |
#define | SAVAN_ACTIONS_UNSUB "http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe" |
#define | SAVAN_ACTIONS_UNSUB_RESPONSE "http://schemas.xmlsoap.org/ws/2004/08/eventing/UnsubscribeResponse" |
#define | SAVAN_ACTIONS_RENEW "http://schemas.xmlsoap.org/ws/2004/08/eventing/Renew" |
#define | SAVAN_ACTIONS_RENEW_RESPONSE "http://schemas.xmlsoap.org/ws/2004/08/eventing/RenewResponse" |
#define | SAVAN_ACTIONS_GET_STATUS "http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatus" |
#define | SAVAN_ACTIONS_GET_STATUS_RESPONSE "http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatusResponse" |
#define | SAVAN_ACTIONS_FAULT "http://schemas.xmlsoap.org/ws/2004/08/addressing/fault" |
#define | EVENTING_NAMESPACE "http://schemas.xmlsoap.org/ws/2004/08/eventing" |
#define | EVENTING_NS_PREFIX "wse" |
#define | SAVAN_NAMESPACE "tcp://ws.apache.org/axis2/services/subscription" |
#define | SAVAN_NS_PREFIX "savan" |
#define | ELEM_NAME_SUBSCRIBERS "Subscribers" |
#define | ELEM_NAME_SUBSCRIBER "Subscriber" |
#define | ELEM_NAME_GET_SUBSCRIBER_LIST "get_subscriber_list" |
#define | ELEM_NAME_GET_SUBSCRIBER "get_subscriber" |
#define | ELEM_NAME_SUBSCRIBER_ID "SubscriberId" |
#define | ELEM_NAME_ADD_SUBSCRIBER "AddSubscriber" |
#define | ELEM_NAME_REMOVE_SUBSCRIBER "RemoveSubscriber" |
#define | ELEM_NAME_TOPIC "Topic" |
#define | ELEM_NAME_TOPICS "Topics" |
#define | ELEM_NAME_GET_TOPIC_LIST "get_topic_list" |
#define | ELEM_NAME_ADD_TOPIC "AddTopic" |
#define | ELEM_NAME_REMOVE_TOPIC "RemoveTopic" |
#define | DEFAULT_DELIVERY_MODE "http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/Push" |
#define | DEFAULT_FILTER_DIALECT "http://www.w3.org/TR/1999/REC-xpath-19991116" |
#define | ELEM_NAME_SUBSCRIBE "Subscribe" |
#define | ELEM_NAME_SUB_RESPONSE "SubscribeResponse" |
#define | ELEM_NAME_RENEW "Renew" |
#define | ELEM_NAME_RENEW_RESPONSE "RenewResponse" |
#define | ELEM_NAME_UNSUB "Unsubscribe" |
#define | ELEM_NAME_UNSUB_RESPONSE "UnsubscribeResponse" |
#define | ELEM_NAME_GETSTATUS "GetStatus" |
#define | ELEM_NAME_GETSTATUS_RESPONSE "GetStatusResponse" |
#define | ELEM_NAME_ENDTO "EndTo" |
#define | ELEM_NAME_DELIVERY "Delivery" |
#define | ELEM_NAME_MODE "Mode" |
#define | ELEM_NAME_NOTIFYTO "NotifyTo" |
#define | ELEM_NAME_EXPIRES "Expires" |
#define | ELEM_NAME_FILTER "Filter" |
#define | ELEM_NAME_ADDR "Address" |
#define | ELEM_NAME_REF_PARAM "ReferenceParameter" |
#define | ELEM_NAME_ID "Identifier" |
#define | ELEM_NAME_SUB_MGR "SubscriptionManager" |
#define | SAVAN_OP_KEY_ENDTO_EPR "savan_op_key_endto" |
#define | SAVAN_OP_KEY_DELIVERY_MODE "savan_op_key_del_mode" |
#define | SAVAN_OP_KEY_NOTIFY_EPR "savan_op_key_notify" |
#define | SAVAN_OP_KEY_SUB_ID "savan_op_key_sub_id" |
#define | SAVAN_OP_KEY_EXPIRES "savan_op_key_expires" |
#define | SAVAN_OP_KEY_FILTER "savan_op_key_filter" |
#define | SAVAN_OP_KEY_FILTER_DIALECT "savan_op_key_filter_dialect" |
#define | SAVAN_KEY_SUB_ID "savan_key_subscriber_id" |
#define | SAVAN_SUBSCRIBER_LIST "savan_subs_list" |
#define | SAVAN_SUBSCRIBER "savan_subscriber" |
#define | SAVAN_TOPIC_LIST "savan_topic_list" |
#define | SAVAN_DB "savan_db" |
Typedefs |
typedef enum savan_message_types | savan_message_types_t |
typedef savan_subs_mgr_info | savan_subs_mgr_info_t |
Enumerations |
enum | savan_message_types {
SAVAN_MSG_TYPE_UNKNOWN = 0,
SAVAN_MSG_TYPE_SUB,
SAVAN_MSG_TYPE_SUB_RESPONSE,
SAVAN_MSG_TYPE_UNSUB,
SAVAN_MSG_TYPE_UNSUB_RESPONSE,
SAVAN_MSG_TYPE_RENEW,
SAVAN_MSG_TYPE_RENEW_RESPONSE,
SAVAN_MSG_TYPE_GET_STATUS,
SAVAN_MSG_TYPE_GET_STATUS_RESPONSE
} |