public abstract class AbstractXACMLObjectMarshaller
extends org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Marshaller interface that handles
most of the boilerplate code for Marshallers.| Constructor and Description |
|---|
AbstractXACMLObjectMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
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.MarshallingExceptionCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.