com.ibm.wsspi.sca.metadata

Interface ExportInfo

All Superinterfaces:
ItemInfo

  1. public interface ExportInfo
  2. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. ExportBinding
getExportBinding()
Method returns the export binding information if the export has a data binding; otherwise null.
  1. 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

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getTargetName

  1. 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

  1. 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.