public abstract class MetaDataResolver extends Object
| Constructor and Description |
|---|
MetaDataResolver() |
| Modifier and Type | Method and Description |
|---|---|
abstract ServiceDescriptor |
resolve(URI location)
Gives
ServiceDescriptor resolved from the given location. |
@Nullable public abstract ServiceDescriptor resolve(@NotNull URI location)
ServiceDescriptor resolved from the given location.
TODO: Does this method need to propogate errors?location - metadata locationServiceDescriptor resolved from the location. It may be null in the cases when MetadataResolver
can get the metada associated with the metadata loction.Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.