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
FieldsFields 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 voidprocessElementContent(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
protected void processAttribute(@Nonnull XMLObject xmlObject, @Nonnull Attr attribute) throws UnmarshallingException - Overrides:
processAttributein classAbstractXMLObjectUnmarshaller- Throws:
UnmarshallingException
-
processElementContent
- Overrides:
processElementContentin classAbstractXMLObjectUnmarshaller
-