IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata
Interface EISImportBinding

All Superinterfaces:
ImportBinding

public interface EISImportBinding
extends ImportBinding

Interface that represent the EIS binding information on a SCA import.

Since:
7.5.1.0

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 Connection getConnection()
          Method returns the Connection of the EIS import binding.
 java.lang.String getDataBindingType()
          Method returns the data binding type of the EIS import binding.
 java.util.List<ImportMethodBinding> getMethodBinding()
          Method returns the list ImportMethodBinding objects of the EIS import binding.
 ResourceAdapter getResourceAdapter()
          Method returns the ResourceAdapter of the EIS import binding.
 
Methods inherited from interface com.ibm.wsspi.sca.metadata.ImportBinding
getBindingType
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getDataBindingType

java.lang.String getDataBindingType()
Method returns the data binding type of the EIS import binding.

Returns:
String Data binding type of the EIS import binding.

getResourceAdapter

ResourceAdapter getResourceAdapter()
Method returns the ResourceAdapter of the EIS import binding.

Returns:
String ResourceAdapter of the EIS import binding.

getMethodBinding

java.util.List<ImportMethodBinding> getMethodBinding()
Method returns the list ImportMethodBinding objects of the EIS import binding.

Returns:
List List of ImportMethodBinding object of the EIS import binding.

getConnection

Connection getConnection()
Method returns the Connection of the EIS import binding.

Returns:
String Connection of the EIS import binding.

IBM WebSphere Application ServerTM
Release 8