|
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 |
java.lang.Objectorg.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
org.eclipse.persistence.sdo.helper.SDOUnmarshalListener
public class SDOUnmarshalListener
Purpose: Implementation of XMLUnmarshalListener used when unmarshalling XML to XMLDocuments
Responsibilities:
Field Summary |
---|
Fields inherited from class org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener |
---|
aHelperContext |
Constructor Summary | |
---|---|
SDOUnmarshalListener(HelperContext aContext)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SDOUnmarshalListener(HelperContext aContext)
Method Detail |
---|
public void beforeUnmarshal(java.lang.Object target, java.lang.Object parent)
XMLUnmarshalListener
beforeUnmarshal
in interface XMLUnmarshalListener
beforeUnmarshal
in class SDOCSUnmarshalListener
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.public void afterUnmarshal(java.lang.Object target, java.lang.Object parent)
XMLUnmarshalListener
afterUnmarshal
in interface XMLUnmarshalListener
afterUnmarshal
in class SDOCSUnmarshalListener
target
- assumed to be non-nullparent
- may be null, indicating target is root object
|
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 |