Module org.eclipse.persistence.sdo
Class SDOCSUnmarshalListener
java.lang.Object
org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
- All Implemented Interfaces:
org.eclipse.persistence.internal.oxm.Unmarshaller.Listener
,org.eclipse.persistence.oxm.XMLUnmarshalListener
- Direct Known Subclasses:
SDOUnmarshalListener
public class SDOCSUnmarshalListener
extends Object
implements org.eclipse.persistence.oxm.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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HelperContext
Visibility reduced from [public] in 2.1.0. -
Constructor Summary
ConstructorsConstructorDescriptionSDOCSUnmarshalListener
(HelperContext aContext) SDOCSUnmarshalListener
(HelperContext aContext, boolean bIsCSUnmarshalListener) -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterUnmarshal
(Object target, Object parent) void
beforeUnmarshal
(Object target, Object parent)
-
Field Details
-
aHelperContext
Visibility reduced from [public] in 2.1.0. May 15 2007
-
-
Constructor Details
-
SDOCSUnmarshalListener
-
SDOCSUnmarshalListener
-
-
Method Details
-
beforeUnmarshal
- Specified by:
beforeUnmarshal
in interfaceorg.eclipse.persistence.internal.oxm.Unmarshaller.Listener
-
afterUnmarshal
- Specified by:
afterUnmarshal
in interfaceorg.eclipse.persistence.internal.oxm.Unmarshaller.Listener
-