Class AbstractXMLEncryptionUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionUnmarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
- Direct Known Subclasses:
AgreementMethodUnmarshaller
,AlgorithmIdentifierTypeUnmarshaller
,CipherDataUnmarshaller
,CipherReferenceUnmarshaller
,DHKeyValueUnmarshaller
,EncryptedTypeUnmarshaller
,EncryptionMethodUnmarshaller
,EncryptionPropertiesUnmarshaller
,EncryptionPropertyUnmarshaller
,ReferenceListUnmarshaller
,ReferenceTypeUnmarshaller
,TransformsUnmarshaller
public abstract class AbstractXMLEncryptionUnmarshaller extends org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
An abstract unmarshaller implementation for XMLObjects from XML Encryption.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.Logger
log
Logger.
-
Constructor Summary
Constructors Constructor Description AbstractXMLEncryptionUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
processAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute)
protected void
processChildElement(org.opensaml.core.xml.XMLObject parentXMLObject, org.opensaml.core.xml.XMLObject childXMLObject)
protected void
processElementContent(org.opensaml.core.xml.XMLObject xmlObject, String elementContent)
-
-
-
Method Detail
-
processChildElement
protected void processChildElement(@Nonnull org.opensaml.core.xml.XMLObject parentXMLObject, @Nonnull org.opensaml.core.xml.XMLObject childXMLObject) throws org.opensaml.core.xml.io.UnmarshallingException
- Overrides:
processChildElement
in classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
processAttribute
protected void processAttribute(@Nonnull org.opensaml.core.xml.XMLObject xmlObject, @Nonnull Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException
- Overrides:
processAttribute
in classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
processElementContent
protected void processElementContent(@Nonnull org.opensaml.core.xml.XMLObject xmlObject, @Nonnull String elementContent)
- Overrides:
processElementContent
in classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
-