public interface Unmarshaller
XMLObject
.Modifier and Type | Method and Description |
---|---|
XMLObject |
unmarshall(Element element)
Unmarshalls the given W3C DOM element into a XMLObject.
|
@Nonnull XMLObject unmarshall(@Nonnull Element element) throws UnmarshallingException
element
- the DOM ElementUnmarshallingException
- thrown if an error occurs unmarshalling the DOM element into the XMLObjectCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.