Class UnmarshallerImpl
java.lang.Object
ch.tocco.nice2.optional.lms.impl.importer.manifest.unmarshal.UnmarshallerImpl
- All Implemented Interfaces:
Unmarshaller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionunmarshal(InputSource doc) Unmarshals anInputSourceand returns the handler of the root element.
-
Constructor Details
-
UnmarshallerImpl
public UnmarshallerImpl()
-
-
Method Details
-
unmarshal
Description copied from interface:UnmarshallerUnmarshals anInputSourceand returns the handler of the root element.- Specified by:
unmarshalin interfaceUnmarshaller- Parameters:
doc- TheInputSourceto unmarshal.- Returns:
- the handler of the root element.
- Throws:
UnmarshalException- in case of error.
-