Class ElementToOpenSamlXMLObjectTransformer<TOutput extends org.opensaml.core.xml.XMLObject>

  • All Implemented Interfaces:
    java.util.function.Function<org.w3c.dom.Element,​TOutput>

    public class ElementToOpenSamlXMLObjectTransformer<TOutput extends org.opensaml.core.xml.XMLObject>
    extends java.lang.Object
    implements java.util.function.Function<org.w3c.dom.Element,​TOutput>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TOutput apply​(org.w3c.dom.Element input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • ElementToOpenSamlXMLObjectTransformer

        public ElementToOpenSamlXMLObjectTransformer​(SamlObjectParser samlObjectParser)
    • Method Detail

      • apply

        public TOutput apply​(org.w3c.dom.Element input)
        Specified by:
        apply in interface java.util.function.Function<org.w3c.dom.Element,​TOutput extends org.opensaml.core.xml.XMLObject>