Methods exposed by the unmarshalling coordinator object to the generated code. This interface will be implemented by the coordinator, which converts whatever events (e.g., SAX) into unmarshalling events.
Errors detected by the AbstractUnmarshallingEventHandlerImpl-derived classes should be either thrown as {@link UnrepotedException} or reported throughthe handleEvent method of this interface.
@author Kohsuke KAWAGUCHI
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.