Interface IDResolver

  • All Known Implementing Classes:
    IDResolverImpl, MappingUnmarshallIDResolver

    public interface IDResolver
    A simple interface for doing custom IDREF resolving during Unmarshalling.
    Version:
    $Revision: 8438 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
    Author:
    Keith Visco
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object resolve​(java.lang.String idref)
      Returns the Object whose id matches the given IDREF, or null if no Object was found.
    • Method Detail

      • resolve

        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.