Class XSBase64BinaryMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.core.xml.schema.impl.XSBase64BinaryMarshaller
- All Implemented Interfaces:
Marshaller
- Direct Known Subclasses:
BinarySecretMarshaller
,ChannelBindingsMarshaller
,CombinedHashMarshaller
,CryptoBinaryMarshaller
,DEREncodedKeyValueMarshaller
,GeneratedKeyMarshaller
,X509DigestMarshaller
public class XSBase64BinaryMarshaller extends AbstractXMLObjectMarshaller
Thread-safe marshaller of
XSBase64Binary
objects.-
Constructor Summary
Constructors Constructor Description XSBase64BinaryMarshaller()
-
Method Summary
Modifier and Type Method Description protected void
marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallAttributes, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
XSBase64BinaryMarshaller
public XSBase64BinaryMarshaller()
-
-
Method Details
-
marshallElementContent
protected void marshallElementContent(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingExceptionMarshalls data from the XMLObject into content of the DOM Element. The default implementation of this method is a no-op.- Overrides:
marshallElementContent
in classAbstractXMLObjectMarshaller
- Parameters:
xmlObject
- the XMLObjectdomElement
- the DOM element recieving the content- Throws:
MarshallingException
- thrown if the textual content can not be added to the DOM element
-