Class KeyInfoReferenceUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
org.opensaml.xmlsec.signature.impl.KeyInfoReferenceUnmarshaller
- All Implemented Interfaces:
Unmarshaller
public class KeyInfoReferenceUnmarshaller extends AbstractXMLSignatureUnmarshaller
A thread-safe Unmarshaller for
KeyInfoReference
objects.-
Constructor Summary
Constructors Constructor Description KeyInfoReferenceUnmarshaller()
-
Method Summary
Modifier and Type Method Description protected void
processAttribute(XMLObject xmlObject, Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.Methods inherited from class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
processChildElement, processElementContent
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
KeyInfoReferenceUnmarshaller
public KeyInfoReferenceUnmarshaller()
-
-
Method Details
-
processAttribute
Called after an attribute has been unmarshalled so that it can be added to the XMLObject. The default implementation of this method is a no-op- Overrides:
processAttribute
in classAbstractXMLSignatureUnmarshaller
- Parameters:
xmlObject
- the XMLObjectattribute
- the attribute- Throws:
UnmarshallingException
- thrown if there is a problem adding the attribute to the XMLObject
-