Class MessageMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.core.xml.schema.impl.XSBase64BinaryMarshaller
se.swedenconnect.opensaml.sweid.saml2.authn.umsg.impl.MessageMarshaller
- All Implemented Interfaces:
org.opensaml.core.xml.io.Marshaller
public class MessageMarshaller
extends org.opensaml.core.xml.schema.impl.XSBase64BinaryMarshaller
A marshaller for
Message
.- Author:
- Martin Lindström
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
marshallAttributes
(org.opensaml.core.xml.XMLObject xmlObject, Element domElement) Methods inherited from class org.opensaml.core.xml.schema.impl.XSBase64BinaryMarshaller
marshallElementContent
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
MessageMarshaller
public MessageMarshaller()
-
-
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 classorg.opensaml.core.xml.io.AbstractXMLObjectMarshaller
- Throws:
org.opensaml.core.xml.io.MarshallingException
-