|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLUnmarshalListener
An implementation of XMLUnmarshalListener can be set on an XMLUnmarshaller to provide additional behaviour during unmarshal operations.
Method Summary | |
---|---|
void |
afterUnmarshal(java.lang.Object target,
java.lang.Object parent)
Event that will be called after objects are unmarshalled. |
void |
beforeUnmarshal(java.lang.Object target,
java.lang.Object parent)
Event that will be called before objects are unmarshalled. |
Method Detail |
---|
void beforeUnmarshal(java.lang.Object target, java.lang.Object parent)
target
- A newly created instance of the object to be unmarshalled.parent
- the owning object of the object that will be unmarshalled. This may be null.void afterUnmarshal(java.lang.Object target, java.lang.Object parent)
target
- the object that was unmarshalled.parent
- the owning object of the object that was unmarshalled. This may be null.
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |