com.sun.xml.bind.v2.runtime.unmarshaller
Class ChildLoader

java.lang.Object
  extended by com.sun.xml.bind.v2.runtime.unmarshaller.ChildLoader

public final class ChildLoader
extends Object

Pair of Loader and Receiver. Used by StructureLoader.


Field Summary
 Loader loader
           
 Receiver receiver
           
 
Constructor Summary
ChildLoader(Loader loader, Receiver receiver)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loader

public final Loader loader

receiver

public final Receiver receiver
Constructor Detail

ChildLoader

public ChildLoader(Loader loader,
                   Receiver receiver)