com.sun.xml.bind.v2.runtime.property
Class ArrayERProperty.ReceiverImpl
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayERProperty.ReceiverImpl
protected ArrayERProperty.ReceiverImpl(int offset)
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