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

Interface Receiver

public interface Receiver

Receives an object by a child Loader.
Method Summary
voidreceive(UnmarshallingContext.State state, Object o)
Called when the child loader is deactivated.

Method Detail

receive

public void receive(UnmarshallingContext.State state, Object o)
Called when the child loader is deactivated.

Parameters: state points to the parent's current state. o object that was loaded. may be null.