com.ibm.wsspi.sca.metadata

Interface ImportBinding

All known subinterfaces:
EISImportBinding, EjbImportBinding, SCAImportBinding, WebServiceImportBinding

  1. public interface ImportBinding
Interface that represent the binding information on a SCA import.
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 import 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 import binding.
Returns:
String Type of the import binding.