Package org.odpi.openmetadata.adapters.connectors.restclients
package org.odpi.openmetadata.adapters.connectors.restclients
Package defining the contract shared by all REST client connector implementations: the RESTClientCalls
interface and the abstract RESTClientConnector connector base class. Egeria clients code only against
this contract, obtaining an implementation from the REST Client Factory, so that the HTTP library
actually used to issue REST calls can be changed without any client code changing.
-
ClassDescriptionRESTClientCalls provides a generic interface for calling REST Clients.RESTClientConnector provides the base class for REST Client connectors.RESTClientConnectorProvider provides base class of the connector provider for the RESTClientConnector.