Class AbstractXMLSignatureUnmarshaller

    • Field Detail

      • log

        private final org.slf4j.Logger log
        Logger.
    • Constructor Detail

      • AbstractXMLSignatureUnmarshaller

        public AbstractXMLSignatureUnmarshaller()
    • Method Detail

      • processChildElement

        protected void processChildElement​(@Nonnull
                                           org.opensaml.core.xml.XMLObject parentXMLObject,
                                           @Nonnull
                                           org.opensaml.core.xml.XMLObject childXMLObject)
                                    throws org.opensaml.core.xml.io.UnmarshallingException
        Overrides:
        processChildElement in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
        Throws:
        org.opensaml.core.xml.io.UnmarshallingException
      • processAttribute

        protected void processAttribute​(@Nonnull
                                        org.opensaml.core.xml.XMLObject xmlObject,
                                        @Nonnull
                                        Attr attribute)
                                 throws org.opensaml.core.xml.io.UnmarshallingException
        Overrides:
        processAttribute in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
        Throws:
        org.opensaml.core.xml.io.UnmarshallingException
      • processElementContent

        protected void processElementContent​(@Nonnull
                                             org.opensaml.core.xml.XMLObject xmlObject,
                                             @Nonnull
                                             String elementContent)
        Overrides:
        processElementContent in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller