[Contents] [Prev] [Next] [Index] [Report an Error]

Managing a Resolution Request

To enable the application to submit a resolution request and obtain the associated values:

  1. Construct a NicKey object to enable the application to pass the data key to the NIC proxy:

    For the syntax of allowed data types, see Overview of the NIC Resolution Process.

    1. If the resolution process specifies constraints that you wish to provide in the resolution request, add them to the NicKey object:

      For the allowed data types and their syntax, see Overview of the NIC Resolution Process.

      For the allowed syntax for the data types, see Overview of the NIC Resolution Process.

    2. Call a method that starts the resolution process.

      For example, you can call a method specified in the NIC interface:

      Alternatively, if the expected data value is an SAE reference, you can call the following method:

    3. Call the getValue method to access the string representation of the data value obtained by the NIC proxy.

      Alternatively, if the expected data value is an SAE reference:

    4. (Optional) Call a method to get intermediate values obtained during a resolution.

    [Contents] [Prev] [Next] [Index] [Report an Error]