EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.sdo.helper
Class SDOCSUnmarshalListener

java.lang.Object
  extended by org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
All Implemented Interfaces:
XMLUnmarshalListener
Direct Known Subclasses:
SDOUnmarshalListener

public class SDOCSUnmarshalListener
extends java.lang.Object
implements XMLUnmarshalListener

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

aHelperContext

protected HelperContext aHelperContext
Visibility reduced from [public] in 2.1.0. May 15 2007

Constructor Detail

SDOCSUnmarshalListener

public SDOCSUnmarshalListener(HelperContext aContext,
                              boolean bIsCSUnmarshalListener)

SDOCSUnmarshalListener

public SDOCSUnmarshalListener(HelperContext aContext)
Method Detail

beforeUnmarshal

public void beforeUnmarshal(java.lang.Object target,
                            java.lang.Object parent)
Description copied from interface: XMLUnmarshalListener
Event that will be called before objects are unmarshalled.

Specified by:
beforeUnmarshal in interface XMLUnmarshalListener
Parameters:
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.

afterUnmarshal

public void afterUnmarshal(java.lang.Object target,
                           java.lang.Object parent)
Description copied from interface: XMLUnmarshalListener
Event that will be called after objects are unmarshalled.

Specified by:
afterUnmarshal in interface XMLUnmarshalListener
Parameters:
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