public interface Receiver
Loader
.Modifier and Type | Method and 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 © 2017 JBoss by Red Hat. All rights reserved.