Class MetadataServiceListMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectMarshaller
-
- se.litsec.eidas.opensaml.metadata.impl.MetadataServiceListMarshaller
-
- All Implemented Interfaces:
Marshaller
public class MetadataServiceListMarshaller extends AbstractSAMLObjectMarshaller
A marshaller forMetadataServiceList
.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
-
-
Constructor Summary
Constructors Constructor Description MetadataServiceListMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
marshallAttributes(XMLObject samlObject, 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
-
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(XMLObject samlObject, Element domElement) throws MarshallingException
- Overrides:
marshallAttributes
in classAbstractSAMLObjectMarshaller
- Throws:
MarshallingException
-
-