Use the showSCAImportBinding command
to display the attributes of Service Component Architecture (SCA)
module import
bindings.
Before you begin
The showSCAImportBinding command
is run using the AdminTask object of the wsadmin scripting client.
Use
the following command to list all the SCA administrative commands.
wsadmin> $AdminTask help SCAAdminCommands
Use
the following command to get detailed help on a particular command.
wsadmin> $AdminTask help command_name
Syntax
$AdminTask showSCAImportBinding {-paramName paramValue ...}
Purpose
The showSCAImportBinding command
displays import binding attributes for an SCA module import.
- Command name
- showSCAImportBinding
- Target
- None.
- Result
- Displays details of the import binding for an SCA module import.
If the binding is a Web service binding, the service and port names
are displayed. If the binding is a JMS binding or an Adapter binding,
the binding type is displayed. If the binding is of type SCA, a number
of details are displayed.
Required Parameters
- -moduleName moduleName
- SCA module name.
- -import importName
- SCA module import
name.
Optional Parameters
- -applicationName applicationName
- The name of the application associated with the SCA module. Providing
an applicationName improves performance.
Example
wsadmin> $AdminTask showSCAImportBinding {-moduleName myModule
-applicationName myApplication -import myImport}