public class DefaultJAXBContextCache extends Object implements JAXBContextCache
| Constructor and Description |
|---|
DefaultJAXBContextCache() |
| Modifier and Type | Method and Description |
|---|---|
JAXBContext |
resolveContext(Class jaxbClass)
Gets a JAXB context object for the given JAXB class.
|
Schema |
resolveSchema(URL url)
Gets a XML Schema object for the given URL.
|
public JAXBContext resolveContext(Class jaxbClass) throws JAXBException
JAXBContextCacheresolveContext in interface JAXBContextCacheJAXBExceptionpublic Schema resolveSchema(URL url) throws SAXException, IOException
JAXBContextCacheresolveSchema in interface JAXBContextCacheSAXExceptionIOExceptionCopyright © 2017 SAP SE. All Rights Reserved.