Interface Unmarshaller
- All Known Implementing Classes:
UnmarshallerImpl
public interface Unmarshaller
The class
Unmarshaller provides functionality to unmarshal an
InputSource.-
Method Summary
Modifier and TypeMethodDescriptionunmarshal(InputSource doc) Unmarshals anInputSourceand returns the handler of the root element.
-
Method Details
-
unmarshal
Unmarshals anInputSourceand returns the handler of the root element.- Parameters:
doc- TheInputSourceto unmarshal.- Returns:
- the handler of the root element.
- Throws:
UnmarshalException- in case of error.
-