com.ibm.wsspi.sca.metadata

Interface EISExportBinding

All Superinterfaces:
ExportBinding

  1. public interface EISExportBinding
  2. extends ExportBinding
Interface that represent the EIS 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. Connection
getConnection()
Method returns the Connection of the EIS export binding.
  1. java.lang.String
getDataBindingType()
Method returns the data binding type of the EIS export binding.
  1. java.util.List<ExportMethodBinding>
getMethodBinding()
Method returns the list of ExportMethodBinding objects of the EIS export binding.
  1. ResourceAdapter
getResourceAdapter()
Method returns the ResourceAdapter of the EIS export binding.
Methods inherited from interface com.ibm.wsspi.sca.metadata.ExportBinding
getBindingType

Field Detail

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

Method Detail

getDataBindingType

  1. java.lang.String getDataBindingType( )
Method returns the data binding type of the EIS export binding.
Returns:
String Data binding type of the EIS export binding.

getResourceAdapter

  1. ResourceAdapter getResourceAdapter( )
Method returns the ResourceAdapter of the EIS export binding.
Returns:
String ResourceAdapter of the EIS export binding.

getMethodBinding

  1. java.util.List<ExportMethodBinding> getMethodBinding( )
Method returns the list of ExportMethodBinding objects of the EIS export binding.
Returns:
List List of ExportMethodBinding objects of the EIS export binding.

getConnection

  1. Connection getConnection()
Method returns the Connection of the EIS export binding.
Returns:
String Connection of the EIS export binding.