Uses of Interface
com.sun.xml.bind.v2.runtime.unmarshaller.Receiver

Packages that use Receiver
com.sun.xml.bind.v2.runtime.property   
com.sun.xml.bind.v2.runtime.reflect Abstraction around accessing data of actual objects. 
com.sun.xml.bind.v2.runtime.reflect.opt Hosts optimized Accessor, TransducedAccessor, and Transducer
com.sun.xml.bind.v2.runtime.unmarshaller   
 

Uses of Receiver in com.sun.xml.bind.v2.runtime.property
 

Classes in com.sun.xml.bind.v2.runtime.property that implement Receiver
protected  class ArrayERProperty.ReceiverImpl
          Receiver that puts the child object into the Scope object.
 

Uses of Receiver in com.sun.xml.bind.v2.runtime.reflect
 

Classes in com.sun.xml.bind.v2.runtime.reflect that implement Receiver
 class Accessor<BeanT,ValueT>
          Accesses a particular property of a bean.
static class Accessor.FieldReflection<BeanT,ValueT>
          Accessor that uses Java reflection to access a field.
static class Accessor.GetterOnlyReflection<BeanT,ValueT>
          A version of Accessor.GetterSetterReflection thaat doesn't have any setter.
static class Accessor.GetterSetterReflection<BeanT,ValueT>
          Accessor that uses Java reflection to access a getter and a setter.
static class Accessor.ReadOnlyFieldReflection<BeanT,ValueT>
          Read-only access to Field.
static class Accessor.SetterOnlyReflection<BeanT,ValueT>
          A version of Accessor.GetterSetterReflection thaat doesn't have any getter.
(package private)  class AdaptedAccessor<BeanT,InMemValueT,OnWireValueT>
          Accessor that adapts the value by using Adapter.
 class NullSafeAccessor<B,V,P>
          Accessor wrapper that replaces a null with an empty collection.
 

Uses of Receiver in com.sun.xml.bind.v2.runtime.reflect.opt
 

Classes in com.sun.xml.bind.v2.runtime.reflect.opt that implement Receiver
 class FieldAccessor_Byte
          Template Accessor for byte fields.
 class FieldAccessor_Ref
          Template Accessor for reference type fields.
 class MethodAccessor_Byte
          Template Accessor for boolean getter/setter.
 class MethodAccessor_Ref
          Template Accessor for reference types getter/setter.
 

Uses of Receiver in com.sun.xml.bind.v2.runtime.unmarshaller
 

Fields in com.sun.xml.bind.v2.runtime.unmarshaller declared as Receiver
 Receiver ChildLoader.receiver
           
 Receiver UnmarshallingContext.State.receiver
          Once UnmarshallingContext.State.loader is completed, this receiver receives the result.
 

Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type Receiver
ChildLoader(Loader loader, Receiver receiver)