public class DefaultJAXBContextCache extends java.lang.Object implements JAXBContextCache
| Constructor and Description |
|---|
DefaultJAXBContextCache() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBContext |
resolveContext(java.lang.Class jaxbClass)
Gets a JAXB context object for the given JAXB class.
|
javax.xml.validation.Schema |
resolveSchema(java.net.URL url)
Gets a XML Schema object for the given URL.
|
public javax.xml.bind.JAXBContext resolveContext(java.lang.Class jaxbClass)
throws javax.xml.bind.JAXBException
JAXBContextCacheresolveContext in interface JAXBContextCachejavax.xml.bind.JAXBExceptionpublic javax.xml.validation.Schema resolveSchema(java.net.URL url)
throws org.xml.sax.SAXException,
java.io.IOException
JAXBContextCacheresolveSchema in interface JAXBContextCacheorg.xml.sax.SAXExceptionjava.io.IOExceptionCopyright © 2018 SAP SE. All Rights Reserved.