Package org.jinterop.dcom.core
package org.jinterop.dcom.core
Defines the classes and data structures required to work with j-Interop. It also implements the core principles of DCOM specifications .
A good starting point is to get familiar with JISession
and JIComServer classes. They together serve as an
entry point into the COM world. A quick glance at IJIComObject
would familiarize the user with basic COM APIs.
The event call back mechanism is implemented by JILocalCoClass
,JILocalInterfaceDefinition,JILocalMethodDescriptor
and JILocalParamsDescriptorclasses.