Module org.eclipse.persistence.moxy
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,- XRServiceFactory.OXMMetadataSource
public interface MetadataSource
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptiongetXmlBindings(Map<String, ?> properties, ClassLoader classLoader) 
- 
Method Details- 
getXmlBindings- Parameters:
- properties- - The properties passed in to create the JAXBContext
- classLoader- - The ClassLoader passed in to create the JAXBContext
- Returns:
- the XmlBindings object representing the metadata
 
 
-