IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata
Interface ImportInfo

All Superinterfaces:
ItemInfo

public interface ImportInfo
extends ItemInfo

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

Since:
7.5.1.0
See Also:
ItemInfo

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 ImportBinding getImportBinding()
          Method returns the import binding information if the import has a data binding; otherwise null.
 
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

getImportBinding

ImportBinding getImportBinding()
Method returns the import binding information if the import has a data binding; otherwise null.

Returns:
ImportBinding Import binding information if the import has a data binding; otherwise null.

IBM WebSphere Application ServerTM
Release 8