Class UnmarshallerImpl

java.lang.Object
javax.xml.bind.helpers.AbstractUnmarshallerImpl
com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
All Implemented Interfaces:
Closeable, AutoCloseable, Unmarshaller, ValidationEventHandler

public final class UnmarshallerImpl extends AbstractUnmarshallerImpl implements ValidationEventHandler, Closeable
Default Unmarshaller implementation.

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

Author:
Kohsuke KAWAGUCHI