tao_catior(1) Stringified IOR decoder and viewer.

SYNOPSIS

tao_catior [-ORBoptions ] [-f file] [-n name]

DESCRIPTION

tao_catior takes in a file which contains the IOR and will then output the encoded information to stdout.
 

Details of stringified IOR are described for example in page 33 of OMG CORBA specification, Part 2: Interoperability, v3.1. (link to URL http://www.omg.org/spec/CORBA/3.1/Interoperability/PDF) .
 

Examples of IOR can be found in /usr/share/doc/tao-utils/ directory.
 

OPTIONS

-ORBoptions
The program follows the usual TAO ORB command line syntax. See TAO_ORB_Options(1).
 
-f filename
Takes in a file which contains the IOR and will then output the encoded information to stdout.
 
-n named
Displays decoded IOR of the named object registered at NamingService.
 

EXAMPLES

tao_catior -f /usr/share/doc/tao-utils/test/test1.ior
Displays decoded IOR from /usr/share/doc/tao-utils/test/test1.ior.
 

AUTHOR

Jeff Hopper<[email protected]>

Jason Cohen<[email protected]>