Class NodeCountryUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
-
- se.litsec.eidas.opensaml.ext.impl.NodeCountryUnmarshaller
-
- All Implemented Interfaces:
Unmarshaller
public class NodeCountryUnmarshaller extends AbstractSAMLObjectUnmarshaller
A thread-safe Unmarshaller forNodeCountry
objects.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
-
-
Constructor Summary
Constructors Constructor Description NodeCountryUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
processElementContent(XMLObject samlObject, String elementContent)
-
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
parseSAMLVersion
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processAttribute, processChildElement, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
-
-
-
Method Detail
-
processElementContent
protected void processElementContent(XMLObject samlObject, String elementContent)
- Overrides:
processElementContent
in classAbstractXMLObjectUnmarshaller
-
-