registerIOAdapter method
Called during startup by the adapter to register itself with Arbortext Editor. This call should be the last thing done in the initialization/loading code for the adapter. An adapter cannot be unregistered once it has been registered.
registerIOAdapter(adapter, name, qName)
Parameters
IOAdapter adapter
The adapter instance.
String name
The human-readable name of the adapter.
String qName
The qualified name that uniquely identifies this adapter. Qualified names should follow the same reverse domain name convention used by Java.
Returns
void
Throws
CMSException
Raised for any error.
这对您有帮助吗?