User Guide

cfobject: CORBA object 317
Usage
ColdFusion Enterprise version 4.0 and later supports CORBA through the Dynamic Invocation
Interface (DII). To use
cfobject with CORBA objects, you must provide the name of the file
that contains a string-formatted version of the IOR, or the object’s naming context in the naming
service; and the object’s attributes, method names, and method signatures.
User-defined types (for example, structures) are not supported.
Example
<cfobject type = "corba"
context = "ior"
class = "c:\\myobject.ior"
name = "GetName">