Module org.glassfish.jaxb.runtime
Interface Receiver
-
- All Known Implementing Classes:
Accessor,Accessor.FieldReflection,Accessor.GetterOnlyReflection,Accessor.GetterSetterReflection,Accessor.ReadOnlyFieldReflection,Accessor.SetterOnlyReflection,NullSafeAccessor
public interface ReceiverReceives an object by a childLoader.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceive(UnmarshallingContext.State state, Object o)Called when the child loader is deactivated.
-
-
-
Method Detail
-
receive
void receive(UnmarshallingContext.State state, Object o) throws SAXException
Called when the child loader is deactivated.- Parameters:
state- points to the parent's current state.o- object that was loaded. may be null.- Throws:
SAXException
-
-