#include <FILE_Parser.h>
Inheritance diagram for TAO_FILE_Parser
Public Methods | |
TAO_FILE_Parser (void) | |
Constructor. | |
virtual | ~TAO_FILE_Parser (void) |
The destructor. | |
virtual int | match_prefix (const char *ior_string) const |
Return 1 if <ior_string> starts with a prefix known to this IOR parser. | |
virtual CORBA::Object_ptr | parse_string (const char *ior, CORBA::ORB_ptr orb, CORBA::Environment &) throw (CORBA::SystemException) |
This class implements the <file:> IOR format. It is dynamically loaded by the ORB and used to open a file, read its contents and then interepret the file as an IOR (that can be in any valid format).
|
Constructor.
|
|
The destructor.
|
|
Return 1 if <ior_string> starts with a prefix known to this IOR parser.
Reimplemented from TAO_IOR_Parser. |
|
Parse the <ior> argument and return an object reference. The call may raise the standard system exceptions (NO_MEMORY, INV_OBJREF, etc.) Reimplemented from TAO_IOR_Parser. |