Class KeywordsUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
-
- org.opensaml.saml.ext.saml2mdui.impl.KeywordsUnmarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
public class KeywordsUnmarshaller extends org.opensaml.saml.common.AbstractSAMLObjectUnmarshallerA thread-safe unmarshaller forKeywordsobjects.
-
-
Constructor Summary
Constructors Constructor Description KeywordsUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessAttribute(org.opensaml.core.xml.XMLObject samlObject, Attr attribute)protected voidprocessElementContent(org.opensaml.core.xml.XMLObject samlObject, String elementContent)-
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
parseSAMLVersion
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processChildElement, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
-
-
-
Method Detail
-
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
-
processElementContent
protected void processElementContent(org.opensaml.core.xml.XMLObject samlObject, String elementContent)- Overrides:
processElementContentin classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
-