Class KeyAuthorityUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
net.shibboleth.idp.saml.xmlobject.impl.KeyAuthorityUnmarshaller
- All Implemented Interfaces:
Unmarshaller
Unmarshaller for
KeyAuthority
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-