Class MatchValueMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.core.xml.schema.impl.XSStringMarshaller
se.swedenconnect.opensaml.sweid.saml2.authn.psc.impl.MatchValueMarshaller
- All Implemented Interfaces:
org.opensaml.core.xml.io.Marshaller
public class MatchValueMarshaller
extends org.opensaml.core.xml.schema.impl.XSStringMarshaller
A marshaller for
MatchValue
.- Author:
- Martin Lindström (martin@idsec.se)
-
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.XSStringMarshaller
marshallElementContent
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
MatchValueMarshaller
public MatchValueMarshaller()
-
-
Method Details
-
marshallAttributes
protected void marshallAttributes(org.opensaml.core.xml.XMLObject xmlObject, 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
-