Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.ide.marshal.xml.ObjectWrapper

Packages that use ObjectWrapper
oracle.ide.marshal.xml Provides the ability to marshal and unmarshal objects to XML using an archiving algorithm that accesses public get/set methods, which is in contrast to serialization which directly accesses fields, even if they are private. 
oracle.jdevimpl.audit.core   
 

Uses of ObjectWrapper in oracle.ide.marshal.xml
 

Methods in oracle.ide.marshal.xml with parameters of type ObjectWrapper
 boolean ToDomConverter.toElement(ObjectWrapper wrapper, org.w3c.dom.Element element, java.lang.Class type, Object2Dom o2d)
          Populates the specified Element according to the state of the object in the ObjectWrapper using the specified Object2Dom instance for recursion.
 boolean Color2Dom.toElement(ObjectWrapper wrapper, org.w3c.dom.Element element, java.lang.Class type, Object2Dom o2d)
           
 boolean ToDomConverter2.toElement(ObjectWrapper wrapper, org.w3c.dom.Element element, java.lang.Class type, Object2Dom o2d, java.lang.ClassLoader classLoader)
          Populates the specified Element according to the state of the object in the ObjectWrapper using the specified Object2Dom instance for recursion.
 boolean ToDomConverter.toObject(ObjectWrapper wrapper, org.w3c.dom.Element element, java.lang.Class type, Object2Dom o2d)
          Creates an object of the given type that is represented by the contents of the specified Element parameter.
 boolean Color2Dom.toObject(ObjectWrapper wrapper, org.w3c.dom.Element element, java.lang.Class type, Object2Dom o2d)
           
 boolean ToDomConverter2.toObject(ObjectWrapper wrapper, org.w3c.dom.Element element, java.lang.Class type, Object2Dom o2d, java.lang.ClassLoader classLoader)
          Creates an object of the given type that is represented by the contents of the specified Element parameter.
 

Uses of ObjectWrapper in oracle.jdevimpl.audit.core
 

Methods in oracle.jdevimpl.audit.core with parameters of type ObjectWrapper
 boolean Converters.TypeSafeEnumerationConverter.toElement(ObjectWrapper wrapper, org.w3c.dom.Element element, java.lang.Class type, Object2Dom o2d)
           
 boolean Converters.TypeSafeEnumerationConverter.toObject(ObjectWrapper wrapper, org.w3c.dom.Element element, java.lang.Class type, Object2Dom o2d)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.