org.plasma.common.bind
Class NonValidatingUnmarshaler
java.lang.Object
org.plasma.common.bind.DataBindingSupport
org.plasma.common.bind.NonValidatingUnmarshaler
public class NonValidatingUnmarshaler
- extends DataBindingSupport
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonValidatingUnmarshaler
public NonValidatingUnmarshaler(JAXBContext context)
throws JAXBException,
SAXException
- Throws:
JAXBException
SAXException
unmarshal
public Object unmarshal(String xml)
throws JAXBException,
UnmarshalException
- Overrides:
unmarshal in class DataBindingSupport
- Throws:
JAXBException
UnmarshalException
unmarshal
public Object unmarshal(InputStream xml)
throws JAXBException,
UnmarshalException
- Overrides:
unmarshal in class DataBindingSupport
- Throws:
JAXBException
UnmarshalException
unmarshal
public Object unmarshal(Reader reader)
throws JAXBException,
UnmarshalException
- Overrides:
unmarshal in class DataBindingSupport
- Throws:
JAXBException
UnmarshalException
unmarshal
public Object unmarshal(Source source)
throws JAXBException,
UnmarshalException
- Overrides:
unmarshal in class DataBindingSupport
- Throws:
JAXBException
UnmarshalException
Copyright © 2013. All rights reserved.