|
EclipseLink 2.4.1, build 'v20121003-ad44345' 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
public class SDOCSUnmarshalListener
Purpose: Implementation of XMLUnmarshalListener used when unmarshalling XML to XMLDocuments
Responsibilities:
| Field Summary | |
|---|---|
protected HelperContext |
aHelperContext
Visibility reduced from [public] in 2.1.0. |
| Constructor Summary | |
|---|---|
SDOCSUnmarshalListener(HelperContext aContext)
|
|
SDOCSUnmarshalListener(HelperContext aContext,
boolean bIsCSUnmarshalListener)
|
|
| 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 |
| Field Detail |
|---|
protected HelperContext aHelperContext
| Constructor Detail |
|---|
public SDOCSUnmarshalListener(HelperContext aContext,
boolean bIsCSUnmarshalListener)
public SDOCSUnmarshalListener(HelperContext aContext)
| Method Detail |
|---|
public void beforeUnmarshal(java.lang.Object target,
java.lang.Object parent)
XMLUnmarshalListener
beforeUnmarshal in interface XMLUnmarshalListenertarget - 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 XMLUnmarshalListenertarget - the object that was unmarshalled.parent - the owning object of the object that was unmarshalled. This may be null.
|
EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||