public interface EISExportBinding extends ExportBinding
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
Connection |
getConnection()
Method returns the
Connection of the EIS export binding. |
java.lang.String |
getDataBindingType()
Method returns the data binding type of the EIS export binding.
|
java.util.List<ExportMethodBinding> |
getMethodBinding()
Method returns the list of
ExportMethodBinding objects of the
EIS export binding. |
ResourceAdapter |
getResourceAdapter()
Method returns the
ResourceAdapter of the EIS export binding. |
getBindingType
static final java.lang.String COPYRIGHT
java.lang.String getDataBindingType()
ResourceAdapter getResourceAdapter()
ResourceAdapter
of the EIS export binding.ResourceAdapter
of the EIS export binding.java.util.List<ExportMethodBinding> getMethodBinding()
ExportMethodBinding
objects of the
EIS export binding.ExportMethodBinding
objects of the EIS export binding.Connection getConnection()
Connection
of the EIS export binding.Connection
of the EIS export binding.