com.ibm.wsspi.sca.metadata
Interface ExportBinding
- All Known Subinterfaces:
- EISExportBinding, EjbExportBinding, WebServiceExportBinding
public interface ExportBinding
Interface that represent the binding information on a SCA export.
- Since:
- 7.5.1.0
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.lang.String |
getBindingType()
Method returns the type of the export binding. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getBindingType
java.lang.String getBindingType()
- Method returns the type of the export binding.
- Returns:
- String
Type of the export binding.