Package info.oais.interfaces.oaisif
Interface Adapter
- All Known Subinterfaces:
GenericAdapter
,SpecificAdapter
public interface Adapter
This is the most generic interface for an Adapter. Most methods should be overriden by its sub-interfaces.
- Since:
- 06-Sep-2021 15:59:45
- Version:
- 1.0
- Author:
- David
-
Method Summary
Modifier and Type Method Description void
configure()
To be overridden by Specific and Generic Adaptersvoid
initialize()
To be overridden by Specific and Generic Adapters
-
Method Details
-
configure
void configure()To be overridden by Specific and Generic Adapters -
initialize
void initialize()To be overridden by Specific and Generic Adapters
-