Interface UnmarshallerHandler
-
- All Superinterfaces:
org.xml.sax.ContentHandler
- All Known Implementing Classes:
XMLUnmarshallerHandler
public interface UnmarshallerHandler extends org.xml.sax.ContentHandlerClass used to unmarshal SAX events to objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetResult()Returns the object that was unmarshalled from the SAX events.
-