Class AttributeUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
-
- org.opensaml.saml.saml1.core.impl.AttributeDesignatorUnmarshaller
-
- org.opensaml.saml.saml1.core.impl.AttributeUnmarshaller
-
- All Implemented Interfaces:
Unmarshaller
public class AttributeUnmarshaller extends AttributeDesignatorUnmarshaller
A thread-safe Unmarshaller forAttributeImplobjects.
-
-
Constructor Summary
Constructors Constructor Description AttributeUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject)-
Methods inherited from class org.opensaml.saml.saml1.core.impl.AttributeDesignatorUnmarshaller
processAttribute
-
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 parentSAMLObject, XMLObject childSAMLObject) throws UnmarshallingException
- Overrides:
processChildElementin classAbstractXMLObjectUnmarshaller- Throws:
UnmarshallingException
-
-