Class BinderImpl<XmlNode>

java.lang.Object
javax.xml.bind.Binder<XmlNode>
com.sun.xml.bind.v2.runtime.BinderImpl<XmlNode>

public class BinderImpl<XmlNode> extends Binder<XmlNode>
Implementation of Binder. TODO: investigate how much in-place unmarshalling is implemented - some preliminary work is there. Probably buggy. TODO: work on the marshaller side.
Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)