Package org.opensaml.xacml.ctx.impl
Class StatusMessageTypeUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.xacml.impl.AbstractXACMLObjectUnmarshaller
-
- org.opensaml.xacml.ctx.impl.StatusMessageTypeUnmarshaller
-
- All Implemented Interfaces:
Unmarshaller
public class StatusMessageTypeUnmarshaller extends AbstractXACMLObjectUnmarshaller
Unmarshaller forStatusMessageType.
-
-
Constructor Summary
Constructors Constructor Description StatusMessageTypeUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessElementContent(XMLObject xmlObject, String content)-
Methods inherited from class org.opensaml.xacml.impl.AbstractXACMLObjectUnmarshaller
processAttribute, processChildElement
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
-
-
-
Method Detail
-
processElementContent
protected void processElementContent(XMLObject xmlObject, String content)
- Overrides:
processElementContentin classAbstractXACMLObjectUnmarshaller
-
-