Class UserMessageMarshaller

java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.saml.common.AbstractSAMLObjectMarshaller
se.swedenconnect.opensaml.sweid.saml2.authn.umsg.impl.UserMessageMarshaller
All Implemented Interfaces:
org.opensaml.core.xml.io.Marshaller

public class UserMessageMarshaller extends org.opensaml.saml.common.AbstractSAMLObjectMarshaller
Marshaller for UserMessage.
Author:
Martin Lindström
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    marshallAttributes(org.opensaml.core.xml.XMLObject xmlObject, Element domElement)

    Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectMarshaller

    marshall, marshall, marshallElementContent

    Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller

    marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UserMessageMarshaller

      public UserMessageMarshaller()
  • Method Details

    • marshallAttributes

      protected void marshallAttributes(@Nonnull org.opensaml.core.xml.XMLObject xmlObject, @Nonnull Element domElement) throws org.opensaml.core.xml.io.MarshallingException
      Overrides:
      marshallAttributes in class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
      Throws:
      org.opensaml.core.xml.io.MarshallingException