org.eclipse.persistence.sdo.helper
Class SDOCSUnmarshalListener
java.lang.Object
org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
- All Implemented Interfaces:
- XMLUnmarshalListener
- Direct Known Subclasses:
- SDOUnmarshalListener
public class SDOCSUnmarshalListener
- extends Object
- implements XMLUnmarshalListener
Purpose: Implementation of XMLUnmarshalListener used when unmarshalling XML to XMLDocuments
Responsibilities:
- When creating a DataObject we need to call setType and setHelperContext with the appropriate values
SDOCSUnmarshalListener
public SDOCSUnmarshalListener(commonj.sdo.helper.HelperContext aContext,
boolean bIsCSUnmarshalListener)
SDOCSUnmarshalListener
public SDOCSUnmarshalListener(commonj.sdo.helper.HelperContext aContext)
beforeUnmarshal
public void beforeUnmarshal(Object target,
Object parent)
- Specified by:
beforeUnmarshal
in interface XMLUnmarshalListener
afterUnmarshal
public void afterUnmarshal(Object target,
Object parent)
- Specified by:
afterUnmarshal
in interface XMLUnmarshalListener