Interface MetadataSource
- All Known Implementing Classes:
CollectionWrapperMetadataSource,DynamicXMLMetadataSource,DynamicXmlV2MetadataSource,ErrorResponseMetadataSource,ItemLinksMetadataSource,JavaLangMetadataSource,JavaMathMetadataSource,JavaUtilMetadataSource,LinkMetadataSource,LinkV2MetadataSource,MetadataSourceAdapter,ReadAllQueryResultCollectionMetadataSource,ReportQueryResultCollectionMetadataSource,ReportQueryResultListItemMetadataSource,ReportQueryResultListMetadataSource,SimpleHomogeneousListMetadataSource,SingleResultQueryListMetadataSource,SingleResultQueryResultMetadataSource,XMLMetadataSource
public interface MetadataSource
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetXmlBindings(Map<String, ?> properties, ClassLoader classLoader)
-
Method Details
-
getXmlBindings
- 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
-