Class ResourceContentTypeMarshaller

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

    public class ResourceContentTypeMarshaller
    extends AbstractXACMLObjectMarshaller
    Marshaller for ResourceContentType objects.
    • Constructor Detail

      • ResourceContentTypeMarshaller

        public ResourceContentTypeMarshaller()
        Constructor.
    • Method Detail

      • marshallAttributes

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

        protected void marshallElementContent​(org.opensaml.core.xml.XMLObject xmlObject,
                                              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