public class NonValidatingUnmarshaler extends DataBindingSupport
context| Constructor and Description |
|---|
NonValidatingUnmarshaler(JAXBContext context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
unmarshal(InputStream xml) |
Object |
unmarshal(Reader reader) |
Object |
unmarshal(Source source) |
Object |
unmarshal(String xml) |
marshal, marshal, marshalpublic NonValidatingUnmarshaler(JAXBContext context) throws JAXBException, SAXException
JAXBExceptionSAXExceptionpublic Object unmarshal(String xml) throws JAXBException, UnmarshalException
unmarshal in class DataBindingSupportJAXBExceptionUnmarshalExceptionpublic Object unmarshal(InputStream xml) throws JAXBException, UnmarshalException
unmarshal in class DataBindingSupportJAXBExceptionUnmarshalExceptionpublic Object unmarshal(Reader reader) throws JAXBException, UnmarshalException
unmarshal in class DataBindingSupportJAXBExceptionUnmarshalExceptionpublic Object unmarshal(Source source) throws JAXBException, UnmarshalException
unmarshal in class DataBindingSupportJAXBExceptionUnmarshalExceptionCopyright © 2019. All rights reserved.