Class LocalisableStringBasedMdsAttributeValueUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
-
- uk.gov.ida.saml.core.extensions.impl.BaseMdsSamlObjectUnmarshaller
-
- uk.gov.ida.saml.core.extensions.impl.StringBasedMdsAttributeValueUnmarshaller
-
- uk.gov.ida.saml.core.extensions.impl.LocalisableStringBasedMdsAttributeValueUnmarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
public class LocalisableStringBasedMdsAttributeValueUnmarshaller extends StringBasedMdsAttributeValueUnmarshaller
-
-
Constructor Summary
Constructors Constructor Description LocalisableStringBasedMdsAttributeValueUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessAttribute(org.opensaml.core.xml.XMLObject samlObject, org.w3c.dom.Attr attribute)-
Methods inherited from class uk.gov.ida.saml.core.extensions.impl.StringBasedMdsAttributeValueUnmarshaller
processElementContent
-
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
parseSAMLVersion
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processChildElement, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
-
-
-
Method Detail
-
processAttribute
protected void processAttribute(org.opensaml.core.xml.XMLObject samlObject, org.w3c.dom.Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException- Overrides:
processAttributein classBaseMdsSamlObjectUnmarshaller- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
-