com.sun.xml.bind.v2.runtime.property
Class ArrayERProperty.ReceiverImpl

java.lang.Object
  extended by com.sun.xml.bind.v2.runtime.property.ArrayERProperty.ReceiverImpl
All Implemented Interfaces:
Receiver
Enclosing class:
ArrayERProperty<BeanT,ListT,ItemT>

protected final class ArrayERProperty.ReceiverImpl
extends Object
implements Receiver

Receiver that puts the child object into the Scope object.


Constructor Summary
protected ArrayERProperty.ReceiverImpl(int offset)
           
 
Method Summary
 void receive(UnmarshallingContext.State state, Object o)
          Called when the child loader is deactivated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayERProperty.ReceiverImpl

protected ArrayERProperty.ReceiverImpl(int offset)
Method Detail

receive

public void receive(UnmarshallingContext.State state,
                    Object o)
             throws SAXException
Description copied from interface: Receiver
Called when the child loader is deactivated.

Specified by:
receive in interface Receiver
Parameters:
state - points to the parent's current state.
o - object that was loaded. may be null.
Throws:
SAXException