Class ScopeMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
se.swedenconnect.opensaml.saml2.metadata.scope.impl.ScopeMarshaller
- All Implemented Interfaces:
org.opensaml.core.xml.io.Marshaller
public class ScopeMarshaller
extends org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Marshaller for the
Scope
element.- Author:
- Martin Lindström (martin@idsec.se)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
marshallAttributes
(org.opensaml.core.xml.XMLObject xmlObject, Element domElement) protected void
marshallElementContent
(org.opensaml.core.xml.XMLObject xmlObject, Element domElement) Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
ScopeMarshaller
public ScopeMarshaller()
-
-
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
-
marshallElementContent
protected void marshallElementContent(org.opensaml.core.xml.XMLObject xmlObject, Element domElement) throws org.opensaml.core.xml.io.MarshallingException - Overrides:
marshallElementContent
in classorg.opensaml.core.xml.io.AbstractXMLObjectMarshaller
- Throws:
org.opensaml.core.xml.io.MarshallingException
-