SCA module details. An SCA module is connected to service requesters through exports and to service providers through imports. Both imports and exports have interfaces, which are abstract definitions defining access points.
In the administrative console, to view this
page click
For a Service Component Architecture
(SCA) module, you can display details about its components:
- Imports.
- Imports define interactions between SCA modules and
service providers.
- Imports let SCA modules call
external services as if they were local.
- You can display details of imports and import bindings. If the import
binding is an SCA binding, then it can be changed.
- Exports.
- Exports define interactions between SCA modules and service requesters.
- Exports let an SCA module offer
a service. Exports define a service module's external interfaces (access points).
- You can display details of exports and export bindings.