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