Class UserMessageUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
se.swedenconnect.opensaml.sweid.saml2.authn.umsg.impl.UserMessageUnmarshaller
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
public class UserMessageUnmarshaller
extends org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
Unmarshaller for
UserMessage
.- Author:
- Martin Lindström
-
Field Summary
Fields inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
CONFIG_PROPERTY_XML_STRICT_MODE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
processAttribute
(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute) protected void
processChildElement
(org.opensaml.core.xml.XMLObject parentXMLObject, org.opensaml.core.xml.XMLObject childXMLObject) Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
parseSAMLVersion
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processElementContent, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
UserMessageUnmarshaller
public UserMessageUnmarshaller()
-
-
Method Details
-
processChildElement
protected void processChildElement(@Nonnull org.opensaml.core.xml.XMLObject parentXMLObject, @Nonnull org.opensaml.core.xml.XMLObject childXMLObject) throws org.opensaml.core.xml.io.UnmarshallingException - Overrides:
processChildElement
in classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
processAttribute
protected void processAttribute(@Nonnull org.opensaml.core.xml.XMLObject xmlObject, @Nonnull Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException - Overrides:
processAttribute
in classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-