Package org.opensaml.xacml.ctx.impl
Class ResultTypeUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.xacml.impl.AbstractXACMLObjectUnmarshaller
-
- org.opensaml.xacml.ctx.impl.ResultTypeUnmarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
public class ResultTypeUnmarshaller extends AbstractXACMLObjectUnmarshaller
Unmarshaller forResultTypeobjects.
-
-
Constructor Summary
Constructors Constructor Description ResultTypeUnmarshaller()Constructor.
-
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 parentObject, org.opensaml.core.xml.XMLObject childObject)-
Methods inherited from class org.opensaml.xacml.impl.AbstractXACMLObjectUnmarshaller
processElementContent
-
-
-
-
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 parentObject, org.opensaml.core.xml.XMLObject childObject) throws org.opensaml.core.xml.io.UnmarshallingException- Overrides:
processChildElementin classAbstractXACMLObjectUnmarshaller- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
-