com.ibm.wsspi.sca.metadata

Interface ExportBinding

All known subinterfaces:
EISExportBinding, EjbExportBinding, WebServiceExportBinding

  1. public interface ExportBinding
Interface that represent the binding information on a SCA export.
Since:
7.5.1.0

Field Summary

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

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getBindingType()
Method returns the type of the export binding.

Field Detail

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

Method Detail

getBindingType

  1. java.lang.String getBindingType( )
Method returns the type of the export binding.
Returns:
String Type of the export binding.