Module org.eclipse.persistence.moxy
Class IDResolverWrapper
java.lang.Object
org.eclipse.persistence.internal.oxm.IDResolver
org.eclipse.persistence.oxm.IDResolver
org.eclipse.persistence.jaxb.IDResolver
org.eclipse.persistence.internal.jaxb.IDResolverWrapper
INTERNAL:
This class provides an implementation of IDResolver that wraps an IDResolver from the Sun JAXB Implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidCallable<?> Callable<?> voidstartDocument(jakarta.xml.bind.ValidationEventHandler eventHandler) Called when unmarshalling begins.Methods inherited from class org.eclipse.persistence.jaxb.IDResolver
startDocument
-
Constructor Details
-
IDResolverWrapper
-
-
Method Details
-
bind
- Specified by:
bindin classIDResolver- Throws:
SAXException
-
endDocument
- Overrides:
endDocumentin classIDResolver- Throws:
SAXException
-
startDocument
Description copied from class:IDResolverCalled when unmarshalling begins.
- Overrides:
startDocumentin classIDResolver- Parameters:
eventHandler- Any errors encountered during the unmarshal process should be reported to this handler.- Throws:
SAXException
-
resolve
- Specified by:
resolvein classIDResolver- Throws:
SAXException
-
resolve
- Specified by:
resolvein classIDResolver- Throws:
SAXException
-
bind
- Specified by:
bindin classIDResolver- Throws:
SAXException
-
getResolver
-