Interface Endpoint

All Known Implementing Classes:
EndpointBase, ManagedRepositoryEndpoint, RepositoryEndpoint, ResolvableEndpoint

public interface Endpoint
Structure to maintain endpoint information, e.g. Repository type, location.

The Repository to use can be obtained by calling getRepository()

A RepositoryConnection for interacting with the store can be obtained using getConnection(). Note that typically the TripleSource of the endpoint should be used.

Author:
Andreas Schwarte
See Also: