Class XRSessionConfigLoader

java.lang.Object
org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
org.eclipse.persistence.internal.xr.XRSessionConfigLoader

public class XRSessionConfigLoader extends XMLSessionConfigLoader
  • Constructor Details

    • XRSessionConfigLoader

      public XRSessionConfigLoader(String resourceName)
  • Method Details

    • load

      public boolean load(SessionManager sessionManager, ClassLoader loader)
      Description copied from class: XMLSessionConfigLoader
      INTERNAL: This method instantiates the parser and builds the document based on the schema. If the document is loaded without errors, then the configs are converted to sessions and stored on the session manager and true is returned to indicate success.
      Overrides:
      load in class XMLSessionConfigLoader