org.jcoderz.phoenix.findbugs.message.jaxb.impl.runtime
Class UnmarshallerImpl

java.lang.Object
  extended by javax.xml.bind.helpers.AbstractUnmarshallerImpl
      extended by org.jcoderz.phoenix.findbugs.message.jaxb.impl.runtime.UnmarshallerImpl
All Implemented Interfaces:
Unmarshaller

public class UnmarshallerImpl
extends AbstractUnmarshallerImpl

Default Unmarshall implementation.

This class can be extended by the generated code to provide type-safe unmarshall methods.

Author:
Kohsuke KAWAGUCHI

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.xml.bind.Unmarshaller
Unmarshaller.Listener
 
Field Summary
 
Fields inherited from class javax.xml.bind.helpers.AbstractUnmarshallerImpl
validating
 
Constructor Summary
UnmarshallerImpl(DefaultJAXBContextImpl context, GrammarInfo gi)
           
 
Method Summary
 UnmarshallerHandler getUnmarshallerHandler()
           
 void setValidating(boolean validating)
           
 Object unmarshal(Node node)
           
protected  Object unmarshal(XMLReader reader, InputSource source)
           
 
Methods inherited from class javax.xml.bind.helpers.AbstractUnmarshallerImpl
createUnmarshalException, getAdapter, getAttachmentUnmarshaller, getEventHandler, getListener, getProperty, getSchema, getXMLReader, isValidating, setAdapter, setAdapter, setAttachmentUnmarshaller, setEventHandler, setListener, setProperty, setSchema, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnmarshallerImpl

public UnmarshallerImpl(DefaultJAXBContextImpl context,
                        GrammarInfo gi)
Method Detail

setValidating

public void setValidating(boolean validating)
                   throws JAXBException
Specified by:
setValidating in interface Unmarshaller
Overrides:
setValidating in class AbstractUnmarshallerImpl
Throws:
JAXBException

getUnmarshallerHandler

public UnmarshallerHandler getUnmarshallerHandler()

unmarshal

protected Object unmarshal(XMLReader reader,
                           InputSource source)
                    throws JAXBException
Specified by:
unmarshal in class AbstractUnmarshallerImpl
Throws:
JAXBException

unmarshal

public final Object unmarshal(Node node)
                       throws JAXBException
Throws:
JAXBException


Copyright 2007 The jCoderZ Project.