Class DecisionTypeMarshaller

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

    public class DecisionTypeMarshaller
    extends AbstractXACMLObjectMarshaller
    Marshaller for DecisionType objects.
    • Constructor Detail

      • DecisionTypeMarshaller

        public DecisionTypeMarshaller()
        Constructor.
    • Method Detail

      • marshallElementContent

        protected void marshallElementContent​(org.opensaml.core.xml.XMLObject samlObject,
                                              Element domElement)
                                       throws org.opensaml.core.xml.io.MarshallingException
        No-op method. Extending implementations should override this method if they have text content to marshall into the Element.
        Overrides:
        marshallElementContent in class AbstractXACMLObjectMarshaller
        Throws:
        org.opensaml.core.xml.io.MarshallingException