Integration module invocation
Integration modules can be implemented either as Java™ classes or as invocation channels. Integration module instances are called service invokers because they implement the Java interface psdi.iface.mic.ServiceInvoker
.
The service invoker interface hides the underlying implementation from the caller. The invocation of the integration module by the caller is the same, regardless of the underlying implementation.