public abstract class AbstractSAMLObjectMarshaller
extends org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Marshaller
interface
that handles most of the boilerplate code for Marshallers.Constructor and Description |
---|
AbstractSAMLObjectMarshaller() |
Modifier and Type | Method and Description |
---|---|
Element |
marshall(org.opensaml.core.xml.XMLObject xmlObject,
Document document) |
Element |
marshall(org.opensaml.core.xml.XMLObject xmlObject,
Element parentElement) |
protected void |
marshallAttributes(org.opensaml.core.xml.XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
marshallElementContent(org.opensaml.core.xml.XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void marshallAttributes(org.opensaml.core.xml.XMLObject xmlObject, Element domElement) throws org.opensaml.core.xml.io.MarshallingException
marshallAttributes
in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.core.xml.io.MarshallingException
protected void marshallElementContent(org.opensaml.core.xml.XMLObject xmlObject, Element domElement) throws org.opensaml.core.xml.io.MarshallingException
marshallElementContent
in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.core.xml.io.MarshallingException
public Element marshall(org.opensaml.core.xml.XMLObject xmlObject, Document document) throws org.opensaml.core.xml.io.MarshallingException
marshall
in interface org.opensaml.core.xml.io.Marshaller
marshall
in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.core.xml.io.MarshallingException
public Element marshall(org.opensaml.core.xml.XMLObject xmlObject, Element parentElement) throws org.opensaml.core.xml.io.MarshallingException
marshall
in interface org.opensaml.core.xml.io.Marshaller
marshall
in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.core.xml.io.MarshallingException
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.