Interface IDREFSerializerHelper


public interface IDREFSerializerHelper
A valueType which is of xsd:ID type, its serializer should implement this interface in order for IDREF serializers to get the ID string.
Author:
JAX-RPC Development Team
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getID

      String getID(Object obj)
      Parameters:
      obj - The class instance which contains the ID property. The serializer implementing this interface will use this object to invoke the method to get ID string.
      Returns:
      String ID value.