public class SDOCSUnmarshalListener extends Object implements XMLUnmarshalListener
Purpose: Implementation of XMLUnmarshalListener used when unmarshalling XML to XMLDocuments
Responsibilities:
Modifier and Type | Field and Description |
---|---|
protected commonj.sdo.helper.HelperContext |
aHelperContext
Visibility reduced from [public] in 2.1.0.
|
Constructor and Description |
---|
SDOCSUnmarshalListener(commonj.sdo.helper.HelperContext aContext) |
SDOCSUnmarshalListener(commonj.sdo.helper.HelperContext aContext,
boolean bIsCSUnmarshalListener) |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Object target,
Object parent)
Event that will be called after objects are unmarshalled.
|
void |
beforeUnmarshal(Object target,
Object parent)
Event that will be called before objects are unmarshalled.
|
protected commonj.sdo.helper.HelperContext aHelperContext
public SDOCSUnmarshalListener(commonj.sdo.helper.HelperContext aContext, boolean bIsCSUnmarshalListener)
public SDOCSUnmarshalListener(commonj.sdo.helper.HelperContext aContext)
public void beforeUnmarshal(Object target, Object parent)
org.eclipse.persistence.internal.oxm.Unmarshaller.Listener
beforeUnmarshal
in interface org.eclipse.persistence.internal.oxm.Unmarshaller.Listener
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(Object target, Object parent)
org.eclipse.persistence.internal.oxm.Unmarshaller.Listener
afterUnmarshal
in interface org.eclipse.persistence.internal.oxm.Unmarshaller.Listener
target
- the object that was unmarshalled.parent
- the owning object of the object that was unmarshalled. This may be null.Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.