Good day.
1) Given a COM server with objects.
2) a description of what each object does.
Advise how to use (connect) them in your Java-code?
Example. There is an ISpRecordChannelClientW interface. It has a Connect method that establishes a connection with the specified recording channel. How can you call it in your java-code, say when you click the button to connect.