@ThreadSafe public abstract class AbstractSAMLObjectUnmarshaller extends org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
AbstractSAMLObject
.Constructor and Description |
---|
AbstractSAMLObjectUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
protected SAMLVersion |
parseSAMLVersion(Attr attribute)
Parse
SAMLVersion instance from the specified DOM attribute. |
buildXMLObject, checkIDAttribute, processAttribute, processChildElement, processElementContent, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
@Nonnull protected SAMLVersion parseSAMLVersion(@Nonnull Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException
SAMLVersion
instance from the specified DOM attribute.attribute
- the DOM attribute to processorg.opensaml.core.xml.io.UnmarshallingException
- if a SAMLVersion instance could not be successfully parsedCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.