Class CipherReferenceUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionUnmarshaller
org.opensaml.xmlsec.encryption.impl.CipherReferenceUnmarshaller
- All Implemented Interfaces:
Unmarshaller
A thread-safe Unmarshaller for
CipherReference objects.-
Field Summary
Fields inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
CONFIG_PROPERTY_XML_STRICT_MODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessAttribute(XMLObject xmlObject, Attr attribute) protected voidprocessChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processElementContent, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
CipherReferenceUnmarshaller
public CipherReferenceUnmarshaller()
-
-
Method Details
-
processAttribute
protected void processAttribute(@Nonnull XMLObject xmlObject, @Nonnull Attr attribute) throws UnmarshallingException - Overrides:
processAttributein classAbstractXMLObjectUnmarshaller- Throws:
UnmarshallingException
-
processChildElement
protected void processChildElement(@Nonnull XMLObject parentXMLObject, @Nonnull XMLObject childXMLObject) throws UnmarshallingException - Overrides:
processChildElementin classAbstractXMLObjectUnmarshaller- Throws:
UnmarshallingException
-