WebSphere WebSphere Enterprise Service Bus, Version 6.0.1 Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

Display export binding attributes using a command

Use the showSCAExportBinding command to display the attributes of Service Component Architecture (SCA) module export bindings.

Before you begin

The showSCAExportBinding 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 showSCAExportBinding {-paramName paramValue ...}

Purpose

The showSCAExportBinding command displays export binding attributes for an SCA module export.

Command name
showSCAExportBinding
Target
None.
Result
Displays details of the export binding for an SCA module export. If the binding is a Web Service binding then the service and port names are displayed. If the binding is a JMS binding or an Adapter binding then the binding type is displayed. If the export is of type SCA then no export binding is displayed because none exists; the resources are configured on the import side only. Although an SCA export has no export binding, it does have an export interface that allows compatibility checks with the import interface.

Required Parameters

-moduleName moduleName
SCA module name.
-export exportName
SCA module export name.

Optional Parameters

-applicationNameapplicationName
The name of the application associated with the SCA module. Providing an applicationName improves performance.

Example

wsadmin> $AdminTask showSCAExportBinding {-moduleName myModule -applicationName myApplication -export myExport} 

Reference topic

Terms of Use | Rate this page

Timestamp iconLast updated: 13 Dec 2005
http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/index.jsp?topic=/com.ibm.websphere.wesb.doc\ref\rwesb_showSCAExportBinding.html

(C) Copyright IBM Corporation 2005. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)