Module org.eclipse.persistence.dbws
Class XRServiceFactory.OXMMetadataSource
java.lang.Object
org.eclipse.persistence.internal.xr.XRServiceFactory.OXMMetadataSource
- All Implemented Interfaces:
MetadataSource
- Enclosing class:
XRServiceFactory
public static final class XRServiceFactory.OXMMetadataSource
extends Object
implements MetadataSource
INTERNAL: Implementation of MetadataSource to allow passing XmlBindings to the DynamicJAXBContextFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetXmlBindings
(Map<String, ?> properties, ClassLoader classLoader)
-
Constructor Details
-
OXMMetadataSource
-
-
Method Details
-
getXmlBindings
- Specified by:
getXmlBindings
in interfaceMetadataSource
- Parameters:
properties
- - The properties passed in to create the JAXBContextclassLoader
- - The ClassLoader passed in to create the JAXBContext- Returns:
- the XmlBindings object representing the metadata
-