Interface UnmarshallerHandler

All Superinterfaces:
ContentHandler
All Known Implementing Classes:
XMLUnmarshallerHandler

public interface UnmarshallerHandler extends ContentHandler
Class used to unmarshal SAX events to objects.
  • Method Details

    • getResult

      Object getResult()
      Returns the object that was unmarshalled from the SAX events.
      Returns:
      the resulting object