Module org.eclipse.persistence.dbws
Class XRSessionConfigLoader
java.lang.Object
org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
org.eclipse.persistence.internal.xr.XRSessionConfigLoader
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler
-
Field Summary
Fields inherited from class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
classLoader, DEFAULT_RESOURCE_NAME, DEFAULT_RESOURCE_NAME_IN_META_INF, ECLIPSELINK_SESSIONS_SCHEMA, entityResolver, exceptionStore, project, resourceName, resourcePath, sessionName, shouldCheckClassLoader, shouldLogin, shouldRefresh
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
load
(SessionManager sessionManager, ClassLoader loader) INTERNAL: This method instantiates the parser and builds the document based on the schema.Methods inherited from class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
getClassLoader, getExceptionStore, getProject, getResourceName, getResourcePath, getSessionName, loadConfigsForMappingWorkbench, loadConfigsForMappingWorkbench, loadDocument, loadDocument, setClassLoader, setResourceName, setSessionName, setShouldCheckClassLoader, setShouldLogin, setShouldRefresh, shouldCheckClassLoader, shouldLogin, shouldRefresh
-
Constructor Details
-
XRSessionConfigLoader
-
-
Method Details
-
load
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 classXMLSessionConfigLoader
-