Class AbstractLocator
- java.lang.Object
-
- network.oxalis.vefa.peppol.lookup.locator.AbstractLocator
-
- All Implemented Interfaces:
MetadataLocator
- Direct Known Subclasses:
BdxlLocator,BusdoxLocator,StaticLocator
public abstract class AbstractLocator extends Object implements MetadataLocator
-
-
Constructor Summary
Constructors Constructor Description AbstractLocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIlookup(String identifier)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface network.oxalis.vefa.peppol.lookup.api.MetadataLocator
lookup
-
-
-
-
Method Detail
-
lookup
public URI lookup(String identifier) throws LookupException
- Specified by:
lookupin interfaceMetadataLocator- Throws:
LookupException
-
-