Implementation properties
The integration framework can automatically process integration
data when you implement an integration module. You can customize the
implementation if you want to bypass parts of the automatic process.
Integration module parameters
The integration framework provides integration module input parameters, including source and response objects and object sets, and endpoint names. These parameters are passed when you run an integration module as a Java™ class or as an invocation channel.
Integration module process flow
Java-based integration modules populate the logical management operation response object or response object set with the results of the operation. For invocation channels, you can specify a mapping from the operational management product response to the response object or set. The integration framework copies the data into the response object or set.
Endpoints
An integration module that contains an invocation channel must use an endpoint. A Java class integration module can use an endpoint or use a custom approach to external service invocations.