Class NodeCountryUnmarshaller

java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
se.swedenconnect.opensaml.eidas.ext.impl.NodeCountryUnmarshaller
All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller

public class NodeCountryUnmarshaller extends org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
A thread-safe Unmarshaller for NodeCountry objects.
Author:
Martin Lindström
  • Field Summary

    Fields inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller

    CONFIG_PROPERTY_XML_STRICT_MODE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    processElementContent(org.opensaml.core.xml.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NodeCountryUnmarshaller

      public NodeCountryUnmarshaller()
  • Method Details

    • processElementContent

      protected void processElementContent(org.opensaml.core.xml.XMLObject samlObject, String elementContent)
      Overrides:
      processElementContent in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller