Interface MetadataSource
-
- All Known Implementing Classes:
MetadataSourceAdapter,XMLMetadataSource
public interface MetadataSource- See Also:
MetadataSourceAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlBindingsgetXmlBindings(Map<String,?> properties, ClassLoader classLoader)
-
-
-
Method Detail
-
getXmlBindings
XmlBindings getXmlBindings(Map<String,?> properties, ClassLoader classLoader)
- 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
-
-