TAO_Parser_Registry Class Reference
Maintain the collection of known IOR format parsers.
More...
#include <Parser_Registry.h>
List of all members.
Detailed Description
Maintain the collection of known IOR format parsers.
The ORB dynamically loads a collection of IOR parsers (check the IOR_Parser class). The collection is kept in this class for easy lookup and use.
Member Typedef Documentation
Constructor & Destructor Documentation
TAO_Parser_Registry::TAO_Parser_Registry |
( |
void |
|
) |
|
TAO_Parser_Registry::~TAO_Parser_Registry |
( |
void |
|
) |
|
Member Function Documentation
TAO_IOR_Parser * TAO_Parser_Registry::match_parser |
( |
const char * |
ior_string |
) |
|
Find the parser that can parse ior_string The lookup is based on the prefix in the string
Initialize the parser registry with the list of known protocols. Invoked by the ORB during startup.
Member Data Documentation
The documentation for this class was generated from the following files: