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.AbstractXMLObjectMarshallerorg.opensaml.core.xml.io.MarshallingExceptionprotected 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.AbstractXMLObjectMarshallerorg.opensaml.core.xml.io.MarshallingExceptionpublic 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.Marshallermarshall in class org.opensaml.core.xml.io.AbstractXMLObjectMarshallerorg.opensaml.core.xml.io.MarshallingExceptionpublic 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.Marshallermarshall in class org.opensaml.core.xml.io.AbstractXMLObjectMarshallerorg.opensaml.core.xml.io.MarshallingExceptionCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.