/** @page protocol_binder Protocol Binder module @section Overview Protocol Binder module provides capabilities to parse and generate XML/WBXML stream.
@image html overview_protocol_binder.png "Software architecture of Protocol Binder module" Protocol Binder module has following sub implementations with each corresponding roles.
- Parser
Parses XML/WBXML stream.
Using APIs provided, user can get data from stream.
- Enerator
Generates XML/WBXML stream.
Using APIs provided, user can make stream with user data.
*/