Class X509SerialNumberMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.xmlsec.signature.impl.X509SerialNumberMarshaller
- All Implemented Interfaces:
Marshaller
Thread-safe marshaller of
X509SerialNumber objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmarshallAttributes(XMLObject xmlObject, Element domElement) protected voidmarshallElementContent(XMLObject xmlObject, Element domElement) Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
X509SerialNumberMarshaller
public X509SerialNumberMarshaller()
-
-
Method Details
-
marshallAttributes
protected void marshallAttributes(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallAttributesin classAbstractXMLObjectMarshaller- Throws:
MarshallingException
-
marshallElementContent
protected void marshallElementContent(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallElementContentin classAbstractXMLObjectMarshaller- Throws:
MarshallingException
-