Class SDOCSUnmarshalListener

  • All Implemented Interfaces:
    org.eclipse.persistence.internal.oxm.Unmarshaller.Listener, org.eclipse.persistence.oxm.XMLUnmarshalListener
    Direct Known Subclasses:
    SDOUnmarshalListener

    public class SDOCSUnmarshalListener
    extends java.lang.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

      Fields 
      Modifier and Type Field Description
      protected commonj.sdo.helper.HelperContext aHelperContext
      Visibility reduced from [public] in 2.1.0.
    • Constructor Summary

      Constructors 
      Constructor Description
      SDOCSUnmarshalListener​(commonj.sdo.helper.HelperContext aContext)  
      SDOCSUnmarshalListener​(commonj.sdo.helper.HelperContext aContext, boolean bIsCSUnmarshalListener)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterUnmarshal​(java.lang.Object target, java.lang.Object parent)  
      void beforeUnmarshal​(java.lang.Object target, java.lang.Object parent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • aHelperContext

        protected commonj.sdo.helper.HelperContext aHelperContext
        Visibility reduced from [public] in 2.1.0. May 15 2007
    • Constructor Detail

      • SDOCSUnmarshalListener

        public SDOCSUnmarshalListener​(commonj.sdo.helper.HelperContext aContext,
                                      boolean bIsCSUnmarshalListener)
      • SDOCSUnmarshalListener

        public SDOCSUnmarshalListener​(commonj.sdo.helper.HelperContext aContext)
    • Method Detail

      • beforeUnmarshal

        public void beforeUnmarshal​(java.lang.Object target,
                                    java.lang.Object parent)
        Specified by:
        beforeUnmarshal in interface org.eclipse.persistence.internal.oxm.Unmarshaller.Listener
      • afterUnmarshal

        public void afterUnmarshal​(java.lang.Object target,
                                   java.lang.Object parent)
        Specified by:
        afterUnmarshal in interface org.eclipse.persistence.internal.oxm.Unmarshaller.Listener