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
public abstract class AbstractXMLSignatureMarshaller extends AbstractXMLObjectMarshaller
An abstract marshaller implementation for XMLObjects from XML Signature.
-
-
Constructor Summary
Constructors Constructor Description AbstractXMLSignatureMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
marshallAttributes(XMLObject xmlObject, Element domElement)
protected void
marshallElementContent(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
-
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException
- Overrides:
marshallAttributes
in classAbstractXMLObjectMarshaller
- Throws:
MarshallingException
-
marshallElementContent
protected void marshallElementContent(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException
- Overrides:
marshallElementContent
in classAbstractXMLObjectMarshaller
- Throws:
MarshallingException
-
-