Class EndPointReferenceUnmarshaller

    • Constructor Detail

      • EndPointReferenceUnmarshaller

        public EndPointReferenceUnmarshaller()
    • Method Detail

      • processChildElement

        protected void processChildElement​(XMLObject parentSAMLObject,
                                           XMLObject childSAMLObject)
        Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. The default implementation of this method is a no-op.
        Overrides:
        processChildElement in class AbstractXMLObjectUnmarshaller
        Parameters:
        parentSAMLObject - the parent XMLObject
        childSAMLObject - the child XMLObject
      • processAttribute

        protected void processAttribute​(XMLObject fedObject,
                                        Attr attribute)
        Called after an attribute has been unmarshalled so that it can be added to the XMLObject. The default implementation of this method is a no-op
        Overrides:
        processAttribute in class AbstractXMLObjectUnmarshaller
        Parameters:
        fedObject - the XMLObject
        attribute - the attribute
      • processElementContent

        protected void processElementContent​(XMLObject fedObject,
                                             String content)
        Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject. The default implementation of this method is a no-op
        Overrides:
        processElementContent in class AbstractXMLObjectUnmarshaller
        Parameters:
        fedObject - XMLObject the content will be given to
        content - the Element's content