Closed iocanel closed 10 years ago
I'd like to preserve ServiceEndpointIdentity. It should extend AbstractIdentity, which does a validation on the symbolic name. In fact all identities should now implement Identity, which defines the valid id pattern.
We may also want to introduce ProfileItemIdentity to uniformly have the same id guarantees. Anyway, an arbitrary string is not a good identity.
...Endpoint. Added ServiceEndpointFactory. Added ServiceLoader for finding the appropriate ServiceEndpointFactory for each Service EndpointType.