org.plasma.common.bind
Class NonValidatingUnmarshaler

java.lang.Object
  extended by org.plasma.common.bind.DataBindingSupport
      extended by org.plasma.common.bind.NonValidatingUnmarshaler

public class NonValidatingUnmarshaler
extends DataBindingSupport


Field Summary
 
Fields inherited from class org.plasma.common.bind.DataBindingSupport
context
 
Constructor Summary
NonValidatingUnmarshaler(javax.xml.bind.JAXBContext context)
           
 
Method Summary
 java.lang.Object unmarshal(java.io.InputStream xml)
           
 java.lang.Object unmarshal(java.io.Reader reader)
           
 java.lang.Object unmarshal(javax.xml.transform.Source source)
           
 java.lang.Object unmarshal(java.lang.String xml)
           
 
Methods inherited from class org.plasma.common.bind.DataBindingSupport
marshal, marshal, marshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonValidatingUnmarshaler

public NonValidatingUnmarshaler(javax.xml.bind.JAXBContext context)
                         throws javax.xml.bind.JAXBException,
                                org.xml.sax.SAXException
Throws:
javax.xml.bind.JAXBException
org.xml.sax.SAXException
Method Detail

unmarshal

public java.lang.Object unmarshal(java.lang.String xml)
                           throws javax.xml.bind.JAXBException,
                                  javax.xml.bind.UnmarshalException
Overrides:
unmarshal in class DataBindingSupport
Throws:
javax.xml.bind.JAXBException
javax.xml.bind.UnmarshalException

unmarshal

public java.lang.Object unmarshal(java.io.InputStream xml)
                           throws javax.xml.bind.JAXBException,
                                  javax.xml.bind.UnmarshalException
Overrides:
unmarshal in class DataBindingSupport
Throws:
javax.xml.bind.JAXBException
javax.xml.bind.UnmarshalException

unmarshal

public java.lang.Object unmarshal(java.io.Reader reader)
                           throws javax.xml.bind.JAXBException,
                                  javax.xml.bind.UnmarshalException
Overrides:
unmarshal in class DataBindingSupport
Throws:
javax.xml.bind.JAXBException
javax.xml.bind.UnmarshalException

unmarshal

public java.lang.Object unmarshal(javax.xml.transform.Source source)
                           throws javax.xml.bind.JAXBException,
                                  javax.xml.bind.UnmarshalException
Overrides:
unmarshal in class DataBindingSupport
Throws:
javax.xml.bind.JAXBException
javax.xml.bind.UnmarshalException


Copyright © 2013. All Rights Reserved.