Class ScopeUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
se.swedenconnect.opensaml.saml2.metadata.scope.impl.ScopeUnmarshaller
- All Implemented Interfaces:
Unmarshaller
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected void
processAttribute
(XMLObject xmlObject, Attr attribute) protected void
processElementContent
(XMLObject xmlObject, String elementContent) Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processChildElement, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
ScopeUnmarshaller
public ScopeUnmarshaller()
-
-
Method Details
-
processAttribute
protected void processAttribute(@Nonnull XMLObject xmlObject, @Nonnull Attr attribute) throws UnmarshallingException - Overrides:
processAttribute
in classAbstractXMLObjectUnmarshaller
- Throws:
UnmarshallingException
-
processElementContent
- Overrides:
processElementContent
in classAbstractXMLObjectUnmarshaller
-