Class StringValueSamlObjectUnmarshaller

  • All Implemented Interfaces:
    org.opensaml.core.xml.io.Unmarshaller

    public class StringValueSamlObjectUnmarshaller
    extends org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void processElementContent​(org.opensaml.core.xml.XMLObject samlObject, java.lang.String elementContent)  
      • Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller

        parseSAMLVersion
      • Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller

        buildXMLObject, checkIDAttribute, processAttribute, processChildElement, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StringValueSamlObjectUnmarshaller

        public StringValueSamlObjectUnmarshaller()
    • Method Detail

      • processElementContent

        protected void processElementContent​(org.opensaml.core.xml.XMLObject samlObject,
                                             java.lang.String elementContent)
        Overrides:
        processElementContent in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller