Class KeyAuthorityUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
net.shibboleth.idp.saml.xmlobject.impl.KeyAuthorityUnmarshaller
- All Implemented Interfaces:
Unmarshaller
@ThreadSafe public class KeyAuthorityUnmarshaller extends AbstractXMLObjectUnmarshaller
Unmarshaller for
KeyAuthority
.-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.Logger
log
Logger. -
Constructor Summary
Constructors Constructor Description KeyAuthorityUnmarshaller()
-
Method Summary
Modifier and Type Method Description protected void
processAttribute(XMLObject xmlObject, Attr attribute)
protected void
processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject)
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processElementContent, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Field Details
-
log
private final org.slf4j.Logger logLogger.
-
-
Constructor Details
-
KeyAuthorityUnmarshaller
public KeyAuthorityUnmarshaller()
-
-
Method Details
-
processAttribute
- Overrides:
processAttribute
in classAbstractXMLObjectUnmarshaller
- Throws:
UnmarshallingException
-
processChildElement
protected void processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) throws UnmarshallingException- Overrides:
processChildElement
in classAbstractXMLObjectUnmarshaller
- Throws:
UnmarshallingException
-