Pluggable ID/IDREF handling layer.
THIS INTERFACE IS SUBJECT TO CHANGE WITHOUT NOTICE.
This 'interface' can be implemented by applications and specified to
Unmarshaller.setProperty(StringObject) to ovierride the ID/IDREF
processing of the JAXB RI like this:
unmarshaller.setProperty(IDResolver.class.getName(),new MyIDResolverImpl());
Error Handling
This component runs inside the JAXB RI unmarshaller. |