Public Member Functions

org.exolab.castor.xml.IDResolver Interface Reference

Inheritance diagram for org.exolab.castor.xml.IDResolver:
org.exolab.castor.mapping.Mapping.ClassMappingResolver org.exolab.castor.xml.UnmarshalHandler.IDResolverImpl

List of all members.

Public Member Functions

Object resolve (String idref)

Detailed Description

A simple interface for doing custom IDREF resolving during Unmarshalling.

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

Member Function Documentation

Object org.exolab.castor.xml.IDResolver.resolve ( String  idref  ) 

Returns the Object whose id matches the given IDREF, or null if no Object was found.

Parameters:
idref the IDREF to resolve.
Returns:
the Object whose id matches the given IDREF.

Implemented in org.exolab.castor.mapping.Mapping.ClassMappingResolver, and org.exolab.castor.xml.UnmarshalHandler.IDResolverImpl.

Referenced by org.exolab.castor.xml.UnmarshalHandler.IDResolverImpl.resolve().


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