oracle.toplink.tools.sessionconfiguration
Class WASXMLLoader

java.lang.Object
  |
  +--oracle.toplink.tools.sessionconfiguration.XMLLoader
        |
        +--oracle.toplink.tools.sessionconfiguration.WASXMLLoader

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

Inner classes inherited from class oracle.toplink.tools.sessionconfiguration.XMLLoader
XMLLoader.ObjectHolder, XMLLoader.TopLinkEntityResolver
 
Constructor Summary
WASXMLLoader()
           
WASXMLLoader(java.lang.String fileName)
           
 
Method Summary
TypeMethod
 
Methods inherited from class oracle.toplink.tools.sessionconfiguration.XMLLoader
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WASXMLLoader

public WASXMLLoader()

WASXMLLoader

public WASXMLLoader(java.lang.String fileName)
Method Detail

retreiveDOM

public org.w3c.dom.Document retreiveDOM(java.lang.ClassLoader loader)
                                 throws java.lang.Exception
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