Class ParameterMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.core.xml.schema.impl.XSStringMarshaller
se.swedenconnect.opensaml.sweid.saml2.signservice.sap.impl.ParameterMarshaller
- All Implemented Interfaces:
org.opensaml.core.xml.io.Marshaller
public class ParameterMarshaller
extends org.opensaml.core.xml.schema.impl.XSStringMarshaller
A marshaller for
Parameter
.- Author:
- Martin Lindström (martin@idsec.se)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
marshallAttributes
(org.opensaml.core.xml.XMLObject xmlObject, Element domElement) Marshalls the "Name" attribute.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
-
ParameterMarshaller
public ParameterMarshaller()
-
-
Method Details
-
marshallAttributes
protected void marshallAttributes(org.opensaml.core.xml.XMLObject xmlObject, Element domElement) throws org.opensaml.core.xml.io.MarshallingException Marshalls the "Name" attribute.- Overrides:
marshallAttributes
in classorg.opensaml.core.xml.io.AbstractXMLObjectMarshaller
- Throws:
org.opensaml.core.xml.io.MarshallingException
-