Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.tools.sessionconfiguration
Class WASXMLLoader

java.lang.Object
  extended byoracle.toplink.tools.sessionconfiguration.XMLLoader
      extended byoracle.toplink.tools.sessionconfiguration.WASXMLLoader


Deprecated. As of version 10.1.3. Replaced by XMLSessionConfigLoader

public class WASXMLLoader
extends XMLLoader

Purpose: This loader load the first session from a specific session configuration xml file. Provide a mechanism for loading configuration XML files and processing them. Processing is done reflectivly based on the name of the XML Tag

Since:
TopLink 4.5

Constructor Summary
WASXMLLoader()
          Deprecated.  
WASXMLLoader(java.lang.String fileName)
          Deprecated.  

 

Method Summary
 org.w3c.dom.Document retreiveDOM(java.lang.ClassLoader loader)
          Deprecated. INTERNAL: This method instantiates the parser and builds the document.

 

Methods inherited from class oracle.toplink.tools.sessionconfiguration.XMLLoader
load

 

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

 

Constructor Detail

WASXMLLoader

public WASXMLLoader()
Deprecated. 

WASXMLLoader

public WASXMLLoader(java.lang.String fileName)
Deprecated. 

Method Detail

retreiveDOM

public org.w3c.dom.Document retreiveDOM(java.lang.ClassLoader loader)
                                 throws TopLinkException
Deprecated. 
Description copied from class: XMLLoader
INTERNAL: This method instantiates the parser and builds the document. The entity resolver is here to retrieve the schema from our classpath for the parser
Overrides:
retreiveDOM in class XMLLoader
Throws:
TopLinkException

Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.