org.exolab.castor.xml
Interface IDResolver
- All Known Implementing Classes:
- Mapping.ClassMappingResolver, UnmarshalHandler.IDResolverImpl
- public interface IDResolver
A simple interface for doing custom IDREF resolving
during Unmarshalling.
- Version:
- $Revision: 1.1 $ $Date: 2001/01/13 09:12:12 $
- Author:
- Keith Visco
Method Summary |
java.lang.Object |
resolve(java.lang.String idref)
Returns the Object whose id matches the given IDREF,
or null if no Object was found. |
resolve
public java.lang.Object resolve(java.lang.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.
Intalio Inc. (C) 1999-2001. All rights reserved http://www.intalio.com