Class AbstractXMLSignatureMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureMarshaller
- All Implemented Interfaces:
Marshaller
- Direct Known Subclasses:
DigestMethodMarshaller,DSAKeyValueMarshaller,ECKeyValueMarshaller,KeyInfoMarshaller,KeyInfoReferenceMarshaller,KeyValueMarshaller,NamedCurveMarshaller,PGPDataMarshaller,RetrievalMethodMarshaller,RSAKeyValueMarshaller,SPKIDataMarshaller,TransformMarshaller,TransformsMarshaller,X509DataMarshaller,X509IssuerSerialMarshaller
An abstract marshaller implementation for XMLObjects from XML Signature.
-
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
-
AbstractXMLSignatureMarshaller
public AbstractXMLSignatureMarshaller()
-
-
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
-