net.sf.jaxme.impl
Class JMUnmarshallerImpl

java.lang.Object
  extended bynet.sf.jaxme.impl.JMControllerImpl
      extended bynet.sf.jaxme.impl.JMUnmarshallerImpl
All Implemented Interfaces:
JMUnmarshaller, Unmarshaller

public class JMUnmarshallerImpl
extends JMControllerImpl
implements JMUnmarshaller

Version:
$Id: JMUnmarshallerImpl.java,v 1.2 2003/09/13 20:33:23 joe Exp $
Author:
Jochen Wiedmann

Field Summary
 
Fields inherited from class net.sf.jaxme.impl.JMControllerImpl
eventHandler, JAXME_DATATYPE_CONVERTER, JAXME_PRIVATE
 
Constructor Summary
JMUnmarshallerImpl()
           
 
Method Summary
 UnmarshallerHandler getUnmarshallerHandler()
           
 boolean isValidating()
           
 void setValidating(boolean pValidating)
           
 java.lang.Object unmarshal(java.io.File pFile)
           
 java.lang.Object unmarshal(InputSource pSource)
           
 java.lang.Object unmarshal(java.io.InputStream pStream)
           
 java.lang.Object unmarshal(Node pNode)
           
 java.lang.Object unmarshal(java.io.Reader pReader)
           
 java.lang.Object unmarshal(Source pSource)
           
 java.lang.Object unmarshal(java.net.URL pURL)
           
 
Methods inherited from class net.sf.jaxme.impl.JMControllerImpl
getDatatypeConverter, getEventHandler, getJAXBContextImpl, getProperty, setDatatypeConverter, setEventHandler, setJAXBContextImpl, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jaxme.JMUnmarshaller
getDatatypeConverter, getJAXBContextImpl, setJAXBContextImpl
 
Methods inherited from interface javax.xml.bind.Unmarshaller
getEventHandler, getProperty, setEventHandler, setProperty
 

Constructor Detail

JMUnmarshallerImpl

public JMUnmarshallerImpl()
Method Detail

isValidating

public boolean isValidating()
Specified by:
isValidating in interface Unmarshaller

setValidating

public void setValidating(boolean pValidating)
Specified by:
setValidating in interface Unmarshaller

unmarshal

public java.lang.Object unmarshal(java.net.URL pURL)
                           throws JAXBException
Specified by:
unmarshal in interface Unmarshaller
Throws:
JAXBException

unmarshal

public java.lang.Object unmarshal(java.io.File pFile)
                           throws JAXBException
Specified by:
unmarshal in interface Unmarshaller
Throws:
JAXBException

unmarshal

public java.lang.Object unmarshal(java.io.InputStream pStream)
                           throws JAXBException
Specified by:
unmarshal in interface Unmarshaller
Throws:
JAXBException

unmarshal

public java.lang.Object unmarshal(java.io.Reader pReader)
                           throws JAXBException
Throws:
JAXBException

unmarshal

public java.lang.Object unmarshal(InputSource pSource)
                           throws JAXBException
Specified by:
unmarshal in interface Unmarshaller
Throws:
JAXBException

unmarshal

public java.lang.Object unmarshal(Node pNode)
                           throws JAXBException
Specified by:
unmarshal in interface Unmarshaller
Throws:
JAXBException

unmarshal

public java.lang.Object unmarshal(Source pSource)
                           throws JAXBException
Specified by:
unmarshal in interface Unmarshaller
Throws:
JAXBException

getUnmarshallerHandler

public UnmarshallerHandler getUnmarshallerHandler()
Specified by:
getUnmarshallerHandler in interface Unmarshaller