Community resolver
All of the Community service resolvers use AstroGrid IVO identifiers to resolve Community services.
The resolvers use the authority ID of an IVO identifier to resolve the Community service.
The authority ID is the first part of an IVO identifier, upto the first '/' character of the path.
- ivo://org.astrogrid.test.community
- ivo://org.astrogrid.test.community/account
- ivo://org.astrogrid.test.community/account/path
- ivo://org.astrogrid.test.community/account/path#fragment
Endpoint resolver
The core resolver is the CommunityEndpointResolver.
This takes a Community identifier, and a Java interface class for the service type,
and calls the AstroGrid Registry to resolve this into a service endpoint.