public class DynamicXmlV2MetadataSource extends Object implements MetadataSource
MetadataSource
used in the creation of dynamic JAXB contexts
for applications in JPARS v2.0.Constructor and Description |
---|
DynamicXmlV2MetadataSource(org.eclipse.persistence.internal.sessions.AbstractSession session,
String packageName)
Creates a new DynamicXmlV2MetadataSource.
|
Modifier and Type | Method and Description |
---|---|
XmlBindings |
getXmlBindings(Map<String,?> properties,
ClassLoader classLoader) |
public DynamicXmlV2MetadataSource(org.eclipse.persistence.internal.sessions.AbstractSession session, String packageName)
session
- the session.packageName
- the package name to process.public XmlBindings getXmlBindings(Map<String,?> properties, ClassLoader classLoader)
getXmlBindings
in interface MetadataSource
properties
- - The properties passed in to create the JAXBContextclassLoader
- - The ClassLoader passed in to create the JAXBContextCopyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.