Package org.opensaml.xacml.policy.impl
Class AttributeValueTypeUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.xacml.impl.AbstractXACMLObjectUnmarshaller
-
- org.opensaml.xacml.policy.impl.AttributeValueTypeUnmarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
- Direct Known Subclasses:
AttributeAssignmentTypeUnmarshaller
public class AttributeValueTypeUnmarshaller extends AbstractXACMLObjectUnmarshaller
Unmarshaller forAttributeValueType.
-
-
Constructor Summary
Constructors Constructor Description AttributeValueTypeUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute)protected voidprocessChildElement(org.opensaml.core.xml.XMLObject parentXMLObject, org.opensaml.core.xml.XMLObject childXMLObject)protected voidprocessElementContent(org.opensaml.core.xml.XMLObject xmlObject, String elementContent)
-
-
-
Method Detail
-
processAttribute
protected void processAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException- Overrides:
processAttributein classAbstractXACMLObjectUnmarshaller- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
processChildElement
protected void processChildElement(org.opensaml.core.xml.XMLObject parentXMLObject, org.opensaml.core.xml.XMLObject childXMLObject) throws org.opensaml.core.xml.io.UnmarshallingException- Overrides:
processChildElementin classAbstractXACMLObjectUnmarshaller- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
processElementContent
protected void processElementContent(org.opensaml.core.xml.XMLObject xmlObject, String elementContent)- Overrides:
processElementContentin classAbstractXACMLObjectUnmarshaller
-
-