Class AbstractXMLEncryptionMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionMarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Marshaller
- Direct Known Subclasses:
AgreementMethodMarshaller
,AlgorithmIdentifierTypeMarshaller
,CipherDataMarshaller
,CipherReferenceMarshaller
,DHKeyValueMarshaller
,EncryptedTypeMarshaller
,EncryptionMethodMarshaller
,EncryptionPropertiesMarshaller
,EncryptionPropertyMarshaller
,ReferenceListMarshaller
,ReferenceTypeMarshaller
,TransformsMarshaller
public abstract class AbstractXMLEncryptionMarshaller extends org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
An abstract marshaller implementation for XMLObjects from XML Encryption.
-
-
Constructor Summary
Constructors Constructor Description AbstractXMLEncryptionMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
marshallAttributes(org.opensaml.core.xml.XMLObject xmlObject, Element domElement)
protected void
marshallElementContent(org.opensaml.core.xml.XMLObject xmlObject, Element domElement)
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(@Nonnull org.opensaml.core.xml.XMLObject xmlObject, @Nonnull Element domElement) throws org.opensaml.core.xml.io.MarshallingException
- Overrides:
marshallAttributes
in classorg.opensaml.core.xml.io.AbstractXMLObjectMarshaller
- Throws:
org.opensaml.core.xml.io.MarshallingException
-
marshallElementContent
protected void marshallElementContent(@Nonnull org.opensaml.core.xml.XMLObject xmlObject, @Nonnull Element domElement) throws org.opensaml.core.xml.io.MarshallingException
- Overrides:
marshallElementContent
in classorg.opensaml.core.xml.io.AbstractXMLObjectMarshaller
- Throws:
org.opensaml.core.xml.io.MarshallingException
-
-