Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.server
Class DOMSerializer

java.lang.Object
  extended byoracle.jbo.server.Serializer
      extended byoracle.jbo.server.DOMSerializer


public class DOMSerializer
extends Serializer

Field Summary

Fields inherited from class oracle.jbo.server.Serializer
ACTIVATE_CONN_FLAG, ACTIVATE_ROLLBACK_FLAG, ACTIVATE_SKIP_RESTORE_VO_FROM_DEF, ACTIVATE_TXN_FLAG, DEFAULT_ACTIVATE_FLAGS, DEFAULT_PASSIVATE_FLAGS, PASSIVATE_CONN_FLAG, PASSIVATE_STACK_FLAG, PASSIVATE_TXN_FLAG

Constructor Summary
DOMSerializer(ApplicationModuleImpl app)

Method Summary
byte[] activateRootAMFromDOM(XMLDocument xmlDoc, int flags)
XMLDocument passivateRootAMToDOM(byte[] clientData, int flags)

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

DOMSerializer

public DOMSerializer(ApplicationModuleImpl app)

Method Detail

passivateRootAMToDOM

public XMLDocument passivateRootAMToDOM(byte[] clientData,
                                        int flags)

activateRootAMFromDOM

public byte[] activateRootAMFromDOM(XMLDocument xmlDoc,
                                    int flags)

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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