org.jcoderz.phoenix.findbugs.message.jaxb.impl.runtime
Class UnmarshallerImpl
java.lang.Object
javax.xml.bind.helpers.AbstractUnmarshallerImpl
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
| 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 |
UnmarshallerImpl
public UnmarshallerImpl(DefaultJAXBContextImpl context,
GrammarInfo gi)
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.