Class MetadataServiceListUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
-
- se.litsec.eidas.opensaml.metadata.impl.MetadataServiceListUnmarshaller
-
- All Implemented Interfaces:
Unmarshaller
public class MetadataServiceListUnmarshaller extends AbstractSAMLObjectUnmarshaller
A thread safe unmarshaller forMetadataServiceList
.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
-
-
Constructor Summary
Constructors Constructor Description MetadataServiceListUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
processAttribute(XMLObject samlObject, Attr attribute)
protected void
processChildElement(XMLObject parentObject, XMLObject childObject)
-
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
-
-
-
-
Method Detail
-
processChildElement
protected void processChildElement(XMLObject parentObject, XMLObject childObject) throws UnmarshallingException
- Overrides:
processChildElement
in classAbstractXMLObjectUnmarshaller
- Throws:
UnmarshallingException
-
processAttribute
protected void processAttribute(XMLObject samlObject, Attr attribute) throws UnmarshallingException
- Overrides:
processAttribute
in classAbstractXMLObjectUnmarshaller
- Throws:
UnmarshallingException
-
-