Class IDResolverWrapper


  • public class IDResolverWrapper
    extends IDResolver
    INTERNAL:

    This class provides an implementation of IDResolver that wraps an IDResolver from the Sun JAXB Implementation.

    • Constructor Detail

      • IDResolverWrapper

        public IDResolverWrapper​(Object sunResolver)
    • Method Detail

      • endDocument

        public void endDocument()
                         throws SAXException
        Overrides:
        endDocument in class org.eclipse.persistence.internal.oxm.IDResolver
        Throws:
        SAXException
      • startDocument

        public void startDocument​(jakarta.xml.bind.ValidationEventHandler eventHandler)
                           throws SAXException
        Description copied from class: IDResolver

        Called when unmarshalling begins.

        Overrides:
        startDocument in class IDResolver
        Parameters:
        eventHandler - Any errors encountered during the unmarshal process should be reported to this handler.
        Throws:
        SAXException
      • getResolver

        public Object getResolver()