org.opensaml.common.impl
public abstract class AbstractSAMLObjectMarshaller extends AbstractXMLObjectMarshaller
Marshaller
interface that handles most of
the boilerplate code for Marshallers.Constructor and Description |
---|
AbstractSAMLObjectMarshaller() |
Modifier and Type | Method and Description |
---|---|
Element |
marshall(XMLObject xmlObject,
Document document) |
Element |
marshall(XMLObject xmlObject,
Element parentElement) |
protected void |
marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
checkXMLObjectIsTarget, marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, setDocumentElement
protected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException
marshallAttributes
in class AbstractXMLObjectMarshaller
MarshallingException
protected void marshallElementContent(XMLObject xmlObject, Element domElement) throws MarshallingException
marshallElementContent
in class AbstractXMLObjectMarshaller
MarshallingException
public Element marshall(XMLObject xmlObject, Document document) throws MarshallingException
marshall
in interface Marshaller
marshall
in class AbstractXMLObjectMarshaller
MarshallingException
public Element marshall(XMLObject xmlObject, Element parentElement) throws MarshallingException
marshall
in interface Marshaller
marshall
in class AbstractXMLObjectMarshaller
MarshallingException
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.