Class AbstractXMLEncryptionMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionMarshaller
-
- All Implemented Interfaces:
Marshaller
- Direct Known Subclasses:
AgreementMethodMarshaller
,AlgorithmIdentifierTypeMarshaller
,CipherDataMarshaller
,CipherReferenceMarshaller
,DHKeyValueMarshaller
,EncryptedTypeMarshaller
,EncryptionMethodMarshaller
,EncryptionPropertiesMarshaller
,EncryptionPropertyMarshaller
,ReferenceListMarshaller
,ReferenceTypeMarshaller
,TransformsMarshaller
public abstract class AbstractXMLEncryptionMarshaller extends 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(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
-
-