Class XACMLAuthzDecisionStatementTypeUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
-
- org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeUnmarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
public class XACMLAuthzDecisionStatementTypeUnmarshaller extends org.opensaml.saml.common.AbstractSAMLObjectUnmarshallerA thread-safe Unmarshaller forXACMLAuthzDecisionStatementType.
-
-
Constructor Summary
Constructors Constructor Description XACMLAuthzDecisionStatementTypeUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessChildElement(org.opensaml.core.xml.XMLObject parentObject, org.opensaml.core.xml.XMLObject childObject)-
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(org.opensaml.core.xml.XMLObject parentObject, org.opensaml.core.xml.XMLObject childObject) throws org.opensaml.core.xml.io.UnmarshallingException- Overrides:
processChildElementin classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
-