Interface IReferenceResolver<TargetType>

Type Parameters:
TargetType - Type of the link target object


public interface IReferenceResolver<TargetType>

Interface for resolving a URI to an object instance obtained from data referenced from an XlinkReference object.

Since:
Sep 28, 2012
  • Method Summary

    Modifier and Type
    Method
    Description
    Fetches the object referenced by the given URI
  • Method Details

    • fetchTarget

      TargetType fetchTarget(String uri) throws IOException
      Fetches the object referenced by the given URI
      Parameters:
      uri -
      Returns:
      target object
      Throws:
      IOException - if the object cannot be fetched