Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.tools.sessionconfiguration
Class XMLLoader

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

Direct Known Subclasses:
WASXMLLoader

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()
PUBLIC: This constructor is used when the file resource named 'sessions.xml' will be parsed for configuration.
XMLLoader(java.lang.String resourceName)
PUBLIC: This constructor is used when passing in the resource name of the configuration file that should be parsed

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

Constructor Detail

XMLLoader

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

XMLLoader

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

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.