Class AttributeUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
-
- org.opensaml.saml.saml2.core.impl.AttributeUnmarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
- Direct Known Subclasses:
RequestedAttributeUnmarshaller
public class AttributeUnmarshaller extends org.opensaml.saml.common.AbstractSAMLObjectUnmarshallerA thread-safe Unmarshaller forAttributeobjects.
-
-
Constructor Summary
Constructors Constructor Description AttributeUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessAttribute(org.opensaml.core.xml.XMLObject samlObject, Attr attribute)protected voidprocessChildElement(org.opensaml.core.xml.XMLObject parentSAMLObject, org.opensaml.core.xml.XMLObject childSAMLObject)-
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(org.opensaml.core.xml.XMLObject parentSAMLObject, org.opensaml.core.xml.XMLObject childSAMLObject) throws org.opensaml.core.xml.io.UnmarshallingException- Overrides:
processChildElementin classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
processAttribute
protected void processAttribute(org.opensaml.core.xml.XMLObject samlObject, Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException- Overrides:
processAttributein classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
-