Class ScopeUnmarshaller

java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
se.swedenconnect.opensaml.saml2.metadata.scope.impl.ScopeUnmarshaller
All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller

public class ScopeUnmarshaller extends org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Unmarshaller for the Scope element.
Author:
Martin Lindström (martin@idsec.se)
  • 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
    processAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute)
    protected void
    processElementContent(org.opensaml.core.xml.XMLObject xmlObject, String elementContent)

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

    buildXMLObject, checkIDAttribute, 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

    • ScopeUnmarshaller

      public ScopeUnmarshaller()
  • Method Details

    • processAttribute

      protected void processAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException
      Overrides:
      processAttribute in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
      Throws:
      org.opensaml.core.xml.io.UnmarshallingException
    • processElementContent

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