IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata
Interface ExportInfo

All Superinterfaces:
ItemInfo

public interface ExportInfo
extends ItemInfo

Interface that represent the information from a SCA export. This interface provide access to the generic information available in the SCA export.

Since:
7.5.1.0
See Also:
ItemInfo

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 ExportBinding getExportBinding()
          Method returns the export binding information if the export has a data binding; otherwise null.
 java.lang.String getTargetName()
          Method returns the target name if the export is wired to a target.
 
Methods inherited from interface com.ibm.wsspi.sca.metadata.ItemInfo
getDescription, getDisplayName, getInterface, getInterfaces, getName
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getTargetName

java.lang.String getTargetName()
Method returns the target name if the export is wired to a target.

Returns:
String Target name if the export is wired to a target.

getExportBinding

ExportBinding getExportBinding()
Method returns the export binding information if the export has a data binding; otherwise null.

Returns:
ExportBinding Export binding information if the import has a data binding; otherwise null.

IBM WebSphere Application ServerTM
Release 8