Package info.oais.interfaces.oaisif
Interface GenericAdapter
- All Superinterfaces:
- Adapter
public interface GenericAdapter extends Adapter
The generic adapter interface
- Since:
- 06-Sep-2021 15:59:45
- Version:
- 1.0
- Author:
- David
- 
Method SummaryModifier and Type Method Description voidconfigure()This method allows the Generic adapter to be configures including - setting the name of its service by which it will be know to the switchboard - setting its communications mechanism e.g.voidinitialize()Initialize the Generic Adapter so that it will be usable.
- 
Method Details- 
configurevoid configure()This method allows the Generic adapter to be configures including - setting the name of its service by which it will be know to the switchboard - setting its communications mechanism e.g.
 --- HTTP port 778 or
 --- RMI or
 --- CORBA or
 ---WSDL or
 --- TCP port 7771
 --- authentication mechanisms accepted e.g.
 ------ local username/password or
 ------ LDAP or
 ------ SAML
- 
initializevoid initialize()Initialize the Generic Adapter so that it will be usable. This includes - registering with a Switchboard- Specified by:
- initializein interface- Adapter
 
 
-