com.ibm.wsspi.sca.metadata
Interface ExportInfo
All Superinterfaces:
- public interface ExportInfo
- extends ItemInfo
Since:
7.5.1.0
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getExportBinding()
Method returns the export binding information if the export has a data
binding; otherwise
null .
|
|
|
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:
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
.