public class SDOUnmarshalListener extends SDOCSUnmarshalListener
Purpose: Implementation of XMLUnmarshalListener used when unmarshalling XML to XMLDocuments
Responsibilities:
aHelperContext| Constructor and Description |
|---|
SDOUnmarshalListener(commonj.sdo.helper.HelperContext aContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Object target,
Object parent) |
void |
beforeUnmarshal(Object target,
Object parent) |
public SDOUnmarshalListener(commonj.sdo.helper.HelperContext aContext)
public void beforeUnmarshal(Object target, Object parent)
beforeUnmarshal in interface org.eclipse.persistence.internal.oxm.Unmarshaller.ListenerbeforeUnmarshal in class SDOCSUnmarshalListenerpublic void afterUnmarshal(Object target, Object parent)
afterUnmarshal in interface org.eclipse.persistence.internal.oxm.Unmarshaller.ListenerafterUnmarshal in class SDOCSUnmarshalListenertarget - assumed to be non-nullparent - may be null, indicating target is root objectCopyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.