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