Package org.opensaml.saml.common
Class AbstractSAMLObjectUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
-
- All Implemented Interfaces:
Unmarshaller
@ThreadSafe public abstract class AbstractSAMLObjectUnmarshaller extends AbstractXMLObjectUnmarshaller
A thread safe abstract unmarshaller. This abstract unmarshaller only works withSAMLObject.
-
-
Constructor Summary
Constructors Constructor Description AbstractSAMLObjectUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SAMLVersionparseSAMLVersion(Attr attribute)ParseSAMLVersioninstance from the specified DOM attribute.-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processAttribute, processChildElement, processElementContent, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
-
-
-
Method Detail
-
parseSAMLVersion
@Nonnull protected SAMLVersion parseSAMLVersion(@Nonnull Attr attribute) throws UnmarshallingException
ParseSAMLVersioninstance from the specified DOM attribute.- Parameters:
attribute- the DOM attribute to process- Returns:
- the parsed SAMLVersion instance
- Throws:
UnmarshallingException- if a SAMLVersion instance could not be successfully parsed
-
-