Class ProxyLoader

java.lang.Object
com.sun.xml.bind.v2.runtime.unmarshaller.Loader
com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
Direct Known Subclasses:
WildcardLoader, XsiNilLoader

public abstract class ProxyLoader extends Loader
Loader that delegates the processing to another Loader at startElement(UnmarshallingContext.State, TagName).
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • ProxyLoader

      public ProxyLoader()
  • Method Details