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 anInputSource
and returns the handler of the root element.
-
Method Details
-
unmarshal
Unmarshals anInputSource
and returns the handler of the root element.- Parameters:
doc
- TheInputSource
to unmarshal.- Returns:
- the handler of the root element.
- Throws:
UnmarshalException
- in case of error.
-