Data Transformation Engine Services Guide

Chapter 3 – CORBA Interface Definition Language (IDL)
20
The method returns a string that holds the transformed data if the third argument is a valid output
card number. Otherwise, the return value is an empty string.
- exception
The method throws a DteServException if the transformation fails.
This IDL defines the interface to the NonStop
DTE CORBA Transformation Server. CORBA clients
that need to invoke the NonStop
DTE CORBA Transformation Server must import this IDL.
Note: This note is applicable if you are developing a client in NSJAVA4.0 to access the NonStop DTE
CORBA Server.The IDL file, DTEORBServ.idl has now been changed to include the interface
DTEORBServ in a module called DTE for NSJAVA 4.0 compatibility. Hence, all the skeletons and
stubs will now be created under a package called DTE. This will require some code changes in the client
to include the package name in the object.