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.AbstractXMLObjectUnmarshallerAn abstract unmarshaller implementation for XMLObjects from XML Encryption.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogLogger.
-
Constructor Summary
Constructors Constructor Description AbstractXMLEncryptionUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute)protected voidprocessChildElement(org.opensaml.core.xml.XMLObject parentXMLObject, org.opensaml.core.xml.XMLObject childXMLObject)protected voidprocessElementContent(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:
processChildElementin 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:
processAttributein 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:
processElementContentin classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
-