#include <FILE_Parser.h>
Inheritance diagram for TAO_FILE_Parser:
Public Member Functions | |
TAO_FILE_Parser (void) | |
Constructor. | |
virtual | ~TAO_FILE_Parser (void) |
The destructor. | |
virtual int | match_prefix (const char *ior_string) const |
virtual CORBA::Object_ptr | parse_string (const char *ior, CORBA::ORB_ptr orb ACE_ENV_ARG_DECL_NOT_USED) 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 Implements 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.) Implements TAO_IOR_Parser. |