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