public interface JaxbObject
perform custom initialization logic after un-marshaling
.Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is automatically invoked by JAXB after un-marshaling this bean.
|
void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
unmarshaller
- is the Unmarshaller
.parent
- is the java-object representing the parent node in XML.Copyright © 2001–2016 mmm-Team. All rights reserved.