Accessor
, Accessor.FieldReflection
, Accessor.GetterOnlyReflection
, Accessor.GetterSetterReflection
, Accessor.ReadOnlyFieldReflection
, Accessor.SetterOnlyReflection
, FieldAccessor_Boolean
, FieldAccessor_Byte
, FieldAccessor_Character
, FieldAccessor_Double
, FieldAccessor_Float
, FieldAccessor_Integer
, FieldAccessor_Long
, FieldAccessor_Ref
, FieldAccessor_Short
, MethodAccessor_Boolean
, MethodAccessor_Byte
, MethodAccessor_Character
, MethodAccessor_Double
, MethodAccessor_Float
, MethodAccessor_Integer
, MethodAccessor_Long
, MethodAccessor_Ref
, MethodAccessor_Short
, NullSafeAccessor
public interface Receiver
Loader
.Modifier and Type | Method | Description |
---|---|---|
void |
receive(UnmarshallingContext.State state,
Object o) |
Called when the child loader is deactivated.
|
void receive(UnmarshallingContext.State state, Object o) throws SAXException
state
- points to the parent's current state.o
- object that was loaded. may be null.SAXException
Copyright © 2018 Oracle Corporation. All rights reserved.