public class XMLSessionConfigWriter
extends java.lang.Object
| Constructor and Description |
|---|
XMLSessionConfigWriter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
write(SessionConfigs toplinkSessions,
java.lang.String fileName)
Given the file name (including path), and a SessionConfigs,
this writes out the session XML file.
|
static void |
write(SessionConfigs toplinkSessions,
java.io.Writer writer)
Given the writer, and a SessionConfigs,
this writes out the session XML file.
|
public static void write(SessionConfigs toplinkSessions, java.lang.String fileName)
fileName - file to write to (including path)eclipseLinkSessions - the SessionConfigs instance to writepublic static void write(SessionConfigs toplinkSessions, java.io.Writer writer)
writer - writer to writer toeclipseLinkSessions - the SessionConfigs instance to writeEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference