Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.tools.sessionconfiguration
Class XMLLoader

java.lang.Object
  extended by oracle.toplink.tools.sessionconfiguration.XMLLoader

Deprecated. As of version 10.1.3. Replaced by XMLSessionConfigLoader

public class XMLLoader
extends java.lang.Object

Purpose: Provide a mechanism for loading configuration XML files, as classpath resources, and processing them. Processing is done reflectivly based on the name of the XML Tag

Since:
TopLink 4.0

Constructor Summary
XMLLoader()
          Deprecated. This constructor is used when the file resource named 'sessions.xml' will be parsed for configuration.
XMLLoader(java.lang.String resourceName)
          Deprecated. This constructor is used when passing in the resource name of the configuration file that should be parsed
 
Method Summary
 void load(SessionManager sessionManager, java.lang.ClassLoader loader, boolean shouldLoginSession, boolean shouldRefreshSession)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLLoader

public XMLLoader()
Deprecated. 
This constructor is used when the file resource named 'sessions.xml' will be parsed for configuration.


XMLLoader

public XMLLoader(java.lang.String resourceName)
Deprecated. 
This constructor is used when passing in the resource name of the configuration file that should be parsed

Method Detail

load

public void load(SessionManager sessionManager,
                 java.lang.ClassLoader loader,
                 boolean shouldLoginSession,
                 boolean shouldRefreshSession)
          throws TopLinkException
Deprecated. 
Throws:
TopLinkException

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