org.exolab.castor.net
Interface URIResolver
- URIResolverImpl
public interface URIResolver
An interface for URI handling
$Revision: 5951 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
resolve
public URILocation resolve(String href,
String documentBase)
throws URIException
Resolves the given href and documentBase. An
implementation of this method should never return
null. A URIException may be thrown instead.
- the URILocation for the URI. [not null]
resolveURN
public URILocation resolveURN(String urn)
throws URIException
Resolves the given urn. An implementation of this
method may return null if the URN could not be resolved.
- the URILocation for the URN
Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com