Public Member Functions

org.exolab.castor.net.URIResolver Interface Reference

Inheritance diagram for org.exolab.castor.net.URIResolver:
alma.tools.entitybuilder.AlmaURIResolver org.exolab.castor.net.util.URIResolverImpl

List of all members.

Public Member Functions

URILocation resolve (String href, String documentBase) throws URIException
URILocation resolveURN (String urn) throws URIException

Detailed Description

An interface for URI handling

Author:
Keith Visco
Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:08:39

Member Function Documentation

URILocation org.exolab.castor.net.URIResolver.resolve ( String  href,
String  documentBase 
) throws URIException
URILocation org.exolab.castor.net.URIResolver.resolveURN ( String  urn  )  throws URIException

Resolves the given urn. An implementation of this method may return null if the URN could not be resolved.

Returns:
the URILocation for the URN

Implemented in alma.tools.entitybuilder.AlmaURIResolver, and org.exolab.castor.net.util.URIResolverImpl.

Referenced by org.exolab.castor.xml.schema.reader.ImportUnmarshaller.ImportUnmarshaller().


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties