Class IDResolver

  • Direct Known Subclasses:
    IDResolver

    public abstract class IDResolver
    extends org.eclipse.persistence.internal.oxm.IDResolver

    IDResolver can be subclassed to allow customization of the ID/IDREF processing of XMLUnmarshaller. A custom IDResolver can be specified on the Unmarshaller as follows:

    IDResolver customResolver = new MyIDResolver(); xmlUnmarshaller.setIDResolver(customResolver);

    See Also:
    XMLUnmarshaller
    Since:
    2.3.3
    • Constructor Summary

      Constructors 
      Constructor Description
      IDResolver()  
    • Method Summary

      • Methods inherited from class org.eclipse.persistence.internal.oxm.IDResolver

        bind, bind, endDocument, resolve, resolve, startDocument
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IDResolver

        public IDResolver()