Package org.exolab.adaptx.net.impl
Class URIResolverImpl
- java.lang.Object
-
- org.exolab.adaptx.net.impl.URIResolverImpl
-
- All Implemented Interfaces:
URIResolver
public final class URIResolverImpl extends java.lang.Object implements URIResolver
The default implementation of URIResolver- Author:
- Keith Visco
-
-
Constructor Summary
Constructors Constructor Description URIResolverImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URILocation
resolve(java.lang.String href, java.lang.String documentBase)
Resolves the given href and documentBase.
-
-
-
Method Detail
-
resolve
public URILocation resolve(java.lang.String href, java.lang.String documentBase) throws URIException
Resolves the given href and documentBase.- Specified by:
resolve
in interfaceURIResolver
- Returns:
- the URILocation for the URI
- Throws:
URIException
-
-