Class ScopeMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
se.swedenconnect.opensaml.saml2.metadata.scope.impl.ScopeMarshaller
- All Implemented Interfaces:
Marshaller
Marshaller for the
Scope
element.- Author:
- Martin Lindström (martin@idsec.se)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
marshallAttributes
(XMLObject xmlObject, Element domElement) protected void
marshallElementContent
(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(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallAttributes
in classAbstractXMLObjectMarshaller
- Throws:
MarshallingException
-
marshallElementContent
protected void marshallElementContent(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallElementContent
in classAbstractXMLObjectMarshaller
- Throws:
MarshallingException
-