You can use a command to display export details of a mediation module that
has been deployed to WebSphere ESB.
Before you begin
You must use the wsadmin tool to run the following commands.
Why and when to perform this task
To display the export details of mediation module,
use the wsadmin tool to complete the following steps.
In order to show
the details of a particular
mediation module export,
you need to know the
mediation module name
and the export name.
Note: Mediation modules are
types of Service Component Architecture (SCA) modules.
The listSCAModules command
lists all SCA modules that
have been deployed to WebSphere ESB,
and the listSCAExports command lists the exports for a
particular SCA module.
It is possible for an SCA module not
to have any exports.
Steps for this task
- List the deployed SCA modules. $AdminTask listSCAModules
- List the exports for a particular SCA module. $AdminTask listSCAExports {-moduleName moduleName}
Note: In
addition to specifying the moduleName, you have the option
of specifying the applicationName. Providing an applicationName improves
performance.
- Show the details of a particular SCA module export. showSCAExport -moduleName moduleName -export exportName
Note: In addition to specifying the moduleName and exportName,
you have the option of specifying the applicationName.
Providing an applicationName improves performance.
Result
Displays the export details for a particular
SCA module export.
Example
$AdminTask showSCAExport {-moduleName myModule -applicationName myApplication -export myExport}