Interface MetadataLocator
-
- All Known Implementing Classes:
AbstractLocator,BdxlLocator,BusdoxLocator,StaticLocator
public interface MetadataLocator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIlookup(String identifier)URIlookup(ParticipantIdentifier participantIdentifier)
-
-
-
Method Detail
-
lookup
URI lookup(String identifier) throws LookupException
- Throws:
LookupException
-
lookup
URI lookup(ParticipantIdentifier participantIdentifier) throws LookupException
- Throws:
LookupException
-
-