WebServiceProtocol Struct Reference
#include <protocol.h>
Inheritance diagram for WebServiceProtocol:

Classes | |
| struct | MessageCallBase |
| struct | MessageDeliverEvent |
| struct | MessageDeliverEvents |
| class | MessageResponse |
Public Types | |
| enum | MessageType { OneWay, TwoWay, Response, DeliverEvent, DeliverEvents } |
| typedef MessageCallBase< OneWay > | MessageOneWay |
| typedef MessageCallBase< TwoWay > | MessageTwoWay |
Public Member Functions | |
| WISP_IMPORT (NS_SSRC_WSPR_FCGI, parameter_map) | |
| WISP_ONE_WAY_CALL (caller_type, OneWay) | |
| WISP_ONE_WAY_CALL (caller_type, Response) | |
| WISP_ONE_WAY_CALL (caller_type, DeliverEvent) | |
| WISP_ONE_WAY_CALL (caller_type, DeliverEvents) | |
| WISP_TWO_WAY_CALL (caller_type, TwoWay, Response) | |
Static Public Member Functions | |
| static string | event_queue_ws_type () |
| static string | event_queue_ws_group () |
Detailed Description
Definition at line 269 of file ws/protocol.h.
Member Typedef Documentation
Definition at line 300 of file ws/protocol.h.
Definition at line 301 of file ws/protocol.h.
Member Enumeration Documentation
Definition at line 274 of file ws/protocol.h.
Member Function Documentation
| static string WebServiceProtocol::event_queue_ws_group | ( | ) | [inline, static] |
Definition at line 371 of file ws/protocol.h.
References WSPR_WS_TYPE.
Referenced by GroupSessionService::process_request(), and EventQueue::transition().
| static string WebServiceProtocol::event_queue_ws_type | ( | ) | [inline, static] |
Definition at line 367 of file ws/protocol.h.
References WSPR_WS_TYPE.
Referenced by EventQueue::EventQueue().
| WebServiceProtocol::WISP_ONE_WAY_CALL | ( | caller_type | , |
| OneWay | |||
| ) |
| WebServiceProtocol::WISP_ONE_WAY_CALL | ( | caller_type | , |
| Response | |||
| ) |
| WebServiceProtocol::WISP_ONE_WAY_CALL | ( | caller_type | , |
| DeliverEvent | |||
| ) |
| WebServiceProtocol::WISP_ONE_WAY_CALL | ( | caller_type | , |
| DeliverEvents | |||
| ) |
| WebServiceProtocol::WISP_TWO_WAY_CALL | ( | caller_type | , |
| TwoWay | , | ||
| Response | |||
| ) |
The documentation for this struct was generated from the following file:
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.