Package ddf.catalog.endpoint
Interface CatalogEndpoint
public interface CatalogEndpoint
CatalogEndpoint represents an endpoint that accesses the catalog and wants to advertise itself to
the system. It does this by providing a map of properties about itself. An example use of this
interface is the registry framework which uses the interface to identify which endpoints can be
used as federation methods.
-
Field Details
-
BINDING_TYPE_KEY
- See Also:
-
DESCRIPTION_KEY
- See Also:
-
ID_KEY
- See Also:
-
NAME_KEY
- See Also:
-
URL_KEY
- See Also:
-
VERSION_KEY
- See Also:
-
-
Method Details
-
getEndpointProperties
-